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 EA06B1381F3 for ; Wed, 26 Jun 2013 17:23:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C99CE094F; Wed, 26 Jun 2013 17:23:41 +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 1847CE094C for ; Wed, 26 Jun 2013 17:23:41 +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 33DD633E766 for ; Wed, 26 Jun 2013 17:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C2A7DE468F for ; Wed, 26 Jun 2013 17:23:38 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1372175611.7d877bb1dedf8bfcaefebdfbf950ceea6dcd2be2.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-java/fits/ X-VCS-Repository: proj/sci X-VCS-Files: dev-java/fits/ChangeLog dev-java/fits/fits-1.08.1.ebuild dev-java/fits/fits-1.11.0.ebuild X-VCS-Directories: dev-java/fits/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 7d877bb1dedf8bfcaefebdfbf950ceea6dcd2be2 X-VCS-Branch: master Date: Wed, 26 Jun 2013 17:23:38 +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: 2925e8e0-7538-4016-bac6-8d34272f8c19 X-Archives-Hash: 78a318491d19d1376d54b10efaedd111 commit: 7d877bb1dedf8bfcaefebdfbf950ceea6dcd2be2 Author: Sébastien Fabbro gentoo org> AuthorDate: Tue Jun 25 15:53:31 2013 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Tue Jun 25 15:53:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7d877bb1 dev-java/fits: Version bump Package-Manager: portage-2.2.01.22013-prefix RepoMan-Options: --force --- dev-java/fits/ChangeLog | 9 +++++++-- dev-java/fits/{fits-1.08.1.ebuild => fits-1.11.0.ebuild} | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/dev-java/fits/ChangeLog b/dev-java/fits/ChangeLog index 3c34385..f3920cf 100644 --- a/dev-java/fits/ChangeLog +++ b/dev-java/fits/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-java/fits -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*fits-1.11.0 (25 Jun 2013) + + 25 Jun 2013; Sébastien Fabbro +fits-1.11.0.ebuild, + -fits-1.08.1.ebuild: + dev-java/fits: Version bump + 14 May 2012; Sébastien Fabbro fits-1.08.1.ebuild: quotes @@ -15,4 +21,3 @@ +fits-1.08.1.ebuild, +files/02-Update-ArrayFuncsTest.java-to-JUnit-4.patch, +files/README.Gentoo, +files/build.xml, +metadata.xml: Version bump and import to the science overlay - diff --git a/dev-java/fits/fits-1.08.1.ebuild b/dev-java/fits/fits-1.11.0.ebuild similarity index 92% rename from dev-java/fits/fits-1.08.1.ebuild rename to dev-java/fits/fits-1.11.0.ebuild index aac88fc..a4ab801 100644 --- a/dev-java/fits/fits-1.08.1.ebuild +++ b/dev-java/fits/fits-1.11.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 JAVA_PKG_IUSE="doc source test" inherit eutils java-pkg-2 java-ant-2 @@ -12,7 +12,7 @@ SRC_URI="http://heasarc.gsfc.nasa.gov/docs/heasarc/${PN}/java/v1.0/v${PV}/${PN}_ LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" CDEPEND="dev-java/junit:4"