public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/cdsclient: cdsclient-3.7-r1.ebuild ChangeLog cdsclient-3.7.ebuild
@ 2012-05-08 20:38 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2012-05-08 20:38 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/05/08 20:38:29

  Modified:             ChangeLog
  Added:                cdsclient-3.7-r1.ebuild
  Removed:              cdsclient-3.7.ebuild
  Log:
  Keep scripts in /usr/share rather than /usr/bin
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sci-astronomy/cdsclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	6 May 2012 09:39:30 -0000	1.10
+++ ChangeLog	8 May 2012 20:38:29 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for sci-astronomy/cdsclient
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v 1.10 2012/05/06 09:39:30 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v 1.11 2012/05/08 20:38:29 xarthisius Exp $
+
+*cdsclient-3.7-r1 (08 May 2012)
+
+  08 May 2012; Kacper Kowalik <xarthisius@gentoo.org> +cdsclient-3.7-r1.ebuild,
+  -cdsclient-3.7.ebuild:
+  Keep scripts in /usr/share rather than /usr/bin
 
 *cdsclient-3.7 (06 May 2012)
 



1.1                  sci-astronomy/cdsclient/cdsclient-3.7-r1.ebuild

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

Index: cdsclient-3.7-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/cdsclient-3.7-r1.ebuild,v 1.1 2012/05/08 20:38:29 xarthisius Exp $

EAPI=4

inherit eutils versionator

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}-$(get_version_component_range 1-2)

src_prepare() {
	epatch "${FILESDIR}"/${PN}-gentoo.diff
	# remove non standard "mantex" page
	sed -i -e 's/aclient.tex//'	"${S}"/configure || die

	cat <<-EOF > "${T}"/99${PN}
		PATH=/usr/share/${PN}
	EOF
}

src_install() {
	emake DESTDIR="${D}" SHSDIR=/usr/share/${PN} install
	doenvd "${T}"/99${PN}
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-08 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 20:38 [gentoo-commits] gentoo-x86 commit in sci-astronomy/cdsclient: cdsclient-3.7-r1.ebuild ChangeLog cdsclient-3.7.ebuild Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox