diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:59:25 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:59:25 +0000 |
commit | 95074fc21f32265346f56b0e9ace5d061a5b2a2b (patch) | |
tree | efee6816d74fd595558e51b5f45fd6891f6215bb /dev-php/PEAR-HTTP_Header | |
parent | LICENSE fix from project overlay and version bump (diff) | |
download | historical-95074fc21f32265346f56b0e9ace5d061a5b2a2b.tar.gz historical-95074fc21f32265346f56b0e9ace5d061a5b2a2b.tar.bz2 historical-95074fc21f32265346f56b0e9ace5d061a5b2a2b.zip |
LICENSE fix from project overlay
Package-Manager: portage-2.1.4_rc7
Diffstat (limited to 'dev-php/PEAR-HTTP_Header')
-rw-r--r-- | dev-php/PEAR-HTTP_Header/ChangeLog | 12 | ||||
-rw-r--r-- | dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.0.ebuild | 6 |
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-php/PEAR-HTTP_Header/ChangeLog b/dev-php/PEAR-HTTP_Header/ChangeLog index 5364febb4b56..6685934e0285 100644 --- a/dev-php/PEAR-HTTP_Header/ChangeLog +++ b/dev-php/PEAR-HTTP_Header/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php/PEAR-HTTP_Header -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Header/ChangeLog,v 1.1 2006/09/29 06:20:16 sebastian Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Header/ChangeLog,v 1.2 2007/12/06 00:21:49 jokey Exp $ + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> + PEAR-HTTP_Header-1.2.0.ebuild: + LICENSE fix from project overlay + + 02 Dec 2007; Jakub Moc <jakub@gentoo.org> + PEAR-HTTP_Header-1.2.0.ebuild: + Fix LICENSE *PEAR-HTTP_Header-1.2.0 (29 Sep 2006) diff --git a/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.0.ebuild b/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.0.ebuild index e14f9d0fb3c4..8a849c766d90 100644 --- a/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.0.ebuild +++ b/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.0.ebuild @@ -1,11 +1,11 @@ -# 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-HTTP_Header/PEAR-HTTP_Header-1.2.0.ebuild,v 1.1 2006/09/29 06:20:16 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.0.ebuild,v 1.2 2007/12/06 00:21:49 jokey Exp $ inherit php-pear-r1 DESCRIPTION="Provides interface to handle and modify HTTP headers and status codes." -LICENSE="BSD" +LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |