diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:40:23 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:40:23 +0000 |
commit | 510acac069f8cf13cf193b16b5687961fb940448 (patch) | |
tree | 8da7e9f58d5859edc5932a40e91dc854de98c59d /dev-php/PEAR-Net_IPv4 | |
parent | LICENSE fix from project overlay (diff) | |
download | gentoo-2-510acac069f8cf13cf193b16b5687961fb940448.tar.gz gentoo-2-510acac069f8cf13cf193b16b5687961fb940448.tar.bz2 gentoo-2-510acac069f8cf13cf193b16b5687961fb940448.zip |
LICENSE fix from project overlay
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-php/PEAR-Net_IPv4')
-rw-r--r-- | dev-php/PEAR-Net_IPv4/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.0.ebuild | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-php/PEAR-Net_IPv4/ChangeLog b/dev-php/PEAR-Net_IPv4/ChangeLog index 1797538a7608..1cbb84b0fd35 100644 --- a/dev-php/PEAR-Net_IPv4/ChangeLog +++ b/dev-php/PEAR-Net_IPv4/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php/PEAR-Net_IPv4 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IPv4/ChangeLog,v 1.1 2006/08/24 02:18:04 jhuebel Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IPv4/ChangeLog,v 1.2 2007/12/06 00:40:23 jokey Exp $ + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Net_IPv4-1.3.0.ebuild: + LICENSE fix from project overlay + + 02 Dec 2007; Jakub Moc <jakub@gentoo.org> + PEAR-Net_IPv4-1.3.0.ebuild: + Fix LICENSE *PEAR-Net_IPv4-1.3.0 (24 Aug 2006) diff --git a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.0.ebuild b/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.0.ebuild index ab3be7229262..b8da9dc6143b 100644 --- a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.0.ebuild +++ b/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.0.ebuild,v 1.1 2006/08/24 02:18:04 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.0.ebuild,v 1.2 2007/12/06 00:40:23 jokey Exp $ inherit php-pear-r1 DESCRIPTION="PEAR class for IP v4 calculations" -LICENSE="PHP" +LICENSE="PHP-3.01" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |