diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-05-13 07:52:01 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-05-13 07:52:01 +0000 |
commit | 3e2b69871f7a90a55e1bc8aae5353d8e9d450491 (patch) | |
tree | 1ee5005ba20d35d547b044b6647c86f33fd73552 /games-misc | |
parent | Added ~mips to KEYWORDS. (Manifest recommit) (diff) | |
download | gentoo-2-3e2b69871f7a90a55e1bc8aae5353d8e9d450491.tar.gz gentoo-2-3e2b69871f7a90a55e1bc8aae5353d8e9d450491.tar.bz2 gentoo-2-3e2b69871f7a90a55e1bc8aae5353d8e9d450491.zip |
Fixed the ebuild so S gets set properly, otherwise the ebuild will fail to cd to the right dir and apply patches. Also added ~sparc and ~mips to the newer 1.99 ebuild.
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/fortune-mod/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod/Manifest | 10 | ||||
-rw-r--r-- | games-misc/fortune-mod/fortune-mod-1.0.9708-r1.ebuild | 10 | ||||
-rw-r--r-- | games-misc/fortune-mod/fortune-mod-1.99.1.ebuild | 4 |
4 files changed, 20 insertions, 12 deletions
diff --git a/games-misc/fortune-mod/ChangeLog b/games-misc/fortune-mod/ChangeLog index 3aec93dbca9a..311a3322328d 100644 --- a/games-misc/fortune-mod/ChangeLog +++ b/games-misc/fortune-mod/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-misc/fortune-mod # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/ChangeLog,v 1.3 2004/05/12 21:29:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/ChangeLog,v 1.4 2004/05/13 07:52:01 kumba Exp $ + + 13 May 2004; Joshua Kinard <kumba@gentoo.org> + fortune-mod-1.0.9708-r1.ebuild, fortune-mod-1.99.1.ebuild: + Fixed the ebuild so S gets set properly, otherwise the ebuild will fail to cd + to the right dir and apply patches. Also added ~sparc and ~mips to the newer + 1.99 ebuild. *fortune-mod-1.99.1 (12 May 2004) diff --git a/games-misc/fortune-mod/Manifest b/games-misc/fortune-mod/Manifest index 7eff5dbe4eff..b3a3609dd17b 100644 --- a/games-misc/fortune-mod/Manifest +++ b/games-misc/fortune-mod/Manifest @@ -1,8 +1,8 @@ -MD5 d9c282d0a25b44eea5df80ef503e1a5c fortune-mod-1.0.9708-r1.ebuild 1453 -MD5 c62c1bbe8b6e302138cd80b79ed8a3f9 fortune-mod-1.99.1.ebuild 1246 -MD5 32b761b9d23e6256e3887e9a7e0f9340 ChangeLog 2476 +MD5 8422db088c28e5e00f09a784adf3875d ChangeLog 2760 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 45891a0eae39a7ec90b6f2433147874f files/digest-fortune-mod-1.0.9708-r1 69 -MD5 5ff47d4205e2b0ea5e0a538115a58237 files/digest-fortune-mod-1.99.1 71 +MD5 ca468598d70377d083c8a55a483c8826 fortune-mod-1.0.9708-r1.ebuild 1466 +MD5 164989f9377a21b5dd70e2b19dbd24a7 fortune-mod-1.99.1.ebuild 1259 MD5 69ebce3aec1f10dead82c52fd02c1350 files/9708-Makefile.patch 1305 MD5 53d07a3874dcef229e5e19296a9d8db1 files/9708-ppc-rot.patch 226 +MD5 45891a0eae39a7ec90b6f2433147874f files/digest-fortune-mod-1.0.9708-r1 69 +MD5 5ff47d4205e2b0ea5e0a538115a58237 files/digest-fortune-mod-1.99.1 71 diff --git a/games-misc/fortune-mod/fortune-mod-1.0.9708-r1.ebuild b/games-misc/fortune-mod/fortune-mod-1.0.9708-r1.ebuild index 9478046133f3..cffa4a141aa8 100644 --- a/games-misc/fortune-mod/fortune-mod-1.0.9708-r1.ebuild +++ b/games-misc/fortune-mod/fortune-mod-1.0.9708-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/fortune-mod-1.0.9708-r1.ebuild,v 1.1 2004/05/12 21:29:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/fortune-mod-1.0.9708-r1.ebuild,v 1.2 2004/05/13 07:52:01 kumba Exp $ inherit eutils -MY_P="${PN}-9708.tar.gz" +MY_P="${PN}-${P##*.}.tar.gz" #The original (http://www.progsoc.uts.edu.au/~dbugger/hacks/hacks.html) is dead # but the guy setup his 'perm' home with LSM (http://lsm.execpc.com/) DESCRIPTION="The notorious fortune program" @@ -18,10 +18,12 @@ IUSE="offensive" DEPEND="virtual/glibc" +S="${WORKDIR}/${MY_P}" + pkg_setup() { einfo "By default the fortune ebuild does not include 'offensive' fortunes." - einfo "If you wish to enable this functionality, you must manually edit the" - einfo "ebuild. The comments inside are self explainatory." + einfo "If you wish to enable this functionality, you must add the 'offensive' local" + einfo "USE flag to your make.conf." } src_unpack() { diff --git a/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild b/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild index 836f2b7f56d8..7dffb0871c9a 100644 --- a/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild +++ b/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild,v 1.1 2004/05/12 21:29:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild,v 1.2 2004/05/13 07:52:01 kumba Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.redellipse.net/code/downloads/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc ~mips" IUSE="offensive" DEPEND="virtual/glibc |