From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit/
Date: Wed, 22 Aug 2012 16:05:39 +0000 (UTC) [thread overview]
Message-ID: <1345651522.b9ea39a01982c0a7596a750a3754cfed13774ea3.bicatali@gentoo> (raw)
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>
next reply other threads:[~2012-08-22 16:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-22 16:05 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-29 22:38 [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit/ Sebastien Fabbro
2012-07-29 18:48 Sebastien Fabbro
2012-05-11 5:30 Sebastien Fabbro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1345651522.b9ea39a01982c0a7596a750a3754cfed13774ea3.bicatali@gentoo \
--to=bicatali@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox