summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-10-15 17:24:33 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-10-15 17:24:33 +0000
commitc5586877f4b971cb5795fd1a2b57c6793b62ab2b (patch)
tree018ae036b225f59b23c18f61039dbb2de7601be2 /x11-plugins/compiz-plugins-unsupported
parentVersion bump. (diff)
downloadgentoo-2-c5586877f4b971cb5795fd1a2b57c6793b62ab2b.tar.gz
gentoo-2-c5586877f4b971cb5795fd1a2b57c6793b62ab2b.tar.bz2
gentoo-2-c5586877f4b971cb5795fd1a2b57c6793b62ab2b.zip
Version bump
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/compiz-plugins-unsupported')
-rw-r--r--x11-plugins/compiz-plugins-unsupported/ChangeLog8
-rw-r--r--x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4.ebuild36
2 files changed, 43 insertions, 1 deletions
diff --git a/x11-plugins/compiz-plugins-unsupported/ChangeLog b/x11-plugins/compiz-plugins-unsupported/ChangeLog
index b8391140e414..6cd4b16dfdd5 100644
--- a/x11-plugins/compiz-plugins-unsupported/ChangeLog
+++ b/x11-plugins/compiz-plugins-unsupported/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/compiz-plugins-unsupported
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/ChangeLog,v 1.4 2009/04/25 16:06:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/ChangeLog,v 1.5 2009/10/15 17:24:33 mrpouet Exp $
+
+*compiz-plugins-unsupported-0.8.4 (15 Oct 2009)
+
+ 15 Oct 2009; Romain Perier <mrpouet@gentoo.org>
+ +compiz-plugins-unsupported-0.8.4.ebuild:
+ Version bump.
25 Apr 2009; Brent Baude <ranger@gentoo.org>
compiz-plugins-unsupported-0.8.2.ebuild:
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
new file mode 100644
index 000000000000..a1ec7da46a21
--- /dev/null
+++ b/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2009 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.1 2009/10/15 17:24:33 mrpouet 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="
+ !x11-plugins/compiz-fusion-plugins-unsupported
+ >=gnome-base/librsvg-2.14.0
+ media-libs/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"
+}