summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-04-03 10:54:53 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-04-03 10:54:53 +0000
commit5856ca2d7db772a0b5a12ce56f4f51954c4de95e (patch)
treecdeeaaf26dc93588d4f323979fd98a065d5bd45e /x11-libs/compiz-bcop
parentBumped compiz to the 0.8.2 release. (diff)
downloadgentoo-2-5856ca2d7db772a0b5a12ce56f4f51954c4de95e.tar.gz
gentoo-2-5856ca2d7db772a0b5a12ce56f4f51954c4de95e.tar.bz2
gentoo-2-5856ca2d7db772a0b5a12ce56f4f51954c4de95e.zip
Bumped compiz to the 0.8.2 release.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/compiz-bcop')
-rw-r--r--x11-libs/compiz-bcop/ChangeLog10
-rw-r--r--x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/x11-libs/compiz-bcop/ChangeLog b/x11-libs/compiz-bcop/ChangeLog
index 3005aa5a16a4..67062579f390 100644
--- a/x11-libs/compiz-bcop/ChangeLog
+++ b/x11-libs/compiz-bcop/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/compiz-bcop
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.9 2008/11/15 02:03:52 jmbsvicetto Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.10 2009/04/03 10:54:53 jmbsvicetto Exp $
+
+*compiz-bcop-0.8.2 (03 Apr 2009)
+
+ 03 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ +compiz-bcop-0.8.2.ebuild:
+ Bumped compiz to the 0.8.2 release.
15 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
compiz-bcop-0.7.8.ebuild:
diff --git a/x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild b/x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild
new file mode 100644
index 000000000000..9249dae417a7
--- /dev/null
+++ b/x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild,v 1.1 2009/04/03 10:54:53 jmbsvicetto Exp $
+
+DESCRIPTION="Compiz Option code Generator"
+HOMEPAGE="http://www.compiz.org/"
+SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/libxslt"
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.19"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}