diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-27 01:32:50 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-27 01:32:50 +0300 |
commit | 1e3b263b4d2589abb5bd6f701380c6ee87555e56 (patch) | |
tree | 7c567e5f236b3d7e47c2301db9dac92fd752222a /x11-misc | |
parent | x11-misc/simple-ccsm: remove last rited package (diff) | |
download | gentoo-1e3b263b4d2589abb5bd6f701380c6ee87555e56.tar.gz gentoo-1e3b263b4d2589abb5bd6f701380c6ee87555e56.tar.bz2 gentoo-1e3b263b4d2589abb5bd6f701380c6ee87555e56.zip |
x11-misc/ccsm: remove last rited package
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/ccsm/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/ccsm/ccsm-0.8.4-r5.ebuild | 53 | ||||
-rw-r--r-- | x11-misc/ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch | 16 | ||||
-rw-r--r-- | x11-misc/ccsm/metadata.xml | 6 |
4 files changed, 0 insertions, 76 deletions
diff --git a/x11-misc/ccsm/Manifest b/x11-misc/ccsm/Manifest deleted file mode 100644 index 0459bd4e7a29..000000000000 --- a/x11-misc/ccsm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ccsm-0.8.4.tar.bz2 475864 BLAKE2B 6ccfaa4329dd33b78efd43f98e08d10c5909e1ef36a9fe096c4a1f123f92bf7623f7a73b724ec8146e544dd523022170ba83f4d35d0cd486bdbeabdcddea90ee SHA512 1991f25ca4f04363006bacd5267cb54c7e24817b263996c7172f58180ca0acf94050220938d4fa87081c93fde23ca0b44a333f9b675950e4c5187903a03692c5 diff --git a/x11-misc/ccsm/ccsm-0.8.4-r5.ebuild b/x11-misc/ccsm/ccsm-0.8.4-r5.ebuild deleted file mode 100644 index 235de9f1687f..000000000000 --- a/x11-misc/ccsm/ccsm-0.8.4-r5.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_IN_SOURCE_BUILD=1 -inherit distutils-r1 - -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" - -RDEPEND=" - >=dev-python/compizconfig-python-${PV}[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.12:2[${PYTHON_USEDEP}] - gnome-base/librsvg -" - -# missing icons and text fix, bug #487106 -PATCHES=( "${FILESDIR}/${P}-pygobject-glib-fix.patch" ) - -DOCS=( AUTHORS ) - -python_prepare_all() { - # return error if wrong arguments passed to setup.py - sed -i -e 's/raise SystemExit/\0(1)/' setup.py || die 'sed on setup.py failed' - # fix desktop file - sed -i \ - -e '/Categories/s/Compiz/X-\0/' \ - -e '/Encoding/d' \ - ccsm.desktop.in || die 'sed on ccsm.desktop.in failed' - - # correct gettext behavior - if [[ -n "${LINGUAS+x}" ]] ; then - for i in $(cd po ; echo *po | sed 's/\.po//g') ; do - if ! has ${i} ${LINGUAS} ; then - rm po/${i}.po || die - fi - done - fi - - distutils-r1_python_prepare_all -} - -python_configure_all() { - #set prefix - mydistutilsargs=( build --prefix=/usr ) -} diff --git a/x11-misc/ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch b/x11-misc/ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch deleted file mode 100644 index 9b325af7f341..000000000000 --- a/x11-misc/ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch +++ /dev/null @@ -1,16 +0,0 @@ -Fix missing icon and text with new PyGObject -Gentoo bugreport - https://bugs.gentoo.org/show_bug.cgi?id=487106 -Patch by Small_Penguin <dark.shadow AT gmx.at> - -diff -Naur ccsm-0.8.4~/ccm/Utils.py ccsm-0.8.4/ccm/Utils.py ---- ccsm-0.8.4~/ccm/Utils.py 2009-10-14 03:05:30.000000000 +0200 -+++ ccsm-0.8.4/ccm/Utils.py 2013-10-05 10:16:10.050030522 +0200 -@@ -184,7 +184,7 @@ - if has_focus: - self.unset_flags (gtk.HAS_FOCUS) - -- ret = super (PrettyButton, self).do_expose_event (self, event) -+ ret = gtk.Button.do_expose_event (self, event) - - if has_focus: - self.set_flags (gtk.HAS_FOCUS) diff --git a/x11-misc/ccsm/metadata.xml b/x11-misc/ccsm/metadata.xml deleted file mode 100644 index 3f57497447fb..000000000000 --- a/x11-misc/ccsm/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en">Compizconfig Settings Manager.</longdescription> -</pkgmetadata> |