diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-22 11:25:01 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-22 11:25:01 +0200 |
commit | 17364257328ff1fdaafbcb412a0924e2eae385b4 (patch) | |
tree | 13a22013c341c7bd9629ce994d7d5a32272f45ae /x11-libs | |
parent | dev-python/ipython: Drop vulnerable version (diff) | |
download | gentoo-17364257328ff1fdaafbcb412a0924e2eae385b4.tar.gz gentoo-17364257328ff1fdaafbcb412a0924e2eae385b4.tar.bz2 gentoo-17364257328ff1fdaafbcb412a0924e2eae385b4.zip |
x11-libs/guile-gtk: Drop old
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild | 42 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild | 2 |
2 files changed, 1 insertions, 43 deletions
diff --git a/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild b/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild deleted file mode 100644 index b63a0575bcc5..000000000000 --- a/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit autotools eutils virtualx - -DESCRIPTION="GTK+ bindings for guile" -HOMEPAGE="https://www.gnu.org/software/guile-gtk/" -SRC_URI="mirror://gnu/guile-gtk/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-scheme/guile[deprecated(+)] - x11-libs/gtk+:2 - gnome-base/libglade:2.0 - >=x11-libs/gtkglarea-1.90:2" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.0-g-object-ref.diff" - epatch "${FILESDIR}"/${PV}-prll-install.patch - epatch "${FILESDIR}"/${PV}-brokentest.patch - eautoreconf -} - -src_test() { - Xemake check -} - -src_install() { - # bug #298803 - emake DESTDIR="${D}" install - dodoc README AUTHORS ChangeLog NEWS TODO - insinto /usr/share/doc/${PF}/ - doins -r examples -} diff --git a/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild b/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild index b4484cfcf453..66dda6e1ce16 100644 --- a/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild @@ -18,7 +18,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" - dev-scheme/guile[deprecated(+)] + dev-scheme/guile:12[deprecated(+)] x11-libs/gtk+:2 gnome-base/libglade:2.0 >=x11-libs/gtkglarea-1.90:2" |