diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-11 13:27:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-11 18:21:12 +0200 |
commit | 5ea1ead18716e4bdca524ef6423041fd4e891f38 (patch) | |
tree | c81a72ce6991d5dd3a2a264385efee0a4c22458e /x11-libs | |
parent | www-servers/caddy: Drop old (diff) | |
download | gentoo-5ea1ead18716e4bdca524ef6423041fd4e891f38.tar.gz gentoo-5ea1ead18716e4bdca524ef6423041fd4e891f38.tar.bz2 gentoo-5ea1ead18716e4bdca524ef6423041fd4e891f38.zip |
x11-libs/rep-gtk: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/rep-gtk/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/rep-gtk/rep-gtk-0.90.8.1.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/x11-libs/rep-gtk/Manifest b/x11-libs/rep-gtk/Manifest index bcec251d0eef..ffaa923b6f41 100644 --- a/x11-libs/rep-gtk/Manifest +++ b/x11-libs/rep-gtk/Manifest @@ -1,2 +1 @@ -DIST rep-gtk-0.90.8.1.tar.xz 251652 BLAKE2B b10a2a88b1950da4cb0f85d7dea53167184fcbf28a515b68de70f9ffc6e6cb9a2e2208020f8d6a9a52235cf4b1454901a0edeae990a2bb7227ba7eaa5da6db45 SHA512 033c148b34591672f29b0a1636b4c962ff82423f627243db07746899bfbf0ccd479322743d0822903bf954cdb3bae662ef7b2f8064cbe2741c5e8cf886e56d1b DIST rep-gtk_0.90.8.3.tar.xz 120616 BLAKE2B a0ada2bb13a8104d0dd532f35b64e6b049711284b60b4c4960b730909061ecce058a0ee79517cc508db95647d93f9af95c5ca73cf76e26b59467c8441064ac07 SHA512 d33de562c94731c0ce0fbca574952b9f36c2f2cb084783976486c8751daba5de0d20bc781a06ebd2005e541bbbec3f984453ef65ba6233bb7acfefa31b1acaac 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 deleted file mode 100644 index 03812c54a2cd..000000000000 --- a/x11-libs/rep-gtk/rep-gtk-0.90.8.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit eutils multilib - -DESCRIPTION="A GTK+/libglade/GNOME language binding for the librep Lisp environment" -HOMEPAGE="http://sawfish.wikia.com/wiki/Main_Page" -SRC_URI="http://download.tuxfamily.org/librep/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="gtk-2.0" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-libs/librep-0.90.5 - >=dev-libs/glib-2.6:2 - >=x11-libs/gtk+-2.24.0:2 - >=x11-libs/gdk-pixbuf-2.23:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - app-arch/xz-utils" - -#src_prepare() { - # Fix undefined symbol problems like bug #367623 - # http://listengine.tuxfamily.org/lists.tuxfamily.org/sawfish/2011/09/msg00026.html - # TODO: Doesn't apply, if some people still get the failure, try to push a bit upstream - #epatch "${FILESDIR}/${PN}-0.90.7-implicit-def-new.patch" -#} - -src_configure() { - econf \ - --libdir=/usr/$(get_libdir) \ - --disable-static -} - -src_install() { - emake DESTDIR="${D}" install - find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed" - dodoc AUTHORS ChangeLog README* TODO -} |