tupone 15/03/03 20:57:00 Modified: lure-1.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.6 games-rpg/lure/lure-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/lure/lure-1.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/lure/lure-1.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/lure/lure-1.1.ebuild?r1=1.5&r2=1.6 Index: lure-1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/lure/lure-1.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lure-1.1.ebuild 6 Jan 2010 20:53:59 -0000 1.5 +++ lure-1.1.ebuild 3 Mar 2015 20:57:00 -0000 1.6 @@ -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-rpg/lure/lure-1.1.ebuild,v 1.5 2010/01/06 20:53:59 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/lure/lure-1.1.ebuild,v 1.6 2015/03/03 20:57:00 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DAT_PV=0.13.1 @@ -90,7 +90,7 @@ if use ${lang} ; then lang=${lang/linguas_} insinto "${GAMES_DATADIR}"/${PN}-${lang} - newins "${DISTDIR}"/lure-${DAT_PV}.dat lure.dat || die "newins failed" + newins "${DISTDIR}"/lure-${DAT_PV}.dat lure.dat doins -r ${PN}-${lang}/* games_make_wrapper ${PN}-${lang} "scummvm -q ${lang} -f -p \"${GAMES_DATADIR}/${PN}-${lang}\" lure" . make_desktop_entry ${PN}-${lang} "Lure of the Temptress (${lang})" ${PN} @@ -100,7 +100,7 @@ done else insinto "${GAMES_DATADIR}"/${PN} - newins "${DISTDIR}"/lure-${DAT_PV}.dat lure.dat || die "newins failed" + newins "${DISTDIR}"/lure-${DAT_PV}.dat lure.dat doins -r ${PN}/* games_make_wrapper ${PN} "scummvm -f -p \"${GAMES_DATADIR}/${PN}\" lure" . make_desktop_entry ${PN} "Lure of the Temptress" 1.6 games-rpg/lure/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/lure/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/lure/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/lure/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/lure/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 6 Jan 2010 20:53:59 -0000 1.5 +++ ChangeLog 3 Mar 2015 20:57:00 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/lure -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/lure/ChangeLog,v 1.5 2010/01/06 20:53:59 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/lure/ChangeLog,v 1.6 2015/03/03 20:57:00 tupone Exp $ + + 03 Mar 2015; Tupone Alfredo <[email protected]> lure-1.1.ebuild: + EAPI 5 06 Jan 2010; Tupone Alfredo <[email protected]> lure-1.1.ebuild: Installing documentation correctly. Bug #299879 by [email protected]
