summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-21 19:51:02 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-21 19:51:02 +0000
commit44ca21ac9c09ab82f647828cfebaed5ec8ec3ec1 (patch)
treeee81e95d87e1fe0a3e1f57a7f8000892e19a6ff3
parentFix slot-deps on gtk+ and other libs, remove old (diff)
downloadgentoo-2-44ca21ac9c09ab82f647828cfebaed5ec8ec3ec1.tar.gz
gentoo-2-44ca21ac9c09ab82f647828cfebaed5ec8ec3ec1.tar.bz2
gentoo-2-44ca21ac9c09ab82f647828cfebaed5ec8ec3ec1.zip
Fix slot-deps on gtk+ and other libs, remove old
(Portage version: 2.1.9.44/cvs/Linux x86_64)
-rw-r--r--x11-plugins/compiz-plugins-unsupported/ChangeLog7
-rw-r--r--x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild6
-rw-r--r--x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4.ebuild35
3 files changed, 9 insertions, 39 deletions
diff --git a/x11-plugins/compiz-plugins-unsupported/ChangeLog b/x11-plugins/compiz-plugins-unsupported/ChangeLog
index 76dece0ef95c..1921217cf75d 100644
--- a/x11-plugins/compiz-plugins-unsupported/ChangeLog
+++ b/x11-plugins/compiz-plugins-unsupported/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/compiz-plugins-unsupported
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/ChangeLog,v 1.9 2011/02/26 22:53:25 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/ChangeLog,v 1.10 2011/03/21 19:51:02 nirbheek Exp $
+
+ 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ -compiz-plugins-unsupported-0.8.4.ebuild,
+ compiz-plugins-unsupported-0.8.4-r1.ebuild:
+ Fix slot-deps on gtk+ and other libs, remove old
26 Feb 2011; Kevin McCarthy <signals@gentoo.org>
compiz-plugins-unsupported-0.8.4.ebuild,
diff --git a/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild b/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild
index a336c224daba..a673f16fb255 100644
--- a/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild
+++ b/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-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-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild,v 1.2 2011/02/26 22:53:25 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild,v 1.3 2011/03/21 19:51:02 nirbheek Exp $
EAPI="2"
@@ -14,8 +14,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="
- >=gnome-base/librsvg-2.14.0
- virtual/jpeg
+ >=gnome-base/librsvg-2.14.0:2
+ virtual/jpeg:0
>=x11-libs/compiz-bcop-${PV}
>=x11-plugins/compiz-plugins-main-${PV}
>=x11-wm/compiz-${PV}
diff --git a/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4.ebuild b/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4.ebuild
deleted file mode 100644
index 49945e3c395a..000000000000
--- a/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4.ebuild
+++ /dev/null
@@ -1,35 +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-unsupported/compiz-plugins-unsupported-0.8.4.ebuild,v 1.3 2011/02/26 22:53:25 signals Exp $
-
-EAPI="2"
-
-DESCRIPTION="Compiz Fusion Window Decorator Unsupported 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=""
-
-RDEPEND="
- >=gnome-base/librsvg-2.14.0
- virtual/jpeg
- ~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
-"
-
-RESTRICT="mirror"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}