Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/simple-ccsm/
Date: Fri, 26 Jan 2018 22:31:12
Message-Id: 1517005860.78d7f310897ebeed48fbaa092ffb25149dd4f5b3.zlogene@gentoo
1 commit: 78d7f310897ebeed48fbaa092ffb25149dd4f5b3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 22:31:00 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 22:31:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d7f310
7
8 x11-misc/simple-ccsm: remove last rited package
9
10 x11-misc/simple-ccsm/Manifest | 1 -
11 x11-misc/simple-ccsm/metadata.xml | 6 ---
12 x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild | 53 ------------------------
13 3 files changed, 60 deletions(-)
14
15 diff --git a/x11-misc/simple-ccsm/Manifest b/x11-misc/simple-ccsm/Manifest
16 deleted file mode 100644
17 index fcfdbad345e..00000000000
18 --- a/x11-misc/simple-ccsm/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST simple-ccsm-0.8.4.tar.bz2 62423 BLAKE2B ffffb5df6716fe7a5f39f2972090c217e81424ebf6f3e67d3107e76e6ba19946b276c3d2587dd46c23f184453f5030a1b501f1ee7e1abceda88d46acdb641003 SHA512 f60a689e18fcea494eacc4eaa8718d77b846af6790cb5de056ecd432fd8b5190ebd4ce6669744b3da408e492f68012503f420e28e66be83b747b2e532b152158
22
23 diff --git a/x11-misc/simple-ccsm/metadata.xml b/x11-misc/simple-ccsm/metadata.xml
24 deleted file mode 100644
25 index 173985d4360..00000000000
26 --- a/x11-misc/simple-ccsm/metadata.xml
27 +++ /dev/null
28 @@ -1,6 +0,0 @@
29 -<?xml version="1.0" encoding="UTF-8"?>
30 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
31 -<pkgmetadata>
32 - <!-- maintainer-needed -->
33 - <longdescription lang="en">Simplified Compizconfig Settings Manager.</longdescription>
34 -</pkgmetadata>
35
36 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
37 deleted file mode 100644
38 index a56e4fee010..00000000000
39 --- a/x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild
40 +++ /dev/null
41 @@ -1,53 +0,0 @@
42 -# Copyright 1999-2015 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -
45 -EAPI="5"
46 -
47 -PYTHON_COMPAT=( python2_7 )
48 -DISTUTILS_IN_SOURCE_BUILD=1
49 -inherit distutils-r1 gnome2-utils
50 -
51 -DESCRIPTION="Simplified Compizconfig Settings Manager"
52 -HOMEPAGE="http://www.compiz.org/"
53 -SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
58 -
59 -DEPEND="
60 - dev-util/intltool
61 - virtual/pkgconfig"
62 -RDEPEND="
63 - >=dev-python/compizconfig-python-${PV}[${PYTHON_USEDEP}]
64 - >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
65 - >=x11-misc/ccsm-${PV}[${PYTHON_USEDEP}]
66 -"
67 -
68 -python_prepare_all() {
69 - # return error if wrong arguments passed to setup.py
70 - sed -i -e 's/raise SystemExit/\0(1)/' setup.py || die 'sed on setup.py failed'
71 - # fix desktop file
72 - sed -i \
73 - -e '/Categories/s/Compiz/X-\0/' \
74 - -e '/Encoding/d' \
75 - "${PN}".desktop.in || die "sed on ${PN}.desktop.in failed"
76 -
77 - distutils-r1_python_prepare_all
78 -}
79 -
80 -python_configure_all() {
81 - mydistutilsargs=( build --prefix=/usr )
82 -}
83 -
84 -pkg_preinst() {
85 - gnome2_icon_savelist
86 -}
87 -
88 -pkg_postinst() {
89 - gnome2_icon_cache_update
90 -}
91 -
92 -pkg_postrm() {
93 - gnome2_icon_cache_update
94 -}