public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/esorex: esorex-3.8.3-r1.ebuild ChangeLog esorex-3.8.3.ebuild
@ 2010-10-03  8:24 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2010-10-03  8:24 UTC (permalink / raw
  To: gentoo-commits

xarthisius    10/10/03 08:24:56

  Modified:             ChangeLog
  Added:                esorex-3.8.3-r1.ebuild
  Removed:              esorex-3.8.3.ebuild
  Log:
  Use pkg-config for cfitsio wrt bug 339460. Thanks to Diego for the report. Drop old.
  
  (Portage version: 2.1.9/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-astronomy/esorex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	26 May 2010 19:10:16 -0000	1.1
+++ ChangeLog	3 Oct 2010 08:24:56 -0000	1.2
@@ -1,6 +1,13 @@
 # ChangeLog for sci-astronomy/esorex
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.1 2010/05/26 19:10:16 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.2 2010/10/03 08:24:56 xarthisius Exp $
+
+*esorex-3.8.3-r1 (03 Oct 2010)
+
+  03 Oct 2010; Kacper Kowalik <xarthisius@gentoo.org> -esorex-3.8.3.ebuild,
+  +esorex-3.8.3-r1.ebuild, +files/esorex-3.8.3-cfitsio.patch:
+  Use pkg-config for cfitsio wrt bug 339460. Thanks to Diego for the report.
+  Drop old.
 
 *esorex-3.8.3 (26 May 2010)
 



1.1                  sci-astronomy/esorex/esorex-3.8.3-r1.ebuild

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

Index: esorex-3.8.3-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/esorex-3.8.3-r1.ebuild,v 1.1 2010/10/03 08:24:55 xarthisius Exp $

EAPI=2

inherit autotools eutils

DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts"
HOMEPAGE="http://www.eso.org/sci/data-processing/software/cpl/esorex.html"
SRC_URI="ftp://ftp.eso.org/pub/cpl/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

DEPEND=">=sci-astronomy/cpl-5.2"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/${P}-cfitsio.patch
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc README AUTHORS NEWS TODO BUGS ChangeLog || die
	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples || die
	fi
}






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

only message in thread, other threads:[~2010-10-03  8:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-03  8:24 [gentoo-commits] gentoo-x86 commit in sci-astronomy/esorex: esorex-3.8.3-r1.ebuild ChangeLog esorex-3.8.3.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