public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/
@ 2014-04-16 22:32 Sebastien Fabbro
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro @ 2014-04-16 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e8872ac31ecfdc566a95eb42bcde12308bda006e
Author:     mikko_laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Mon Apr 14 19:16:29 2014 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 19:16:29 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e8872ac3

sci-overlay/sci: Added few missing PYTHON_DEPENDS

Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force

---
 sci-astronomy/pyAstroStack/ChangeLog                 | 3 +++
 sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-astronomy/pyAstroStack/ChangeLog b/sci-astronomy/pyAstroStack/ChangeLog
index 25079ea..e986b1a 100644
--- a/sci-astronomy/pyAstroStack/ChangeLog
+++ b/sci-astronomy/pyAstroStack/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
+  sci-overlay/sci: Added few missing PYTHON_DEPENDS
+
 *pyAstroStack-0.3.0 (11 Apr 2014)
 
   11 Apr 2014; Mikko Laine <mikko.laine@gmail.com> +metadata.xml,

diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
index 0888a7b..b477076 100644
--- a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
+++ b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 
 inherit distutils-r1
 
-DESCRIPTION="PyAstroStack is a stacking software for astronomical images"
+DESCRIPTION="Stacking software for astronomical images"
 HOMEPAGE="https://bitbucket.org/mikko_laine/pyastrostack/"
 SRC_URI="http://bitbucket.org/mikko_laine/pyastrostack/downloads/${P}.tar.gz"
 
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="opencl"
 
 DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
-    dev-python/cython"
+    dev-python/cython[${PYTHON_USEDEP}]"
 
 RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
 	python_targets_python2_7? ( dev-python/configparser )
@@ -27,7 +27,7 @@ RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
 	sci-astronomy/sextractor
 	media-gfx/dcraw
 	media-libs/exiftool
-	dev-python/astropy
+	dev-python/astropy[${PYTHON_USEDEP}]
 	>=sci-libs/cfitsio-3.350
 	opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/
@ 2014-04-16 22:32 Sebastien Fabbro
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro @ 2014-04-16 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6a48b5edbeb0934539b36009c985c7ba1d73bf9a
Author:     mikko_laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Wed Apr 16 11:37:35 2014 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Apr 16 11:37:35 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6a48b5ed

sci-overlay/sci: more DEPEND fixes about configparser

Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force

---
 sci-astronomy/pyAstroStack/ChangeLog                 | 3 +++
 sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-astronomy/pyAstroStack/ChangeLog b/sci-astronomy/pyAstroStack/ChangeLog
index 2161c4e..a878999 100644
--- a/sci-astronomy/pyAstroStack/ChangeLog
+++ b/sci-astronomy/pyAstroStack/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   16 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
+  sci-overlay/sci: more DEPEND fixes about configparser
+
+  16 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
   sci-overlay/sci: DEPEND fixes about configparser
 
   14 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:

diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
index 40b10ed..2f39611 100644
--- a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
+++ b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
@@ -21,7 +21,6 @@ DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
     dev-python/cython[${PYTHON_USEDEP}]"
 
 RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
-	python_targets_python2_7? ( dev-python/configparser )
 	dev-python/configparser[$(python_gen_usedep python2_7)]
 	sci-libs/scikits_image[${PYTHON_USEDEP}]
 	>media-gfx/imagemagick-6.8.0.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/
@ 2014-04-16 22:32 Sebastien Fabbro
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro @ 2014-04-16 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e3f0ef36b1d55631084b665b42585091fe97233c
Author:     mikko_laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Fri Apr 11 12:19:59 2014 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Apr 11 12:19:59 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e3f0ef36

sci-overlay/sci: Added an ebuild for pyAstroStack

Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force

---
 sci-astronomy/pyAstroStack/ChangeLog               |  9 ++++++
 sci-astronomy/pyAstroStack/metadata.xml            | 18 ++++++++++++
 .../pyAstroStack/pyAstroStack-0.3.0.ebuild         | 34 ++++++++++++++++++++++
 3 files changed, 61 insertions(+)

diff --git a/sci-astronomy/pyAstroStack/ChangeLog b/sci-astronomy/pyAstroStack/ChangeLog
new file mode 100644
index 0000000..25079ea
--- /dev/null
+++ b/sci-astronomy/pyAstroStack/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-astronomy/pyAstroStack
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pyAstroStack-0.3.0 (11 Apr 2014)
+
+  11 Apr 2014; Mikko Laine <mikko.laine@gmail.com> +metadata.xml,
+  +pyAstroStack-0.3.0.ebuild:
+  sci-overlay/sci: Added an ebuild for pyAstroStack

diff --git a/sci-astronomy/pyAstroStack/metadata.xml b/sci-astronomy/pyAstroStack/metadata.xml
new file mode 100644
index 0000000..e5392c5
--- /dev/null
+++ b/sci-astronomy/pyAstroStack/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>mikko.laine@gmail.com</email>
+    <name>Mikko Laine</name>
+  </maintainer>
+  <longdescription>
+    An open source stacking software for astronomical images taken with a DSLR
+    camera. PyAstroStack can calibrate, debayer, register, align and stack photos
+    taken with modern DSLR's from Canon. It has a command line user interface
+    inspired by AstroSurf IRIS.
+  </longdescription>
+  <use>
+    <flag name="opencl">Enables OpenCL support and pulls in pyopencl. This makes
+    some operations much faster but requires specific hardware and drivers.</flag>
+  </use>
+</pkgmetadata>

diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
new file mode 100644
index 0000000..0888a7b
--- /dev/null
+++ b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="PyAstroStack is a stacking software for astronomical images"
+HOMEPAGE="https://bitbucket.org/mikko_laine/pyastrostack/"
+SRC_URI="http://bitbucket.org/mikko_laine/pyastrostack/downloads/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="opencl"
+
+DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
+    dev-python/cython"
+
+RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
+	python_targets_python2_7? ( dev-python/configparser )
+	sci-libs/scikits_image[${PYTHON_USEDEP}]
+	>media-gfx/imagemagick-6.8.0.0
+	sci-astronomy/sextractor
+	media-gfx/dcraw
+	media-libs/exiftool
+	dev-python/astropy
+	>=sci-libs/cfitsio-3.350
+	opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )"
+
+DOCS=( CHANGES.txt README.txt )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/
@ 2014-04-16 22:32 Sebastien Fabbro
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro @ 2014-04-16 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ff2875a6f006e100b62530840224d171bba8589b
Author:     mikko_laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Wed Apr 16 11:08:07 2014 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Apr 16 11:08:07 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ff2875a6

sci-overlay/sci: DEPEND fixes about configparser

Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force

---
 sci-astronomy/pyAstroStack/ChangeLog                 | 3 +++
 sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-astronomy/pyAstroStack/ChangeLog b/sci-astronomy/pyAstroStack/ChangeLog
index e986b1a..2161c4e 100644
--- a/sci-astronomy/pyAstroStack/ChangeLog
+++ b/sci-astronomy/pyAstroStack/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
+  sci-overlay/sci: DEPEND fixes about configparser
+
   14 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
   sci-overlay/sci: Added few missing PYTHON_DEPENDS
 

diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
index b477076..40b10ed 100644
--- a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
+++ b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
@@ -22,13 +22,13 @@ DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
 
 RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
 	python_targets_python2_7? ( dev-python/configparser )
+	dev-python/configparser[$(python_gen_usedep python2_7)]
 	sci-libs/scikits_image[${PYTHON_USEDEP}]
 	>media-gfx/imagemagick-6.8.0.0
 	sci-astronomy/sextractor
 	media-gfx/dcraw
 	media-libs/exiftool
 	dev-python/astropy[${PYTHON_USEDEP}]
-	>=sci-libs/cfitsio-3.350
 	opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )"
 
 DOCS=( CHANGES.txt README.txt )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/
@ 2014-09-16 17:01 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2014-09-16 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     93561deebb3455ab0f7d417da048d2404bfd1ed4
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 16:18:20 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 16:18:20 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=93561dee

clean up

Package-Manager: portage-2.2.8-r1

---
 sci-astronomy/pyAstroStack/ChangeLog                 | 3 +++
 sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-astronomy/pyAstroStack/ChangeLog b/sci-astronomy/pyAstroStack/ChangeLog
index a878999..9c477be 100644
--- a/sci-astronomy/pyAstroStack/ChangeLog
+++ b/sci-astronomy/pyAstroStack/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> pyAstroStack-0.3.0.ebuild:
+  clean up
+
   16 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
   sci-overlay/sci: more DEPEND fixes about configparser
 

diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
index 2f39611..b5e04f3 100644
--- a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
+++ b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="opencl"
 
 DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
-    dev-python/cython[${PYTHON_USEDEP}]"
+	dev-python/cython[${PYTHON_USEDEP}]"
 
 RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
 	dev-python/configparser[$(python_gen_usedep python2_7)]


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/
@ 2014-12-15 11:58 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-12-15 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     687d2882f4392b3e1e72845da13a993b94994da1
Author:     Mikko Laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Sun Dec 14 11:33:39 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 11:33:39 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=687d2882

Delete pyAstroStack-0.3.0.ebuild

---
 .../pyAstroStack/pyAstroStack-0.3.0.ebuild         | 33 ----------------------
 1 file changed, 33 deletions(-)

diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
deleted file mode 100644
index b5e04f3..0000000
--- a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Stacking software for astronomical images"
-HOMEPAGE="https://bitbucket.org/mikko_laine/pyastrostack/"
-SRC_URI="http://bitbucket.org/mikko_laine/pyastrostack/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="opencl"
-
-DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]"
-
-RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
-	dev-python/configparser[$(python_gen_usedep python2_7)]
-	sci-libs/scikits_image[${PYTHON_USEDEP}]
-	>media-gfx/imagemagick-6.8.0.0
-	sci-astronomy/sextractor
-	media-gfx/dcraw
-	media-libs/exiftool
-	dev-python/astropy[${PYTHON_USEDEP}]
-	opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )"
-
-DOCS=( CHANGES.txt README.txt )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/
@ 2014-12-15 11:58 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-12-15 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     25012e6340aee760e18b03b79e126bf27b697b76
Author:     Mikko Laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Sun Dec 14 11:33:35 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 11:33:35 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=25012e63

Delete metadata.xml

---
 sci-astronomy/pyAstroStack/metadata.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/sci-astronomy/pyAstroStack/metadata.xml b/sci-astronomy/pyAstroStack/metadata.xml
deleted file mode 100644
index e5392c5..0000000
--- a/sci-astronomy/pyAstroStack/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer>
-    <email>mikko.laine@gmail.com</email>
-    <name>Mikko Laine</name>
-  </maintainer>
-  <longdescription>
-    An open source stacking software for astronomical images taken with a DSLR
-    camera. PyAstroStack can calibrate, debayer, register, align and stack photos
-    taken with modern DSLR's from Canon. It has a command line user interface
-    inspired by AstroSurf IRIS.
-  </longdescription>
-  <use>
-    <flag name="opencl">Enables OpenCL support and pulls in pyopencl. This makes
-    some operations much faster but requires specific hardware and drivers.</flag>
-  </use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/
@ 2014-12-15 11:58 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-12-15 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     41e3e4c631e35eefcfc60b9db7be7de7cccbed91
Author:     Mikko Laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Sun Dec 14 11:33:23 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 11:33:23 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=41e3e4c6

Delete ChangeLog

---
 sci-astronomy/pyAstroStack/ChangeLog | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/sci-astronomy/pyAstroStack/ChangeLog b/sci-astronomy/pyAstroStack/ChangeLog
deleted file mode 100644
index 9c477be..0000000
--- a/sci-astronomy/pyAstroStack/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for sci-astronomy/pyAstroStack
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> pyAstroStack-0.3.0.ebuild:
-  clean up
-
-  16 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
-  sci-overlay/sci: more DEPEND fixes about configparser
-
-  16 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
-  sci-overlay/sci: DEPEND fixes about configparser
-
-  14 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
-  sci-overlay/sci: Added few missing PYTHON_DEPENDS
-
-*pyAstroStack-0.3.0 (11 Apr 2014)
-
-  11 Apr 2014; Mikko Laine <mikko.laine@gmail.com> +metadata.xml,
-  +pyAstroStack-0.3.0.ebuild:
-  sci-overlay/sci: Added an ebuild for pyAstroStack


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-12-15 11:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 17:01 [gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2014-12-15 11:58 Justin Lecher
2014-12-15 11:58 Justin Lecher
2014-12-15 11:58 Justin Lecher
2014-04-16 22:32 Sebastien Fabbro
2014-04-16 22:32 Sebastien Fabbro
2014-04-16 22:32 Sebastien Fabbro
2014-04-16 22:32 Sebastien Fabbro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox