* [gentoo-commits] proj/sci:master commit in: sci-astronomy/astrometry/
@ 2013-03-03 17:52 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-03-03 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 98a109c7e0578168fc5c366535990b08cd95c6e3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 17:27:20 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 17:27:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=98a109c7
sci-astronomy/astrometry: Clean wrong space and blank lines
Package-Manager: portage-2.2.0_alpha164
---
sci-astronomy/astrometry/ChangeLog | 6 +++++-
sci-astronomy/astrometry/astrometry-0.38.ebuild | 9 ++++-----
sci-astronomy/astrometry/metadata.xml | 4 ++--
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/sci-astronomy/astrometry/ChangeLog b/sci-astronomy/astrometry/ChangeLog
index 1f6a71d..f0751a3 100644
--- a/sci-astronomy/astrometry/ChangeLog
+++ b/sci-astronomy/astrometry/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-astronomy/astrometry
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 Mar 2013; Justin Lecher <jlec@gentoo.org> astrometry-0.38.ebuild,
+ metadata.xml:
+ Clean wrong space and blank lines
+
*astrometry-0.38 (09 May 2012)
09 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +astrometry-0.38.ebuild,
diff --git a/sci-astronomy/astrometry/astrometry-0.38.ebuild b/sci-astronomy/astrometry/astrometry-0.38.ebuild
index 35146c2..97ce216 100644
--- a/sci-astronomy/astrometry/astrometry-0.38.ebuild
+++ b/sci-astronomy/astrometry/astrometry-0.38.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -12,13 +12,13 @@ DESCRIPTION="Automated astrometric calibration programs and service"
HOMEPAGE="http://astrometry.net/"
SRC_URI="${HOMEPAGE}/downloads/${MYP}.tar.bz2"
-LICENSE="GPL-2"
SLOT="0"
-
+LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-python/numpy
+RDEPEND="
+ dev-python/numpy
media-libs/libpng
media-libs/netpbm
sci-astronomy/wcslib
@@ -41,7 +41,6 @@ src_prepare() {
"${FILESDIR}"/${PV}-array-bounds.patch
}
-
src_compile() {
emake
emake extra
diff --git a/sci-astronomy/astrometry/metadata.xml b/sci-astronomy/astrometry/metadata.xml
index 0fa9130..df28cb8 100644
--- a/sci-astronomy/astrometry/metadata.xml
+++ b/sci-astronomy/astrometry/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">
If you have astronomical imaging of the sky with celestial
coordinates you do not know—or do not trust—then Astrometry.net is
for you. Input an image and we'll give you back astrometric
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/astrometry/
@ 2013-06-14 11:26 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-06-14 11:26 UTC (permalink / raw
To: gentoo-commits
commit: 20a1331b0be2f32a20cba677d9b5472a046b09d3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 11:23:11 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 11:23:11 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=20a1331b
sci-astronomy/astrometry: Fix unquoted variable
Package-Manager: portage-2.2.0_alpha179
---
sci-astronomy/astrometry/ChangeLog | 4 ++++
sci-astronomy/astrometry/astrometry-0.43.ebuild | 2 +-
sci-astronomy/astrometry/metadata.xml | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/sci-astronomy/astrometry/ChangeLog b/sci-astronomy/astrometry/ChangeLog
index e5b4ff9..506805e 100644
--- a/sci-astronomy/astrometry/ChangeLog
+++ b/sci-astronomy/astrometry/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Jun 2013; Justin Lecher <jlec@gentoo.org> astrometry-0.43.ebuild,
+ metadata.xml:
+ Fix unquoted variable
+
*astrometry-0.43 (14 Jun 2013)
14 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +astrometry-0.43.ebuild,
diff --git a/sci-astronomy/astrometry/astrometry-0.43.ebuild b/sci-astronomy/astrometry/astrometry-0.43.ebuild
index 0daa26a..4f197d7 100644
--- a/sci-astronomy/astrometry/astrometry-0.43.ebuild
+++ b/sci-astronomy/astrometry/astrometry-0.43.ebuild
@@ -64,7 +64,7 @@ src_install() {
dodoc ${INSTALL_DIR}/doc/*
rm -r ${INSTALL_DIR}/doc || die
if use examples; then
- mv ${INSTALL_DIR}/examples ${ED}/usr/share/doc/${PF} || die
+ mv ${INSTALL_DIR}/examples "${ED}"/usr/share/doc/${PF} || die
else
rm -r ${INSTALL_DIR}/examples
fi
diff --git a/sci-astronomy/astrometry/metadata.xml b/sci-astronomy/astrometry/metadata.xml
index 0fa9130..df28cb8 100644
--- a/sci-astronomy/astrometry/metadata.xml
+++ b/sci-astronomy/astrometry/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">
If you have astronomical imaging of the sky with celestial
coordinates you do not know—or do not trust—then Astrometry.net is
for you. Input an image and we'll give you back astrometric
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/astrometry/
@ 2013-06-17 1:07 Sebastien Fabbro
0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro @ 2013-06-17 1:07 UTC (permalink / raw
To: gentoo-commits
commit: fa6e0544006c9fa5c7f20bd35e3e8e34e3244a44
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 17:58:43 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 17:58:43 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fa6e0544
sci-astronomy/astrometry: Added extra use flag to plot
Package-Manager: portage-2.2.01.22013-prefix
RepoMan-Options: --force
---
sci-astronomy/astrometry/ChangeLog | 3 +++
sci-astronomy/astrometry/metadata.xml | 3 +++
2 files changed, 6 insertions(+)
diff --git a/sci-astronomy/astrometry/ChangeLog b/sci-astronomy/astrometry/ChangeLog
index 65668ad..afb42de 100644
--- a/sci-astronomy/astrometry/ChangeLog
+++ b/sci-astronomy/astrometry/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
+ sci-astronomy/astrometry: Added extra use flag to plot
+
14 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> astrometry-0.43.ebuild,
files/0.43-system-libs.patch, metadata.xml:
sci-astronomy/astrometry: Added python bindings. Fixed more gsl bundling
diff --git a/sci-astronomy/astrometry/metadata.xml b/sci-astronomy/astrometry/metadata.xml
index 0fa9130..664a74c 100644
--- a/sci-astronomy/astrometry/metadata.xml
+++ b/sci-astronomy/astrometry/metadata.xml
@@ -9,4 +9,7 @@
calibration meta-data, plus lists of known objects falling inside
the field of view.
</longdescription>
+<use>
+ <flag name="extra">Add extra tools, specifically for plots</flag>
+</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/astrometry/
@ 2014-03-18 19:28 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2014-03-18 19:28 UTC (permalink / raw
To: gentoo-commits
commit: b99794fb384ae6826a5a46c1dc2cc755798f923f
Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Mon Mar 17 00:33:40 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 00:33:40 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b99794fb
Use python-single-r1 and fix typo for USE=extra
Package-Manager: portage-2.2.8-r1
---
sci-astronomy/astrometry/ChangeLog | 5 ++++-
sci-astronomy/astrometry/astrometry-0.43.ebuild | 18 +++++++++++++-----
2 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/sci-astronomy/astrometry/ChangeLog b/sci-astronomy/astrometry/ChangeLog
index afb42de..dfd71da 100644
--- a/sci-astronomy/astrometry/ChangeLog
+++ b/sci-astronomy/astrometry/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-astronomy/astrometry
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Mar 2014; Joseph Jon Booker <joe@neoturbine.net> astrometry-0.43.ebuild:
+ Use python-single-r1 and fix typo for USE=extra
+
14 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
sci-astronomy/astrometry: Added extra use flag to plot
diff --git a/sci-astronomy/astrometry/astrometry-0.43.ebuild b/sci-astronomy/astrometry/astrometry-0.43.ebuild
index 7ba8005..4db5cfb 100644
--- a/sci-astronomy/astrometry/astrometry-0.43.ebuild
+++ b/sci-astronomy/astrometry/astrometry-0.43.ebuild
@@ -4,7 +4,8 @@
EAPI=5
-inherit eutils toolchain-funcs
+PYTHON_COMPAT=( python2_6 python2_7 )
+inherit eutils toolchain-funcs python-single-r1
MYP=${PN}.net-${PV}
@@ -19,12 +20,12 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="examples extra python"
RDEPEND="
- dev-python/numpy
+ dev-python/numpy[${PYTHON_USEDEP}]
sci-astronomy/wcslib
sci-libs/cfitsio
sci-libs/gsl
sys-libs/zlib
- virtual/pyfits
+ virtual/pyfits[${PYTHON_USEDEP}]
extra? (
media-libs/libpng
media-libs/netpbm
@@ -41,6 +42,13 @@ src_prepare() {
"${FILESDIR}"/0.43-as-needed.patch \
"${FILESDIR}"/0.43-respect-user-flags.patch \
"${FILESDIR}"/0.43-system-libs.patch
+
+ python_fix_shebang "${S}"
+ sed "s|python setup-util.py|${EPYTHON} setup-util.py|" "${S}"/util/Makefile -i
+ sed "s|python setup.py|${EPYTHON} setup.py|" "${S}"/{libkd,sdss,blind}/Makefile -i
+ sed "s|python -c|${EPYTHON} -c|" "${S}"/blind/Makefile -i
+ sed "s|python <<EOF|${EPYTHON} <<EOF|" "${S}"/blind/simplexy.c -i
+ sed "s|python -V|${EPYTHON} -V|" "${S}"/Makefile -i
}
src_compile() {
@@ -56,7 +64,7 @@ src_compile() {
AR=$(tc-getAR) \
extra
fi
- # TODO: work it out for multiple python abi
+
if use python; then
emake \
CC=$(tc-getCC) \
@@ -70,7 +78,7 @@ src_install() {
# TODO: install in standard directories to respect FHS
export INSTALL_DIR="${ED}"/usr/astrometry
emake install-core
- use extra && emake -C blind install-extras
+ use extra && emake -C blind install-extra
# remove cfitsio duplicates
rm ${INSTALL_DIR}/bin/{fitscopy,imcopy,listhead} || die
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/astrometry/
@ 2015-10-22 10:25 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-10-22 10:25 UTC (permalink / raw
To: gentoo-commits
commit: 69f46a06992c03f1ebe42f71171405e7545dddce
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:25:43 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 10:25:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=69f46a06
sci-astronomy/astrometry: Fix broken dependency for pyfits
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-astronomy/astrometry/astrometry-0.43.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-astronomy/astrometry/astrometry-0.43.ebuild b/sci-astronomy/astrometry/astrometry-0.43.ebuild
index ec65593..90f4fc8 100644
--- a/sci-astronomy/astrometry/astrometry-0.43.ebuild
+++ b/sci-astronomy/astrometry/astrometry-0.43.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
sci-libs/cfitsio
sci-libs/gsl
sys-libs/zlib
- virtual/pyfits[${PYTHON_USEDEP}]
+ dev-python/pyfits[${PYTHON_USEDEP}]
extra? (
media-libs/libpng:0
media-libs/netpbm
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-10-22 10:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17 1:07 [gentoo-commits] proj/sci:master commit in: sci-astronomy/astrometry/ Sebastien Fabbro
-- strict thread matches above, loose matches on Subject: below --
2015-10-22 10:25 Justin Lecher
2014-03-18 19:28 Justin Lecher
2013-06-14 11:26 Justin Lecher
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