diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-05-11 22:08:54 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-05-11 22:08:54 +0000 |
commit | 5c6885abf0244c3da4d3b9dcceb28662fd9162a3 (patch) | |
tree | ee28fa36d2c6d3fd980d0b466dfda498006e4bad /sci-astronomy/gasgano | |
parent | Move kde-misc/kcm-gtk-config to kde-misc/kde-gtk-config. (diff) | |
download | gentoo-2-5c6885abf0244c3da4d3b9dcceb28662fd9162a3.tar.gz gentoo-2-5c6885abf0244c3da4d3b9dcceb28662fd9162a3.tar.bz2 gentoo-2-5c6885abf0244c3da4d3b9dcceb28662fd9162a3.zip |
Removed old
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/gasgano')
-rw-r--r-- | sci-astronomy/gasgano/ChangeLog | 7 | ||||
-rw-r--r-- | sci-astronomy/gasgano/gasgano-2.3.0.ebuild | 42 |
2 files changed, 5 insertions, 44 deletions
diff --git a/sci-astronomy/gasgano/ChangeLog b/sci-astronomy/gasgano/ChangeLog index cc640f8b7b27..9c11947705c8 100644 --- a/sci-astronomy/gasgano/ChangeLog +++ b/sci-astronomy/gasgano/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/gasgano -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.3 2011/08/04 18:31:01 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.4 2012/05/11 22:08:54 bicatali Exp $ + + 11 May 2012; Sébastien Fabbro <bicatali@gentoo.org> -gasgano-2.3.0.ebuild: + Removed old 04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml: Switched herd to sci-astronomy diff --git a/sci-astronomy/gasgano/gasgano-2.3.0.ebuild b/sci-astronomy/gasgano/gasgano-2.3.0.ebuild deleted file mode 100644 index ef51fb80706e..000000000000 --- a/sci-astronomy/gasgano/gasgano-2.3.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.3.0.ebuild,v 1.1 2010/05/26 18:46:35 bicatali Exp $ - -EAPI=2 -inherit java-pkg-2 - -PDOC=VLT-PRO-ESO-19000-1932-V4 - -DESCRIPTION="ESO astronomical data file organizer" -HOMEPAGE="http://www.eso.org/sci/data-processing/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=/usr/share/gasgano:' \ - bin/gasgano || die -} - -src_install() { - dobin bin/* || die - java-pkg_dojar share/*.jar - insinto /usr/share/${PN}/config - doins -r config/*.rul || 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 -} |