diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-16 09:04:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-16 09:04:13 +0000 |
commit | ce95771ae2a2523ee3d7a8fe0d2bf28c4cdfda88 (patch) | |
tree | 4e3190cbb2e6c766268fd1d6426b85316d135278 /games-misc/wtf | |
parent | Replacing darwin patch with compiler patch as per bug #105051. (diff) | |
download | gentoo-2-ce95771ae2a2523ee3d7a8fe0d2bf28c4cdfda88.tar.gz gentoo-2-ce95771ae2a2523ee3d7a8fe0d2bf28c4cdfda88.tar.bz2 gentoo-2-ce95771ae2a2523ee3d7a8fe0d2bf28c4cdfda88.zip |
old
Diffstat (limited to 'games-misc/wtf')
-rw-r--r-- | games-misc/wtf/files/digest-wtf-20040124 | 1 | ||||
-rw-r--r-- | games-misc/wtf/files/digest-wtf-20050505 | 1 | ||||
-rw-r--r-- | games-misc/wtf/wtf-20040124.ebuild | 33 | ||||
-rw-r--r-- | games-misc/wtf/wtf-20050505.ebuild | 22 |
4 files changed, 0 insertions, 57 deletions
diff --git a/games-misc/wtf/files/digest-wtf-20040124 b/games-misc/wtf/files/digest-wtf-20040124 deleted file mode 100644 index 672d532a415b..000000000000 --- a/games-misc/wtf/files/digest-wtf-20040124 +++ /dev/null @@ -1 +0,0 @@ -MD5 cb2804fc42706fef284526f5a015c843 wtf-20040124.tar.gz 7329 diff --git a/games-misc/wtf/files/digest-wtf-20050505 b/games-misc/wtf/files/digest-wtf-20050505 deleted file mode 100644 index 6dc2d8ad1c2a..000000000000 --- a/games-misc/wtf/files/digest-wtf-20050505 +++ /dev/null @@ -1 +0,0 @@ -MD5 2730b977b8c0499aaa32b86f47035138 wtf-20050505.tar.gz 8820 diff --git a/games-misc/wtf/wtf-20040124.ebuild b/games-misc/wtf/wtf-20040124.ebuild deleted file mode 100644 index 870e64695c06..000000000000 --- a/games-misc/wtf/wtf-20040124.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-20040124.ebuild,v 1.2 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/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 -} diff --git a/games-misc/wtf/wtf-20050505.ebuild b/games-misc/wtf/wtf-20050505.ebuild deleted file mode 100644 index 3e3dbdcc1ed1..000000000000 --- a/games-misc/wtf/wtf-20050505.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20050505.ebuild,v 1.3 2005/08/01 18:33:02 j4rg0n Exp $ - -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="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="sys-apps/grep" - -src_install() { - dobin wtf || die "dogamesbin failed" - doman wtf.6 - insinto /usr/share/misc - doins acronyms* || die "doins failed" -} |