tupone 15/02/05 06:11:27 Modified: fortune-mod-osfortune-1.ebuild ChangeLog Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.17 games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild?r1=1.16&r2=1.17 Index: fortune-mod-osfortune-1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- fortune-mod-osfortune-1.ebuild 12 Dec 2010 16:34:03 -0000 1.16 +++ fortune-mod-osfortune-1.ebuild 5 Feb 2015 06:11:27 -0000 1.17 @@ -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 @@ 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 } 1.12 games-misc/fortune-mod-osfortune/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 12 Dec 2010 16:34:03 -0000 1.11 +++ ChangeLog 5 Feb 2015 06:11:27 -0000 1.12 @@ -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 <[email protected]> + fortune-mod-osfortune-1.ebuild: + EAPI 5 12 Dec 2010; Fabian Groffen <[email protected]> fortune-mod-osfortune-1.ebuild:
