Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/
Date: Wed, 11 Sep 2019 16:21:45
Message-Id: 1568218872.5ea1ead18716e4bdca524ef6423041fd4e891f38.mgorny@gentoo
1 commit: 5ea1ead18716e4bdca524ef6423041fd4e891f38
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 11:27:34 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 11 16:21:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea1ead1
7
8 x11-libs/rep-gtk: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-libs/rep-gtk/Manifest | 1 -
13 x11-libs/rep-gtk/rep-gtk-0.90.8.1.ebuild | 42 --------------------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/x11-libs/rep-gtk/Manifest b/x11-libs/rep-gtk/Manifest
17 index bcec251d0ee..ffaa923b6f4 100644
18 --- a/x11-libs/rep-gtk/Manifest
19 +++ b/x11-libs/rep-gtk/Manifest
20 @@ -1,2 +1 @@
21 -DIST rep-gtk-0.90.8.1.tar.xz 251652 BLAKE2B b10a2a88b1950da4cb0f85d7dea53167184fcbf28a515b68de70f9ffc6e6cb9a2e2208020f8d6a9a52235cf4b1454901a0edeae990a2bb7227ba7eaa5da6db45 SHA512 033c148b34591672f29b0a1636b4c962ff82423f627243db07746899bfbf0ccd479322743d0822903bf954cdb3bae662ef7b2f8064cbe2741c5e8cf886e56d1b
22 DIST rep-gtk_0.90.8.3.tar.xz 120616 BLAKE2B a0ada2bb13a8104d0dd532f35b64e6b049711284b60b4c4960b730909061ecce058a0ee79517cc508db95647d93f9af95c5ca73cf76e26b59467c8441064ac07 SHA512 d33de562c94731c0ce0fbca574952b9f36c2f2cb084783976486c8751daba5de0d20bc781a06ebd2005e541bbbec3f984453ef65ba6233bb7acfefa31b1acaac
23
24 diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.1.ebuild b/x11-libs/rep-gtk/rep-gtk-0.90.8.1.ebuild
25 deleted file mode 100644
26 index 03812c54a2c..00000000000
27 --- a/x11-libs/rep-gtk/rep-gtk-0.90.8.1.ebuild
28 +++ /dev/null
29 @@ -1,42 +0,0 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="4"
34 -
35 -inherit eutils multilib
36 -
37 -DESCRIPTION="A GTK+/libglade/GNOME language binding for the librep Lisp environment"
38 -HOMEPAGE="http://sawfish.wikia.com/wiki/Main_Page"
39 -SRC_URI="http://download.tuxfamily.org/librep/${PN}/${P}.tar.xz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="gtk-2.0"
43 -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
44 -IUSE=""
45 -
46 -RDEPEND=">=dev-libs/librep-0.90.5
47 - >=dev-libs/glib-2.6:2
48 - >=x11-libs/gtk+-2.24.0:2
49 - >=x11-libs/gdk-pixbuf-2.23:2"
50 -DEPEND="${RDEPEND}
51 - virtual/pkgconfig
52 - app-arch/xz-utils"
53 -
54 -#src_prepare() {
55 - # Fix undefined symbol problems like bug #367623
56 - # http://listengine.tuxfamily.org/lists.tuxfamily.org/sawfish/2011/09/msg00026.html
57 - # TODO: Doesn't apply, if some people still get the failure, try to push a bit upstream
58 - #epatch "${FILESDIR}/${PN}-0.90.7-implicit-def-new.patch"
59 -#}
60 -
61 -src_configure() {
62 - econf \
63 - --libdir=/usr/$(get_libdir) \
64 - --disable-static
65 -}
66 -
67 -src_install() {
68 - emake DESTDIR="${D}" install
69 - find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
70 - dodoc AUTHORS ChangeLog README* TODO
71 -}