aballier 14/10/29 09:48:19 Modified: ChangeLog Added: res-4.0.6.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.29 dev-ml/res/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 13 Apr 2014 16:21:19 -0000 1.28 +++ ChangeLog 29 Oct 2014 09:48:19 -0000 1.29 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/res # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.28 2014/04/13 16:21:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.29 2014/10/29 09:48:19 aballier Exp $ + +*res-4.0.6 (29 Oct 2014) + + 29 Oct 2014; Alexis Ballier <[email protected]> +res-4.0.6.ebuild: + version bump 13 Apr 2014; Agostino Sarubbo <[email protected]> res-4.0.4.ebuild: Stable for ppc, wrt bug #502736 1.1 dev-ml/res/res-4.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.6.ebuild?rev=1.1&content-type=text/plain Index: res-4.0.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.6.ebuild,v 1.1 2014/10/29 09:48:19 aballier Exp $ EAPI=5 OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="Resizable Array and Buffer modules for O'Caml" HOMEPAGE="http://mmottl.github.io/res/" SRC_URI="https://github.com/mmottl/res/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" RDEPEND="" DEPEND="${RDEPEND} >=dev-ml/findlib-1.5" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~x86" IUSE="examples" DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" ) src_install() { oasis_src_install if use examples ; then insinto /usr/share/doc/${PF} doins -r examples fi }
