aballier 14/10/29 14:33:34 Modified: ChangeLog Added: optcomp-1.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.3 dev-ml/optcomp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/optcomp/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/optcomp/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/optcomp/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/optcomp/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 14 Mar 2014 07:45:31 -0000 1.2 +++ ChangeLog 29 Oct 2014 14:33:34 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/optcomp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/ChangeLog,v 1.2 2014/03/14 07:45:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/ChangeLog,v 1.3 2014/10/29 14:33:34 aballier Exp $ + +*optcomp-1.6 (29 Oct 2014) + + 29 Oct 2014; Alexis Ballier <[email protected]> +optcomp-1.6.ebuild: + version bump 14 Mar 2014; Justin Lecher <[email protected]> optcomp-1.5.ebuild: Enhance Description 1.1 dev-ml/optcomp/optcomp-1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/optcomp/optcomp-1.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/optcomp/optcomp-1.6.ebuild?rev=1.1&content-type=text/plain Index: optcomp-1.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/optcomp/optcomp-1.6.ebuild,v 1.1 2014/10/29 14:33:34 aballier Exp $ EAPI=5 OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="Optional compilation for OCaml with cpp-like directives" HOMEPAGE="http://github.com/diml/optcomp" SRC_URI="http://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="${DEPEND}" DOCS=( CHANGES.md README.md )
