diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 19:47:45 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 19:47:45 +0000 |
commit | c635990121c1d39fdb5484e5dcfae90c73d8206a (patch) | |
tree | f4df7b6a2780e3e886deea3d7a9e216e90e00f96 /x11-plugins/compiz-plugins-extra | |
parent | Stable on amd64 wrt bug #359741 (diff) | |
download | gentoo-2-c635990121c1d39fdb5484e5dcfae90c73d8206a.tar.gz gentoo-2-c635990121c1d39fdb5484e5dcfae90c73d8206a.tar.bz2 gentoo-2-c635990121c1d39fdb5484e5dcfae90c73d8206a.zip |
Remove old, fix library slot-deps
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/compiz-plugins-extra')
3 files changed, 10 insertions, 69 deletions
diff --git a/x11-plugins/compiz-plugins-extra/ChangeLog b/x11-plugins/compiz-plugins-extra/ChangeLog index e835b0da1d65..4219e9182e23 100644 --- a/x11-plugins/compiz-plugins-extra/ChangeLog +++ b/x11-plugins/compiz-plugins-extra/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/compiz-plugins-extra # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.15 2011/02/28 17:45:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.16 2011/03/21 19:47:45 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + -compiz-plugins-extra-0.8.4-r1.ebuild, + compiz-plugins-extra-0.8.6-r1.ebuild: + Remove old, fix library slot-deps 28 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> compiz-plugins-extra-0.8.6-r1.ebuild, diff --git a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.4-r1.ebuild b/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.4-r1.ebuild deleted file mode 100644 index 0f407bfbd0ad..000000000000 --- a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.4-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.4-r1.ebuild,v 1.4 2011/02/26 22:49:51 signals Exp $ - -EAPI="2" - -inherit autotools eutils gnome2-utils - -DESCRIPTION="Compiz Fusion Window Decorator Extra Plugins" -HOMEPAGE="http://www.compiz.org/" -SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="gnome" - -RDEPEND=" - >=gnome-base/librsvg-2.14.0 - virtual/jpeg - <x11-libs/libnotify-0.7 - ~x11-libs/compiz-bcop-${PV} - ~x11-plugins/compiz-plugins-main-${PV} - ~x11-wm/compiz-${PV} -" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - >=dev-util/pkgconfig-0.19 - >=sys-devel/gettext-0.15 - x11-libs/cairo - gnome? ( gnome-base/gconf ) -" - -src_prepare() { - use gnome || { - epatch "${FILESDIR}"/${PN}-no-gconf.patch - - # required to apply the above patch - intltoolize --copy --force || die "intltoolize failed" - eautoreconf || die "eautoreconf failed" - } -} - -src_configure() { - econf --disable-dependency-tracking \ - $(use_enable gnome schemas) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} - -pkg_preinst() { - if use gnome; then - gnome2_gconf_savelist - fi -} - -pkg_postinst() { - if use gnome; then - gnome2_gconf_install - fi -} diff --git a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild b/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild index 6705a80c46f2..4876927cac7e 100644 --- a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild +++ b/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild,v 1.4 2011/02/28 17:45:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild,v 1.5 2011/03/21 19:47:45 nirbheek Exp $ EAPI="2" @@ -18,8 +18,8 @@ IUSE="gconf libnotify" MY_PV="0.8.4" RDEPEND=" - >=gnome-base/librsvg-2.14.0 - virtual/jpeg + >=gnome-base/librsvg-2.14.0:2 + virtual/jpeg:0 >=x11-libs/compiz-bcop-${MY_PV} >=x11-plugins/compiz-plugins-main-${PV} >=x11-wm/compiz-${PV}[gconf?] @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.19 >=sys-devel/gettext-0.15 x11-libs/cairo - gconf? ( gnome-base/gconf ) + gconf? ( gnome-base/gconf:2 ) " src_prepare() { |