diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:49:45 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:49:45 +0000 |
commit | 4a8ce104c3c6d8334d91abae7f2984f3cfae70e1 (patch) | |
tree | 03df8dd28789816eda8e560605a37c4a61fb11cc | |
parent | LICENSE fix from project overlay (diff) | |
download | gentoo-2-4a8ce104c3c6d8334d91abae7f2984f3cfae70e1.tar.gz gentoo-2-4a8ce104c3c6d8334d91abae7f2984f3cfae70e1.tar.bz2 gentoo-2-4a8ce104c3c6d8334d91abae7f2984f3cfae70e1.zip |
LICENSE fix from project overlay
(Portage version: 2.1.4_rc7)
4 files changed, 12 insertions, 17 deletions
diff --git a/dev-php/PEAR-PhpDocumentor/ChangeLog b/dev-php/PEAR-PhpDocumentor/ChangeLog index 1bf568cbde83..20d461f1c3a6 100644 --- a/dev-php/PEAR-PhpDocumentor/ChangeLog +++ b/dev-php/PEAR-PhpDocumentor/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php/PEAR-PhpDocumentor # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.37 2007/10/22 18:54:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.38 2007/12/06 00:49:44 jokey Exp $ + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> + -PEAR-PhpDocumentor-1.3.0_rc5.ebuild, PEAR-PhpDocumentor-1.4.0.ebuild: + LICENSE fix from project overlay + + 02 Dec 2007; Jakub Moc <jakub@gentoo.org> + PEAR-PhpDocumentor-1.4.0.ebuild: + Fix LICENSE, also add a link to upstream bug tracker wrt licensing issues. 22 Oct 2007; Raúl Porcel <armin76@gentoo.org> PEAR-PhpDocumentor-1.4.0.ebuild: diff --git a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc5.ebuild b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc5.ebuild deleted file mode 100644 index e400f517063a..000000000000 --- a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc5.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc5.ebuild,v 1.9 2006/03/30 19:38:11 josejx Exp $ - -inherit php-pear-r1 - -DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source." -LICENSE="PHP" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" diff --git a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.0.ebuild b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.0.ebuild index 7c251fbc401d..57169df906d5 100644 --- a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.0.ebuild +++ b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.0.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.0.ebuild,v 1.8 2007/10/22 18:54:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.0.ebuild,v 1.9 2007/12/06 00:49:44 jokey Exp $ inherit php-pear-r1 DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source." -LICENSE="PHP" +# see http://pear.php.net/bugs/bug.php?id=12577 for additional info on licensing mess +LICENSE="PHP-2.02 PHP-3 LGPL-2.1 public-domain Apache-2.0 BSD" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="minimal" diff --git a/dev-php/PEAR-PhpDocumentor/files/digest-PEAR-PhpDocumentor-1.3.0_rc5 b/dev-php/PEAR-PhpDocumentor/files/digest-PEAR-PhpDocumentor-1.3.0_rc5 deleted file mode 100644 index 64cd72c7a1ce..000000000000 --- a/dev-php/PEAR-PhpDocumentor/files/digest-PEAR-PhpDocumentor-1.3.0_rc5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1a8875f03be2315cfc4829247407441a PhpDocumentor-1.3.0RC5.tgz 2728616 -RMD160 102b2b73bedca6ed0b1f4f1bbed00a8bf3f7918e PhpDocumentor-1.3.0RC5.tgz 2728616 -SHA256 e6e00a3e3d1d3d1eded5c775c33caae2b21856c0e65b4576d9dbc2129f84c53c PhpDocumentor-1.3.0RC5.tgz 2728616 |