diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-05 17:42:28 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-05 17:42:28 +0000 |
commit | 1e64f55436dd4f2d74d9b0ef927f74b830a8295a (patch) | |
tree | 8b7318c0e76df80be70eaff8bddae55dafe0016f /games-misc | |
parent | EAPI 5 (diff) | |
download | gentoo-2-1e64f55436dd4f2d74d9b0ef927f74b830a8295a.tar.gz gentoo-2-1e64f55436dd4f2d74d9b0ef927f74b830a8295a.tar.bz2 gentoo-2-1e64f55436dd4f2d74d9b0ef927f74b830a8295a.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-tao/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-misc/fortune-mod-tao/ChangeLog b/games-misc/fortune-mod-tao/ChangeLog index 18a1d39d942f..4a27b58cfdc1 100644 --- a/games-misc/fortune-mod-tao/ChangeLog +++ b/games-misc/fortune-mod-tao/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/fortune-mod-tao -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/ChangeLog,v 1.10 2010/12/11 16:29:00 grobian Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/ChangeLog,v 1.11 2015/02/05 17:42:28 tupone Exp $ + + 05 Feb 2015; Tupone Alfredo <tupone@gentoo.org> fortune-mod-tao-1.ebuild: + EAPI 5 11 Dec 2010; Fabian Groffen <grobian@gentoo.org> fortune-mod-tao-1.ebuild: Drop ~ia64-linux, add ~x86-interix, ~x86-solaris diff --git a/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild b/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild index 0189edc55236..ec8582ef7d2a 100644 --- a/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild +++ b/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild @@ -1,7 +1,7 @@ -# 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/fortune-mod-tao/fortune-mod-tao-1.ebuild,v 1.16 2010/12/11 16:29:00 grobian Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild,v 1.17 2015/02/05 17:42:28 tupone Exp $ +EAPI=5 MY_PN=${PN/mod-/} DESCRIPTION="set of fortunes based on the Tao-Teh-Ching" HOMEPAGE="http://fortunes.quotationsbook.com/fortunes/collection/67/TAO" @@ -18,5 +18,5 @@ S=${WORKDIR}/${MY_PN} src_install() { insinto /usr/share/fortune - doins tao tao.dat || die + doins tao tao.dat } |