diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-11 03:10:03 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-11 03:10:03 +0000 |
commit | 9057821c84318ac02f3a27af771f46b6b42714be (patch) | |
tree | c5099e63ee6c3a59d770715ade795470c460f09b /dev-ml | |
parent | eapi5, add subslot and use := deps (diff) | |
download | gentoo-2-9057821c84318ac02f3a27af771f46b6b42714be.tar.gz gentoo-2-9057821c84318ac02f3a27af771f46b6b42714be.tar.bz2 gentoo-2-9057821c84318ac02f3a27af771f46b6b42714be.zip |
eapi5, add subslot and := deps
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/postgresql-ocaml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-ml/postgresql-ocaml/ChangeLog b/dev-ml/postgresql-ocaml/ChangeLog index 0af391dd6da4..3cf4324a53c5 100644 --- a/dev-ml/postgresql-ocaml/ChangeLog +++ b/dev-ml/postgresql-ocaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/postgresql-ocaml -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.29 2012/10/10 11:35:32 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.30 2013/02/11 03:10:03 aballier Exp $ + + 11 Feb 2013; Alexis Ballier <aballier@gentoo.org> + postgresql-ocaml-2.0.2.ebuild: + eapi5, add subslot and := deps *postgresql-ocaml-2.0.2 (10 Oct 2012) diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild index a108edb74449..0875335c63f2 100644 --- a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild +++ b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.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/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild,v 1.1 2012/10/10 11:35:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild,v 1.2 2013/02/11 03:10:03 aballier Exp $ -EAPI=4 +EAPI=5 OASIS_BUILD_DOCS=1 @@ -13,12 +13,11 @@ SRC_URI="http://bitbucket.org/mmottl/postgresql-ocaml/downloads/${P}.tar.gz" HOMEPAGE="http://bitbucket.org/mmottl/postgresql-ocaml" IUSE="examples" -DEPEND=">=dev-lang/ocaml-3.11[ocamlopt?] - dev-db/postgresql-base +DEPEND="dev-db/postgresql-base dev-db/postgresql-server" RDEPEND="${DEPEND}" -SLOT="0" +SLOT="0/${PV}" LICENSE="LGPL-2" KEYWORDS="~amd64 ~ppc ~x86" |