diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 13:45:08 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 13:45:08 +0000 |
commit | 9f91bc46f0c3184db3bd871c2a0859e159285109 (patch) | |
tree | abea92e38d5a17814c47f15adaf72adf5c51172f /dev-ml/pcre-ocaml | |
parent | automatically add subslot deps on ocaml for eapis that support it (diff) | |
download | gentoo-2-9f91bc46f0c3184db3bd871c2a0859e159285109.tar.gz gentoo-2-9f91bc46f0c3184db3bd871c2a0859e159285109.tar.bz2 gentoo-2-9f91bc46f0c3184db3bd871c2a0859e159285109.zip |
convert to eapi5 and drop useless ocaml dep, subslot support is automatic from oasis.eclass
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r-- | dev-ml/pcre-ocaml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog index 1bacaac285e8..d966ae88e225 100644 --- a/dev-ml/pcre-ocaml/ChangeLog +++ b/dev-ml/pcre-ocaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/pcre-ocaml -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.49 2012/10/10 11:46:26 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.50 2013/02/07 13:45:08 aballier Exp $ + + 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> pcre-ocaml-7.0.2.ebuild: + convert to eapi5 and drop useless ocaml dep, subslot support is automatic + from oasis.eclass *pcre-ocaml-7.0.2 (10 Oct 2012) diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild index 0a36b218766d..b5ea680a2985 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild,v 1.1 2012/10/10 11:46:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild,v 1.2 2013/02/07 13:45:08 aballier Exp $ -EAPI=4 +EAPI=5 OASIS_BUILD_DOCS=1 @@ -16,8 +16,7 @@ IUSE="examples" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] - >=dev-libs/libpcre-4.5" +RDEPEND=">=dev-libs/libpcre-4.5" DEPEND="${RDEPEND}" DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" ) |