Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-murrine/
Date: Wed, 29 Dec 2021 14:08:34
Message-Id: 1640786838.b575d1cd1787ebbe2571f8043b65dce7f28239ee.marecki@gentoo
1 commit: b575d1cd1787ebbe2571f8043b65dce7f28239ee
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 29 14:07:07 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 29 14:07:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b575d1cd
7
8 x11-themes/gtk-engines-murrine: drop 0.98.2-r1
9
10 Closes: https://bugs.gentoo.org/827700
11 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
12
13 .../gtk-engines-murrine-0.98.2-r1.ebuild | 48 ----------------------
14 1 file changed, 48 deletions(-)
15
16 diff --git a/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild b/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild
17 deleted file mode 100644
18 index c1852fafecfe..000000000000
19 --- a/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild
20 +++ /dev/null
21 @@ -1,48 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="5"
26 -GNOME_ORG_MODULE="murrine"
27 -
28 -inherit eutils gnome.org multilib-minimal
29 -
30 -DESCRIPTION="Murrine GTK+2 Cairo Engine"
31 -
32 -HOMEPAGE="http://www.cimitan.com/murrine/"
33 -
34 -LICENSE="LGPL-2.1 LGPL-3"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
37 -IUSE="+themes animation-rtl"
38 -
39 -RDEPEND=">=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}]
40 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
41 - >=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}]
42 - >=x11-libs/cairo-1.12.14-r4[${MULTILIB_USEDEP}]
43 - >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}]
44 - >=x11-libs/pixman-0.32.4[${MULTILIB_USEDEP}]"
45 -PDEPEND="themes? ( x11-themes/murrine-themes )"
46 -DEPEND="${RDEPEND}
47 - >=dev-util/intltool-0.37.1
48 - sys-devel/gettext
49 - virtual/pkgconfig"
50 -
51 -DOCS="AUTHORS ChangeLog NEWS TODO"
52 -
53 -src_prepare() {
54 - # Linking fix, in next release (commit 6e8eb244). Sed to avoid eautoreconf.
55 - sed -e 's:\($(GTK_LIBS) $(pixman_LIBS)\)$:\1 -lm:' \
56 - -i Makefile.* || die "sed failed"
57 -}
58 -
59 -multilib_src_configure() {
60 - ECONF_SOURCE=${S} \
61 - econf --enable-animation \
62 - --enable-rgba \
63 - $(use_enable animation-rtl animationrtl)
64 -}
65 -
66 -multilib_src_install_all() {
67 - einstalldocs
68 - find "${ED}" -name '*.la' -delete || die
69 -}