public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/cdsclient: cdsclient-3.6.ebuild ChangeLog cdsclient-3.4.ebuild cdsclient-3.3.ebuild
@ 2010-10-01 18:47 99% Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 1+ results
From: Sebastien Fabbro (bicatali) @ 2010-10-01 18:47 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/10/01 18:47:20

  Modified:             ChangeLog
  Added:                cdsclient-3.6.ebuild
  Removed:              cdsclient-3.4.ebuild cdsclient-3.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2_rc88/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sci-astronomy/cdsclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	13 Jul 2010 16:34:27 -0000	1.5
+++ ChangeLog	1 Oct 2010 18:47:20 -0000	1.6
@@ -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.5 2010/07/13 16:34:27 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v 1.6 2010/10/01 18:47:20 bicatali Exp $
+
+*cdsclient-3.6 (01 Oct 2010)
+
+  01 Oct 2010; Sébastien Fabbro <bicatali@gentoo.org>
+  -cdsclient-3.3.ebuild, -cdsclient-3.4.ebuild, +cdsclient-3.6.ebuild:
+  Bump
 
 *cdsclient-3.5 (13 Jul 2010)
 



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

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

Index: cdsclient-3.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/cdsclient-3.6.ebuild,v 1.1 2010/10/01 18:47:20 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"

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	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-01 18:47 99% [gentoo-commits] gentoo-x86 commit in sci-astronomy/cdsclient: cdsclient-3.6.ebuild ChangeLog cdsclient-3.4.ebuild cdsclient-3.3.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