diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-02-04 19:16:59 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-02-04 19:16:59 +0000 |
commit | 0e6db93dac2a6eab204a93eed409a58db5b4be6e (patch) | |
tree | 0938400940315be03338622964a4a24502fb4d23 /games-misc/fortune-mod-pqf | |
parent | Update schemas, and fix news items schema detection reported by Donnie. (diff) | |
download | gentoo-2-0e6db93dac2a6eab204a93eed409a58db5b4be6e.tar.gz gentoo-2-0e6db93dac2a6eab204a93eed409a58db5b4be6e.tar.bz2 gentoo-2-0e6db93dac2a6eab204a93eed409a58db5b4be6e.zip |
Add fortune-mod to DEPEND for strfile
(Portage version: 2.1.4.1)
Diffstat (limited to 'games-misc/fortune-mod-pqf')
-rw-r--r-- | games-misc/fortune-mod-pqf/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-misc/fortune-mod-pqf/ChangeLog b/games-misc/fortune-mod-pqf/ChangeLog index 11f70f7d35ee..f3c205f7625b 100644 --- a/games-misc/fortune-mod-pqf/ChangeLog +++ b/games-misc/fortune-mod-pqf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/fortune-mod-pqf -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/ChangeLog,v 1.5 2006/07/19 19:56:24 flameeyes Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/ChangeLog,v 1.6 2008/02/04 19:16:59 nyhm Exp $ + + 04 Feb 2008; Tristan Heaven <nyhm@gentoo.org> fortune-mod-pqf-6.0.ebuild: + Add fortune-mod to DEPEND for strfile 19 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> fortune-mod-pqf-6.0.ebuild: diff --git a/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild b/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild index a32ceab0d909..b39ca115d662 100644 --- a/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild +++ b/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild,v 1.6 2006/07/19 19:56:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild,v 1.7 2008/02/04 19:16:59 nyhm Exp $ DESCRIPTION="Fortune database of Terry Pratchett's Discworld related quotes" HOMEPAGE="http://www.lspace.org/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="games-misc/fortune-mod" +DEPEND="games-misc/fortune-mod" S=${WORKDIR} @@ -22,7 +22,6 @@ src_unpack() { src_compile() { uniq "pqf-${PV}" | sed 's/^$/\%/g' > pqf echo "%" >> pqf - rm "pqf-${PV}" strfile -r pqf || die } |