diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-15 20:20:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-15 20:20:57 +0000 |
commit | 8b5a4a31473c549231f6006836bca2d8c2ead4e4 (patch) | |
tree | b455cd57ea1aaf944b468787c8fe5cfd637fe066 /games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild | |
parent | remove glibc from DEPEND #31204 (diff) | |
download | gentoo-2-8b5a4a31473c549231f6006836bca2d8c2ead4e4.tar.gz gentoo-2-8b5a4a31473c549231f6006836bca2d8c2ead4e4.tar.bz2 gentoo-2-8b5a4a31473c549231f6006836bca2d8c2ead4e4.zip |
cleanup formatting
Diffstat (limited to 'games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild')
-rw-r--r-- | games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild index b8775b2b8bf8..c167557d1c6a 100644 --- a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild +++ b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild,v 1.2 2003/09/10 18:39:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild,v 1.3 2003/10/15 20:20:57 vapier Exp $ -S=${WORKDIR}/${PN/mod-/} DESCRIPTION="Excuses from Bastard Operator from Hell" -SRC_URI="http://www.stlim.net/downloads/fortune-bofh-excuses-${PV}.tar.gz" HOMEPAGE="http://www.stlim.net/staticpages/index.php?page=20020814005536450" +SRC_URI="http://www.stlim.net/downloads/fortune-bofh-excuses-${PV}.tar.gz" -SLOT="0" -KEYWORDS="x86 ppc ~mips ~sparc" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc mips" -DEPEND="virtual/glibc" RDEPEND="games-misc/fortune-mod" +S=${WORKDIR}/${PN/mod-/} + src_install() { insinto /usr/share/fortune doins bofh-excuses.dat bofh-excuses |