From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2BF091382C5 for ; Fri, 18 Dec 2020 10:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75E8FE09BE; Fri, 18 Dec 2020 10:09:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45BABE09BE for ; Fri, 18 Dec 2020 10:09:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2910233BE34 for ; Fri, 18 Dec 2020 10:09:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E57250 for ; Fri, 18 Dec 2020 10:09:04 +0000 (UTC) From: "Aaron W. Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" Message-ID: <1608286115.03ef8dcbb9bdb1fa5577a8c7f04c327cf67727c5.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/geos/geos-3.9.0-r1.ebuild sci-libs/geos/geos-3.9.0.ebuild X-VCS-Directories: sci-libs/geos/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: 03ef8dcbb9bdb1fa5577a8c7f04c327cf67727c5 X-VCS-Branch: master Date: Fri, 18 Dec 2020 10:09: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d1182ed-8b6b-469e-aa1a-9f29b8e08891 X-Archives-Hash: 285a1fe33ca1ecee85d55b401e04007f commit: 03ef8dcbb9bdb1fa5577a8c7f04c327cf67727c5 Author: Daniel M. Weeks danweeks net> AuthorDate: Sat Dec 12 16:12:52 2020 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Fri Dec 18 10:08:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ef8dcb sci-libs/geos: Upstream dropped ruby and python support Bug: https://bugs.gentoo.org/759295 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Daniel M. Weeks danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/18619 Signed-off-by: Aaron W. Swenson gentoo.org> sci-libs/geos/{geos-3.9.0.ebuild => geos-3.9.0-r1.ebuild} | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sci-libs/geos/geos-3.9.0.ebuild b/sci-libs/geos/geos-3.9.0-r1.ebuild similarity index 86% rename from sci-libs/geos/geos-3.9.0.ebuild rename to sci-libs/geos/geos-3.9.0-r1.ebuild index dd73711e579..91568ebe455 100644 --- a/sci-libs/geos/geos-3.9.0.ebuild +++ b/sci-libs/geos/geos-3.9.0-r1.ebuild @@ -10,16 +10,11 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" -IUSE="doc ruby static-libs" +IUSE="doc static-libs" BDEPEND=" doc? ( app-doc/doxygen ) - ruby? ( dev-lang/swig:0 ) " -RDEPEND=" - ruby? ( dev-lang/ruby:* ) -" -DEPEND="${RDEPEND}" RESTRICT="test" @@ -30,8 +25,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-python - $(use_enable ruby) $(use_enable static-libs static) ) use arm && myeconfargs+=( --disable-inline ) # bug 709368