summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-08-25 15:01:54 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-08-25 15:01:54 +0000
commit403f78f3ad6746811534b9110fedb6c04845a66d (patch)
tree85ef614ac4a40a9a213cfcd54bf9c1bb7d5b77f4 /x11-apps/simple-ccsm
parentDrop old revision (diff)
downloadgentoo-2-403f78f3ad6746811534b9110fedb6c04845a66d.tar.gz
gentoo-2-403f78f3ad6746811534b9110fedb6c04845a66d.tar.bz2
gentoo-2-403f78f3ad6746811534b9110fedb6c04845a66d.zip
Drop old revision
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'x11-apps/simple-ccsm')
-rw-r--r--x11-apps/simple-ccsm/ChangeLog5
-rw-r--r--x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild53
2 files changed, 4 insertions, 54 deletions
diff --git a/x11-apps/simple-ccsm/ChangeLog b/x11-apps/simple-ccsm/ChangeLog
index 727644f23501..f120333e685b 100644
--- a/x11-apps/simple-ccsm/ChangeLog
+++ b/x11-apps/simple-ccsm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/simple-ccsm
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/ChangeLog,v 1.16 2013/05/07 15:37:10 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/ChangeLog,v 1.17 2013/08/25 15:01:54 pinkbyte Exp $
+
+ 25 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> -simple-ccsm-0.8.4-r1.ebuild:
+ Drop old revision
*simple-ccsm-0.8.4-r2 (07 May 2013)
diff --git a/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild b/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild
deleted file mode 100644
index 55851d9e81af..000000000000
--- a/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild,v 1.4 2012/05/02 21:52:59 jdhore Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit distutils gnome2-utils
-
-DESCRIPTION="Simplified 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-util/intltool
- virtual/pkgconfig"
-RDEPEND="
- >=dev-python/compizconfig-python-${PV}
- >=dev-python/pygtk-2.10:2
- >=x11-apps/ccsm-${PV}
-"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_compile() {
- distutils_src_compile --prefix=/usr
-}
-
-src_install() {
- distutils_src_install --prefix=/usr
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- distutils_pkg_postrm
- gnome2_icon_cache_update
-}