aballier 14/10/29 14:26:39 Modified: ChangeLog Added: ocaml-gettext-0.3.5.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.5 dev-ml/ocaml-gettext/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-gettext/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-gettext/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-gettext/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-gettext/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 24 Aug 2013 13:19:29 -0000 1.4 +++ ChangeLog 29 Oct 2014 14:26:39 -0000 1.5 @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocaml-gettext -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-gettext/ChangeLog,v 1.4 2013/08/24 13:19:29 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-gettext/ChangeLog,v 1.5 2014/10/29 14:26:39 aballier Exp $ + +*ocaml-gettext-0.3.5 (29 Oct 2014) + + 29 Oct 2014; Alexis Ballier <[email protected]> + +ocaml-gettext-0.3.5.ebuild: + version bump 24 Aug 2013; Markus Meier <[email protected]> ocaml-gettext-0.3.4.ebuild: add ~x86, bug #462360 1.1 dev-ml/ocaml-gettext/ocaml-gettext-0.3.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-gettext/ocaml-gettext-0.3.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-gettext/ocaml-gettext-0.3.5.ebuild?rev=1.1&content-type=text/plain Index: ocaml-gettext-0.3.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-gettext/ocaml-gettext-0.3.5.ebuild,v 1.1 2014/10/29 14:26:39 aballier Exp $ EAPI=5 inherit findlib DESCRIPTION="Provides support for internationalization of OCaml program" HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-gettext" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1433/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="doc test" RDEPEND=">=dev-lang/ocaml-3.12.1:= >=dev-ml/ocaml-fileutils-0.4.0:= >=dev-ml/camomile-0.8.3:= sys-devel/gettext " DEPEND="${RDEPEND} doc? ( app-text/docbook-xsl-stylesheets dev-libs/libxslt ) test? ( dev-ml/ounit )" src_configure() { econf \ --with-docbook-stylesheet="${EPREFIX}/usr/share/sgml/docbook/xsl-stylesheets/" \ $(use_enable doc) \ $(use_enable test) } src_compile() { emake -j1 } src_install() { findlib_src_preinst emake -j1 DESTDIR="${D}" \ BINDIR="${ED}/usr/bin" \ PODIR="${ED}/usr/share/locale/" \ DOCDIR="${ED}/usr/share/doc/${PF}" \ MANDIR="${ED}/usr/share/man" \ install dodoc CHANGELOG README THANKS TODO }
