* [gentoo-commits] gentoo-x86 commit in dev-ml/ulex: ChangeLog ulex-1.1.ebuild
@ 2009-09-28 16:20 99% Petteri Raty (betelgeuse)
0 siblings, 0 replies; 1+ results
From: Petteri Raty (betelgeuse) @ 2009-09-28 16:20 UTC (permalink / raw
To: gentoo-commits
betelgeuse 09/09/28 16:20:47
Modified: ChangeLog ulex-1.1.ebuild
Log:
Migrate to EAPI 2 in order to nuke built_with_use.
(Portage version: 2.2_rc40/cvs/Linux i686)
Revision Changes Path
1.19 dev-ml/ulex/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ulex/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ulex/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ulex/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ulex/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 7 Jun 2008 21:30:47 -0000 1.18
+++ ChangeLog 28 Sep 2009 16:20:47 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ulex
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ulex/ChangeLog,v 1.18 2008/06/07 21:30:47 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ulex/ChangeLog,v 1.19 2009/09/28 16:20:47 betelgeuse Exp $
+
+ 28 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> ulex-1.1.ebuild:
+ Migrate to EAPI 2 in order to nuke built_with_use.
07 Jun 2008; Alexis Ballier <aballier@gentoo.org> -ulex-0.8.ebuild,
-ulex-1.0.ebuild:
@@ -45,6 +48,7 @@
Use findlib eclass, move to stable.
*ulex-0.5 (08 Aug 2004)
+*ulex-0.4 (08 Aug 2004)
08 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> -ulex-0.2-r1.ebuild,
-ulex-0.2.ebuild, +ulex-0.4.ebuild, +ulex-0.5.ebuild:
1.4 dev-ml/ulex/ulex-1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ulex/ulex-1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ulex/ulex-1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ulex/ulex-1.1.ebuild?r1=1.3&r2=1.4
Index: ulex-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ulex/ulex-1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ulex-1.1.ebuild 7 Jun 2008 16:10:10 -0000 1.3
+++ ulex-1.1.ebuild 28 Sep 2009 16:20:47 -0000 1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ulex/ulex-1.1.ebuild,v 1.3 2008/06/07 16:10:10 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ulex/ulex-1.1.ebuild,v 1.4 2009/09/28 16:20:47 betelgeuse Exp $
-inherit eutils findlib
+EAPI="2"
-EAPI="1"
+inherit eutils findlib
DESCRIPTION="A lexer generator for unicode"
HOMEPAGE="http://www.cduce.org"
@@ -15,16 +15,7 @@
KEYWORDS="~amd64 ppc x86"
IUSE="+ocamlopt"
-DEPEND=">=dev-lang/ocaml-3.10.0"
-
-pkg_setup() {
- if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then
- eerror "In order to build ${PN} with native code support from ocaml"
- eerror "You first need to have a native code ocaml compiler."
- eerror "You need to install dev-lang/ocaml with ocamlopt useflag on."
- die "Please install ocaml with ocamlopt useflag"
- fi
-}
+DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
src_compile() {
emake all || die "failed to build bytecode"
@@ -35,5 +26,5 @@
src_install() {
findlib_src_install
- dodoc README CHANGES
+ dodoc README CHANGES || die
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-09-28 16:20 99% [gentoo-commits] gentoo-x86 commit in dev-ml/ulex: ChangeLog ulex-1.1.ebuild Petteri Raty (betelgeuse)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox