* [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: cryptokit-1.3.ebuild ChangeLog
@ 2009-09-28 16:47 99% Petteri Raty (betelgeuse)
0 siblings, 0 replies; 1+ results
From: Petteri Raty (betelgeuse) @ 2009-09-28 16:47 UTC (permalink / raw
To: gentoo-commits
betelgeuse 09/09/28 16:47:43
Modified: cryptokit-1.3.ebuild ChangeLog
Log:
Migrate to EAPI 2 in order to nuke built_with_use.
(Portage version: 2.2_rc40/cvs/Linux i686)
Revision Changes Path
1.5 dev-ml/cryptokit/cryptokit-1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild?r1=1.4&r2=1.5
Index: cryptokit-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cryptokit-1.3.ebuild 25 Sep 2008 12:22:51 -0000 1.4
+++ cryptokit-1.3.ebuild 28 Sep 2009 16:47:43 -0000 1.5
@@ -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/cryptokit/cryptokit-1.3.ebuild,v 1.4 2008/09/25 12:22:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild,v 1.5 2009/09/28 16:47:43 betelgeuse Exp $
-inherit eutils findlib
+EAPI="2"
-EAPI="1"
+inherit eutils findlib
DESCRIPTION="Cryptographic primitives library for Objective Caml"
HOMEPAGE="http://cristal.inria.fr/~xleroy/software.html"
@@ -14,21 +14,10 @@
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="doc +ocamlopt"
-DEPEND=">=dev-lang/ocaml-3.09
+DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]
>=sys-libs/zlib-1.1"
-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
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
sed -e "s/VERSION/${PV}/" "${FILESDIR}/META" >> META
epatch "${FILESDIR}/${PN}-gentoo.patch"
}
@@ -42,7 +31,7 @@
src_install() {
findlib_src_install
- dodoc Changes README
+ dodoc Changes README || die
use doc && dohtml doc/*.html doc/*.css
}
1.4 dev-ml/cryptokit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 25 Sep 2008 12:22:51 -0000 1.3
+++ ChangeLog 28 Sep 2009 16:47:43 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/cryptokit
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.3 2008/09/25 12:22:51 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.4 2009/09/28 16:47:43 betelgeuse Exp $
+
+ 28 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> cryptokit-1.3.ebuild:
+ Migrate to EAPI 2 in order to nuke built_with_use.
25 Sep 2008; Alexis Ballier <aballier@gentoo.org> cryptokit-1.3.ebuild:
keyword ~x86-fbsd
^ 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:47 99% [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: cryptokit-1.3.ebuild ChangeLog 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