aballier 14/10/30 17:20:17 Modified: ChangeLog Added: faillib-111.17.00.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.2 dev-ml/faillib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/faillib/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/faillib/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/faillib/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/faillib/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 19 Jan 2014 16:29:46 -0000 1.1 +++ ChangeLog 30 Oct 2014 17:20:17 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/faillib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/faillib/ChangeLog,v 1.1 2014/01/19 16:29:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/faillib/ChangeLog,v 1.2 2014/10/30 17:20:17 aballier Exp $ + +*faillib-111.17.00 (30 Oct 2014) + + 30 Oct 2014; Alexis Ballier <[email protected]> +faillib-111.17.00.ebuild: + version bump *faillib-109.60.00 (19 Jan 2014) 1.1 dev-ml/faillib/faillib-111.17.00.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/faillib/faillib-111.17.00.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/faillib/faillib-111.17.00.ebuild?rev=1.1&content-type=text/plain Index: faillib-111.17.00.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/faillib/faillib-111.17.00.ebuild,v 1.1 2014/10/30 17:20:17 aballier Exp $ EAPI="5" inherit oasis MY_P=${PN/-/_}-${PV} DESCRIPTION="Syntax extension for inserting the current location" HOMEPAGE="http://www.janestreet.com/ocaml" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" DEPEND=" dev-ml/herelib:= " RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}"
