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-plugins/compiz-plugins-main/, x11-plugins/compiz-plugins-main/files/
Date: Fri, 26 Jan 2018 22:28:24
Message-Id: 1517005695.a51fa81e2569fc634e46d333aed692d4a197063d.zlogene@gentoo
1 commit: a51fa81e2569fc634e46d333aed692d4a197063d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 22:28:15 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 22:28:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51fa81e
7
8 x11-plugins/compiz-plugin-main: remove last rited package
9
10 x11-plugins/compiz-plugins-main/Manifest | 1 -
11 .../compiz-plugins-main-0.8.8.ebuild | 60 ----------------------
12 .../files/compiz-plugins-main-no-gconf.patch | 22 --------
13 x11-plugins/compiz-plugins-main/metadata.xml | 16 ------
14 4 files changed, 99 deletions(-)
15
16 diff --git a/x11-plugins/compiz-plugins-main/Manifest b/x11-plugins/compiz-plugins-main/Manifest
17 deleted file mode 100644
18 index 5816d51e703..00000000000
19 --- a/x11-plugins/compiz-plugins-main/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST compiz-plugins-main-0.8.8.tar.bz2 1230627 BLAKE2B add2ef5997351503bf1920fb876135a5aa0849dd490469a042c3a537e474d5db301fa0caf5a7f5cfa1780534da38f042b6f2deb0dae49c7c42970c91dbea9468 SHA512 217af2968821d8204c8baffd000ae04d0083559ff874fe32ff92007b62445e2d3ed6d7e82aec552513439f19cde586c8aaa9d490bc14b2378d1aa957119f78a1
23
24 diff --git a/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild b/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild
25 deleted file mode 100644
26 index aa45f1a9433..00000000000
27 --- a/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild
28 +++ /dev/null
29 @@ -1,60 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="4"
34 -
35 -inherit autotools eutils gnome2-utils
36 -
37 -DESCRIPTION="Compiz Fusion Window Decorator Plugins"
38 -HOMEPAGE="http://www.compiz.org/"
39 -SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
44 -IUSE="gconf"
45 -
46 -RDEPEND="
47 - >=gnome-base/librsvg-2.14.0:2
48 - x11-libs/cairo
49 - >=x11-libs/compiz-bcop-${PV}
50 - >=x11-wm/compiz-${PV}[gconf?]
51 - virtual/jpeg:0
52 - virtual/glu
53 -"
54 -
55 -DEPEND="${RDEPEND}
56 - >=dev-util/intltool-0.35
57 - virtual/pkgconfig
58 - >=sys-devel/gettext-0.15
59 - gconf? ( gnome-base/gconf:2 )
60 -"
61 -
62 -DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
63 -
64 -src_prepare() {
65 - if ! use gconf; then
66 - epatch "${FILESDIR}"/${PN}-no-gconf.patch
67 - eautoreconf
68 - fi
69 -}
70 -
71 -src_configure() {
72 - econf \
73 - --enable-fast-install \
74 - --disable-static \
75 - $(use_enable gconf schemas)
76 -}
77 -
78 -src_install() {
79 - default
80 - prune_libtool_files
81 -}
82 -
83 -pkg_preinst() {
84 - use gconf && gnome2_gconf_savelist
85 -}
86 -
87 -pkg_postinst() {
88 - use gconf && gnome2_gconf_install
89 -}
90
91 diff --git a/x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch b/x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch
92 deleted file mode 100644
93 index 63222a5f1ce..00000000000
94 --- a/x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch
95 +++ /dev/null
96 @@ -1,22 +0,0 @@
97 - configure.ac | 5 ++---
98 - 1 files changed, 2 insertions(+), 3 deletions(-)
99 -
100 -diff --git a/configure.ac b/configure.ac
101 -index 297a8cf..290e92b 100644
102 ---- a/configure.ac
103 -+++ b/configure.ac
104 -@@ -171,11 +171,10 @@
105 - if test x"$use_schemas" = x"yes"; then
106 - fi
107 - xsltdir=`$PKG_CONFIG --variable=xsltdir compiz-gconf`
108 - AC_SUBST(xsltdir)
109 -+else
110 -+ AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$use_gconf" = "xyes")
111 - fi
112 -
113 --AM_GCONF_SOURCE_2
114 --
115 --
116 - AM_CONDITIONAL(USE_SCHEMAS, test "x$use_schemas" = "xyes")
117 - if test "$use_schemas" = yes; then
118 - AC_DEFINE(USE_SCHEMAS, 1, [Build gconf schemas])
119
120 diff --git a/x11-plugins/compiz-plugins-main/metadata.xml b/x11-plugins/compiz-plugins-main/metadata.xml
121 deleted file mode 100644
122 index d0cae3a592b..00000000000
123 --- a/x11-plugins/compiz-plugins-main/metadata.xml
124 +++ /dev/null
125 @@ -1,16 +0,0 @@
126 -<?xml version="1.0" encoding="UTF-8"?>
127 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
128 -<pkgmetadata>
129 -<!-- maintainer-needed -->
130 -<longdescription lang="en">
131 -Package with the base compiz-fusion plugins:
132 -animation, colourfilter, expo, ezoom, jpeg, neg, opacify, put, resizeinfo, ring,
133 -scaleaddon, shift, snap, text, thumbnail, vpswitch,, wall, winrules, workarounds.
134 -</longdescription>
135 - <use>
136 - <flag name="gconf">
137 - Install GConf schemas for the plugins, needed when using the GConf-based
138 - configuration backend in <pkg>x11-wm/compiz</pkg>.
139 - </flag>
140 - </use>
141 -</pkgmetadata>