summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/wtf/wtf-20050505.ebuild')
-rw-r--r--games-misc/wtf/wtf-20050505.ebuild22
1 files changed, 0 insertions, 22 deletions
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"
-}