diff options
Diffstat (limited to 'dev-ml/ocamlmod')
-rw-r--r-- | dev-ml/ocamlmod/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/ocamlmod/ChangeLog b/dev-ml/ocamlmod/ChangeLog index 564182c8f48c..b22710888750 100644 --- a/dev-ml/ocamlmod/ChangeLog +++ b/dev-ml/ocamlmod/ChangeLog @@ -1,6 +1,9 @@ # 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.3 2012/05/18 17:11:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.4 2012/07/09 21:06:43 ulm Exp $ + + 09 Jul 2012; Ulrich Müller <ulm@gentoo.org> ocamlmod-0.0.3.ebuild: + Update LICENSE, bug 425140. 18 May 2012; Alexis Ballier <aballier@gentoo.org> -ocamlmod-0.0.1.ebuild: remove old @@ -15,4 +18,3 @@ 28 Mar 2012; Alexis Ballier <aballier@gentoo.org> +ocamlmod-0.0.1.ebuild, +metadata.xml: initial import, ebuild by me - diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild index 528f40ad6dff..593308a5bfa7 100644 --- a/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild +++ b/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.1 2012/05/05 14:08:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild,v 1.2 2012/07/09 21:06:43 ulm Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="Generate OCaml modules from source files" HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/856/${P}.tar.gz" -LICENSE="LGPL-2.1-linking-exception" +LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" KEYWORDS="~amd64" IUSE="" |