summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-06-02 15:35:03 +0000
committerUlrich Müller <ulm@gentoo.org>2013-06-02 15:35:03 +0000
commit134ced99f4a5611d6ce19bb27b03d61acb7d8a16 (patch)
tree5e9aff1a8a2c667b69811783d410fff6541ef8cc /dev-ml
parentVersion bump. (diff)
downloadgentoo-2-134ced99f4a5611d6ce19bb27b03d61acb7d8a16.tar.gz
gentoo-2-134ced99f4a5611d6ce19bb27b03d61acb7d8a16.tar.bz2
gentoo-2-134ced99f4a5611d6ce19bb27b03d61acb7d8a16.zip
Fix license of examples, bug 448410.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/lablgtk/ChangeLog6
-rw-r--r--dev-ml/lablgtk/lablgtk-2.14.2.ebuild6
-rw-r--r--dev-ml/lablgtk/lablgtk-2.16.0.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-ml/lablgtk/ChangeLog b/dev-ml/lablgtk/ChangeLog
index b3b0f74306ed..a233fdaaa4b0 100644
--- a/dev-ml/lablgtk/ChangeLog
+++ b/dev-ml/lablgtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/lablgtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.104 2013/03/10 10:39:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.105 2013/06/02 15:35:03 ulm Exp $
+
+ 02 Jun 2013; Ulrich Müller <ulm@gentoo.org> lablgtk-2.14.2.ebuild,
+ lablgtk-2.16.0.ebuild:
+ Fix license of examples, bug 448410.
10 Mar 2013; Alexis Ballier <aballier@gentoo.org> lablgtk-2.16.0.ebuild:
eapi5: define subslot, use slot deps on ocaml packages
diff --git a/dev-ml/lablgtk/lablgtk-2.14.2.ebuild b/dev-ml/lablgtk/lablgtk-2.14.2.ebuild
index 3fa8b758df80..fde6f7ead6b5 100644
--- a/dev-ml/lablgtk/lablgtk-2.14.2.ebuild
+++ b/dev-ml/lablgtk/lablgtk-2.14.2.ebuild
@@ -1,6 +1,6 @@
-# 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/lablgtk/lablgtk-2.14.2.ebuild,v 1.12 2012/08/03 22:43:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.14.2.ebuild,v 1.13 2013/06/02 15:35:03 ulm Exp $
EAPI="2"
@@ -11,7 +11,7 @@ IUSE="debug examples glade gnome gnomecanvas sourceview +ocamlopt opengl spell s
DESCRIPTION="Objective CAML interface for Gtk+2"
HOMEPAGE="http://lablgtk.forge.ocamlcore.org/"
SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/${P}.tar.gz"
-LICENSE="LGPL-2.1-with-linking-exception examples? ( as-is )"
+LICENSE="LGPL-2.1-with-linking-exception examples? ( lablgtk-examples )"
RDEPEND=">=x11-libs/gtk+-2.10:2
>=dev-lang/ocaml-3.10[ocamlopt?]
diff --git a/dev-ml/lablgtk/lablgtk-2.16.0.ebuild b/dev-ml/lablgtk/lablgtk-2.16.0.ebuild
index 839723b127b0..afeff3d3cf70 100644
--- a/dev-ml/lablgtk/lablgtk-2.16.0.ebuild
+++ b/dev-ml/lablgtk/lablgtk-2.16.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.16.0.ebuild,v 1.8 2013/03/10 10:39:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.16.0.ebuild,v 1.9 2013/06/02 15:35:03 ulm Exp $
EAPI=5
@@ -11,7 +11,7 @@ IUSE="debug examples glade gnome gnomecanvas sourceview +ocamlopt opengl spell s
DESCRIPTION="Objective CAML interface for Gtk+2"
HOMEPAGE="http://lablgtk.forge.ocamlcore.org/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/979/${P}.tar.gz"
-LICENSE="LGPL-2.1-with-linking-exception examples? ( as-is )"
+LICENSE="LGPL-2.1-with-linking-exception examples? ( lablgtk-examples )"
RDEPEND=">=x11-libs/gtk+-2.10:2
>=dev-lang/ocaml-3.10:=[ocamlopt?]