diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 14:16:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-07 14:16:30 +0000 |
commit | 27d160a02d3d2435fa4a021dc1fad71242533494 (patch) | |
tree | b2055e81f88ba04f25b8d9e69f70f1c0823aa2e6 /dev-ml/ocamlmod | |
parent | Remove old. (diff) | |
download | historical-27d160a02d3d2435fa4a021dc1fad71242533494.tar.gz historical-27d160a02d3d2435fa4a021dc1fad71242533494.tar.bz2 historical-27d160a02d3d2435fa4a021dc1fad71242533494.zip |
convert to eapi5 to get subslot dep on ocaml
Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64
Manifest-Sign-Key: 0x160F534A
Diffstat (limited to 'dev-ml/ocamlmod')
-rw-r--r-- | dev-ml/ocamlmod/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-ml/ocamlmod/ChangeLog b/dev-ml/ocamlmod/ChangeLog index b22710888750..3e9032ae8c0f 100644 --- a/dev-ml/ocamlmod/ChangeLog +++ b/dev-ml/ocamlmod/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocamlmod -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.4 2012/07/09 21:06:43 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.5 2013/02/07 14:16:30 aballier Exp $ + + 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> ocamlmod-0.0.3.ebuild: + convert to eapi5 to get subslot dep on ocaml + + 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> ocamlmod-0.0.3.ebuild: + convert to eapi5 to get subslot dep on ocaml 09 Jul 2012; Ulrich Müller <ulm@gentoo.org> ocamlmod-0.0.3.ebuild: Update LICENSE, bug 425140. diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild index 593308a5bfa7..58a0a62c383f 100644 --- a/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild +++ b/dev-ml/ocamlmod/ocamlmod-0.0.3.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/ocamlmod/ocamlmod-0.0.3.ebuild,v 1.2 2012/07/09 21:06:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild,v 1.3 2013/02/07 14:16:30 aballier Exp $ -EAPI=4 +EAPI=5 #OASIS_BUILD_TESTS=1 |