diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-05 06:11:27 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-05 06:11:27 +0000 |
commit | 946df99351e77b44b45843014eb0ff854c065ee3 (patch) | |
tree | 673146a44044f2622f2eaa9ae84beafa7b52a373 /games-misc/fortune-mod-osfortune | |
parent | EAPI 5 (diff) | |
download | gentoo-2-946df99351e77b44b45843014eb0ff854c065ee3.tar.gz gentoo-2-946df99351e77b44b45843014eb0ff854c065ee3.tar.bz2 gentoo-2-946df99351e77b44b45843014eb0ff854c065ee3.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-misc/fortune-mod-osfortune')
-rw-r--r-- | games-misc/fortune-mod-osfortune/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-misc/fortune-mod-osfortune/ChangeLog b/games-misc/fortune-mod-osfortune/ChangeLog index 64e45bcd3e3c..e8022e2527d8 100644 --- a/games-misc/fortune-mod-osfortune/ChangeLog +++ b/games-misc/fortune-mod-osfortune/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/fortune-mod-osfortune -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog,v 1.11 2010/12/12 16:34:03 grobian Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog,v 1.12 2015/02/05 06:11:27 tupone Exp $ + + 05 Feb 2015; Tupone Alfredo <tupone@gentoo.org> + fortune-mod-osfortune-1.ebuild: + EAPI 5 12 Dec 2010; Fabian Groffen <grobian@gentoo.org> fortune-mod-osfortune-1.ebuild: diff --git a/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild index 864b6ee84b69..37867ce19182 100644 --- a/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild +++ b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-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-osfortune/fortune-mod-osfortune-1.ebuild,v 1.16 2010/12/12 16:34:03 grobian Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild,v 1.17 2015/02/05 06:11:27 tupone Exp $ +EAPI=5 inherit eutils DESCRIPTION="Open sources fortune file" @@ -14,16 +14,16 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86- IUSE="" DEPEND="games-misc/fortune-mod" +RDEPEND="${DEPEND}" S=${WORKDIR} -src_unpack() { - unpack ${A} +src_prepare() { epatch "${FILESDIR}"/spelling.patch strfile osfortune || die } src_install() { insinto /usr/share/fortune - doins osfortune osfortune.dat || die + doins osfortune osfortune.dat } |