diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-20 23:52:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-20 23:52:09 +0000 |
commit | 3abbbb91c6e894ce482d05320fef03f5668884ce (patch) | |
tree | a9acca6996c8bda3a4309aa4655f030151e3857b /games-misc/wtf | |
parent | Re-state ffmpeg dependency as I forgot to re-add it. (diff) | |
download | gentoo-2-3abbbb91c6e894ce482d05320fef03f5668884ce.tar.gz gentoo-2-3abbbb91c6e894ce482d05320fef03f5668884ce.tar.bz2 gentoo-2-3abbbb91c6e894ce482d05320fef03f5668884ce.zip |
Version bump #113111 by Tony Vroon.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'games-misc/wtf')
-rw-r--r-- | games-misc/wtf/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/wtf/files/digest-wtf-20051104 | 1 | ||||
-rw-r--r-- | games-misc/wtf/wtf-20051104.ebuild | 30 |
3 files changed, 37 insertions, 1 deletions
diff --git a/games-misc/wtf/ChangeLog b/games-misc/wtf/ChangeLog index 1634331e478c..813c523bcf4e 100644 --- a/games-misc/wtf/ChangeLog +++ b/games-misc/wtf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-misc/wtf # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.10 2005/09/29 08:03:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.11 2005/11/20 23:52:09 vapier Exp $ + +*wtf-20051104 (20 Nov 2005) + + 20 Nov 2005; Mike Frysinger <vapier@gentoo.org> +wtf-20051104.ebuild: + Version bump #113111 by Tony Vroon. *wtf-20050505-r1 (29 Sep 2005) diff --git a/games-misc/wtf/files/digest-wtf-20051104 b/games-misc/wtf/files/digest-wtf-20051104 new file mode 100644 index 000000000000..14075768af5a --- /dev/null +++ b/games-misc/wtf/files/digest-wtf-20051104 @@ -0,0 +1 @@ +MD5 93ca90bef86d2f58da14ed0db87cbf78 wtf-20051104.tar.gz 8883 diff --git a/games-misc/wtf/wtf-20051104.ebuild b/games-misc/wtf/wtf-20051104.ebuild new file mode 100644 index 000000000000..fb0fcf63c702 --- /dev/null +++ b/games-misc/wtf/wtf-20051104.ebuild @@ -0,0 +1,30 @@ +# 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-20051104.ebuild,v 1.1 2005/11/20 23:52:09 vapier Exp $ + +inherit eutils + +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 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" +IUSE="" + +DEPEND="" +RDEPEND="sys-apps/grep" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-20050505-updates.patch +} + +src_install() { + dobin wtf || die "dogamesbin failed" + doman wtf.6 + insinto /usr/share/misc + doins acronyms* || die "doins failed" +} |