diff options
author | Chris Reffett <creffett@gentoo.org> | 2014-08-06 12:10:04 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2014-08-06 12:10:04 +0000 |
commit | dc207964abcbc729a401e2a4b9f005c00b24bc20 (patch) | |
tree | 8a99e65cce0631ddbf8c675c49a13bbe24ae99a6 /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-dc207964abcbc729a401e2a4b9f005c00b24bc20.tar.gz gentoo-2-dc207964abcbc729a401e2a4b9f005c00b24bc20.tar.bz2 gentoo-2-dc207964abcbc729a401e2a4b9f005c00b24bc20.zip |
[QA] Drop old
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 28DB029C)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/guile-gtk/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-2.1.ebuild | 48 |
2 files changed, 5 insertions, 50 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog index 8073927b6be4..c34afce75e6c 100644 --- a/x11-libs/guile-gtk/ChangeLog +++ b/x11-libs/guile-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/guile-gtk -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.45 2013/05/04 12:03:19 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.46 2014/08/06 12:10:04 creffett Exp $ + + 06 Aug 2014; Chris Reffett <creffett@gentoo.org> -guile-gtk-2.1.ebuild: + [QA] Drop old *guile-gtk-2.1-r2 (04 May 2013) diff --git a/x11-libs/guile-gtk/guile-gtk-2.1.ebuild b/x11-libs/guile-gtk/guile-gtk-2.1.ebuild deleted file mode 100644 index 0b0462536fdd..000000000000 --- a/x11-libs/guile-gtk/guile-gtk-2.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.7 2011/03/23 17:48:39 eva Exp $ - -EAPI="2" - -inherit autotools eutils virtualx - -DESCRIPTION="GTK+ bindings for guile" -HOMEPAGE="http://www.gnu.org/software/guile-gtk/" -SRC_URI="ftp://ftp.gnu.org/gnu/guile-gtk/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND="dev-scheme/guile - x11-libs/gtk+:2 - gnome-base/libglade:2.0 - >=x11-libs/gtkglarea-1.90:2" -DEPEND="${RDEPEND}" - -pkg_setup() { - if has_version =dev-scheme/guile-1.8*; then - local flags="deprecated" - built_with_use dev-scheme/guile ${flags} \ - || die "guile must be built with \"${flags}\" use flag" - fi -} - -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 || die "tests failed" -} - -src_install() { - # bug #298803 - emake DESTDIR="${D}" install || die "make install failed" - dodoc README AUTHORS ChangeLog NEWS TODO - insinto /usr/share/doc/${PF}/examples - doins -r examples/ -} |