Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/libgnomecups/
Date: Sat, 28 Nov 2020 16:44:58
Message-Id: 1606581888.459ace714e7bbb7df32eb0c6b18b5ddddcb8874a.bman@gentoo
1 commit: 459ace714e7bbb7df32eb0c6b18b5ddddcb8874a
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 16:37:52 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 16:44:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459ace71
7
8 net-print/libgnomecups: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 .../libgnomecups/libgnomecups-0.2.3-r3.ebuild | 49 ----------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/net-print/libgnomecups/libgnomecups-0.2.3-r3.ebuild b/net-print/libgnomecups/libgnomecups-0.2.3-r3.ebuild
16 deleted file mode 100644
17 index bf943d4fba6..00000000000
18 --- a/net-print/libgnomecups/libgnomecups-0.2.3-r3.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -GCONF_DEBUG="yes"
26 -GNOME_TARBALL_SUFFIX="bz2"
27 -
28 -inherit autotools eutils gnome2
29 -
30 -DESCRIPTION="GNOME cups library"
31 -HOMEPAGE="https://www.gnome.org/"
32 -
33 -LICENSE="GPL-2 LGPL-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - >=dev-libs/glib-2:2
40 - >=net-print/cups-1.3.8
41 -"
42 -DEPEND="${RDEPEND}
43 - >=dev-util/intltool-0.28
44 - gnome-base/gnome-common
45 - virtual/pkgconfig
46 -"
47 -
48 -src_prepare() {
49 - epatch "${FILESDIR}"/enablenet.patch
50 -
51 - # Fix .pc file per bug #235013
52 - epatch "${FILESDIR}"/${P}-pkgconfig.patch
53 -
54 - # Upstream fix for g_list_find_custom() argument order
55 - epatch "${FILESDIR}/${P}-g_list_find_custom.patch"
56 -
57 - # >=glib-2.31 compat, bug #400789, https://bugzilla.gnome.org/show_bug.cgi?id=664930
58 - epatch "${FILESDIR}/${P}-glib.h.patch"
59 -
60 - # cups-1.6 compat, bug #428812
61 - epatch "${FILESDIR}/${P}-cups-1.6.patch"
62 -
63 - eautoreconf # To fix intltool files making LINGUAS to be honored
64 - gnome2_src_prepare
65 -}
66 -
67 -src_configure() {
68 - gnome2_src_configure --disable-static
69 -}