public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit-bin/
@ 2012-08-20 22:20 Sebastien Fabbro
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro @ 2012-08-20 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e7e93ee09e0e6abf27acafddf3de5c64ef2157dc
Author:     Sebastien Fabbro <sfabbro <AT> uvic <DOT> ca>
AuthorDate: Mon Jul 30 16:27:32 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jul 30 16:27:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e7e93ee0

sci-astronomy/galfit-bin: renamed to binary package

(Portage version: 2.2.01.20796-prefix/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 sci-astronomy/galfit-bin/ChangeLog               |    9 ++++
 sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild |   51 ++++++++++++++++++++++
 sci-astronomy/galfit-bin/metadata.xml            |    9 ++++
 3 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/sci-astronomy/galfit-bin/ChangeLog b/sci-astronomy/galfit-bin/ChangeLog
new file mode 100644
index 0000000..bce299b
--- /dev/null
+++ b/sci-astronomy/galfit-bin/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-astronomy/galfit-bin
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*galfit-bin-3.0.4 (30 Jul 2012)
+
+  30 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +galfit-bin-3.0.4.ebuild,
+  +metadata.xml:
+  sci-astronomy/galfit-bin: renamed to binary package

diff --git a/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild b/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild
new file mode 100644
index 0000000..eb9221b
--- /dev/null
+++ b/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MYPN=galfit
+
+inherit multilib
+
+DESCRIPTION="Galaxy morphology fitting program"
+HOMEPAGE="http://www.csua.berkeley.edu/~cyp/work/galfit/galfit.html"
+CURI="http://www.csua.berkeley.edu/~cyp/work/${MYPN}"
+SRC_URI="amd64? ( ${CURI}/${MYPN}3-debian64.tar.gz )
+	x86? ( ${CURI}/${MYPN}3-debian32.tar.gz )
+	doc? ( ${CURI}/README.pdf -> ${MYPN}.pdf )
+	examples? ( ${CURI}/${MYPN}-ex.tar.gz )
+	test? ( ${CURI}/${MYPN}-ex.tar.gz )"
+
+RESTRICT="mirror"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples"
+
+RDEPEND="sys-libs/ncurses"
+DEPEND=""
+
+S="${WORKDIR}"
+
+src_test() {
+	chmod +x ${MYPN}
+	ln -s "${EROOT}"/$(get_libdir)/libncurses.so.5 libtinfo.so.5
+	ln -s "${EROOT}"/usr/$(get_libdir)/libncurses.so libtinfo.so
+	cd ${MYPN}-example/EXAMPLE
+	LD_LIBRARY_PATH=../.. ../../${MYPN} ${MYPN}.feedme
+}
+
+src_install () {
+	dobin ${MYPN}
+	# was built on a distro where ncurses was spit with tinfo
+	dosym libncurses.so.5 /$(get_libdir)/libtinfo.so.5
+	dosym libncurses.so /usr/$(get_libdir)/libtinfo.so
+
+	use doc && newdoc "${DISTDIR}"/${MYPN}.pdf README.pdf
+	if use examples; then
+		insinto /usr/share/doc/${PF}/examples
+		doins ${MYPN}-example/*
+	fi
+}

diff --git a/sci-astronomy/galfit-bin/metadata.xml b/sci-astronomy/galfit-bin/metadata.xml
new file mode 100644
index 0000000..2c6b265
--- /dev/null
+++ b/sci-astronomy/galfit-bin/metadata.xml
@@ -0,0 +1,9 @@
+<?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">
+  GALFIT is a data analysis algorithm that fits 2-D analytic functions
+  to galaxies and point sources directly to digital images.
+</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit-bin/
@ 2013-01-17  7:44 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-01-17  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     505da5d5a4f1cbd717d76cb304604df0e4b1c6d9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 07:37:24 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 07:37:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=505da5d5

sci-astronomy/galfit-bin: Since #452532 we have libtinfo.so in the tree

Package-Manager: portage-2.2.0_alpha153

---
 sci-astronomy/galfit-bin/ChangeLog               |    6 +++++-
 sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild |   16 ++++++----------
 sci-astronomy/galfit-bin/metadata.xml            |    4 ++--
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/sci-astronomy/galfit-bin/ChangeLog b/sci-astronomy/galfit-bin/ChangeLog
index bce299b..fda97a2 100644
--- a/sci-astronomy/galfit-bin/ChangeLog
+++ b/sci-astronomy/galfit-bin/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-astronomy/galfit-bin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Jan 2013; Justin Lecher <jlec@gentoo.org> galfit-bin-3.0.4.ebuild,
+  metadata.xml:
+  Since #452532 we have libtinfo.so in the tree
+
 *galfit-bin-3.0.4 (30 Jul 2012)
 
   30 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +galfit-bin-3.0.4.ebuild,

diff --git a/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild b/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild
index eb9221b..11a1225 100644
--- a/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild
+++ b/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 MYPN=galfit
 
@@ -11,7 +11,8 @@ inherit multilib
 DESCRIPTION="Galaxy morphology fitting program"
 HOMEPAGE="http://www.csua.berkeley.edu/~cyp/work/galfit/galfit.html"
 CURI="http://www.csua.berkeley.edu/~cyp/work/${MYPN}"
-SRC_URI="amd64? ( ${CURI}/${MYPN}3-debian64.tar.gz )
+SRC_URI="
+	amd64? ( ${CURI}/${MYPN}3-debian64.tar.gz )
 	x86? ( ${CURI}/${MYPN}3-debian32.tar.gz )
 	doc? ( ${CURI}/README.pdf -> ${MYPN}.pdf )
 	examples? ( ${CURI}/${MYPN}-ex.tar.gz )
@@ -22,26 +23,21 @@ RESTRICT="mirror"
 LICENSE="as-is"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples"
+IUSE="doc examples test"
 
-RDEPEND="sys-libs/ncurses"
+RDEPEND="sys-libs/ncurses[tinfo]"
 DEPEND=""
 
 S="${WORKDIR}"
 
 src_test() {
 	chmod +x ${MYPN}
-	ln -s "${EROOT}"/$(get_libdir)/libncurses.so.5 libtinfo.so.5
-	ln -s "${EROOT}"/usr/$(get_libdir)/libncurses.so libtinfo.so
 	cd ${MYPN}-example/EXAMPLE
 	LD_LIBRARY_PATH=../.. ../../${MYPN} ${MYPN}.feedme
 }
 
 src_install () {
 	dobin ${MYPN}
-	# was built on a distro where ncurses was spit with tinfo
-	dosym libncurses.so.5 /$(get_libdir)/libtinfo.so.5
-	dosym libncurses.so /usr/$(get_libdir)/libtinfo.so
 
 	use doc && newdoc "${DISTDIR}"/${MYPN}.pdf README.pdf
 	if use examples; then

diff --git a/sci-astronomy/galfit-bin/metadata.xml b/sci-astronomy/galfit-bin/metadata.xml
index 2c6b265..368026c 100644
--- a/sci-astronomy/galfit-bin/metadata.xml
+++ b/sci-astronomy/galfit-bin/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">
   GALFIT is a data analysis algorithm that fits 2-D analytic functions
   to galaxies and point sources directly to digital images.
 </longdescription>


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

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit-bin/
@ 2013-06-13  7:05 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-06-13  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     33f6193370c9ef23081f45c3cfe4ad9f93192793
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 07:04:39 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 07:04:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=33f61933

sci-astronomy/galfit-bin: Fix license

Package-Manager: portage-2.2.0_alpha179

---
 sci-astronomy/galfit-bin/ChangeLog               | 3 +++
 sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-astronomy/galfit-bin/ChangeLog b/sci-astronomy/galfit-bin/ChangeLog
index fda97a2..02bfb46 100644
--- a/sci-astronomy/galfit-bin/ChangeLog
+++ b/sci-astronomy/galfit-bin/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Jun 2013; Justin Lecher <jlec@gentoo.org> galfit-bin-3.0.4.ebuild:
+  Fix license
+
   17 Jan 2013; Justin Lecher <jlec@gentoo.org> galfit-bin-3.0.4.ebuild,
   metadata.xml:
   Since #452532 we have libtinfo.so in the tree

diff --git a/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild b/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild
index 11a1225..8730c50 100644
--- a/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild
+++ b/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild
@@ -18,9 +18,7 @@ SRC_URI="
 	examples? ( ${CURI}/${MYPN}-ex.tar.gz )
 	test? ( ${CURI}/${MYPN}-ex.tar.gz )"
 
-RESTRICT="mirror"
-
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
@@ -28,6 +26,8 @@ IUSE="doc examples test"
 RDEPEND="sys-libs/ncurses[tinfo]"
 DEPEND=""
 
+RESTRICT="mirror"
+
 S="${WORKDIR}"
 
 src_test() {


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

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit-bin/
@ 2013-07-18 22:30 Sebastien Fabbro
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro @ 2013-07-18 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f75c2907ebc7b5888dd02da925ddfffb5c739f0c
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 22:04:48 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 22:04:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f75c2907

sci-astronomy/galfit-bin: Version bump

---
 sci-astronomy/galfit-bin/ChangeLog                               | 6 ++++++
 .../{galfit-bin-3.0.4.ebuild => galfit-bin-3.0.5.ebuild}         | 9 ++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/sci-astronomy/galfit-bin/ChangeLog b/sci-astronomy/galfit-bin/ChangeLog
index 02bfb46..b788e3e 100644
--- a/sci-astronomy/galfit-bin/ChangeLog
+++ b/sci-astronomy/galfit-bin/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*galfit-bin-3.0.5 (18 Jul 2013)
+
+  18 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org>
+  -galfit-bin-3.0.4.ebuild, +galfit-bin-3.0.5.ebuild:
+  Version bump
+
   13 Jun 2013; Justin Lecher <jlec@gentoo.org> galfit-bin-3.0.4.ebuild:
   Fix license
 

diff --git a/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild b/sci-astronomy/galfit-bin/galfit-bin-3.0.5.ebuild
similarity index 75%
rename from sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild
rename to sci-astronomy/galfit-bin/galfit-bin-3.0.5.ebuild
index 8730c50..f164843 100644
--- a/sci-astronomy/galfit-bin/galfit-bin-3.0.4.ebuild
+++ b/sci-astronomy/galfit-bin/galfit-bin-3.0.5.ebuild
@@ -9,11 +9,11 @@ MYPN=galfit
 inherit multilib
 
 DESCRIPTION="Galaxy morphology fitting program"
-HOMEPAGE="http://www.csua.berkeley.edu/~cyp/work/galfit/galfit.html"
-CURI="http://www.csua.berkeley.edu/~cyp/work/${MYPN}"
+HOMEPAGE="http://users.obs.carnegiescience.edu/peng/work/galfit/galfit.html"
+CURI="http://users.obs.carnegiescience.edu/peng/work/${MYPN}"
 SRC_URI="
-	amd64? ( ${CURI}/${MYPN}3-debian64.tar.gz )
-	x86? ( ${CURI}/${MYPN}3-debian32.tar.gz )
+	amd64? ( ${CURI}/${MYPN}3-debian64.tar.gz -> ${P}-amd64.tar.gz )
+	x86? ( ${CURI}/${MYPN}3-debian32.tar.gz -> ${P}-x86.tar.gz )
 	doc? ( ${CURI}/README.pdf -> ${MYPN}.pdf )
 	examples? ( ${CURI}/${MYPN}-ex.tar.gz )
 	test? ( ${CURI}/${MYPN}-ex.tar.gz )"
@@ -38,7 +38,6 @@ src_test() {
 
 src_install () {
 	dobin ${MYPN}
-
 	use doc && newdoc "${DISTDIR}"/${MYPN}.pdf README.pdf
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples


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

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit-bin/
@ 2020-09-27 12:35 Aisha Tammy
  0 siblings, 0 replies; 5+ messages in thread
From: Aisha Tammy @ 2020-09-27 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     927fc1a0dfd4d87893532cc1d84ce862542ecf6b
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 11:38:31 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:35:08 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=927fc1a0

sci-astronomy/galfit-bin: drop dead package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-astronomy/galfit-bin/galfit-bin-3.0.5.ebuild | 45 ------------------------
 sci-astronomy/galfit-bin/metadata.xml            | 12 -------
 2 files changed, 57 deletions(-)

diff --git a/sci-astronomy/galfit-bin/galfit-bin-3.0.5.ebuild b/sci-astronomy/galfit-bin/galfit-bin-3.0.5.ebuild
deleted file mode 100644
index 438d104d2..000000000
--- a/sci-astronomy/galfit-bin/galfit-bin-3.0.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MYPN=galfit
-
-inherit multilib
-
-DESCRIPTION="Galaxy morphology fitting program"
-HOMEPAGE="http://users.obs.carnegiescience.edu/peng/work/galfit/galfit.html"
-CURI="http://users.obs.carnegiescience.edu/peng/work/${MYPN}"
-SRC_URI="
-	amd64? ( ${CURI}/${MYPN}3-debian64.tar.gz -> ${P}-amd64.tar.gz )
-	x86? ( ${CURI}/${MYPN}3-debian32.tar.gz -> ${P}-x86.tar.gz )
-	doc? ( ${CURI}/README.pdf -> ${MYPN}.pdf )
-	examples? ( ${CURI}/${MYPN}-ex.tar.gz )
-	test? ( ${CURI}/${MYPN}-ex.tar.gz )"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-
-RDEPEND="sys-libs/ncurses[tinfo]"
-DEPEND=""
-
-RESTRICT="mirror"
-
-S="${WORKDIR}"
-
-src_test() {
-	chmod +x ${MYPN}
-	cd ${MYPN}-example/EXAMPLE
-	LD_LIBRARY_PATH=../.. ../../${MYPN} ${MYPN}.feedme
-}
-
-src_install () {
-	dobin ${MYPN}
-	use doc && newdoc "${DISTDIR}"/${MYPN}.pdf README.pdf
-	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins ${MYPN}-example/*
-	fi
-}

diff --git a/sci-astronomy/galfit-bin/metadata.xml b/sci-astronomy/galfit-bin/metadata.xml
deleted file mode 100644
index 90190836d..000000000
--- a/sci-astronomy/galfit-bin/metadata.xml
+++ /dev/null
@@ -1,12 +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">
-GALFIT is a data analysis algorithm that fits 2-D analytic functions
-to galaxies and point sources directly to digital images.
-</longdescription>
-</pkgmetadata>


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

end of thread, other threads:[~2020-09-27 12:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-13  7:05 [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit-bin/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2020-09-27 12:35 Aisha Tammy
2013-07-18 22:30 Sebastien Fabbro
2013-01-17  7:44 Justin Lecher
2012-08-20 22:20 Sebastien Fabbro

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