From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D121C1387B1 for ; Tue, 22 Sep 2015 09:25:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A56CE0848; Tue, 22 Sep 2015 09:25:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFAA2E0848 for ; Tue, 22 Sep 2015 09:25:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13ED433BF0C for ; Tue, 22 Sep 2015 09:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C19CE1FD for ; Tue, 22 Sep 2015 09:25:04 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442913901.17364257328ff1fdaafbcb412a0924e2eae385b4.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/guile-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild X-VCS-Directories: x11-libs/guile-gtk/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 17364257328ff1fdaafbcb412a0924e2eae385b4 X-VCS-Branch: master Date: Tue, 22 Sep 2015 09:25:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 338436ce-84c1-4769-8d99-5f706f9ca732 X-Archives-Hash: f75b07285675d1bd470353ae1a179723 commit: 17364257328ff1fdaafbcb412a0924e2eae385b4 Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 22 09:25:01 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 09:25:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17364257 x11-libs/guile-gtk: Drop old Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild | 42 ------------------------------ x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild | 2 +- 2 files changed, 1 insertion(+), 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 b63a057..0000000 --- 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 b4484cf..66dda6e 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"