pacho 14/11/23 20:46:43 Modified: gnome-js-common-0.1.2.ebuild ChangeLog Log: Bump eapi and adapt ebuild to current policies (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.13 gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild?r1=1.12&r2=1.13 Index: gnome-js-common-0.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gnome-js-common-0.1.2.ebuild 5 Oct 2014 12:08:28 -0000 1.12 +++ gnome-js-common-0.1.2.ebuild 23 Nov 2014 20:46:43 -0000 1.13 @@ -1,13 +1,15 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild,v 1.12 2014/10/05 12:08:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild,v 1.13 2014/11/23 20:46:43 pacho Exp $ -EAPI="3" +EAPI="5" GCONF_DEBUG="no" +GNOME_TARBALL_SUFFIX="bz2" + inherit gnome2 DESCRIPTION="GNOME JavaScript common modules and tests" -HOMEPAGE="http://gnome.org/" +HOMEPAGE="https://git.gnome.org/browse/gnome-js-common" LICENSE="GPL-3" SLOT="0" @@ -17,13 +19,16 @@ RDEPEND="" DEPEND="sys-devel/gettext virtual/pkgconfig - >=dev-util/intltool-0.35" -DOCS="ChangeLog" + >=dev-util/intltool-0.35 +" -G2CONF="${G2CONF} --disable-seed --disable-gjs" +src_configure() { + gnome2_src_configure \ + --disable-seed \ + --disable-gjs +} src_install() { gnome2_src_install - rm -rf "${ED}"/usr/doc } 1.13 gnome-base/gnome-js-common/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-js-common/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-js-common/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-js-common/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-js-common/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 5 Oct 2014 12:08:28 -0000 1.12 +++ ChangeLog 23 Nov 2014 20:46:43 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gnome-js-common # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-js-common/ChangeLog,v 1.12 2014/10/05 12:08:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-js-common/ChangeLog,v 1.13 2014/11/23 20:46:43 pacho Exp $ + + 23 Nov 2014; Pacho Ramos <[email protected]> gnome-js-common-0.1.2.ebuild: + Bump eapi and adapt ebuild to current policies 05 Oct 2014; Agostino Sarubbo <[email protected]> gnome-js-common-0.1.2.ebuild: Stable for ppc, wrt bug #513396
