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 3DAA2138247 for ; Tue, 5 Nov 2013 22:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D835E0AFD; Tue, 5 Nov 2013 22:01:17 +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 0E6B8E0AFD for ; Tue, 5 Nov 2013 22:01:16 +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 DFF7633EE60 for ; Tue, 5 Nov 2013 22:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8B14FE545C for ; Tue, 5 Nov 2013 22:01:14 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1383688858.385ef6d33f3f6a1932483c12773ce376b7b2ed6f.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/conceptual/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/conceptual/ChangeLog dev-lang/conceptual/conceptual-1.4.ebuild dev-lang/conceptual/metadata.xml X-VCS-Directories: dev-lang/conceptual/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 385ef6d33f3f6a1932483c12773ce376b7b2ed6f X-VCS-Branch: master Date: Tue, 5 Nov 2013 22:01:14 +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: c067f0ec-df1e-4f2a-9867-3c909209a5be X-Archives-Hash: ebb3fcad5c4577de4f920537faa8169f commit: 385ef6d33f3f6a1932483c12773ce376b7b2ed6f Author: Christoph Junghans gentoo org> AuthorDate: Tue Nov 5 22:00:58 2013 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Nov 5 22:00:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=385ef6d3 initial commit Package-Manager: portage-2.2.7 --- dev-lang/conceptual/ChangeLog | 9 +++++++ dev-lang/conceptual/conceptual-1.4.ebuild | 39 +++++++++++++++++++++++++++++++ dev-lang/conceptual/metadata.xml | 11 +++++++++ 3 files changed, 59 insertions(+) diff --git a/dev-lang/conceptual/ChangeLog b/dev-lang/conceptual/ChangeLog new file mode 100644 index 0000000..b1f49b6 --- /dev/null +++ b/dev-lang/conceptual/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-lang/conceptual +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*conceptual-1.4 (05 Nov 2013) + + 05 Nov 2013; Christoph Junghans +conceptual-1.4.ebuild, + +metadata.xml: + initial commit diff --git a/dev-lang/conceptual/conceptual-1.4.ebuild b/dev-lang/conceptual/conceptual-1.4.ebuild new file mode 100644 index 0000000..801df9e --- /dev/null +++ b/dev-lang/conceptual/conceptual-1.4.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) +JAVA_PKG_IUSE="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/" + +SLOT="0" +LICENSE="BSD-2" +IUSE="gui test" + +RDEPEND="virtual/mpi + ${PYTHON_DEPS} + gui? ( virtual/jdk dev-java/jython )" +DEPEND="${RDEPEND}" + +src_compile() { + default + addread /usr/share/jython + use gui && emake gui +} + +src_install () { + default + if use gui; then + java-pkg_newjar gui/ncptlGUI-1.4.jar ${PN}.jar + java-pkg_dolauncher + fi +} diff --git a/dev-lang/conceptual/metadata.xml b/dev-lang/conceptual/metadata.xml new file mode 100644 index 0000000..4dff4c5 --- /dev/null +++ b/dev-lang/conceptual/metadata.xml @@ -0,0 +1,11 @@ + + + + + ottxor@gentoo.org + Christoph Junghans + + + Build the Java base graphical interface + +