* [gentoo-commits] repo/gentoo:master commit in: x11-misc/simple-ccsm/
@ 2016-01-28 8:16 Sergey Popov
0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov @ 2016-01-28 8:16 UTC (permalink / raw
To: gentoo-commits
commit: 325041ee721ae55eb5f46fe7a1560fcd0d583dfe
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 08:15:24 2016 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 08:15:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325041ee
x11-misc/simple-ccsm: change category for x11-apps/ccsm dependency
Gentoo-Bug: 571838
Package-Manager: portage-2.2.26
x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild b/x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild
index ef064ce..fe915c5 100644
--- a/x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild
+++ b/x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild
@@ -22,7 +22,7 @@ DEPEND="
RDEPEND="
>=dev-python/compizconfig-python-${PV}[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
- >=x11-apps/ccsm-${PV}[${PYTHON_USEDEP}]
+ >=x11-misc/ccsm-${PV}[${PYTHON_USEDEP}]
"
python_prepare_all() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/simple-ccsm/
@ 2018-01-26 22:31 Mikle Kolyada
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2018-01-26 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 78d7f310897ebeed48fbaa092ffb25149dd4f5b3
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 22:31:00 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 22:31:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d7f310
x11-misc/simple-ccsm: remove last rited package
x11-misc/simple-ccsm/Manifest | 1 -
x11-misc/simple-ccsm/metadata.xml | 6 ---
x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild | 53 ------------------------
3 files changed, 60 deletions(-)
diff --git a/x11-misc/simple-ccsm/Manifest b/x11-misc/simple-ccsm/Manifest
deleted file mode 100644
index fcfdbad345e..00000000000
--- a/x11-misc/simple-ccsm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST simple-ccsm-0.8.4.tar.bz2 62423 BLAKE2B ffffb5df6716fe7a5f39f2972090c217e81424ebf6f3e67d3107e76e6ba19946b276c3d2587dd46c23f184453f5030a1b501f1ee7e1abceda88d46acdb641003 SHA512 f60a689e18fcea494eacc4eaa8718d77b846af6790cb5de056ecd432fd8b5190ebd4ce6669744b3da408e492f68012503f420e28e66be83b747b2e532b152158
diff --git a/x11-misc/simple-ccsm/metadata.xml b/x11-misc/simple-ccsm/metadata.xml
deleted file mode 100644
index 173985d4360..00000000000
--- a/x11-misc/simple-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">Simplified Compizconfig Settings Manager.</longdescription>
-</pkgmetadata>
diff --git a/x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild b/x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild
deleted file mode 100644
index a56e4fee010..00000000000
--- a/x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.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 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-misc/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
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-26 22:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-28 8:16 [gentoo-commits] repo/gentoo:master commit in: x11-misc/simple-ccsm/ Sergey Popov
-- strict thread matches above, loose matches on Subject: below --
2018-01-26 22:31 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox