diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-09 23:55:06 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-09 23:55:06 +0000 |
commit | 3ff79bec6412e84e114d8c3e0b832ca9b5e8c404 (patch) | |
tree | 8aec9d5a6f720dd88162afd7bd4c8097f88da111 /sci-astronomy | |
parent | sys-kernel/genkernel: 3.4.38 (diff) | |
download | gentoo-2-3ff79bec6412e84e114d8c3e0b832ca9b5e8c404.tar.gz gentoo-2-3ff79bec6412e84e114d8c3e0b832ca9b5e8c404.tar.bz2 gentoo-2-3ff79bec6412e84e114d8c3e0b832ca9b5e8c404.zip |
Keyword amd64-linux, x86-linux, updated home page and download url
(Portage version: 2.2.01.20757-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stiff/ChangeLog | 9 | ||||
-rw-r--r-- | sci-astronomy/stiff/stiff-2.1.2.ebuild | 33 | ||||
-rw-r--r-- | sci-astronomy/stiff/stiff-2.1.3.ebuild | 12 |
3 files changed, 12 insertions, 42 deletions
diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog index 61cbf48df596..f635f3057bf4 100644 --- a/sci-astronomy/stiff/ChangeLog +++ b/sci-astronomy/stiff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/stiff -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/ChangeLog,v 1.7 2011/08/04 18:33:30 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/ChangeLog,v 1.8 2012/07/09 23:55:06 bicatali Exp $ + + 09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> -stiff-2.1.2.ebuild, + stiff-2.1.3.ebuild: + Keyword amd64-linux, x86-linux, updated home page and download url 04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml: Switched herd to sci-astronomy @@ -43,4 +47,3 @@ 19 Sep 2006; Sebastien Fabbro <seb@ist.utl.pt> +stiff-1.10.ebuild: Initial import. - diff --git a/sci-astronomy/stiff/stiff-2.1.2.ebuild b/sci-astronomy/stiff/stiff-2.1.2.ebuild deleted file mode 100644 index f20f6ec3ece1..000000000000 --- a/sci-astronomy/stiff/stiff-2.1.2.ebuild +++ /dev/null @@ -1,33 +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/stiff/stiff-2.1.2.ebuild,v 1.2 2010/11/08 17:08:39 xarthisius Exp $ - -EAPI=2 - -DESCRIPTION="Converts astronomical FITS images to the TIFF format" -HOMEPAGE="http://astromatic.iap.fr/software/stiff" -SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz" - -LICENSE="CeCILL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc threads" - -RDEPEND="media-libs/tiff - virtual/jpeg - sys-libs/zlib" - -DEPEND="${RDEPEND}" - -src_configure() { - econf $(use_enable threads) -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS BUGS ChangeLog HISTORY README THANKS - if use doc; then - insinto /usr/share/doc/${PF} - doins doc/*.pdf || die - fi -} diff --git a/sci-astronomy/stiff/stiff-2.1.3.ebuild b/sci-astronomy/stiff/stiff-2.1.3.ebuild index 264cef1939d9..6ca509abee0f 100644 --- a/sci-astronomy/stiff/stiff-2.1.3.ebuild +++ b/sci-astronomy/stiff/stiff-2.1.3.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/stiff-2.1.3.ebuild,v 1.1 2011/04/10 14:45:35 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/stiff-2.1.3.ebuild,v 1.2 2012/07/09 23:55:06 bicatali Exp $ EAPI=4 DESCRIPTION="Converts astronomical FITS images to the TIFF format" -HOMEPAGE="http://astromatic.iap.fr/software/stiff" -SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.astromatic.net/software/stiff" +SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz" LICENSE="CeCILL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc threads" RDEPEND="media-libs/tiff @@ -24,5 +24,5 @@ src_configure() { src_install () { default - use doc && dodoc doc/*.pdf + use doc && dodoc doc/* } |