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 5833B1381F3 for ; Thu, 18 Apr 2013 13:45:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B492BE0B1A; Thu, 18 Apr 2013 13:45:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DC78E0B1A for ; Thu, 18 Apr 2013 13:45:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48A6033DE0C for ; Thu, 18 Apr 2013 13:45:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CC2D7E4306 for ; Thu, 18 Apr 2013 13:45:49 +0000 (UTC) From: "Cyprien Nicolas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cyprien Nicolas" Message-ID: <1366292731.bea27742a72a7324e0392b6829425e7c76645e81.fulax@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/guile/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-scheme/guile/guile-2.0.9-r1.ebuild dev-scheme/guile/guile-2.0.9.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: fulax X-VCS-Committer-Name: Cyprien Nicolas X-VCS-Revision: bea27742a72a7324e0392b6829425e7c76645e81 X-VCS-Branch: master Date: Thu, 18 Apr 2013 13:45:49 +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: d5b779b4-6e88-4495-bc14-cee78520b392 X-Archives-Hash: 5503c84256e38409ea8a35491221606c commit: bea27742a72a7324e0392b6829425e7c76645e81 Author: Cyprien Nicolas (fulax) fulax fr> AuthorDate: Thu Apr 18 13:45:31 2013 +0000 Commit: Cyprien Nicolas gmail com> CommitDate: Thu Apr 18 13:45:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=bea27742 dev-scheme/guile-2.0.9-r1: Change IUSE=+networking per bug #466174. EAPI bump, remove unused eclasses and src_prepare. Package-Manager: portage-2.2.01.21890-prefix RepoMan-Options: --force Manifest-Sign-Key: 0x3D79478FBE63A96F --- .../{guile-2.0.9.ebuild => guile-2.0.9-r1.ebuild} | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/dev-scheme/guile/guile-2.0.9.ebuild b/dev-scheme/guile/guile-2.0.9-r1.ebuild similarity index 91% rename from dev-scheme/guile/guile-2.0.9.ebuild rename to dev-scheme/guile/guile-2.0.9-r1.ebuild index 948be54..122d0d2 100644 --- a/dev-scheme/guile/guile-2.0.9.ebuild +++ b/dev-scheme/guile/guile-2.0.9-r1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 -inherit autotools eutils flag-o-matic +EAPI=5 +inherit flag-o-matic WANT_AUTOMAKE=1.12 @@ -13,14 +13,14 @@ SRC_URI="mirror://gnu/guile/${P}.tar.gz" LICENSE="LGPL-3" KEYWORDS="~amd64 ~x86" -IUSE="networking +regex +deprecated nls debug-malloc debug +threads" +IUSE="debug debug-malloc +deprecated +networking nls +regex +threads" RDEPEND=" app-admin/eselect-guile >=dev-libs/boehm-gc-7.0[threads?] dev-libs/gmp dev-libs/libffi - dev-libs/libunistring + >=dev-libs/libunistring-0.9.3 sys-devel/gettext >=sys-devel/libtool-1.5.6" DEPEND="${RDEPEND} @@ -29,11 +29,6 @@ DEPEND="${RDEPEND} SLOT="2" MAJOR="2.0" -src_prepare() { - epatch_user - eautoreconf -} - src_configure() { # see bug #178499 filter-flags -ftree-vectorize