diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-08-11 21:22:31 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-08-11 21:22:31 +0000 |
commit | 9ea39017586dff341e33945a62f43f50fa096cc2 (patch) | |
tree | e389d673d25dc07724b9dd740461e6fc8bf1a031 /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-9ea39017586dff341e33945a62f43f50fa096cc2.tar.gz gentoo-2-9ea39017586dff341e33945a62f43f50fa096cc2.tar.bz2 gentoo-2-9ea39017586dff341e33945a62f43f50fa096cc2.zip |
Version bump. Drop old revision.
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libwnck/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libwnck/libwnck-3.4.6.ebuild (renamed from x11-libs/libwnck/libwnck-3.4.4.ebuild) | 23 |
2 files changed, 18 insertions, 13 deletions
diff --git a/x11-libs/libwnck/ChangeLog b/x11-libs/libwnck/ChangeLog index 201a34b1b774..d5062cf2e221 100644 --- a/x11-libs/libwnck/ChangeLog +++ b/x11-libs/libwnck/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libwnck # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.317 2013/04/09 16:44:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.318 2013/08/11 21:22:31 eva Exp $ + +*libwnck-3.4.6 (11 Aug 2013) + + 11 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org> -libwnck-3.4.4.ebuild, + +libwnck-3.4.6.ebuild: + Version bump. Drop old revision. 09 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libwnck-3.4.5.ebuild: Stable for sh, wrt bug #458984 diff --git a/x11-libs/libwnck/libwnck-3.4.4.ebuild b/x11-libs/libwnck/libwnck-3.4.6.ebuild index 2c5fca66131f..7651f73e4ce5 100644 --- a/x11-libs/libwnck/libwnck-3.4.4.ebuild +++ b/x11-libs/libwnck/libwnck-3.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.4.4.ebuild,v 1.12 2013/03/01 12:47:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.4.6.ebuild,v 1.1 2013/08/11 21:22:31 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2+" SLOT="3" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="+introspection startup-notification tools" @@ -33,23 +33,22 @@ DEPEND="${RDEPEND} # eautoreconf needs # gnome-base/gnome-common -src_prepare() { - # Don't collide with SLOT=1 - G2CONF="${G2CONF} - --disable-static - $(use_enable introspection) - $(use_enable startup-notification) - $(use_enable tools) - --program-suffix=-${SLOT}" +src_configure() { DOCS="AUTHORS ChangeLog HACKING NEWS README" - gnome2_src_prepare - if use x86-interix; then # activate the itx-bind package... append-flags "-I${EPREFIX}/usr/include/bind" append-ldflags "-L${EPREFIX}/usr/lib/bind" fi + + # Don't collide with SLOT=1 + gnome2_src_configure \ + --disable-static \ + $(use_enable introspection) \ + $(use_enable startup-notification) \ + $(use_enable tools) \ + --program-suffix=-${SLOT} } pkg_postinst() { |