summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-12-20 15:57:41 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-12-20 15:57:41 +0000
commitb53ee1081c6e4b34e5c8dc7a985e14ee724b837d (patch)
tree43466be0691b8f10019cd82c3bf614e6a4d0c8ac /x11-apps/ccsm
parentClean up old versions (diff)
downloadgentoo-2-b53ee1081c6e4b34e5c8dc7a985e14ee724b837d.tar.gz
gentoo-2-b53ee1081c6e4b34e5c8dc7a985e14ee724b837d.tar.bz2
gentoo-2-b53ee1081c6e4b34e5c8dc7a985e14ee724b837d.zip
Clean up old version
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/ccsm')
-rw-r--r--x11-apps/ccsm/ChangeLog5
-rw-r--r--x11-apps/ccsm/ccsm-0.6.0.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/x11-apps/ccsm/ChangeLog b/x11-apps/ccsm/ChangeLog
index cd51bcb8117d..2f79e07f9f1a 100644
--- a/x11-apps/ccsm/ChangeLog
+++ b/x11-apps/ccsm/ChangeLog
@@ -1,6 +1,9 @@
# 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.17 2009/12/11 17:39:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.18 2009/12/20 15:57:41 mrpouet Exp $
+
+ 20 Dec 2009; Romain Perier <mrpouet@gentoo.org> -ccsm-0.6.0.ebuild:
+ Clean up old version
11 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> +ccsm-0.6.0.ebuild:
Restore ccsm 0.6.0 ebuild.
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 908f3bd03474..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.8 2009/12/11 17:39:18 scarabeus 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
-}