public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/cdsclient: ChangeLog cdsclient-3.6a.ebuild cdsclient-3.5.ebuild
@ 2011-07-25 22:57 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2011-07-25 22:57 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/07/25 22:57:26

  Modified:             ChangeLog
  Added:                cdsclient-3.6a.ebuild
  Removed:              cdsclient-3.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.7/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-astronomy/cdsclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cdsclient/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cdsclient/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cdsclient/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Oct 2010 18:47:20 -0000	1.6
+++ ChangeLog	25 Jul 2011 22:57:26 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for sci-astronomy/cdsclient
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v 1.6 2010/10/01 18:47:20 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v 1.7 2011/07/25 22:57:26 bicatali Exp $
+
+*cdsclient-3.6a (25 Jul 2011)
+
+  25 Jul 2011; Sébastien Fabbro <bicatali@gentoo.org> -cdsclient-3.5.ebuild,
+  +cdsclient-3.6a.ebuild:
+  Version bump
 
 *cdsclient-3.6 (01 Oct 2010)
 



1.1                  sci-astronomy/cdsclient/cdsclient-3.6a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cdsclient/cdsclient-3.6a.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cdsclient/cdsclient-3.6a.ebuild?rev=1.1&content-type=text/plain

Index: cdsclient-3.6a.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/cdsclient-3.6a.ebuild,v 1.1 2011/07/25 22:57:26 bicatali Exp $

EAPI=2
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"

S="${WORKDIR}/${PN}-3.6"
src_prepare() {
	epatch "${FILESDIR}"/${PN}-makefile.in.patch
	# remove non standard "mantex" page
	sed -i \
		-e 's/aclient.tex//' \
		"${S}"/configure || die "sed 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:[~2011-07-25 22:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-25 22:57 [gentoo-commits] gentoo-x86 commit in sci-astronomy/cdsclient: ChangeLog cdsclient-3.6a.ebuild cdsclient-3.5.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