diff options
author | 2006-07-17 05:04:17 +0000 | |
---|---|---|
committer | 2006-07-17 05:04:17 +0000 | |
commit | 4c10de41838304aeb147ef31e53f8d687fb1ee91 (patch) | |
tree | 371a52b83f0684753c36ba0a3e5271434a4d6fab /games-misc/fortune-mod-pqf | |
parent | add missing fortune packages #140078 by Charlie Shepherd (diff) | |
download | historical-4c10de41838304aeb147ef31e53f8d687fb1ee91.tar.gz historical-4c10de41838304aeb147ef31e53f8d687fb1ee91.tar.bz2 historical-4c10de41838304aeb147ef31e53f8d687fb1ee91.zip |
more KEYWORDS and misc cleanups
Package-Manager: portage-2.1.1_pre2-r8
Diffstat (limited to 'games-misc/fortune-mod-pqf')
-rw-r--r-- | games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
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 ccdbc789ecec..fc63bb192a73 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-2005 Gentoo Foundation +# 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-pqf/fortune-mod-pqf-6.0.ebuild,v 1.4 2005/10/17 16:02:03 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild,v 1.5 2006/07/17 05:01:37 vapier Exp $ DESCRIPTION="Fortune database of Terry Pratchett's Discworld related quotes" HOMEPAGE="http://www.lspace.org/" @@ -8,25 +8,25 @@ SRC_URI="http://www.ie.lspace.org/ftp-lspace/words/pqf/pqf-${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" RDEPEND="games-misc/fortune-mod" -S="${WORKDIR}" +S=${WORKDIR} -src_unpack () { - cp "${DISTDIR}/${A}" "${S}/pqf-${PV}" +src_unpack() { + cp "${DISTDIR}"/${A} "${S}"/pqf-${PV} } -src_compile () { +src_compile() { uniq "pqf-${PV}" | sed 's/^$/\%/g' > pqf echo "%" >> pqf rm "pqf-${PV}" - strfile -r pqf + strfile -r pqf || die } -src_install () { +src_install() { insinto /usr/share/fortune - doins pqf pqf.dat + doins pqf pqf.dat || die } |