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-wm/emerald/files/, x11-wm/emerald/
Date: Fri, 26 Jan 2018 22:22:08
Message-Id: 1517005317.06b9ab50ff80263bc4b09af83c0457cf2ce7f240.zlogene@gentoo
1 commit: 06b9ab50ff80263bc4b09af83c0457cf2ce7f240
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 22:21:57 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 22:21:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b9ab50
7
8 x11-wm/emerald: remove last rited package
9
10 x11-wm/emerald/Manifest | 1 -
11 x11-wm/emerald/emerald-0.8.8-r1.ebuild | 58 ----------------------
12 .../files/emerald-0.8.8-fix-cairo-crash.patch | 12 -----
13 .../files/emerald-0.8.8-pkgconfig-pollution.patch | 12 -----
14 x11-wm/emerald/metadata.xml | 6 ---
15 5 files changed, 89 deletions(-)
16
17 diff --git a/x11-wm/emerald/Manifest b/x11-wm/emerald/Manifest
18 deleted file mode 100644
19 index 21ccf76bf1e..00000000000
20 --- a/x11-wm/emerald/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST emerald-0.8.8.tar.bz2 528715 BLAKE2B a33443088011da93c139de4d35dbfb5bce3b287e3bec746a0c5a24b299fbf039a85c6d2a7bcab7d446c324282e7edca6a15afbbaa6f4a302c6e4dc6711c1b527 SHA512 c19300ed03b168a01d3c8b7fd90e9f594d5a8165b04d5228de2294301f31619f1126e9ce618e49d666e5b5609eb52ea1434f165f67dc6843ae17b6664305427e
24
25 diff --git a/x11-wm/emerald/emerald-0.8.8-r1.ebuild b/x11-wm/emerald/emerald-0.8.8-r1.ebuild
26 deleted file mode 100644
27 index 0c2f0e94a1a..00000000000
28 --- a/x11-wm/emerald/emerald-0.8.8-r1.ebuild
29 +++ /dev/null
30 @@ -1,58 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit eutils flag-o-matic
37 -
38 -THEMES_RELEASE=0.5.2
39 -
40 -DESCRIPTION="Emerald Window Decorator"
41 -HOMEPAGE="http://www.compiz.org/"
42 -SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
47 -
48 -PDEPEND="~x11-themes/emerald-themes-${THEMES_RELEASE}"
49 -
50 -RDEPEND="
51 - >=x11-libs/gtk+-2.8.0:2
52 - >=x11-libs/libwnck-2.14.2:1
53 - >=x11-wm/compiz-${PV}
54 -"
55 -
56 -DEPEND="${RDEPEND}
57 - >=dev-util/intltool-0.35
58 - virtual/pkgconfig
59 - >=sys-devel/gettext-0.15
60 -"
61 -
62 -DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )
63 -
64 -src_prepare() {
65 - # Fix pkg-config file pollution wrt #380197
66 - eapply "${FILESDIR}/${P}-pkgconfig-pollution.patch"
67 - # Fix crashes with some UTF-8 characters in window title
68 - eapply "${FILESDIR}/${P}-fix-cairo-crash.patch"
69 - # fix build with gtk+-2.22 - bug 341143
70 - sed -i -e '/#define G[DT]K_DISABLE_DEPRECATED/s:^://:' \
71 - include/emerald.h || die
72 - # Fix underlinking
73 - append-libs -ldl -lm
74 -
75 - eapply_user
76 -}
77 -
78 -src_configure() {
79 - econf \
80 - --disable-static \
81 - --enable-fast-install \
82 - --disable-mime-update
83 -}
84 -
85 -src_install() {
86 - default
87 - prune_libtool_files
88 -}
89
90 diff --git a/x11-wm/emerald/files/emerald-0.8.8-fix-cairo-crash.patch b/x11-wm/emerald/files/emerald-0.8.8-fix-cairo-crash.patch
91 deleted file mode 100644
92 index 34ba3585c96..00000000000
93 --- a/x11-wm/emerald/files/emerald-0.8.8-fix-cairo-crash.patch
94 +++ /dev/null
95 @@ -1,12 +0,0 @@
96 -https://github.com/compiz-reloaded/emerald/commit/7f712c5f4fb2dbc8bbe298acc8fef239815aea08
97 -
98 ---- a/src/main.c 2011-04-21 16:06:20.000000000 +0400
99 -+++ b/src/main.c 2016-09-01 14:35:08.142020100 +0300
100 -@@ -1644,6 +1644,7 @@
101 -
102 - /* ===================active text colors */
103 - cairo_set_source_alpha_color(cr, &fs->text_halo);
104 -+ pango_cairo_update_layout(cr, d->layout);
105 - pango_cairo_layout_path(cr, d->layout);
106 - cairo_stroke(cr);
107 -
108
109 diff --git a/x11-wm/emerald/files/emerald-0.8.8-pkgconfig-pollution.patch b/x11-wm/emerald/files/emerald-0.8.8-pkgconfig-pollution.patch
110 deleted file mode 100644
111 index 7d8a784853f..00000000000
112 --- a/x11-wm/emerald/files/emerald-0.8.8-pkgconfig-pollution.patch
113 +++ /dev/null
114 @@ -1,12 +0,0 @@
115 ---- a/libengine/emeraldengine.pc.in
116 -+++ b/libengine/emeraldengine.pc.in
117 -@@ -7,6 +7,7 @@
118 - Description: Library for Emerald Engines
119 - Version: @VERSION@
120 -
121 --Requires: @EMERALD_REQUIRES@
122 --Libs: @EMERALD_LIBS@
123 -+Requires.private: @EMERALD_REQUIRES@
124 -+Libs: -L${libdir} -lemeraldengine
125 -+Libs.private: @EMERALD_LIBS@
126 - Cflags: @EMERALD_CFLAGS@ -I${includedir}/emerald
127
128 diff --git a/x11-wm/emerald/metadata.xml b/x11-wm/emerald/metadata.xml
129 deleted file mode 100644
130 index 8243e00ccf6..00000000000
131 --- a/x11-wm/emerald/metadata.xml
132 +++ /dev/null
133 @@ -1,6 +0,0 @@
134 -<?xml version="1.0" encoding="UTF-8"?>
135 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
136 -<pkgmetadata>
137 - <!-- maintainer-needed -->
138 - <longdescription lang="en">Emerald is a 3D window decorator for compositing window managers such as compiz.</longdescription>
139 -</pkgmetadata>