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

commit:     077f9d5e6f8e36a93314cbbcd9f3d5fcebf36719
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Fri May 11 05:30:39 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri May 11 05:30:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=077f9d5e

sci-astronomy/galfit: Initial import

(Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)

---
 sci-astronomy/galfit/ChangeLog           |   10 +++++++
 sci-astronomy/galfit/galfit-3.0.4.ebuild |   39 ++++++++++++++++++++++++++++++
 sci-astronomy/galfit/metadata.xml        |    9 +++++++
 3 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/sci-astronomy/galfit/ChangeLog b/sci-astronomy/galfit/ChangeLog
new file mode 100644
index 0000000..f6ab6a6
--- /dev/null
+++ b/sci-astronomy/galfit/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/galfit
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*galfit-3.0.4 (11 May 2012)
+
+  11 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +galfit-3.0.4.ebuild,
+  +metadata.xml:
+  sci-astronomy/galfit: Initial import
+

diff --git a/sci-astronomy/galfit/galfit-3.0.4.ebuild b/sci-astronomy/galfit/galfit-3.0.4.ebuild
new file mode 100644
index 0000000..c571dee
--- /dev/null
+++ b/sci-astronomy/galfit/galfit-3.0.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Galaxy morphology fitting program"
+HOMEPAGE="http://www.csua.berkeley.edu/~cyp/work/galfit/galfit.html"
+SRC_URI="amd64? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/${PN}3-debian64.tar.gz )
+	x86? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/${PN}3-debian.tar.gz )
+	doc? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/README.pdf -> galfit.pdf )
+	examples? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/galfit-ex.tar.gz )
+	test? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/galfit-ex.tar.gz )"
+
+RESTRICT="mirror"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="sys-libs/ncurses"
+DEPEND=""
+
+S="${WORKDIR}"
+
+src_test() {
+	cd galfit-example/EXAMPLE
+	../../galfit galfit.feedme
+}
+
+src_install () {
+	dobin galfit
+	use doc && newdoc "${DISTDIR}"/galfit.pdf README.pdf
+	if use examples; then
+		insinto /usr/share/doc/${PF}/examples
+		doins galfit-example/*
+	fi
+}

diff --git a/sci-astronomy/galfit/metadata.xml b/sci-astronomy/galfit/metadata.xml
new file mode 100644
index 0000000..2c6b265
--- /dev/null
+++ b/sci-astronomy/galfit/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] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit/
@ 2012-07-29 18:48 Sebastien Fabbro
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro @ 2012-07-29 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     eb4649d43f4af79770ea9e796d9e731c9e9ebf9a
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Sun Jul 29 18:47:34 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 18:47:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=eb4649d4

sci-astronomy/galfit: manifest/new tar file

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

---
 sci-astronomy/galfit/ChangeLog           |    4 +++-
 sci-astronomy/galfit/galfit-3.0.4.ebuild |   13 +++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/sci-astronomy/galfit/ChangeLog b/sci-astronomy/galfit/ChangeLog
index f6ab6a6..e3550b8 100644
--- a/sci-astronomy/galfit/ChangeLog
+++ b/sci-astronomy/galfit/ChangeLog
@@ -2,9 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  29 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> galfit-3.0.4.ebuild:
+  sci-astronomy/galfit: manifest/new tar file
+
 *galfit-3.0.4 (11 May 2012)
 
   11 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +galfit-3.0.4.ebuild,
   +metadata.xml:
   sci-astronomy/galfit: Initial import
-

diff --git a/sci-astronomy/galfit/galfit-3.0.4.ebuild b/sci-astronomy/galfit/galfit-3.0.4.ebuild
index c571dee..38cb48f 100644
--- a/sci-astronomy/galfit/galfit-3.0.4.ebuild
+++ b/sci-astronomy/galfit/galfit-3.0.4.ebuild
@@ -6,17 +6,18 @@ EAPI=4
 
 DESCRIPTION="Galaxy morphology fitting program"
 HOMEPAGE="http://www.csua.berkeley.edu/~cyp/work/galfit/galfit.html"
-SRC_URI="amd64? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/${PN}3-debian64.tar.gz )
-	x86? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/${PN}3-debian.tar.gz )
-	doc? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/README.pdf -> galfit.pdf )
-	examples? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/galfit-ex.tar.gz )
-	test? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/galfit-ex.tar.gz )"
+CURI="http://www.csua.berkeley.edu/~cyp/work/${PN}"
+SRC_URI="amd64? ( ${CURI}/${PN}3-debian64.tar.gz )
+	x86? ( ${CURI}/${PN}3-debian32.tar.gz )
+	doc? ( ${CURI}/README.pdf -> galfit.pdf )
+	examples? ( ${CURI}/galfit-ex.tar.gz )
+	test? ( ${CURI}/${PN}/galfit-ex.tar.gz )"
 
 RESTRICT="mirror"
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples"
 
 RDEPEND="sys-libs/ncurses"


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

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit/
@ 2012-07-29 22:38 Sebastien Fabbro
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro @ 2012-07-29 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ef4ea92a9baea7fa943faea17f1efcf5f2208454
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Sun Jul 29 22:38:21 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 22:38:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ef4ea92a

sci-astronomy/galfit: add links to ncurses/tinfo

(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)

---
 sci-astronomy/galfit/ChangeLog                     |    6 ++++++
 ...{galfit-3.0.4.ebuild => galfit-3.0.4-r1.ebuild} |   11 ++++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/sci-astronomy/galfit/ChangeLog b/sci-astronomy/galfit/ChangeLog
index e3550b8..6635ab6 100644
--- a/sci-astronomy/galfit/ChangeLog
+++ b/sci-astronomy/galfit/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*galfit-3.0.4-r1 (29 Jul 2012)
+
+  29 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +galfit-3.0.4-r1.ebuild,
+  -galfit-3.0.4.ebuild:
+  sci-astronomy/galfit: add links to ncurses/tinfo
+
   29 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> galfit-3.0.4.ebuild:
   sci-astronomy/galfit: manifest/new tar file
 

diff --git a/sci-astronomy/galfit/galfit-3.0.4.ebuild b/sci-astronomy/galfit/galfit-3.0.4-r1.ebuild
similarity index 70%
rename from sci-astronomy/galfit/galfit-3.0.4.ebuild
rename to sci-astronomy/galfit/galfit-3.0.4-r1.ebuild
index 38cb48f..6eaded0 100644
--- a/sci-astronomy/galfit/galfit-3.0.4.ebuild
+++ b/sci-astronomy/galfit/galfit-3.0.4-r1.ebuild
@@ -4,6 +4,8 @@
 
 EAPI=4
 
+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/${PN}"
@@ -26,12 +28,19 @@ DEPEND=""
 S="${WORKDIR}"
 
 src_test() {
+	chmod +x galfit
+	ln -s "${EROOT}"/$(get_libdir)/libncurses.so.5 libtinfo.so.5
+	ln -s "${EROOT}"/usr/$(get_libdir)/libncurses.so libtinfo.so
 	cd galfit-example/EXAMPLE
-	../../galfit galfit.feedme
+	LD_LIBRARY_PATH=../.. ../../galfit galfit.feedme
 }
 
 src_install () {
 	dobin galfit
+	# 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}"/galfit.pdf README.pdf
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples


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

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit/
@ 2012-08-22 16:05 Sebastien Fabbro
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro @ 2012-08-22 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b9ea39a01982c0a7596a750a3754cfed13774ea3
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Wed Aug 22 16:05:22 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Aug 22 16:05:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b9ea39a0

renamed -bin

---
 sci-astronomy/galfit/ChangeLog              |   18 ----------
 sci-astronomy/galfit/galfit-3.0.4-r1.ebuild |   49 ---------------------------
 sci-astronomy/galfit/metadata.xml           |    9 -----
 3 files changed, 0 insertions(+), 76 deletions(-)

diff --git a/sci-astronomy/galfit/ChangeLog b/sci-astronomy/galfit/ChangeLog
deleted file mode 100644
index 6635ab6..0000000
--- a/sci-astronomy/galfit/ChangeLog
+++ /dev/null
@@ -1,18 +0,0 @@
-# ChangeLog for sci-astronomy/galfit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*galfit-3.0.4-r1 (29 Jul 2012)
-
-  29 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +galfit-3.0.4-r1.ebuild,
-  -galfit-3.0.4.ebuild:
-  sci-astronomy/galfit: add links to ncurses/tinfo
-
-  29 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> galfit-3.0.4.ebuild:
-  sci-astronomy/galfit: manifest/new tar file
-
-*galfit-3.0.4 (11 May 2012)
-
-  11 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +galfit-3.0.4.ebuild,
-  +metadata.xml:
-  sci-astronomy/galfit: Initial import

diff --git a/sci-astronomy/galfit/galfit-3.0.4-r1.ebuild b/sci-astronomy/galfit/galfit-3.0.4-r1.ebuild
deleted file mode 100644
index 6eaded0..0000000
--- a/sci-astronomy/galfit/galfit-3.0.4-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-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/${PN}"
-SRC_URI="amd64? ( ${CURI}/${PN}3-debian64.tar.gz )
-	x86? ( ${CURI}/${PN}3-debian32.tar.gz )
-	doc? ( ${CURI}/README.pdf -> galfit.pdf )
-	examples? ( ${CURI}/galfit-ex.tar.gz )
-	test? ( ${CURI}/${PN}/galfit-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 galfit
-	ln -s "${EROOT}"/$(get_libdir)/libncurses.so.5 libtinfo.so.5
-	ln -s "${EROOT}"/usr/$(get_libdir)/libncurses.so libtinfo.so
-	cd galfit-example/EXAMPLE
-	LD_LIBRARY_PATH=../.. ../../galfit galfit.feedme
-}
-
-src_install () {
-	dobin galfit
-	# 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}"/galfit.pdf README.pdf
-	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins galfit-example/*
-	fi
-}

diff --git a/sci-astronomy/galfit/metadata.xml b/sci-astronomy/galfit/metadata.xml
deleted file mode 100644
index 2c6b265..0000000
--- a/sci-astronomy/galfit/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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] 4+ messages in thread

end of thread, other threads:[~2012-08-22 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11  5:30 [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2012-07-29 18:48 Sebastien Fabbro
2012-07-29 22:38 Sebastien Fabbro
2012-08-22 16:05 Sebastien Fabbro

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