diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-03 22:19:06 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-03 22:19:06 +0000 |
commit | 6297cfa8c82d3ea83f6f48873cb76c9117224c3a (patch) | |
tree | 7ea1f1a6816e4fde7422c0d5af0792315bb0e861 /sci-astronomy | |
parent | address a few ebuild QA violations and style concerns (diff) | |
download | gentoo-2-6297cfa8c82d3ea83f6f48873cb76c9117224c3a.tar.gz gentoo-2-6297cfa8c82d3ea83f6f48873cb76c9117224c3a.tar.bz2 gentoo-2-6297cfa8c82d3ea83f6f48873cb76c9117224c3a.zip |
keyword amd64-linux and x86-linux
(Portage version: 2.2.01.20430-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/idlastro/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/idlastro/idlastro-20120206.ebuild | 24 | ||||
-rw-r--r-- | sci-astronomy/idlastro/idlastro-20120502.ebuild | 4 |
3 files changed, 7 insertions, 27 deletions
diff --git a/sci-astronomy/idlastro/ChangeLog b/sci-astronomy/idlastro/ChangeLog index 524ea431c417..97a78853ca35 100644 --- a/sci-astronomy/idlastro/ChangeLog +++ b/sci-astronomy/idlastro/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2012/05/11 17:12:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.5 2012/07/03 22:19:06 bicatali Exp $ + + 03 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> -idlastro-20120206.ebuild, + idlastro-20120502.ebuild: + keyword amd64-linux and x86-linux *idlastro-20120502 (11 May 2012) diff --git a/sci-astronomy/idlastro/idlastro-20120206.ebuild b/sci-astronomy/idlastro/idlastro-20120206.ebuild deleted file mode 100644 index 80ecf09ce09a..000000000000 --- a/sci-astronomy/idlastro/idlastro-20120206.ebuild +++ /dev/null @@ -1,24 +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/idlastro/idlastro-20120206.ebuild,v 1.1 2012/02/15 16:58:40 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="" -RDEPEND=">=dev-lang/gdl-0.9.2-r1" - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/gnudatalanguage/${PN} - doins -r pro/* - dodoc *txt text/* -} diff --git a/sci-astronomy/idlastro/idlastro-20120502.ebuild b/sci-astronomy/idlastro/idlastro-20120502.ebuild index 0acfe210e7fa..017546c9a99d 100644 --- a/sci-astronomy/idlastro/idlastro-20120502.ebuild +++ b/sci-astronomy/idlastro/idlastro-20120502.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-20120502.ebuild,v 1.1 2012/05/11 17:12:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/idlastro-20120502.ebuild,v 1.2 2012/07/03 22:19:06 bicatali Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/ftp/astron.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" RDEPEND=">=dev-lang/gdl-0.9.2-r1" |