* [gentoo-commits] gentoo-x86 commit in sci-astronomy/cdsclient: metadata.xml ChangeLog cdsclient-3.2.ebuild
@ 2009-02-17 20:47 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-02-17 20:47 UTC (permalink / raw
To: gentoo-commits
bicatali 09/02/17 20:47:22
Added: metadata.xml ChangeLog cdsclient-3.2.ebuild
Log:
Initial import to the main tree from the sci overlay
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-astronomy/cdsclient/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<longdescription lang="en">
The cdsclient package is a set of C and csh routines which can be
built on Unix stations or PCs running Linux, which once compiled allow
to query some databases located at CDS or on mirrors over the
network.
</longdescription>
</pkgmetadata>
1.1 sci-astronomy/cdsclient/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for sci-astronomy/cdsclient
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v 1.1 2009/02/17 20:47:22 bicatali Exp $
*cdsclient-3.2 (17 Feb 2009)
17 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+cdsclient-3.2.ebuild:
Initial import to the main tree from the sci overlay
28 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org>
+cdsclient-2.90.ebuild:
Bump
07 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org>
-cdsclient-2.87.ebuild, +cdsclient-2.89.ebuild:
Version bump
26 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org>
+cdsclient-2.87.ebuild:
Version bump.
19 Sep 2006; Sebastien Fabbro <seb@ist.utl.pt> cdsclient-2.85.ebuild
Initial import.
1.1 sci-astronomy/cdsclient/cdsclient-3.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/cdsclient-3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/cdsclient-3.2.ebuild?rev=1.1&content-type=text/plain
Index: cdsclient-3.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/cdsclient-3.2.ebuild,v 1.1 2009/02/17 20:47:22 bicatali Exp $
inherit eutils
DESCRIPTION="Collection of scripts to access the CDS databases"
HOMEPAGE="http://cdsweb.u-strasbg.fr/doc/cdsclient.html"
SRC_URI="ftp://cdsarc.u-strasbg.fr/pub/sw/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="app-shells/tcsh"
src_unpack() {
unpack ${A}
# remove non standard "mantex" page
sed -i \
-e 's/aclient.tex//' \
"${S}"/configure || die "sed failed"
# remove useless version file
sed -i \
-e 's/install_shs install_info/install_shs/' \
"${S}"/Makefile.in || die "sed failed"
}
src_compile() {
econf || die "econf failed"
emake C_OPT="${CFLAGS}" STRIP=touch || die "emake failed"
}
src_install() {
dodir /usr/bin
dodir /usr/share/man
dodir /usr/$(get_libdir)
emake \
PREFIX="${D}"/usr \
MANDIR="${D}"/usr/share/man \
LIBDIR="${D}"/usr/$(get_libdir) \
install || die "emake install failed"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-17 20:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-17 20:47 [gentoo-commits] gentoo-x86 commit in sci-astronomy/cdsclient: metadata.xml ChangeLog cdsclient-3.2.ebuild Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox