diff options
Diffstat (limited to 'games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20090305.ebuild')
-rw-r--r-- | games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20090305.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20090305.ebuild b/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20090305.ebuild deleted file mode 100644 index 089b0d4e5330..000000000000 --- a/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20090305.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20090305.ebuild,v 1.2 2009/05/29 17:00:01 beandog Exp $ - -DESCRIPTION="Fortune database of #gentoo-dev quotes" -HOMEPAGE="http://www.gentoo.org/" -MY_PN="fortune-gentoo-dev" -MY_P="${MY_PN}-${PV}" -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2 - http://dev.gentoo.org/~robbat2/distfiles/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="games-misc/fortune-mod" -# Perl is used to build stuff only -# and strfile belongs to fortune-mod -DEPEND="dev-lang/perl - ${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" -} |