hasufell 14/10/27 20:58:15 Modified: ChangeLog Added: libtcd-2.2.6.ebuild Log: version bump, add SUBSLOT (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.6 sci-geosciences/libtcd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/libtcd/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/libtcd/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/libtcd/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/libtcd/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 2 Sep 2013 08:14:23 -0000 1.5 +++ ChangeLog 27 Oct 2014 20:58:15 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for sci-geosciences/libtcd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/libtcd/ChangeLog,v 1.5 2013/09/02 08:14:23 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/libtcd/ChangeLog,v 1.6 2014/10/27 20:58:15 hasufell Exp $ + +*libtcd-2.2.6 (27 Oct 2014) + + 27 Oct 2014; Julian Ospald <[email protected]> +libtcd-2.2.6.ebuild: + version bump, add SUBSLOT 02 Sep 2013; Agostino Sarubbo <[email protected]> libtcd-2.2.5_p2.ebuild: Stable for x86, wrt bug #482886 1.1 sci-geosciences/libtcd/libtcd-2.2.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/libtcd/libtcd-2.2.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/libtcd/libtcd-2.2.6.ebuild?rev=1.1&content-type=text/plain Index: libtcd-2.2.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/libtcd/libtcd-2.2.6.ebuild,v 1.1 2014/10/27 20:58:15 hasufell Exp $ EAPI=5 inherit eutils MY_P=${PN}-${PV/_p/-r} DESCRIPTION="Library for reading and writing Tide Constituent Database (TCD) files" HOMEPAGE="http://www.flaterco.com/xtide/libtcd.html" SRC_URI="ftp://ftp.flaterco.com/xtide/${MY_P}.tar.bz2" LICENSE="public-domain" SLOT="0/1" KEYWORDS="~amd64 ~x86" IUSE="doc static-libs" DEPEND=">=sci-geosciences/harmonics-dwf-free-20120302" RDEPEND="${DEPEND}" S="${WORKDIR}"/${P%_*} src_configure() { econf \ $(use_enable static-libs static) } src_install() { default use static-libs || prune_libtool_files use doc && dohtml libtcd.html }
