aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-29 11:51:53 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-29 11:59:23 +0000
commit9e971ac8558a53dc480ef74cb1848e106c096a4c (patch)
tree376ea590ec6e88fbc8c09e5782d6bb26f93718b6 /dev-lang
parentsci-biology/bamtools: Drop unused digest (diff)
downloadsci-9e971ac8558a53dc480ef74cb1848e106c096a4c.tar.gz
sci-9e971ac8558a53dc480ef74cb1848e106c096a4c.tar.bz2
sci-9e971ac8558a53dc480ef74cb1848e106c096a4c.zip
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@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/conceptual/conceptual-1.4.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-lang/conceptual/conceptual-1.4.ebuild b/dev-lang/conceptual/conceptual-1.4.ebuild
index 8398e7aa0..fc3fe5060 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() {