pacho 15/06/20 11:27:21 Modified: libwnck-2.31.0.ebuild ChangeLog Removed: libwnck-3.4.7.ebuild Log: Bump eapi, drop old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.13 x11-libs/libwnck/libwnck-2.31.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-2.31.0.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-2.31.0.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-2.31.0.ebuild?r1=1.12&r2=1.13 Index: libwnck-2.31.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.31.0.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libwnck-2.31.0.ebuild 3 Mar 2015 11:42:10 -0000 1.12 +++ libwnck-2.31.0.ebuild 20 Jun 2015 11:27:21 -0000 1.13 @@ -1,8 +1,8 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.31.0.ebuild,v 1.12 2015/03/03 11:42:10 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.31.0.ebuild,v 1.13 2015/06/20 11:27:21 pacho Exp $ -EAPI="4" +EAPI=5 GNOME2_LA_PUNT="yes" GCONF_DEBUG="no" @@ -15,29 +15,28 @@ SLOT="1" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="doc +introspection startup-notification" +IUSE="+introspection startup-notification" -RDEPEND=">=x11-libs/gtk+-2.19.7:2[introspection?] +RDEPEND=" + >=x11-libs/gtk+-2.19.7:2[introspection?] >=dev-libs/glib-2.16:2 x11-libs/libX11 x11-libs/libXres x11-libs/libXext - introspection? ( >=dev-libs/gobject-introspection-0.6.14 ) - startup-notification? ( >=x11-libs/startup-notification-0.4 )" + introspection? ( >=dev-libs/gobject-introspection-0.6.14:= ) + startup-notification? ( >=x11-libs/startup-notification-0.4 ) +" DEPEND="${RDEPEND} dev-util/gtk-doc-am >=dev-util/intltool-0.40 sys-devel/gettext virtual/pkgconfig - x86-interix? ( sys-libs/itx-bind )" + x86-interix? ( sys-libs/itx-bind ) +" # eautoreconf needs # gnome-base/gnome-common src_prepare() { - G2CONF="${G2CONF} - --disable-static - $(use_enable introspection) - $(use_enable startup-notification)" DOCS="AUTHORS ChangeLog HACKING NEWS README" # Regenerate pregenerated marshalers for <glib-2.31 compatibility @@ -51,3 +50,10 @@ append-ldflags "-L${EPREFIX}/usr/lib/bind" fi } + +src_configure () { + gnome2_src_configure \ + --disable-static \ + $(use_enable introspection) \ + $(use_enable startup-notification) +} 1.347 x11-libs/libwnck/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.347&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.347&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?r1=1.346&r2=1.347 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v retrieving revision 1.346 retrieving revision 1.347 diff -u -r1.346 -r1.347 --- ChangeLog 7 Jun 2015 10:46:05 -0000 1.346 +++ ChangeLog 20 Jun 2015 11:27:21 -0000 1.347 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libwnck # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.346 2015/06/07 10:46:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.347 2015/06/20 11:27:21 pacho Exp $ + + 20 Jun 2015; Pacho Ramos <[email protected]> -libwnck-3.4.7.ebuild, + libwnck-2.31.0.ebuild: + Bump eapi, drop old 07 Jun 2015; Markus Meier <[email protected]> libwnck-3.14.0.ebuild: arm stable, bug #534012
