summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-12-11 17:24:27 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-12-11 17:24:27 +0000
commit16d2261dc3e648c76ae83aac89b04c8fb65de897 (patch)
tree09520e6d74828dd1046d0dd6b251a1cdc52822b9 /x11-apps/ccsm
parentVersion bump. (diff)
downloadhistorical-16d2261dc3e648c76ae83aac89b04c8fb65de897.tar.gz
historical-16d2261dc3e648c76ae83aac89b04c8fb65de897.tar.bz2
historical-16d2261dc3e648c76ae83aac89b04c8fb65de897.zip
Drop no-longer required ebuild.
Package-Manager: portage-2.2_rc58/cvs/Linux i686
Diffstat (limited to 'x11-apps/ccsm')
-rw-r--r--x11-apps/ccsm/ChangeLog6
-rw-r--r--x11-apps/ccsm/ccsm-0.6.0.ebuild28
-rw-r--r--x11-apps/ccsm/ccsm-0.8.2.ebuild30
3 files changed, 5 insertions, 59 deletions
diff --git a/x11-apps/ccsm/ChangeLog b/x11-apps/ccsm/ChangeLog
index 694f3b98c883..30c23a092c65 100644
--- a/x11-apps/ccsm/ChangeLog
+++ b/x11-apps/ccsm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/ccsm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.15 2009/10/15 17:40:21 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.16 2009/12/11 17:24:27 scarabeus Exp $
+
+ 11 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> -ccsm-0.6.0.ebuild,
+ -ccsm-0.8.2.ebuild:
+ Drop no-longer required ebuild.
*ccsm-0.8.4 (15 Oct 2009)
diff --git a/x11-apps/ccsm/ccsm-0.6.0.ebuild b/x11-apps/ccsm/ccsm-0.6.0.ebuild
deleted file mode 100644
index b259612a3bc4..000000000000
--- a/x11-apps/ccsm/ccsm-0.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ccsm-0.6.0.ebuild,v 1.6 2009/05/05 08:36:49 fauli Exp $
-
-inherit distutils
-
-DESCRIPTION="Compizconfig Settings Manager"
-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=""
-
-DEPEND="dev-python/compizconfig-python
- >=dev-python/pygtk-2.10"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS PKG-INFO"
-
-src_compile() {
- distutils_src_compile --prefix=/usr
-}
-
-src_install() {
- distutils_src_install --prefix=/usr
-}
diff --git a/x11-apps/ccsm/ccsm-0.8.2.ebuild b/x11-apps/ccsm/ccsm-0.8.2.ebuild
deleted file mode 100644
index 5f0f2ff3367c..000000000000
--- a/x11-apps/ccsm/ccsm-0.8.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ccsm-0.8.2.ebuild,v 1.3 2009/04/25 16:07:25 ranger Exp $
-
-inherit distutils
-
-DESCRIPTION="Compizconfig Settings Manager"
-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=""
-
-DEPEND="~dev-python/compizconfig-python-${PV}
- >=dev-python/pygtk-2.12
- gnome-base/librsvg
-"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS PKG-INFO"
-
-src_compile() {
- distutils_src_compile --prefix=/usr
-}
-
-src_install() {
- distutils_src_install --prefix=/usr
-}