Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/gtk-gnutella/
Date: Sun, 12 Jan 2020 08:35:47
Message-Id: 1578817234.4815cdf18c2c64ba655a816601955e8873e526e7.graaff@gentoo
1 commit: 4815cdf18c2c64ba655a816601955e8873e526e7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 08:20:34 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 08:20:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4815cdf1
7
8 net-p2p/gtk-gnutella: cleanup
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 net-p2p/gtk-gnutella/Manifest | 1 -
14 net-p2p/gtk-gnutella/gtk-gnutella-1.1.14.ebuild | 91 -------------------------
15 2 files changed, 92 deletions(-)
16
17 diff --git a/net-p2p/gtk-gnutella/Manifest b/net-p2p/gtk-gnutella/Manifest
18 index ac3d5f71910..c68ab9e781f 100644
19 --- a/net-p2p/gtk-gnutella/Manifest
20 +++ b/net-p2p/gtk-gnutella/Manifest
21 @@ -1,2 +1 @@
22 -DIST gtk-gnutella-1.1.14.tar.xz 19372716 BLAKE2B b9caf1eaa79ca9c9e4d6a036f438eabbbab59a2d94a5227aee17ef9e9551af8185c3049247ee2e53ed913cbb46fafc6841d84346928490b380e16ccf5d27cc4e SHA512 cf8d76a5d531ad26e6155aedc2099f86ff91f96c4587bd6910e844fb6d19d35b48e3d1c4df45b7c68b34f4afcf2ce507943d73a33d923a97f6c43dd9c9ce10c9
23 DIST gtk-gnutella-1.1.15.tar.xz 19606508 BLAKE2B 3c699f2c5e8b6962265c9fc9bc6720d740c447afb33bef8968e8c8f1f7ec8b88ec3381419cdcee8e2ec8f4e10be2c6e5707d5f89365f347a33990fffd0f18395 SHA512 6b2bee08fba463b66890c8c5d7f7815a8cc4106824e598bed8cffe4601b1e591fc14903ce8d587815257f795c854d459b3a4fa7cc90de2fbc109daef025e5968
24
25 diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-1.1.14.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-1.1.14.ebuild
26 deleted file mode 100644
27 index 1996dcafb44..00000000000
28 --- a/net-p2p/gtk-gnutella/gtk-gnutella-1.1.14.ebuild
29 +++ /dev/null
30 @@ -1,91 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -# eutils: strip-linguas
37 -inherit eutils toolchain-funcs
38 -
39 -IUSE="nls dbus ssl +gtk"
40 -
41 -DESCRIPTION="A GTK+ Gnutella client"
42 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
43 -HOMEPAGE="http://gtk-gnutella.sourceforge.net/"
44 -
45 -SLOT="0"
46 -LICENSE="GPL-2"
47 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
48 -
49 -RDEPEND="
50 - sys-libs/binutils-libs:=
51 - dev-libs/glib:2
52 - sys-libs/zlib
53 - gtk? ( >=x11-libs/gtk+-2.2.1:2 )
54 - dbus? ( >=sys-apps/dbus-0.35.2 )
55 - ssl? ( >=net-libs/gnutls-2.2.5 )
56 - nls? ( >=sys-devel/gettext-0.11.5 )"
57 -DEPEND="${RDEPEND}"
58 -BDEPEND="virtual/pkgconfig"
59 -
60 -src_prepare() {
61 - eapply "${FILESDIR}/${P}-statx.patch"
62 -
63 - strip-linguas -i po
64 -
65 - echo "# Gentoo-selected LINGUAS" > po/LINGUAS
66 - for ling in ${LINGUAS}; do
67 - echo $ling >> po/LINGUAS
68 - done
69 -
70 - default
71 -}
72 -
73 -src_configure() {
74 - # There is no option to turn off optimization through the build.sh
75 - # script.
76 - sed -i -e "s/Configure -Oder/Configure -Oder -Doptimize=none/" build.sh || die
77 -
78 - # The build script does not support the equivalent --enable
79 - # options so we must construct the configuration by hand.
80 -
81 - local myconf
82 -
83 - if ! use nls; then
84 - myconf="${myconf} --disable-nls"
85 - fi
86 -
87 - if ! use dbus; then
88 - myconf="${myconf} --disable-dbus"
89 - fi
90 -
91 - if ! use ssl; then
92 - myconf="${myconf} --disable-gnutls"
93 - fi
94 -
95 - if use gtk; then
96 - myconf="${myconf} --gtk2"
97 - else
98 - myconf="${myconf} --topless"
99 - fi
100 -
101 - ./build.sh \
102 - --configure-only \
103 - --prefix="/usr" \
104 - --cc=$(tc-getCC) \
105 - ${myconf}
106 -}
107 -
108 -src_compile() {
109 - # Build system is not parallel-safe, bug 500760
110 - emake -j1
111 -}
112 -
113 -src_install() {
114 - dodir /usr/bin
115 - emake INSTALL_PREFIX="${D}" install
116 - dodoc AUTHORS ChangeLog README TODO
117 -
118 - # Touch the symbols file into the future to avoid warnings from
119 - # gtk-gnutella later on, since we will most likely strip the binary.
120 - touch --date="next minute" "${D}/usr/lib/gtk-gnutella/gtk-gnutella.nm" || die
121 -}