Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit/
Date: Wed, 22 Aug 2012 16:05:55
Message-Id: 1345651522.b9ea39a01982c0a7596a750a3754cfed13774ea3.bicatali@gentoo
1 commit: b9ea39a01982c0a7596a750a3754cfed13774ea3
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 22 16:05:22 2012 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 22 16:05:22 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b9ea39a0
7
8 renamed -bin
9
10 ---
11 sci-astronomy/galfit/ChangeLog | 18 ----------
12 sci-astronomy/galfit/galfit-3.0.4-r1.ebuild | 49 ---------------------------
13 sci-astronomy/galfit/metadata.xml | 9 -----
14 3 files changed, 0 insertions(+), 76 deletions(-)
15
16 diff --git a/sci-astronomy/galfit/ChangeLog b/sci-astronomy/galfit/ChangeLog
17 deleted file mode 100644
18 index 6635ab6..0000000
19 --- a/sci-astronomy/galfit/ChangeLog
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -# ChangeLog for sci-astronomy/galfit
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 -*galfit-3.0.4-r1 (29 Jul 2012)
27 -
28 - 29 Jul 2012; Sébastien Fabbro <bicatali@g.o> +galfit-3.0.4-r1.ebuild,
29 - -galfit-3.0.4.ebuild:
30 - sci-astronomy/galfit: add links to ncurses/tinfo
31 -
32 - 29 Jul 2012; Sébastien Fabbro <bicatali@g.o> galfit-3.0.4.ebuild:
33 - sci-astronomy/galfit: manifest/new tar file
34 -
35 -*galfit-3.0.4 (11 May 2012)
36 -
37 - 11 May 2012; Sébastien Fabbro <bicatali@g.o> +galfit-3.0.4.ebuild,
38 - +metadata.xml:
39 - sci-astronomy/galfit: Initial import
40
41 diff --git a/sci-astronomy/galfit/galfit-3.0.4-r1.ebuild b/sci-astronomy/galfit/galfit-3.0.4-r1.ebuild
42 deleted file mode 100644
43 index 6eaded0..0000000
44 --- a/sci-astronomy/galfit/galfit-3.0.4-r1.ebuild
45 +++ /dev/null
46 @@ -1,49 +0,0 @@
47 -# Copyright 1999-2012 Gentoo Foundation
48 -# Distributed under the terms of the GNU General Public License v2
49 -# $Header: $
50 -
51 -EAPI=4
52 -
53 -inherit multilib
54 -
55 -DESCRIPTION="Galaxy morphology fitting program"
56 -HOMEPAGE="http://www.csua.berkeley.edu/~cyp/work/galfit/galfit.html"
57 -CURI="http://www.csua.berkeley.edu/~cyp/work/${PN}"
58 -SRC_URI="amd64? ( ${CURI}/${PN}3-debian64.tar.gz )
59 - x86? ( ${CURI}/${PN}3-debian32.tar.gz )
60 - doc? ( ${CURI}/README.pdf -> galfit.pdf )
61 - examples? ( ${CURI}/galfit-ex.tar.gz )
62 - test? ( ${CURI}/${PN}/galfit-ex.tar.gz )"
63 -
64 -RESTRICT="mirror"
65 -
66 -LICENSE="as-is"
67 -SLOT="0"
68 -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
69 -IUSE="doc examples"
70 -
71 -RDEPEND="sys-libs/ncurses"
72 -DEPEND=""
73 -
74 -S="${WORKDIR}"
75 -
76 -src_test() {
77 - chmod +x galfit
78 - ln -s "${EROOT}"/$(get_libdir)/libncurses.so.5 libtinfo.so.5
79 - ln -s "${EROOT}"/usr/$(get_libdir)/libncurses.so libtinfo.so
80 - cd galfit-example/EXAMPLE
81 - LD_LIBRARY_PATH=../.. ../../galfit galfit.feedme
82 -}
83 -
84 -src_install () {
85 - dobin galfit
86 - # was built on a distro where ncurses was spit with tinfo
87 - dosym libncurses.so.5 /$(get_libdir)/libtinfo.so.5
88 - dosym libncurses.so /usr/$(get_libdir)/libtinfo.so
89 -
90 - use doc && newdoc "${DISTDIR}"/galfit.pdf README.pdf
91 - if use examples; then
92 - insinto /usr/share/doc/${PF}/examples
93 - doins galfit-example/*
94 - fi
95 -}
96
97 diff --git a/sci-astronomy/galfit/metadata.xml b/sci-astronomy/galfit/metadata.xml
98 deleted file mode 100644
99 index 2c6b265..0000000
100 --- a/sci-astronomy/galfit/metadata.xml
101 +++ /dev/null
102 @@ -1,9 +0,0 @@
103 -<?xml version="1.0" encoding="UTF-8"?>
104 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
105 -<pkgmetadata>
106 -<herd>sci-astronomy</herd>
107 -<longdescription lang="en">
108 - GALFIT is a data analysis algorithm that fits 2-D analytic functions
109 - to galaxies and point sources directly to digital images.
110 -</longdescription>
111 -</pkgmetadata>