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 69FC0139082 for ; Sun, 29 Jan 2017 11:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF596E0D6C; Sun, 29 Jan 2017 11:59:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9BF3E0D6C for ; Sun, 29 Jan 2017 11:59:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE294341677 for ; Sun, 29 Jan 2017 11:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B05D139C7 for ; Sun, 29 Jan 2017 11:59:29 +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: <1485691163.9e971ac8558a53dc480ef74cb1848e106c096a4c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/conceptual/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/conceptual/conceptual-1.4.ebuild X-VCS-Directories: dev-lang/conceptual/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9e971ac8558a53dc480ef74cb1848e106c096a4c X-VCS-Branch: master Date: Sun, 29 Jan 2017 11:59:29 +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: 299f5559-8d33-4572-8812-4713d75ffcc0 X-Archives-Hash: 3e4bfac4e1e21174082782bf521f1800 commit: 9e971ac8558a53dc480ef74cb1848e106c096a4c Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 29 11:51:53 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 29 11:59:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9e971ac8 dev-lang/conceptual: Drop jython support Bump to EAPI 6 Sort ebuild code Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> dev-lang/conceptual/conceptual-1.4.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-lang/conceptual/conceptual-1.4.ebuild b/dev-lang/conceptual/conceptual-1.4.ebuild index 8398e7a..fc3fe50 100644 --- a/dev-lang/conceptual/conceptual-1.4.ebuild +++ b/dev-lang/conceptual/conceptual-1.4.ebuild @@ -1,29 +1,29 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) JAVA_PKG_OPT_USE="gui" inherit java-pkg-opt-2 python-single-r1 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -KEYWORDS="~amd64" - DESCRIPTION="A Network Correctness and Performance Testing Language" HOMEPAGE="http://conceptual.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD-2" IUSE="gui test" +KEYWORDS="~amd64" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="virtual/mpi +RDEPEND=" + virtual/mpi ${PYTHON_DEPS} - gui? ( virtual/jdk:* dev-java/jython:0 )" + gui? ( virtual/jdk:* )" DEPEND="${RDEPEND}" src_compile() {