ottxor 15/04/19 00:50:17 Modified: ChangeLog Added: libcerf-1.4.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.8 sci-libs/libcerf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 17 Oct 2014 14:44:01 -0000 1.7 +++ ChangeLog 19 Apr 2015 00:50:17 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/libcerf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.7 2014/10/17 14:44:01 klausman Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.8 2015/04/19 00:50:17 ottxor Exp $ + +*libcerf-1.4 (19 Apr 2015) + + 19 Apr 2015; Christoph Junghans <[email protected]> +libcerf-1.4.ebuild: + version bump 17 Oct 2014; Tobias Klausmann <[email protected]> libcerf-1.3.ebuild: Stable on alpha, bug 517726 1.1 sci-libs/libcerf/libcerf-1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/libcerf-1.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/libcerf-1.4.ebuild?rev=1.1&content-type=text/plain Index: libcerf-1.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.4.ebuild,v 1.1 2015/04/19 00:50:17 ottxor Exp $ EAPI=5 inherit autotools-utils DESCRIPTION="library that provides an efficient and accurate implementation of complex error functions" HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/libcerf" SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc static-libs test" src_install() { autotools-utils_src_install mv "${ED}"/usr/share/man/man3/{,${PN}-}cerf.3 || die #collision with sys-apps/man-pages use doc || rm "${ED}"/usr/share/doc/${P}/*.html || die }
