* [gentoo-commits] gentoo-x86 commit in dev-ml/menhir: menhir-20141215.ebuild ChangeLog
@ 2014-12-16 9:17 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2014-12-16 9:17 UTC (permalink / raw
To: gentoo-commits
aballier 14/12/16 09:17:59
Modified: ChangeLog
Added: menhir-20141215.ebuild
Log:
version bump
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.3 dev-ml/menhir/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/menhir/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/menhir/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/menhir/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/menhir/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 1 Dec 2014 14:17:38 -0000 1.2
+++ ChangeLog 16 Dec 2014 09:17:59 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/menhir
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/menhir/ChangeLog,v 1.2 2014/12/01 14:17:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/menhir/ChangeLog,v 1.3 2014/12/16 09:17:59 aballier Exp $
+
+*menhir-20141215 (16 Dec 2014)
+
+ 16 Dec 2014; Alexis Ballier <aballier@gentoo.org> +menhir-20141215.ebuild:
+ version bump
*menhir-20140422 (01 Dec 2014)
1.1 dev-ml/menhir/menhir-20141215.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/menhir/menhir-20141215.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/menhir/menhir-20141215.ebuild?rev=1.1&content-type=text/plain
Index: menhir-20141215.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/menhir/menhir-20141215.ebuild,v 1.1 2014/12/16 09:17:59 aballier Exp $
EAPI=5
inherit findlib
DESCRIPTION="LR(1) parser generator for the OCaml language"
HOMEPAGE="http://gallium.inria.fr/~fpottier/menhir/"
SRC_URI="http://gallium.inria.fr/~fpottier/menhir/${P}.tar.gz"
LICENSE="QPL-1.0 LGPL-2-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="examples +ocamlopt"
DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
RDEPEND="${DEPEND}"
src_configure() {
if ! use ocamlopt ; then
export TARGET=byte
fi
}
src_compile() {
emake PREFIX="${EPREFIX}"/usr -j1
}
src_install() {
findlib_src_preinst
emake PREFIX="${ED}"/usr docdir="${ED}"/usr/share/doc/"${PF}" $(use examples || echo "DOCS=manual.pdf") install
use examples && docompress -x /usr/share/doc/${PF}/demos
dodoc AUTHORS CHANGES
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/menhir: menhir-20141215.ebuild ChangeLog
@ 2015-07-08 5:50 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2015-07-08 5:50 UTC (permalink / raw
To: gentoo-commits
patrick 15/07/08 05:50:53
Modified: menhir-20141215.ebuild ChangeLog
Log:
Keyword for ~x86
(Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-ml/menhir/menhir-20141215.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/menhir/menhir-20141215.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/menhir/menhir-20141215.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/menhir/menhir-20141215.ebuild?r1=1.1&r2=1.2
Index: menhir-20141215.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/menhir/menhir-20141215.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- menhir-20141215.ebuild 16 Dec 2014 09:17:59 -0000 1.1
+++ menhir-20141215.ebuild 8 Jul 2015 05:50:52 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/menhir/menhir-20141215.ebuild,v 1.1 2014/12/16 09:17:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/menhir/menhir-20141215.ebuild,v 1.2 2015/07/08 05:50:52 patrick Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="QPL-1.0 LGPL-2-with-linking-exception"
SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="examples +ocamlopt"
DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
1.4 dev-ml/menhir/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/menhir/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/menhir/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/menhir/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/menhir/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 16 Dec 2014 09:17:59 -0000 1.3
+++ ChangeLog 8 Jul 2015 05:50:52 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/menhir
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/menhir/ChangeLog,v 1.3 2014/12/16 09:17:59 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/menhir/ChangeLog,v 1.4 2015/07/08 05:50:52 patrick Exp $
+
+ 08 Jul 2015; Patrick Lauer <patrick@gentoo.org> menhir-20141215.ebuild:
+ Keyword for ~x86
*menhir-20141215 (16 Dec 2014)
@@ -17,4 +20,3 @@
07 Feb 2013; Alexis Ballier <aballier@gentoo.org> +menhir-20130116.ebuild,
+metadata.xml:
Initial import, bug #406517, ebuild by Guillaume Horel
-
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-08 5:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-16 9:17 [gentoo-commits] gentoo-x86 commit in dev-ml/menhir: menhir-20141215.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2015-07-08 5:50 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox