diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-06 21:58:14 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-06 21:58:14 +0000 |
commit | 0727fbe8dee11bb41abf7db5e693d4b4b0cd634a (patch) | |
tree | 3fcc996d632a377ce8f97ff36c554a63a3480f71 /games-misc/wtf | |
parent | fixed manifest (diff) | |
download | gentoo-2-0727fbe8dee11bb41abf7db5e693d4b4b0cd634a.tar.gz gentoo-2-0727fbe8dee11bb41abf7db5e693d4b4b0cd634a.tar.bz2 gentoo-2-0727fbe8dee11bb41abf7db5e693d4b4b0cd634a.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-misc/wtf')
-rw-r--r-- | games-misc/wtf/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/wtf/wtf-20090924.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-misc/wtf/ChangeLog b/games-misc/wtf/ChangeLog index e0749c021271..74d01c556185 100644 --- a/games-misc/wtf/ChangeLog +++ b/games-misc/wtf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/wtf -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.39 2012/09/19 20:18:19 darkside Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.40 2015/02/06 21:58:14 tupone Exp $ + + 06 Feb 2015; Tupone Alfredo <tupone@gentoo.org> wtf-20090924.ebuild: + EAPI 5 19 Sep 2012; Jeremy Olexa <darkside@gentoo.org> metadata.xml: dropping maintainership, backup herd exists diff --git a/games-misc/wtf/wtf-20090924.ebuild b/games-misc/wtf/wtf-20090924.ebuild index 726bf5edff28..c7345a1df2ae 100644 --- a/games-misc/wtf/wtf-20090924.ebuild +++ b/games-misc/wtf/wtf-20090924.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20090924.ebuild,v 1.8 2010/06/14 16:53:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20090924.ebuild,v 1.9 2015/02/06 21:58:14 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils prefix DESCRIPTION="translates acronyms for you" @@ -27,9 +27,9 @@ src_compile() { } src_install() { - dobin wtf || die "dogamesbin failed" + dobin wtf doman wtf.6 insinto /usr/share/misc - doins acronyms* || die "doins failed" + doins acronyms* dodoc README } |