* [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/
@ 2013-03-03 17:52 Justin Lecher
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2013-03-03 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 5792a0b635ee00badc89a3a6aa443b2e5d15a372
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 16:37:48 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 16:37:48 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5792a0b6
sci-astronomy/stiff: Move to EAPI=5 and autotools-utils
Package-Manager: portage-2.2.0_alpha164
---
sci-astronomy/stiff/ChangeLog | 5 ++++-
sci-astronomy/stiff/metadata.xml | 4 ++--
sci-astronomy/stiff/stiff-9999.ebuild | 23 +++++++++++------------
3 files changed, 17 insertions(+), 15 deletions(-)
diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog
index 5d562b9..702e173 100644
--- a/sci-astronomy/stiff/ChangeLog
+++ b/sci-astronomy/stiff/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-astronomy/stiff
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 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 $
+ 03 Mar 2013; Justin Lecher <jlec@gentoo.org> stiff-9999.ebuild, metadata.xml:
+ Move to EAPI=5 and autotools-utils
+
*stiff-9999 (09 Jul 2012)
09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +stiff-9999.ebuild,
diff --git a/sci-astronomy/stiff/metadata.xml b/sci-astronomy/stiff/metadata.xml
index 320c9fe..7068902 100644
--- a/sci-astronomy/stiff/metadata.xml
+++ b/sci-astronomy/stiff/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-astronomy</herd>
-<longdescription lang="en">
+ <herd>sci-astronomy</herd>
+ <longdescription lang="en">
STIFF is a program that convert scientific FITS images to the
more popular TIFF, in 8 (grayscale) or 24 (true colour: 3 times 8) bits per
pixel.
diff --git a/sci-astronomy/stiff/stiff-9999.ebuild b/sci-astronomy/stiff/stiff-9999.ebuild
index 961d68b..8dacd15 100644
--- a/sci-astronomy/stiff/stiff-9999.ebuild
+++ b/sci-astronomy/stiff/stiff-9999.ebuild
@@ -1,9 +1,8 @@
-# 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/stiff/stiff-2.1.3.ebuild,v 1.1 2011/04/10 14:45:35 bicatali Exp $
-EAPI=4
-
+EAPI=5
if [[ ${PV} == "9999" ]] ; then
_SVN=subversion
@@ -15,7 +14,9 @@ else
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
fi
-inherit ${_SVN} autotools
+AUTOTOOLS_AUTORECONF=true
+
+inherit ${_SVN} autotools-utils
DESCRIPTION="Converts astronomical FITS images to the TIFF format"
HOMEPAGE="http://astromatic.iap.fr/software/stiff"
@@ -24,20 +25,18 @@ LICENSE="GPL-3"
SLOT="0"
IUSE="doc threads"
-RDEPEND="media-libs/tiff
+RDEPEND="
+ media-libs/tiff
virtual/jpeg
sys-libs/zlib"
DEPEND="${RDEPEND}"
-src_prepare() {
- eautoreconf
-}
-
src_configure() {
- econf $(use_enable threads)
+ local myeconfargs=( $(use_enable threads) )
+ autotools-utils_src_configure
}
src_install () {
- default
- use doc && dodoc doc/*
+ use doc && DOCS=( doc/. )
+ autotools-utils_src_install
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/
@ 2014-02-27 23:01 Sebastien Fabbro
0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro @ 2014-02-27 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 8f1d853da54cbfcba96f417dea6f414cd71b775a
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:50:44 2014 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 20:50:44 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8f1d853d
sci-astronomy/stiff: EAPI-5, autotools-utils
Package-Manager: portage-2.2.8-prefix
---
sci-astronomy/stiff/ChangeLog | 7 +++++--
sci-astronomy/stiff/metadata.xml | 4 ++--
sci-astronomy/stiff/stiff-9999.ebuild | 3 ++-
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog
index 702e173..89a21dc 100644
--- a/sci-astronomy/stiff/ChangeLog
+++ b/sci-astronomy/stiff/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-astronomy/stiff
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 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 $
+ 27 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+ stiff-9999.ebuild:
+ sci-astronomy/stiff: EAPI-5, autotools-utils
+
03 Mar 2013; Justin Lecher <jlec@gentoo.org> stiff-9999.ebuild, metadata.xml:
Move to EAPI=5 and autotools-utils
@@ -53,4 +57,3 @@
19 Sep 2006; Sebastien Fabbro <seb@ist.utl.pt> +stiff-1.10.ebuild:
Initial import.
-
diff --git a/sci-astronomy/stiff/metadata.xml b/sci-astronomy/stiff/metadata.xml
index 7068902..320c9fe 100644
--- a/sci-astronomy/stiff/metadata.xml
+++ b/sci-astronomy/stiff/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-astronomy</herd>
- <longdescription lang="en">
+<herd>sci-astronomy</herd>
+<longdescription lang="en">
STIFF is a program that convert scientific FITS images to the
more popular TIFF, in 8 (grayscale) or 24 (true colour: 3 times 8) bits per
pixel.
diff --git a/sci-astronomy/stiff/stiff-9999.ebuild b/sci-astronomy/stiff/stiff-9999.ebuild
index 473211c..8ac7854 100644
--- a/sci-astronomy/stiff/stiff-9999.ebuild
+++ b/sci-astronomy/stiff/stiff-9999.ebuild
@@ -14,7 +14,8 @@ else
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
fi
-AUTOTOOLS_AUTORECONF=true
+AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_IN_SOURCE_BUILD=1
inherit ${_SVN} autotools-utils
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/
@ 2014-03-21 17:10 Sebastien Fabbro
0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro @ 2014-03-21 17:10 UTC (permalink / raw
To: gentoo-commits
commit: c20e5e00dafe46ab8d787507d77df7e4d847c839
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 17:01:38 2014 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Mar 21 17:01:38 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c20e5e00
sci-astronomy/stiff: Add new version linked to live one
Package-Manager: portage-2.2.8-prefix
---
sci-astronomy/stiff/ChangeLog | 6 ++++++
sci-astronomy/stiff/stiff-2.4.0.ebuild | 1 +
sci-astronomy/stiff/stiff-9999.ebuild | 10 +++++-----
3 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog
index 89a21dc..fd2f20a 100644
--- a/sci-astronomy/stiff/ChangeLog
+++ b/sci-astronomy/stiff/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 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 $
+*stiff-2.4.0 (21 Mar 2014)
+
+ 21 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> +stiff-2.4.0.ebuild,
+ stiff-9999.ebuild:
+ sci-astronomy/stiff: Add new version linked to live one
+
27 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
stiff-9999.ebuild:
sci-astronomy/stiff: EAPI-5, autotools-utils
diff --git a/sci-astronomy/stiff/stiff-2.4.0.ebuild b/sci-astronomy/stiff/stiff-2.4.0.ebuild
new file mode 120000
index 0000000..5f7f899
--- /dev/null
+++ b/sci-astronomy/stiff/stiff-2.4.0.ebuild
@@ -0,0 +1 @@
+stiff-9999.ebuild
\ No newline at end of file
diff --git a/sci-astronomy/stiff/stiff-9999.ebuild b/sci-astronomy/stiff/stiff-9999.ebuild
index 8ac7854..625f32a 100644
--- a/sci-astronomy/stiff/stiff-9999.ebuild
+++ b/sci-astronomy/stiff/stiff-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
if [[ ${PV} == "9999" ]] ; then
- _SVN=subversion
+ inherit subversion
ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
SRC_URI=""
KEYWORDS=""
@@ -14,10 +14,10 @@ else
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
fi
-AUTOTOOLS_AUTORECONF=1
+#AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit ${_SVN} autotools-utils
+inherit autotools-utils
DESCRIPTION="Converts astronomical FITS images to the TIFF format"
HOMEPAGE="http://astromatic.iap.fr/software/stiff"
@@ -27,9 +27,9 @@ SLOT="0"
IUSE="doc threads"
RDEPEND="
- media-libs/tiff
+ media-libs/tiff:0=
virtual/jpeg
- sys-libs/zlib"
+ sys-libs/zlib:0="
DEPEND="${RDEPEND}"
src_configure() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/
@ 2014-03-22 9:45 Justin Lecher
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2014-03-22 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 5840117180f2f1e3624f2ae59fb3ff35138de4db
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 17:01:38 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 09:44:41 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=58401171
sci-astronomy/stiff: Add new version linked to live one
Package-Manager: portage-2.2.8-prefix
---
sci-astronomy/stiff/ChangeLog | 6 ++++++
sci-astronomy/stiff/stiff-2.4.0.ebuild | 1 +
sci-astronomy/stiff/stiff-9999.ebuild | 10 +++++-----
3 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog
index 89a21dc..fd2f20a 100644
--- a/sci-astronomy/stiff/ChangeLog
+++ b/sci-astronomy/stiff/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 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 $
+*stiff-2.4.0 (21 Mar 2014)
+
+ 21 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> +stiff-2.4.0.ebuild,
+ stiff-9999.ebuild:
+ sci-astronomy/stiff: Add new version linked to live one
+
27 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
stiff-9999.ebuild:
sci-astronomy/stiff: EAPI-5, autotools-utils
diff --git a/sci-astronomy/stiff/stiff-2.4.0.ebuild b/sci-astronomy/stiff/stiff-2.4.0.ebuild
new file mode 120000
index 0000000..5f7f899
--- /dev/null
+++ b/sci-astronomy/stiff/stiff-2.4.0.ebuild
@@ -0,0 +1 @@
+stiff-9999.ebuild
\ No newline at end of file
diff --git a/sci-astronomy/stiff/stiff-9999.ebuild b/sci-astronomy/stiff/stiff-9999.ebuild
index 8ac7854..625f32a 100644
--- a/sci-astronomy/stiff/stiff-9999.ebuild
+++ b/sci-astronomy/stiff/stiff-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
if [[ ${PV} == "9999" ]] ; then
- _SVN=subversion
+ inherit subversion
ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
SRC_URI=""
KEYWORDS=""
@@ -14,10 +14,10 @@ else
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
fi
-AUTOTOOLS_AUTORECONF=1
+#AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit ${_SVN} autotools-utils
+inherit autotools-utils
DESCRIPTION="Converts astronomical FITS images to the TIFF format"
HOMEPAGE="http://astromatic.iap.fr/software/stiff"
@@ -27,9 +27,9 @@ SLOT="0"
IUSE="doc threads"
RDEPEND="
- media-libs/tiff
+ media-libs/tiff:0=
virtual/jpeg
- sys-libs/zlib"
+ sys-libs/zlib:0="
DEPEND="${RDEPEND}"
src_configure() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/
@ 2016-03-14 2:17 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2016-03-14 2:17 UTC (permalink / raw
To: gentoo-commits
commit: 7bd100c57a4901f9e5441fdc9fc2529506f75cd7
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 00:20:06 2016 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 21:04:07 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bd100c5
sci-astronomy/stiff: fixed homepage
sci-astronomy/stiff/stiff-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-astronomy/stiff/stiff-9999.ebuild b/sci-astronomy/stiff/stiff-9999.ebuild
index 6c70b1f..c64657e 100644
--- a/sci-astronomy/stiff/stiff-9999.ebuild
+++ b/sci-astronomy/stiff/stiff-9999.ebuild
@@ -13,7 +13,7 @@ SRC_URI=""
KEYWORDS=""
DESCRIPTION="Converts astronomical FITS images to the TIFF format"
-HOMEPAGE="http://astromatic.iap.fr/software/stiff"
+HOMEPAGE="http://www.astromatic.net/software/stiff"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/
@ 2020-09-22 10:23 Aisha Tammy
0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-09-22 10:23 UTC (permalink / raw
To: gentoo-commits
commit: f28167ac26e16141266d76952ceed6b5ed6eb21d
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 10:19:02 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 10:19:02 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f28167ac
sci-astronomy/stiff: drop package
present in ::gentoo
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-astronomy/stiff/metadata.xml | 13 ------------
sci-astronomy/stiff/stiff-9999.ebuild | 39 -----------------------------------
2 files changed, 52 deletions(-)
diff --git a/sci-astronomy/stiff/metadata.xml b/sci-astronomy/stiff/metadata.xml
deleted file mode 100644
index c100b1037..000000000
--- a/sci-astronomy/stiff/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <longdescription lang="en">
-STIFF is a program that convert scientific FITS images to the
-more popular TIFF, in 8 (grayscale) or 24 (true colour: 3 times 8) bits per
-pixel.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-astronomy/stiff/stiff-9999.ebuild b/sci-astronomy/stiff/stiff-9999.ebuild
deleted file mode 100644
index debf04b3c..000000000
--- a/sci-astronomy/stiff/stiff-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit subversion
-
-ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
-ESVN_OPTIONS="--trust-server-cert-failures=unknown-ca"
-
-SRC_URI=""
-KEYWORDS=""
-
-DESCRIPTION="Converts astronomical FITS images to the TIFF format"
-HOMEPAGE="http://www.astromatic.net/software/stiff"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="doc threads"
-
-RDEPEND="
- media-libs/tiff:0=
- virtual/jpeg:0
- sys-libs/zlib:0="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- subversion_src_prepare
-}
-
-src_configure() {
- econf $(use_enable threads)
-}
-
-src_install () {
- default
- use doc && dodoc doc/*
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-09-22 10:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-22 9:45 [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2020-09-22 10:23 Aisha Tammy
2016-03-14 2:17 Christoph Junghans
2014-03-21 17:10 Sebastien Fabbro
2014-02-27 23:01 Sebastien Fabbro
2013-03-03 17:52 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox