diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-04 21:16:56 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-04 21:16:56 +0000 |
commit | f3aac3f4c98569372bb4cad9002ec1fcc2b954bf (patch) | |
tree | 3b052d0c5bf52da53c3dd524f33fe923f7f3edf0 /games-misc | |
parent | EAPI 5 (diff) | |
download | gentoo-2-f3aac3f4c98569372bb4cad9002ec1fcc2b954bf.tar.gz gentoo-2-f3aac3f4c98569372bb4cad9002ec1fcc2b954bf.tar.bz2 gentoo-2-f3aac3f4c98569372bb4cad9002ec1fcc2b954bf.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/fortune-mod-dubya/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-misc/fortune-mod-dubya/ChangeLog b/games-misc/fortune-mod-dubya/ChangeLog index 3755ee12800d..47f74c93da4d 100644 --- a/games-misc/fortune-mod-dubya/ChangeLog +++ b/games-misc/fortune-mod-dubya/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/fortune-mod-dubya -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dubya/ChangeLog,v 1.18 2013/01/12 08:41:24 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dubya/ChangeLog,v 1.19 2015/02/04 21:16:56 tupone Exp $ + + 04 Feb 2015; Tupone Alfredo <tupone@gentoo.org> + fortune-mod-dubya-20050118.ebuild: + EAPI 5 12 Jan 2013; Ulrich Müller <ulm@gentoo.org> fortune-mod-dubya-20050118.ebuild: diff --git a/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild b/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild index 6ddda93710c3..4b5ea64abc3c 100644 --- a/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild +++ b/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2013 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/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild,v 1.10 2013/01/12 08:41:24 ulm Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild,v 1.11 2015/02/04 21:16:56 tupone Exp $ +EAPI=5 DESCRIPTION="Quotes from George W. Bush" HOMEPAGE="http://dubya.seiler.us/" SRC_URI="http://seiler.us/wiki/images/8/8c/Dubya-${PV}.tar.gz" @@ -17,5 +17,5 @@ S=${WORKDIR}/${PN/fortune-mod-/} src_install() { insinto /usr/share/fortune - doins dubya dubya.dat || die + doins dubya dubya.dat } |