diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:19:53 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:19:53 +0000 |
commit | bdcc0e9b0bba381d3b7acd2e71a1bb8dc4a42fec (patch) | |
tree | db817cdc689de5d5838ec41bf23cbed30c4bc97c /x11-libs/libwnck | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-bdcc0e9b0bba381d3b7acd2e71a1bb8dc4a42fec.tar.gz gentoo-2-bdcc0e9b0bba381d3b7acd2e71a1bb8dc4a42fec.tar.bz2 gentoo-2-bdcc0e9b0bba381d3b7acd2e71a1bb8dc4a42fec.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'x11-libs/libwnck')
-rw-r--r-- | x11-libs/libwnck/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libwnck/libwnck-3.2.1.ebuild | 59 |
2 files changed, 4 insertions, 60 deletions
diff --git a/x11-libs/libwnck/ChangeLog b/x11-libs/libwnck/ChangeLog index e23cad654777..2e273186e883 100644 --- a/x11-libs/libwnck/ChangeLog +++ b/x11-libs/libwnck/ChangeLog @@ -1,6 +1,9 @@ # 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.313 2013/03/29 13:45:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.314 2013/03/30 17:19:53 eva Exp $ + + 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -libwnck-3.2.1.ebuild: + Clean up old revision. 29 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libwnck-3.4.5.ebuild: Stable for ia64, wrt bug #458984 diff --git a/x11-libs/libwnck/libwnck-3.2.1.ebuild b/x11-libs/libwnck/libwnck-3.2.1.ebuild deleted file mode 100644 index 0b681154758f..000000000000 --- a/x11-libs/libwnck/libwnck-3.2.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.2.1.ebuild,v 1.11 2012/12/16 09:04:08 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit flag-o-matic gnome2 - -DESCRIPTION="A window navigation construction kit" -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" - -IUSE="+introspection startup-notification" - -RDEPEND=">=x11-libs/gtk+-3.0:3[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 ) - x86-interix? ( sys-libs/itx-bind )" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig" -# 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) - --program-suffix=-${SLOT}" - 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 -} - -pkg_postinst() { - gnome2_pkg_postinst - - elog "wnckprop is now called wnckprop-${SLOT}" - elog "wnck-urgency-monitor is now called wnck-urgency-monitor-${SLOT}" -} |