public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/netcdf-cxx: netcdf-cxx-4.2-r1.ebuild ChangeLog netcdf-cxx-4.2.ebuild
@ 2013-01-10 18:55 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2013-01-10 18:55 UTC (permalink / raw
  To: gentoo-commits

bicatali    13/01/10 18:55:41

  Modified:             ChangeLog
  Added:                netcdf-cxx-4.2-r1.ebuild
  Removed:              netcdf-cxx-4.2.ebuild
  Log:
  Fixed pkg-config file and ncxx4-config script to include netcdf C libraries for as-needed problems
  
  (Portage version: 2.2.01.21476-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.3                  sci-libs/netcdf-cxx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	2 Aug 2012 21:17:56 -0000	1.2
+++ ChangeLog	10 Jan 2013 18:55:41 -0000	1.3
@@ -1,6 +1,14 @@
 # ChangeLog for sci-libs/netcdf-cxx
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.2 2012/08/02 21:17:56 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.3 2013/01/10 18:55:41 bicatali Exp $
+
+*netcdf-cxx-4.2-r1 (10 Jan 2013)
+
+  10 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org>
+  +files/netcdf-cxx-4.2-config.patch, +netcdf-cxx-4.2-r1.ebuild,
+  -netcdf-cxx-4.2.ebuild:
+  Fixed pkg-config file and ncxx4-config script to include netcdf C libraries
+  for as-needed problems
 
   02 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> netcdf-cxx-4.2.ebuild:
   Keyword amd64-linux x86-linux



1.1                  sci-libs/netcdf-cxx/netcdf-cxx-4.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: netcdf-cxx-4.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r1.ebuild,v 1.1 2013/01/10 18:55:41 bicatali Exp $

EAPI=4

inherit autotools-utils versionator

MYP=${PN}4-${PV}

DESCRIPTION="C++ library for netCDF"
HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
SRC_URI="https://www.unidata.ucar.edu/downloads/netcdf/ftp/${MYP}.tar.gz"

LICENSE="UCAR-Unidata"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="examples static-libs"

RDEPEND=">=sci-libs/netcdf-4.2"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MYP}"

PATCHES=( "${FILESDIR}"/${P}-config.patch )

src_install() {
	autotools-utils_src_install
	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples
	fi
}





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

only message in thread, other threads:[~2013-01-10 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 18:55 [gentoo-commits] gentoo-x86 commit in sci-libs/netcdf-cxx: netcdf-cxx-4.2-r1.ebuild ChangeLog netcdf-cxx-4.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