summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/grr/grr-0.2.ebuild')
-rw-r--r--gnustep-apps/grr/grr-0.2.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/gnustep-apps/grr/grr-0.2.ebuild b/gnustep-apps/grr/grr-0.2.ebuild
deleted file mode 100644
index 9584db0..0000000
--- a/gnustep-apps/grr/grr-0.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit gnustep-2
-
-S="${WORKDIR}/Etoile-${PV}/Services/User/${PN/g/G}"
-
-DESCRIPTION="RSS Reader application for RSS/OPML feeds"
-HOMEPAGE="http://www.etoile-project.org"
-SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-SLOT="0"
-
-DEPEND="gnustep-libs/etoile-ui
- gnustep-libs/opmlkit
- gnustep-libs/rsskit"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- egnustep_env
- egnustep_make etoile=yes || die "compilation failed"
-}