diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-03 22:38:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-03 22:38:04 +0000 |
commit | a1a67c14e1fb03048faa14d2b69ca80591ea9420 (patch) | |
tree | 8451ad2d5a64f05385d04627990d2b5808464782 /dev-ml/ocamlnet | |
parent | keyword amd64-linux x86-linux (diff) | |
download | gentoo-2-a1a67c14e1fb03048faa14d2b69ca80591ea9420.tar.gz gentoo-2-a1a67c14e1fb03048faa14d2b69ca80591ea9420.tar.bz2 gentoo-2-a1a67c14e1fb03048faa14d2b69ca80591ea9420.zip |
license is ZLIB
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocamlnet')
-rw-r--r-- | dev-ml/ocamlnet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index c676abded683..9c76562d28a9 100644 --- a/dev-ml/ocamlnet/ChangeLog +++ b/dev-ml/ocamlnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlnet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.63 2012/07/25 08:55:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.64 2012/08/03 22:38:04 aballier Exp $ + + 03 Aug 2012; Alexis Ballier <aballier@gentoo.org> ocamlnet-3.6.ebuild: + license is ZLIB *ocamlnet-3.6 (25 Jul 2012) diff --git a/dev-ml/ocamlnet/ocamlnet-3.6.ebuild b/dev-ml/ocamlnet/ocamlnet-3.6.ebuild index a3afe83f1cc7..3bce39770a63 100644 --- a/dev-ml/ocamlnet/ocamlnet-3.6.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-3.6.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/ocamlnet/ocamlnet-3.6.ebuild,v 1.1 2012/07/25 08:55:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.ebuild,v 1.2 2012/08/03 22:38:04 aballier Exp $ EAPI="2" @@ -11,7 +11,7 @@ DESCRIPTION="Modules for OCaml application-level Internet protocols" HOMEPAGE="http://projects.camlcity.org/projects/ocamlnet.html" SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" -LICENSE="as-is GPL-2" +LICENSE="ZLIB GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip" |