diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-11 03:02:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-11 03:02:05 +0000 |
commit | 11d9886808f4d1e493bb1e0442336393216025a5 (patch) | |
tree | 3123f0223cad48b377a9bd3922871a29c4ec32d3 /games-misc/wtf | |
parent | old (diff) | |
download | gentoo-2-11d9886808f4d1e493bb1e0442336393216025a5.tar.gz gentoo-2-11d9886808f4d1e493bb1e0442336393216025a5.tar.bz2 gentoo-2-11d9886808f4d1e493bb1e0442336393216025a5.zip |
Version bump.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'games-misc/wtf')
-rw-r--r-- | games-misc/wtf/ChangeLog | 9 | ||||
-rw-r--r-- | games-misc/wtf/files/digest-wtf-20050505 | 1 | ||||
-rw-r--r-- | games-misc/wtf/wtf-20050505.ebuild | 22 |
3 files changed, 30 insertions, 2 deletions
diff --git a/games-misc/wtf/ChangeLog b/games-misc/wtf/ChangeLog index 6d6077ee750b..c9b9df23f208 100644 --- a/games-misc/wtf/ChangeLog +++ b/games-misc/wtf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-misc/wtf -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.6 2004/06/24 22:58:28 agriffis Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.7 2005/05/11 02:57:48 vapier Exp $ + +*wtf-20050505 (11 May 2005) + + 11 May 2005; Mike Frysinger <vapier@gentoo.org> +wtf-20050505.ebuild: + Version bump. *wtf-20040124 (01 Jun 2004) diff --git a/games-misc/wtf/files/digest-wtf-20050505 b/games-misc/wtf/files/digest-wtf-20050505 new file mode 100644 index 000000000000..6dc2d8ad1c2a --- /dev/null +++ b/games-misc/wtf/files/digest-wtf-20050505 @@ -0,0 +1 @@ +MD5 2730b977b8c0499aaa32b86f47035138 wtf-20050505.tar.gz 8820 diff --git a/games-misc/wtf/wtf-20050505.ebuild b/games-misc/wtf/wtf-20050505.ebuild new file mode 100644 index 000000000000..5d69354e7fb4 --- /dev/null +++ b/games-misc/wtf/wtf-20050505.ebuild @@ -0,0 +1,22 @@ +# 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.1 2005/05/11 02:57:48 vapier 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 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" +} |