diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-11 02:57:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-11 02:57:25 +0000 |
commit | 95fc853ebe769495b7267f32993020d8ce6b1998 (patch) | |
tree | 477ae8e507bbbce2ef869d6f58c1821ffd368db0 /games-misc/wtf | |
parent | bump ion3 (diff) | |
download | historical-95fc853ebe769495b7267f32993020d8ce6b1998.tar.gz historical-95fc853ebe769495b7267f32993020d8ce6b1998.tar.bz2 historical-95fc853ebe769495b7267f32993020d8ce6b1998.zip |
old
Diffstat (limited to 'games-misc/wtf')
-rw-r--r-- | games-misc/wtf/files/digest-wtf-20021005 | 1 | ||||
-rw-r--r-- | games-misc/wtf/wtf-20021005.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/games-misc/wtf/files/digest-wtf-20021005 b/games-misc/wtf/files/digest-wtf-20021005 deleted file mode 100644 index a746702d2e04..000000000000 --- a/games-misc/wtf/files/digest-wtf-20021005 +++ /dev/null @@ -1 +0,0 @@ -MD5 cb00a8c9d0d7e5298ec722669aa1e2aa wtf-20021005.tar.gz 3604 diff --git a/games-misc/wtf/wtf-20021005.ebuild b/games-misc/wtf/wtf-20021005.ebuild deleted file mode 100644 index e728ce35f87f..000000000000 --- a/games-misc/wtf/wtf-20021005.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20021005.ebuild,v 1.7 2004/06/24 22:58:28 agriffis Exp $ - -inherit games - -DESCRIPTION="translates acronyms for you" -HOMEPAGE="http://www.mu.org/~mux/wtf/" -SRC_URI="http://www.mu.org/~mux/wtf/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha hppa amd64" -IUSE="" - -DEPEND=">=sys-apps/sed-4" -RDEPEND="sys-apps/grep" - -src_unpack() { - unpack ${A} - sed -i \ - -e "s:/usr/local/share/misc:${GAMES_DATADIR}/${PN}:" \ - ${S}/wtf \ - || die "sed wtf failed" -} - -src_install() { - dogamesbin wtf || die "dogamesbin failed" - doman wtf.6 - insinto ${GAMES_DATADIR}/${PN} - doins acronyms || die "doins failed" - prepgamesdirs -} |