diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 17:59:37 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 17:59:37 +0000 |
commit | 7b77371aab04e4245cf7ffacec1e5356b97db688 (patch) | |
tree | 6258f34d09549ee099110f546749b80e65bdc3f6 /sci-astronomy | |
parent | keyword amd64-linux, x86-linux (diff) | |
download | gentoo-2-7b77371aab04e4245cf7ffacec1e5356b97db688.tar.gz gentoo-2-7b77371aab04e4245cf7ffacec1e5356b97db688.tar.bz2 gentoo-2-7b77371aab04e4245cf7ffacec1e5356b97db688.zip |
keyword amd64-linux, x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/gasgano/ChangeLog | 7 | ||||
-rw-r--r-- | sci-astronomy/gasgano/gasgano-2.4.0.ebuild | 43 | ||||
-rw-r--r-- | sci-astronomy/gasgano/gasgano-2.4.3.ebuild | 4 |
3 files changed, 7 insertions, 47 deletions
diff --git a/sci-astronomy/gasgano/ChangeLog b/sci-astronomy/gasgano/ChangeLog index e28a95ac602c..524511930b94 100644 --- a/sci-astronomy/gasgano/ChangeLog +++ b/sci-astronomy/gasgano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/gasgano # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.6 2012/06/04 22:15:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.7 2012/08/05 17:59:37 bicatali Exp $ + + 05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -gasgano-2.4.0.ebuild, + gasgano-2.4.3.ebuild: + keyword amd64-linux, x86-linux *gasgano-2.4.3 (04 Jun 2012) @@ -31,4 +35,3 @@ +sci-astronomy/gasgano/files/gasgano-2.2.8_beta1-no-ext.patch, +sci-astronomy/gasgano/metadata.xml: Initial import - diff --git a/sci-astronomy/gasgano/gasgano-2.4.0.ebuild b/sci-astronomy/gasgano/gasgano-2.4.0.ebuild deleted file mode 100644 index e4bc0bdb0793..000000000000 --- a/sci-astronomy/gasgano/gasgano-2.4.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.0.ebuild,v 1.2 2012/05/21 20:02:21 ssuominen Exp $ - -EAPI=3 -inherit eutils java-pkg-2 - -PDOC=VLT-PRO-ESO-19000-1932-V4 - -DESCRIPTION="ESO astronomical data file organizer" -HOMEPAGE="http://www.eso.org/sci/software/gasgano/" -SRC_URI="ftp://ftp.eso.org/pub/dfs/${PN}/${P}.tar.gz - doc? ( ${HOMEPAGE}/${PDOC}.pdf )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND=">=virtual/jdk-1.6" -RDEPEND=">=virtual/jre-1.6 - dev-java/gnu-regexp - dev-java/junit - dev-java/jal" - -src_prepare() { - sed -i \ - -e "s:BASE.*=.*:BASE=${EPREFIX}/usr/share/${PN}:" \ - -e "s:/share/:/lib/:g" \ - bin/gasgano || die -} - -src_install() { - dobin bin/* || die - java-pkg_dojar share/*.jar - insinto /usr/share/${PN} - doins -r config || die - make_desktop_entry gasgano "Gasgano FITS Organizer" - if use doc; then - insinto /usr/share/doc/${PF} - newins "${DISTDIR}"/${PDOC}.pdf user-manual.pdf - fi -} diff --git a/sci-astronomy/gasgano/gasgano-2.4.3.ebuild b/sci-astronomy/gasgano/gasgano-2.4.3.ebuild index 3e40557c8582..1682efe912b9 100644 --- a/sci-astronomy/gasgano/gasgano-2.4.3.ebuild +++ b/sci-astronomy/gasgano/gasgano-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.3.ebuild,v 1.1 2012/06/04 22:15:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.3.ebuild,v 1.2 2012/08/05 17:59:37 bicatali Exp $ EAPI=4 inherit eutils java-pkg-2 @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.eso.org/pub/dfs/${PN}/${P}.tar.gz LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" DEPEND=">=virtual/jdk-1.6" |