diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-02-15 16:58:40 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-02-15 16:58:40 +0000 |
commit | 6c5c2872f3abdb21fb2102ae8f08beb33109da9d (patch) | |
tree | 792564cc6b6e2c4b15c98bb264fb7f9457dcca2c /sci-astronomy/idlastro | |
parent | New ebuild for bug #134732, formerly maintained in Sunrise. Thanks to Vieri f... (diff) | |
download | gentoo-2-6c5c2872f3abdb21fb2102ae8f08beb33109da9d.tar.gz gentoo-2-6c5c2872f3abdb21fb2102ae8f08beb33109da9d.tar.bz2 gentoo-2-6c5c2872f3abdb21fb2102ae8f08beb33109da9d.zip |
Version bump
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/idlastro')
-rw-r--r-- | sci-astronomy/idlastro/ChangeLog | 9 | ||||
-rw-r--r-- | sci-astronomy/idlastro/idlastro-20111226.ebuild | 24 | ||||
-rw-r--r-- | sci-astronomy/idlastro/idlastro-20120206.ebuild (renamed from sci-astronomy/idlastro/idlastro-20120120.ebuild) | 2 |
3 files changed, 9 insertions, 26 deletions
diff --git a/sci-astronomy/idlastro/ChangeLog b/sci-astronomy/idlastro/ChangeLog index 1bd8f22b6777..d99a84e2c38a 100644 --- a/sci-astronomy/idlastro/ChangeLog +++ b/sci-astronomy/idlastro/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-astronomy/idlastro # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.2 2012/02/01 17:45:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.3 2012/02/15 16:58:40 bicatali Exp $ + +*idlastro-20120206 (15 Feb 2012) + + 15 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> + -idlastro-20111226.ebuild, -idlastro-20120120.ebuild, + +idlastro-20120206.ebuild: + Version bump *idlastro-20120120 (01 Feb 2012) diff --git a/sci-astronomy/idlastro/idlastro-20111226.ebuild b/sci-astronomy/idlastro/idlastro-20111226.ebuild deleted file mode 100644 index 4e1afec6e923..000000000000 --- a/sci-astronomy/idlastro/idlastro-20111226.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/idlastro-20111226.ebuild,v 1.1 2011/12/29 23:07:22 bicatali Exp $ - -EAPI=4 - -DESCRIPTION="Astronomical user routines for IDL" -HOMEPAGE="http://idlastro.gsfc.nasa.gov/" -SRC_URI="${HOMEPAGE}/ftp/astron.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="dev-lang/gdl" -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/gdl/pro/${PN} - doins -r pro/* - dodoc *txt text/* -} diff --git a/sci-astronomy/idlastro/idlastro-20120120.ebuild b/sci-astronomy/idlastro/idlastro-20120206.ebuild index b1c3804e8914..80ecf09ce09a 100644 --- a/sci-astronomy/idlastro/idlastro-20120120.ebuild +++ b/sci-astronomy/idlastro/idlastro-20120206.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/idlastro/idlastro-20120120.ebuild,v 1.1 2012/02/01 17:45:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/idlastro-20120206.ebuild,v 1.1 2012/02/15 16:58:40 bicatali Exp $ EAPI=4 |