summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20040608.ebuild')
-rw-r--r--games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20040608.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20040608.ebuild b/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20040608.ebuild
deleted file mode 100644
index c524f474330d..000000000000
--- a/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20040608.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2004 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-20040608.ebuild,v 1.2 2004/06/24 22:55:10 agriffis Exp $
-
-DESCRIPTION="Fortune database of #gentoo-dev quotes"
-HOMEPAGE="http://oppresses.us/~avenj/index.html"
-SRC_URI="http://oppresses.us/~avenj/files/gentoo-dev/gentoo-dev-${PV}.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha hppa amd64"
-IUSE=""
-
-RDEPEND="games-misc/fortune-mod"
-
-S="${WORKDIR}"
-
-src_compile () {
- mv gentoo-dev-${PV} gentoo-dev
- strfile gentoo-dev
-}
-
-src_install () {
- insinto /usr/share/fortune
- doins gentoo-dev gentoo-dev.dat
-}