diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-26 22:11:10 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-26 22:11:10 +0000 |
commit | 2d9c579c1ee6b0253dbad46e3854aac8a9cd8e6a (patch) | |
tree | bb46c6484cd252c0bb0e8f303bbebc034be6619c /dev-php/PEAR-Net_CheckIP | |
parent | Bump (diff) | |
download | historical-2d9c579c1ee6b0253dbad46e3854aac8a9cd8e6a.tar.gz historical-2d9c579c1ee6b0253dbad46e3854aac8a9cd8e6a.tar.bz2 historical-2d9c579c1ee6b0253dbad46e3854aac8a9cd8e6a.zip |
Fix LICENSE, bug 258316.
Package-Manager: portage-2.2_rc61/cvs/Linux i686
Diffstat (limited to 'dev-php/PEAR-Net_CheckIP')
-rw-r--r-- | dev-php/PEAR-Net_CheckIP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/PEAR-Net_CheckIP/ChangeLog b/dev-php/PEAR-Net_CheckIP/ChangeLog index 7af03c27e01a..f9309ab49aef 100644 --- a/dev-php/PEAR-Net_CheckIP/ChangeLog +++ b/dev-php/PEAR-Net_CheckIP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Net_CheckIP -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/ChangeLog,v 1.26 2007/10/22 18:42:38 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/ChangeLog,v 1.27 2010/01/26 22:10:48 ulm Exp $ + + 26 Jan 2010; Ulrich Mueller <ulm@gentoo.org> + PEAR-Net_CheckIP-1.1-r1.ebuild: + Fix LICENSE, bug 258316. 22 Oct 2007; Raúl Porcel <armin76@gentoo.org> PEAR-Net_CheckIP-1.2.1.ebuild: diff --git a/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild b/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild index 3ce3d832c638..38b426c42046 100644 --- a/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild +++ b/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild,v 1.15 2006/03/30 19:25:01 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild,v 1.16 2010/01/26 22:10:48 ulm Exp $ inherit php-pear-r1 DESCRIPTION="Check the syntax of IPv4 addresses." -LICENSE="PHP" +LICENSE="PHP-2.02" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" |