diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-03-02 18:55:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-03-02 18:55:25 +0000 |
commit | adb2f1bc1a31aff6201651ba2dd8bb8b44e399fb (patch) | |
tree | 61024afeff3f9a86fde361c453dcf296160076ad /dev-ml/ounit | |
parent | remove old (diff) | |
download | gentoo-2-adb2f1bc1a31aff6201651ba2dd8bb8b44e399fb.tar.gz gentoo-2-adb2f1bc1a31aff6201651ba2dd8bb8b44e399fb.tar.bz2 gentoo-2-adb2f1bc1a31aff6201651ba2dd8bb8b44e399fb.zip |
eapi5 and define subslot
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ounit')
-rw-r--r-- | dev-ml/ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.1.2.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index 2aa73c97f94d..4393bf0f2851 100644 --- a/dev-ml/ounit/ChangeLog +++ b/dev-ml/ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ounit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.35 2013/03/02 18:51:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.36 2013/03/02 18:55:25 aballier Exp $ + + 02 Mar 2013; Alexis Ballier <aballier@gentoo.org> ounit-1.1.2.ebuild: + eapi5 and define subslot 02 Mar 2013; Alexis Ballier <aballier@gentoo.org> -ounit-1.1.1.ebuild: remove old diff --git a/dev-ml/ounit/ounit-1.1.2.ebuild b/dev-ml/ounit/ounit-1.1.2.ebuild index 937617687e6d..b9f60ba98a96 100644 --- a/dev-ml/ounit/ounit-1.1.2.ebuild +++ b/dev-ml/ounit/ounit-1.1.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/ounit/ounit-1.1.2.ebuild,v 1.4 2012/08/21 19:13:23 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.2.ebuild,v 1.5 2013/03/02 18:55:25 aballier Exp $ -EAPI="3" +EAPI="5" OASIS_BUILD_DOCS=1 @@ -12,7 +12,7 @@ DESCRIPTION="Unit testing framework for OCaml" HOMEPAGE="http://ounit.forge.ocamlcore.org/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/886/${P}.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="amd64 ppc x86" DEPEND="" RDEPEND="${DEPEND}" |