* [gentoo-commits] gentoo-x86 commit in sci-libs/libdap: ChangeLog libdap-3.10.0.ebuild libdap-3.8.2.ebuild libdap-3.9.3.ebuild libdap-3.9.2.ebuild
@ 2010-04-27 10:06 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2010-04-27 10:06 UTC (permalink / raw
To: gentoo-commits
scarabeus 10/04/27 10:06:52
Modified: ChangeLog
Added: libdap-3.10.0.ebuild
Removed: libdap-3.8.2.ebuild libdap-3.9.3.ebuild
libdap-3.9.2.ebuild
Log:
Version bump. Drop old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.7 sci-libs/libdap/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libdap/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libdap/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libdap/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 7 Dec 2009 06:27:24 -0000 1.6
+++ ChangeLog 27 Apr 2010 10:06:52 -0000 1.7
@@ -1,6 +1,14 @@
# ChangeLog for sci-libs/libdap
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v 1.6 2009/12/07 06:27:24 bicatali Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v 1.7 2010/04/27 10:06:52 scarabeus Exp $
+
+*libdap-3.10.0 (27 Apr 2010)
+
+ 27 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +files/3.10.0-fix_tests.patch, -libdap-3.8.2.ebuild, -libdap-3.9.2.ebuild,
+ -files/libdap-3.9.2-gcc-4.4.patch, -libdap-3.9.3.ebuild,
+ +libdap-3.10.0.ebuild:
+ Version bump. Drop old.
*libdap-3.9.3 (07 Dec 2009)
1.1 sci-libs/libdap/libdap-3.10.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libdap/libdap-3.10.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libdap/libdap-3.10.0.ebuild?rev=1.1&content-type=text/plain
Index: libdap-3.10.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/libdap-3.10.0.ebuild,v 1.1 2010/04/27 10:06:52 scarabeus Exp $
EAPI="3"
inherit base
DESCRIPTION="Implementation of a C++ SDK for DAP 2.0 and 3.2"
HOMEPAGE="http://opendap.org/"
SRC_URI="http://www.opendap.org/pub/source/${P}.tar.gz"
LICENSE="|| ( LGPL-2.1 URI )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc"
RDEPEND="
dev-util/cppunit
dev-libs/libxml2
net-misc/curl
sys-libs/zlib
"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
PATCHES=( "${FILESDIR}/${PV}-fix_tests.patch" )
RESTRICT="test"
# needs http connection
# FAIL: MIMEUtilTest
src_compile() {
base_src_compile
if use doc; then
emake docs || die "make docs failed"
fi
}
src_test() {
cd "${S}"/unit-tests
emake check || die
}
src_install() {
base_src_install
dodoc README NEWS README.dodsrc || die
use doc && { dohtml docs/html/* || die ; }
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-27 10:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-27 10:06 [gentoo-commits] gentoo-x86 commit in sci-libs/libdap: ChangeLog libdap-3.10.0.ebuild libdap-3.8.2.ebuild libdap-3.9.3.ebuild libdap-3.9.2.ebuild Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox