summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2007-02-08 08:07:36 +0000
committerTristan Heaven <tristan@gentoo.org>2007-02-08 08:07:36 +0000
commit9f50e6675774b5490d5ec853f3fc6887b1cdaf76 (patch)
tree7a4b518687f186dc3208fd34d5e704553ffe1cc5 /games-misc/fortune-mod-slackware
parentrm old version (diff)
downloadhistorical-9f50e6675774b5490d5ec853f3fc6887b1cdaf76.tar.gz
historical-9f50e6675774b5490d5ec853f3fc6887b1cdaf76.tar.bz2
historical-9f50e6675774b5490d5ec853f3fc6887b1cdaf76.zip
rm old version
Package-Manager: portage-2.1.2-r8
Diffstat (limited to 'games-misc/fortune-mod-slackware')
-rw-r--r--games-misc/fortune-mod-slackware/files/digest-fortune-mod-slackware-1.101
-rw-r--r--games-misc/fortune-mod-slackware/files/digest-fortune-mod-slackware-1.123
-rw-r--r--games-misc/fortune-mod-slackware/fortune-mod-slackware-1.10.ebuild27
-rw-r--r--games-misc/fortune-mod-slackware/fortune-mod-slackware-1.12.ebuild39
-rw-r--r--games-misc/fortune-mod-slackware/fortune-mod-slackware-1.13.ebuild4
5 files changed, 2 insertions, 72 deletions
diff --git a/games-misc/fortune-mod-slackware/files/digest-fortune-mod-slackware-1.10 b/games-misc/fortune-mod-slackware/files/digest-fortune-mod-slackware-1.10
deleted file mode 100644
index 24966227c5aa..000000000000
--- a/games-misc/fortune-mod-slackware/files/digest-fortune-mod-slackware-1.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 069cb0e47156a9d0140c3e6219d422eb slack-fortunes-all-1.10.tgz 81920
diff --git a/games-misc/fortune-mod-slackware/files/digest-fortune-mod-slackware-1.12 b/games-misc/fortune-mod-slackware/files/digest-fortune-mod-slackware-1.12
deleted file mode 100644
index c19bafcd54df..000000000000
--- a/games-misc/fortune-mod-slackware/files/digest-fortune-mod-slackware-1.12
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 fcc123beed00f767db539eadaf674b2f slack-fortunes-all-1.12.tgz 92160
-RMD160 2c3886212aa52d2a4ab2d31f7b4939bc9b773561 slack-fortunes-all-1.12.tgz 92160
-SHA256 227879572442adad573a8a8bacc3b6fb7380e149ebbf28ba40fb0d1179da4800 slack-fortunes-all-1.12.tgz 92160
diff --git a/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.10.ebuild b/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.10.ebuild
deleted file mode 100644
index 1deb6c6b04a5..000000000000
--- a/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.10.ebuild,v 1.2 2006/07/17 05:02:30 vapier Exp $
-
-MY_PN=slack-fortunes-all
-DESCRIPTION="This fortune mod is a collection of quotes seen on AOLS (Slackware)"
-HOMEPAGE="http://fauxascii.com/linux/mod_quotes.html"
-SRC_URI="http://fauxascii.com/linux/data/${MY_PN}-${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-RDEPEND="games-misc/fortune-mod"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
- rm -f *.md5
-}
-
-src_install() {
- insinto /usr/share/fortune
- doins * || die "doins failed"
-}
diff --git a/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.12.ebuild b/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.12.ebuild
deleted file mode 100644
index 01a9e5e6adef..000000000000
--- a/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.12.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.12.ebuild,v 1.3 2006/07/19 19:58:22 flameeyes Exp $
-
-# this ebuild now uses the offensive flag since AOLS
-# is not exactly 'G' rated :)
-
-MY_PN=slack-fortunes-all
-DESCRIPTION="This fortune mod is a collection of quotes seen on AOLS (Slackware)"
-HOMEPAGE="http://fauxascii.com/linux/mod_quotes.html"
-SRC_URI="http://fauxascii.com/linux/data/${MY_PN}-${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="offensive"
-
-RDEPEND="games-misc/fortune-mod"
-
-S=${WORKDIR}
-
-pkg_setup() {
- if ! use offensive ; then
- einfo "These fortunes have offensive content. Enable offensive USE Flag"
- einfo "ex: USE=\"offensive\" emerge ${PN}"
- exit 1
- fi
-}
-
-src_unpack() {
- unpack ${A}
- # get rid of md5 checks and one silly extra file
- rm -f *.md5 *~
-}
-
-src_install() {
- insinto /usr/share/fortune
- doins * || die "doins failed"
-}
diff --git a/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.13.ebuild b/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.13.ebuild
index 39b3c1b45411..0cd460846ab2 100644
--- a/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.13.ebuild
+++ b/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.13.ebuild,v 1.1 2006/07/31 05:02:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.13.ebuild,v 1.2 2007/02/08 08:01:59 nyhm Exp $
# this ebuild now uses the offensive flag since AOLS
# is not exactly 'G' rated :)