summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-05-17 12:37:05 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-05-17 12:37:05 +0000
commite4a50ef110ee81d466f1bc8071b8a2664f7d58c8 (patch)
treed4fb995ba33c1c5cde70a665a221e389f99338da /x11-libs/fltk
parentVersion 1.6 bump (diff)
downloadhistorical-e4a50ef110ee81d466f1bc8071b8a2664f7d58c8.tar.gz
historical-e4a50ef110ee81d466f1bc8071b8a2664f7d58c8.tar.bz2
historical-e4a50ef110ee81d466f1bc8071b8a2664f7d58c8.zip
fix licence
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-libs/fltk')
-rw-r--r--x11-libs/fltk/ChangeLog6
-rw-r--r--x11-libs/fltk/Manifest18
-rw-r--r--x11-libs/fltk/fltk-1.0.11-r3.ebuild6
-rw-r--r--x11-libs/fltk/fltk-1.1.2-r2.ebuild6
-rw-r--r--x11-libs/fltk/fltk-1.1.4.ebuild4
5 files changed, 27 insertions, 13 deletions
diff --git a/x11-libs/fltk/ChangeLog b/x11-libs/fltk/ChangeLog
index 6c00427f7bc8..2cd0afdd7355 100644
--- a/x11-libs/fltk/ChangeLog
+++ b/x11-libs/fltk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/fltk
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.43 2005/05/09 14:09:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.44 2005/05/17 12:37:05 lanius Exp $
+
+ 17 May 2005; Heinrich Wendel <lanius@gentoo.org> fltk-1.0.11-r3.ebuild,
+ fltk-1.1.2-r2.ebuild, fltk-1.1.4.ebuild:
+ fix licence
09 May 2005; Aron Griffis <agriffis@gentoo.org> fltk-1.1.4.ebuild:
add ~ia64
diff --git a/x11-libs/fltk/Manifest b/x11-libs/fltk/Manifest
index 89e325d3976a..d8bd3e3b5f34 100644
--- a/x11-libs/fltk/Manifest
+++ b/x11-libs/fltk/Manifest
@@ -1,9 +1,19 @@
-MD5 23b250a315403653c77af00ee2583a23 fltk-1.1.2-r2.ebuild 1953
-MD5 40db851fe18238ff8a6c038b353d1fd9 fltk-1.0.11-r3.ebuild 1189
-MD5 ef3193ceee6b51136fe2fd0f505d2a1c fltk-1.1.4.ebuild 2132
-MD5 c24d42bf553884fba8f9cdbaafba7bc7 ChangeLog 6487
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 7fd4f515edc5c1d0c8b88798d1ce33b5 fltk-1.1.2-r2.ebuild 1953
+MD5 efc2cf3d8720e83a12daf0559b685702 fltk-1.0.11-r3.ebuild 1189
+MD5 1d12066f944f6608592948958457a563 fltk-1.1.4.ebuild 2131
+MD5 ee9c14c418fa969cb27413ef58e38521 ChangeLog 6617
MD5 aeb16984ffc07732d37c5974c14f28de metadata.xml 314
MD5 d8bcde3e8eb3edad07403bd5cdc633e3 files/libs.diff 830
MD5 66e9fc032d679befebde2ff1709eaa21 files/digest-fltk-1.0.11-r3 71
MD5 4c9db40eed236d8e93e19cf01ebf2166 files/digest-fltk-1.1.2-r2 71
MD5 ba10847b90993b77dbe8e22c03fb4881 files/digest-fltk-1.1.4 71
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCieWaevY57Fted3ERAg7JAKC0qs3gaaaxqKMxzUxRA285MujKYgCdFuzm
++PmpwxAFoZcNGLWX+w41ECo=
+=k1Sm
+-----END PGP SIGNATURE-----
diff --git a/x11-libs/fltk/fltk-1.0.11-r3.ebuild b/x11-libs/fltk/fltk-1.0.11-r3.ebuild
index 53e50582860c..c39738e03837 100644
--- a/x11-libs/fltk/fltk-1.0.11-r3.ebuild
+++ b/x11-libs/fltk/fltk-1.0.11-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.0.11-r3.ebuild,v 1.13 2004/11/01 19:26:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.0.11-r3.ebuild,v 1.14 2005/05/17 12:37:05 lanius Exp $
IUSE="opengl"
@@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.fltk.org/pub/fltk/${PV}/${P}-source.tar.bz2"
HOMEPAGE="http://www.fltk.org"
SLOT="1.0"
-LICENSE="FLTK GPL-2"
+LICENSE="FLTK LGPL-2"
KEYWORDS="x86 sparc"
DEPEND="virtual/x11
diff --git a/x11-libs/fltk/fltk-1.1.2-r2.ebuild b/x11-libs/fltk/fltk-1.1.2-r2.ebuild
index 3aa5607cf3ef..86ef26cea075 100644
--- a/x11-libs/fltk/fltk-1.1.2-r2.ebuild
+++ b/x11-libs/fltk/fltk-1.1.2-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.2-r2.ebuild,v 1.6 2004/11/01 19:26:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.2-r2.ebuild,v 1.7 2005/05/17 12:37:05 lanius Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.easysw.com/pub/fltk/${PV}/${P}-source.tar.bz2"
SLOT="1.1"
KEYWORDS="x86 ppc sparc"
-LICENSE="FLTK GPL-2"
+LICENSE="FLTK LGPL-2"
IUSE="opengl"
DEPEND="virtual/x11
diff --git a/x11-libs/fltk/fltk-1.1.4.ebuild b/x11-libs/fltk/fltk-1.1.4.ebuild
index a083605587d9..25488d8ef4bb 100644
--- a/x11-libs/fltk/fltk-1.1.4.ebuild
+++ b/x11-libs/fltk/fltk-1.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.4.ebuild,v 1.14 2005/05/09 14:09:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.4.ebuild,v 1.15 2005/05/17 12:37:05 lanius Exp $
IUSE="opengl debug nptl"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.fltk.org"
SRC_URI="ftp://ftp.easysw.com/pub/fltk/${PV}/${P}-source.tar.bz2"
KEYWORDS="x86 ppc sparc alpha amd64 ~mips ppc64 ~ia64"
-LICENSE="FLTK GPL-2"
+LICENSE="FLTK LGPL-2"
PV_MAJOR=${PV/.*/}
PV_MINOR=${PV#${PV_MAJOR}.}