summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/compiz-bcop')
-rw-r--r--x11-libs/compiz-bcop/ChangeLog5
-rw-r--r--x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild20
2 files changed, 4 insertions, 21 deletions
diff --git a/x11-libs/compiz-bcop/ChangeLog b/x11-libs/compiz-bcop/ChangeLog
index 61a6d5226f17..abf121d616f1 100644
--- a/x11-libs/compiz-bcop/ChangeLog
+++ b/x11-libs/compiz-bcop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/compiz-bcop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.20 2012/08/30 16:52:46 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.21 2012/09/25 14:40:53 pinkbyte Exp $
+
+ 25 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> -compiz-bcop-0.8.4.ebuild:
+ Drop old
30 Aug 2012; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
Remove myself and proxy maintainer from maintainers
diff --git a/x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild b/x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild
deleted file mode 100644
index 03abdbc618cd..000000000000
--- a/x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 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.4.ebuild,v 1.2 2012/05/05 03:52:29 jdhore 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}
- virtual/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}