commit:     9e971ac8558a53dc480ef74cb1848e106c096a4c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 11:51:53 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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() {

Reply via email to