diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2016-01-28 11:10:03 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2016-01-28 11:15:48 +0300 |
commit | 0f35eaef18ee050158ef38cc6d8123a500e3191d (patch) | |
tree | d7f1b8fe27a533d71a521b9b9597383cabe65f96 /x11-apps | |
parent | sys-kernel/vanilla-sources: Automated version bump to {3.12.53,3.18.26} - rem... (diff) | |
download | gentoo-0f35eaef18ee050158ef38cc6d8123a500e3191d.tar.gz gentoo-0f35eaef18ee050158ef38cc6d8123a500e3191d.tar.bz2 gentoo-0f35eaef18ee050158ef38cc6d8123a500e3191d.zip |
Move x11-apps/ccsm and x11-apps/simple-ccsm to x11-misc/ccsm and
x11-misc/simple-ccsm respectively
Gentoo-Bug: 571838
Gentoo-Bug: 571852
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/ccsm/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/ccsm/ccsm-0.8.4-r4.ebuild | 51 | ||||
-rw-r--r-- | x11-apps/ccsm/ccsm-0.8.4-r5.ebuild | 54 | ||||
-rw-r--r-- | x11-apps/ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch | 16 | ||||
-rw-r--r-- | x11-apps/ccsm/metadata.xml | 9 | ||||
-rw-r--r-- | x11-apps/simple-ccsm/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/simple-ccsm/metadata.xml | 9 | ||||
-rw-r--r-- | x11-apps/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild | 54 |
8 files changed, 0 insertions, 195 deletions
diff --git a/x11-apps/ccsm/Manifest b/x11-apps/ccsm/Manifest deleted file mode 100644 index 888f47b19e76..000000000000 --- a/x11-apps/ccsm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ccsm-0.8.4.tar.bz2 475864 SHA256 46b9da032cf29e71aec0823799861d926937ad41f4edea3be718ac6a8532c16d SHA512 1991f25ca4f04363006bacd5267cb54c7e24817b263996c7172f58180ca0acf94050220938d4fa87081c93fde23ca0b44a333f9b675950e4c5187903a03692c5 WHIRLPOOL a6730161d07a8c5158700566df31653a7adcf117e791a5b4076b67b68a4ce4c7ff3f88a5710c1fce29d38eccbbade095710f5a73277c54809e5431b3c52c1fe0 diff --git a/x11-apps/ccsm/ccsm-0.8.4-r4.ebuild b/x11-apps/ccsm/ccsm-0.8.4-r4.ebuild deleted file mode 100644 index 9bc964a048b5..000000000000 --- a/x11-apps/ccsm/ccsm-0.8.4-r4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 -" - -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-apps/ccsm/ccsm-0.8.4-r5.ebuild b/x11-apps/ccsm/ccsm-0.8.4-r5.ebuild deleted file mode 100644 index dc9ec7f07956..000000000000 --- a/x11-apps/ccsm/ccsm-0.8.4-r5.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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-apps/ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch b/x11-apps/ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch deleted file mode 100644 index 9b325af7f341..000000000000 --- a/x11-apps/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-apps/ccsm/metadata.xml b/x11-apps/ccsm/metadata.xml deleted file mode 100644 index 5c8cd1ca91ec..000000000000 --- a/x11-apps/ccsm/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>desktop-effects@gentoo.org</email> - <name>Desktop effects</name> -</maintainer> -<longdescription lang="en">Compizconfig Settings Manager.</longdescription> -</pkgmetadata> diff --git a/x11-apps/simple-ccsm/Manifest b/x11-apps/simple-ccsm/Manifest deleted file mode 100644 index 821bd0a4a4ab..000000000000 --- a/x11-apps/simple-ccsm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST simple-ccsm-0.8.4.tar.bz2 62423 SHA256 15b24408be48f1e3c69735362dd65ea6b3ddded80e63b87ec40268e2f0f652a3 SHA512 f60a689e18fcea494eacc4eaa8718d77b846af6790cb5de056ecd432fd8b5190ebd4ce6669744b3da408e492f68012503f420e28e66be83b747b2e532b152158 WHIRLPOOL 32cd613ac9ed2e82eb6aa61291824d782a3b3fd7758b36e13cbe0ec28007f3633a95cdaa0fce00db720795039cd73b7244f1100f80ad933a67e21cd498f6f421 diff --git a/x11-apps/simple-ccsm/metadata.xml b/x11-apps/simple-ccsm/metadata.xml deleted file mode 100644 index 43da4805e440..000000000000 --- a/x11-apps/simple-ccsm/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>desktop-effects@gentoo.org</email> - <name>Desktop effects</name> -</maintainer> -<longdescription lang="en">Simplified Compizconfig Settings Manager.</longdescription> -</pkgmetadata> diff --git a/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild b/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild deleted file mode 100644 index ef064ce75604..000000000000 --- a/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_IN_SOURCE_BUILD=1 -inherit distutils-r1 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" - -DEPEND=" - dev-util/intltool - virtual/pkgconfig" -RDEPEND=" - >=dev-python/compizconfig-python-${PV}[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}] - >=x11-apps/ccsm-${PV}[${PYTHON_USEDEP}] -" - -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' \ - "${PN}".desktop.in || die "sed on ${PN}.desktop.in failed" - - distutils-r1_python_prepare_all -} - -python_configure_all() { - mydistutilsargs=( build --prefix=/usr ) -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |