diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:58:05 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:58:05 +0000 |
commit | 060316ff53b4c3ec2fb4676242ef2b3a31edc614 (patch) | |
tree | 95a7e0e471214f6d5ae4fd0fcdbdf13a3dbaaa9a /x11-libs | |
parent | Fix slot-deps on gnome libs, remove old (diff) | |
download | gentoo-2-060316ff53b4c3ec2fb4676242ef2b3a31edc614.tar.gz gentoo-2-060316ff53b4c3ec2fb4676242ef2b3a31edc614.tar.bz2 gentoo-2-060316ff53b4c3ec2fb4676242ef2b3a31edc614.zip |
Remove old
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libwnck/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libwnck/libwnck-2.30.2.ebuild | 75 | ||||
-rw-r--r-- | x11-libs/libwnck/libwnck-2.30.5.ebuild | 53 |
3 files changed, 5 insertions, 129 deletions
diff --git a/x11-libs/libwnck/ChangeLog b/x11-libs/libwnck/ChangeLog index 26700dae6a19..e3ce8635a1c1 100644 --- a/x11-libs/libwnck/ChangeLog +++ b/x11-libs/libwnck/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libwnck # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.262 2011/03/22 19:50:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.263 2011/03/27 12:58:04 nirbheek Exp $ + + 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + -libwnck-2.30.2.ebuild, -libwnck-2.30.5.ebuild: + Remove old 22 Mar 2011; Brent Baude <ranger@gentoo.org> libwnck-2.30.6.ebuild: Marking libwnck-2.30.6 ppc stable for bug 353436 diff --git a/x11-libs/libwnck/libwnck-2.30.2.ebuild b/x11-libs/libwnck/libwnck-2.30.2.ebuild deleted file mode 100644 index 7fe8d6130d54..000000000000 --- a/x11-libs/libwnck/libwnck-2.30.2.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.30.2.ebuild,v 1.12 2011/02/09 21:35:26 nirbheek Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit autotools gnome2 eutils - -DESCRIPTION="A window navigation construction kit" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="1" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" - -SRC_URI="${SRC_URI} - mirror://gentoo/introspection.m4.bz2" - -# FIXME: introspection support disabled for now -IUSE="doc startup-notification" - -RDEPEND=">=x11-libs/gtk+-2.19.7 - >=dev-libs/glib-2.16.0 - x11-libs/libX11 - x11-libs/libXres - x11-libs/libXext - startup-notification? ( >=x11-libs/startup-notification-0.4 )" -# introspection? ( dev-libs/gobject-introspection )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.40 - dev-util/gtk-doc-am - gnome-base/gnome-common - doc? ( >=dev-util/gtk-doc-1.9 ) - x86-interix? ( - sys-libs/itx-bind - )" - -DOCS="AUTHORS ChangeLog HACKING NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - --disable-introspection - $(use_enable startup-notification)" -} - -src_prepare() { - 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 - - if has_version '<sys-devel/libtool-2.2.6b'; then - intltoolize --force --copy --automake || die "intltoolize failed" - - # Make it libtool-1 compatible, bug #280876 - rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed" - - # eautoreconf needs introspection.m4, bug #324167 - mv "${WORKDIR}"/introspection.m4 m4/ - - AT_M4DIR="m4" eautoreconf - fi - - # Fix intltoolize broken file, see upstream #577133 - sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ - || die "sed failed" - -} diff --git a/x11-libs/libwnck/libwnck-2.30.5.ebuild b/x11-libs/libwnck/libwnck-2.30.5.ebuild deleted file mode 100644 index 3f870e7541d1..000000000000 --- a/x11-libs/libwnck/libwnck-2.30.5.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.30.5.ebuild,v 1.2 2011/02/09 21:35:26 nirbheek Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="A window navigation construction kit" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" - -IUSE="doc +introspection startup-notification" - -RDEPEND=">=x11-libs/gtk+-2.19.7[introspection?] - >=dev-libs/glib-2.16.0 - 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 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.40 - doc? ( >=dev-util/gtk-doc-1.9 ) - x86-interix? ( sys-libs/itx-bind )" -# eautoreconf needs -# dev-util/gtk-doc-am -# gnome-base/gnome-common - -DOCS="AUTHORS ChangeLog HACKING NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - $(use_enable introspection) - $(use_enable startup-notification)" -} - -src_prepare() { - 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 -} |