summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-12-20 15:53:54 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-12-20 15:53:54 +0000
commit73cbbb1893b4354e9967719bc77065ee37f5ab35 (patch)
tree6f4b801209b12da8e5ab922f34b95b791acb1d52 /x11-libs
parentMerged keywords from Prefix (diff)
downloadgentoo-2-73cbbb1893b4354e9967719bc77065ee37f5ab35.tar.gz
gentoo-2-73cbbb1893b4354e9967719bc77065ee37f5ab35.tar.bz2
gentoo-2-73cbbb1893b4354e9967719bc77065ee37f5ab35.zip
Clean up old versions
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/compiz-bcop/ChangeLog6
-rw-r--r--x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild21
-rw-r--r--x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild20
3 files changed, 5 insertions, 42 deletions
diff --git a/x11-libs/compiz-bcop/ChangeLog b/x11-libs/compiz-bcop/ChangeLog
index 3bd48f0d8257..4cdcffd282ad 100644
--- a/x11-libs/compiz-bcop/ChangeLog
+++ b/x11-libs/compiz-bcop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/compiz-bcop
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.14 2009/10/15 16:35:51 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.15 2009/12/20 15:53:54 mrpouet Exp $
+
+ 20 Dec 2009; Romain Perier <mrpouet@gentoo.org> -compiz-bcop-0.6.0.ebuild,
+ -compiz-bcop-0.8.2.ebuild:
+ Clean up old versions
*compiz-bcop-0.8.4 (15 Oct 2009)
diff --git a/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild b/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild
deleted file mode 100644
index 69fba0c749cd..000000000000
--- a/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2008 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.6.0.ebuild,v 1.5 2008/06/24 02:12:24 hanno Exp $
-
-DESCRIPTION="Compiz option code generator"
-HOMEPAGE="http://compiz-fusion.org"
-SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/libxslt"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS || die "dodoc failed"
-}
diff --git a/x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild b/x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild
deleted file mode 100644
index c5f1c7beb60f..000000000000
--- a/x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.3 2009/04/25 16:03:57 ranger 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 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/libxslt"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.19"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}