From 67f76a858f1ac826bd8a550d756d9ec6e340ed4f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 27 Jan 2018 18:07:28 +0000 Subject: gentoo resync : 27.01.2018 --- x11-misc/ccsm/Manifest | 4 -- x11-misc/ccsm/ccsm-0.8.4-r5.ebuild | 53 ---------------------- .../ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch | 16 ------- x11-misc/ccsm/metadata.xml | 6 --- 4 files changed, 79 deletions(-) delete mode 100644 x11-misc/ccsm/Manifest delete mode 100644 x11-misc/ccsm/ccsm-0.8.4-r5.ebuild delete mode 100644 x11-misc/ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch delete mode 100644 x11-misc/ccsm/metadata.xml (limited to 'x11-misc/ccsm') diff --git a/x11-misc/ccsm/Manifest b/x11-misc/ccsm/Manifest deleted file mode 100644 index e0be0558c3ac..000000000000 --- a/x11-misc/ccsm/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX ccsm-0.8.4-pygobject-glib-fix.patch 637 BLAKE2B 52ba467e0ec723dc38cc1fcc962e7b867b2a1a4702f0e4898490abcff89c1581b203d8e989e570c7d924a1591a808d439908cde99c7eaff6550791001eb2d9ea SHA512 fac2a97bcb0883ab3c0a24040f88b354653a3e507c306fb89e58f1a1d1aba46d65ed92a0094b3ebe312095ffc53af717fd43e284f13a1785dd3c45b907e38672 -DIST ccsm-0.8.4.tar.bz2 475864 BLAKE2B 6ccfaa4329dd33b78efd43f98e08d10c5909e1ef36a9fe096c4a1f123f92bf7623f7a73b724ec8146e544dd523022170ba83f4d35d0cd486bdbeabdcddea90ee SHA512 1991f25ca4f04363006bacd5267cb54c7e24817b263996c7172f58180ca0acf94050220938d4fa87081c93fde23ca0b44a333f9b675950e4c5187903a03692c5 -EBUILD ccsm-0.8.4-r5.ebuild 1256 BLAKE2B 74bd5c71086fdf8332b2a0191539fc6de4f6abe3314c8e3e505ffd7b7d2e0deb96e24a5bedd8c135b98f7d386eede7ea2e88cd9807b876232a0eaa9b863aa056 SHA512 087587ccf3c85cdba8e82874a06f5f8d477f54cef6dae0fa358bc98b074317490e6743699ed09cbcb4f693268928fa8bb9687320fe5d8ac2331c093e189034a7 -MISC metadata.xml 244 BLAKE2B 5f0afd0057d3801f32054c2da72fd9ab5c94e20e8a83ae9233c07ca50cfc8cd4044e21fda629435ed749a7738fb4f95b9c5d809b576c3259c768c763a2ab601e SHA512 cd993582cf1cfbf6bcff4c936bd1a8ad4633a2df771378d45eb18d835c39d2efa7d3fab77ac48ad00078c2c072ed1b13c39537193eb147f543f6c88aebeaf56d 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 - -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 @@ - - - - - Compizconfig Settings Manager. - -- cgit v1.2.3