diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-04-22 21:19:48 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-04-22 21:19:48 +0000 |
commit | 2ba66e5360cd51f1c6855386b2d371369d6ac019 (patch) | |
tree | 1b1efb8c3c019893959827ad56f1801257bb2af9 /sci-astronomy | |
parent | Fix SRC_URI. (diff) | |
download | gentoo-2-2ba66e5360cd51f1c6855386b2d371369d6ac019.tar.gz gentoo-2-2ba66e5360cd51f1c6855386b2d371369d6ac019.tar.bz2 gentoo-2-2ba66e5360cd51f1c6855386b2d371369d6ac019.zip |
Version bump. URL fix
(Portage version: 2.2.01.21890-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/ds9-bin/ChangeLog | 10 | ||||
-rw-r--r-- | sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild (renamed from sci-astronomy/ds9-bin/ds9-bin-7.0.2.ebuild) | 13 |
2 files changed, 15 insertions, 8 deletions
diff --git a/sci-astronomy/ds9-bin/ChangeLog b/sci-astronomy/ds9-bin/ChangeLog index 546d7710f252..eba0ce30622d 100644 --- a/sci-astronomy/ds9-bin/ChangeLog +++ b/sci-astronomy/ds9-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-astronomy/ds9-bin -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9-bin/ChangeLog,v 1.4 2012/11/15 00:10:40 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9-bin/ChangeLog,v 1.5 2013/04/22 21:19:47 bicatali Exp $ + +*ds9-bin-7.2 (22 Apr 2013) + + 22 Apr 2013; Sébastien Fabbro <bicatali@gentoo.org> +ds9-bin-7.2.ebuild, + -ds9-bin-7.0.2.ebuild: + Version bump. URL fix *ds9-bin-7.1 (15 Nov 2012) diff --git a/sci-astronomy/ds9-bin/ds9-bin-7.0.2.ebuild b/sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild index 8d0fc196a39c..a9abeb236d43 100644 --- a/sci-astronomy/ds9-bin/ds9-bin-7.0.2.ebuild +++ b/sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild @@ -1,23 +1,24 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9-bin/ds9-bin-7.0.2.ebuild,v 1.2 2012/11/15 00:10:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild,v 1.1 2013/04/22 21:19:47 bicatali Exp $ -EAPI=4 +EAPI=5 inherit eutils DESCRIPTION="Data visualization application for astronomical FITS images" HOMEPAGE="http://hea-www.harvard.edu/RD/ds9" SRC_URI="http://dev.gentoo.org/~jlec/distfiles/ds9.png.tar - amd64? ( http://hea-www.harvard.edu/saord/download/ds9/linux64/ds9.linux64.${PV}.tar.gz ) - x86? ( http://hea-www.harvard.edu/saord/download/ds9/linux/ds9.linux.${PV}.tar.gz )" + amd64? ( http://hea-www.harvard.edu/RD/ds9/download/linux64/ds9.linux64.${PV}.tar.gz ) + x86? ( http://hea-www.harvard.edu/RD/ds9/download/linux/ds9.linux.${PV}.tar.gz )" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="dev-libs/libxml2 +RDEPEND=" + dev-libs/libxml2 media-libs/fontconfig media-libs/freetype x11-libs/libX11 |