diff options
author | 2009-09-20 15:46:49 +0000 | |
---|---|---|
committer | 2009-09-20 15:46:49 +0000 | |
commit | 7e7394a73953303a175ee1c5075f421c5f940c95 (patch) | |
tree | 7d9707b763c4f5fea10eb8d2d7e27dd1cc469c40 /dev-tex | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-7e7394a73953303a175ee1c5075f421c5f940c95.tar.gz gentoo-2-7e7394a73953303a175ee1c5075f421c5f940c95.tar.bz2 gentoo-2-7e7394a73953303a175ee1c5075f421c5f940c95.zip |
eapi2ify and make repoman happy
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/hevea/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/hevea/hevea-1.10.ebuild | 20 |
2 files changed, 11 insertions, 16 deletions
diff --git a/dev-tex/hevea/ChangeLog b/dev-tex/hevea/ChangeLog index 2f00f8824499..ae72ff156f15 100644 --- a/dev-tex/hevea/ChangeLog +++ b/dev-tex/hevea/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/hevea -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/ChangeLog,v 1.19 2008/04/06 19:58:46 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/ChangeLog,v 1.20 2009/09/20 15:46:49 aballier Exp $ + + 20 Sep 2009; Alexis Ballier <aballier@gentoo.org> hevea-1.10.ebuild: + eapi2ify and make repoman happy 06 Apr 2008; Alexis Ballier <aballier@gentoo.org> -hevea-1.07-r1.ebuild, -hevea-1.08.ebuild: diff --git a/dev-tex/hevea/hevea-1.10.ebuild b/dev-tex/hevea/hevea-1.10.ebuild index ecce1eaebb3d..14ef68bd4eef 100644 --- a/dev-tex/hevea/hevea-1.10.ebuild +++ b/dev-tex/hevea/hevea-1.10.ebuild @@ -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-tex/hevea/hevea-1.10.ebuild,v 1.3 2008/04/06 19:35:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/hevea-1.10.ebuild,v 1.4 2009/09/20 15:46:49 aballier Exp $ -inherit eutils multilib +EAPI="2" -EAPI="1" +inherit eutils multilib IUSE="+ocamlopt" @@ -16,16 +16,8 @@ LICENSE="QPL" SLOT="0" KEYWORDS="~amd64 ppc ~sparc x86" -DEPEND=">=dev-lang/ocaml-3.07" - -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?]" +RDEPEND="${DEPEND}" src_compile() { rm -f config.sh |