diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:37:56 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:37:56 +0000 |
commit | 9f8d05d407cc5324d5b412cf4429486460cd0470 (patch) | |
tree | 83772025da0c5f48c9269735be8ce34b406cccf9 /dev-php/PEAR-Mail_mimeDecode | |
parent | LICENSE fix from project overlay (diff) | |
download | gentoo-2-9f8d05d407cc5324d5b412cf4429486460cd0470.tar.gz gentoo-2-9f8d05d407cc5324d5b412cf4429486460cd0470.tar.bz2 gentoo-2-9f8d05d407cc5324d5b412cf4429486460cd0470.zip |
LICENSE fix from project overlay
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-php/PEAR-Mail_mimeDecode')
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-php/PEAR-Mail_mimeDecode/ChangeLog b/dev-php/PEAR-Mail_mimeDecode/ChangeLog index f0350716dada..130c7e5fad89 100644 --- a/dev-php/PEAR-Mail_mimeDecode/ChangeLog +++ b/dev-php/PEAR-Mail_mimeDecode/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php/PEAR-Mail_mimeDecode # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog,v 1.7 2007/10/22 16:16:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog,v 1.8 2007/12/06 00:37:56 jokey Exp $ + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> + PEAR-Mail_mimeDecode-1.5.0.ebuild: + LICENSE fix from project overlay + + 02 Dec 2007; Jakub Moc <jakub@gentoo.org> + PEAR-Mail_mimeDecode-1.5.0.ebuild: + Fix LICENSE 22 Oct 2007; Raúl Porcel <armin76@gentoo.org> PEAR-Mail_mimeDecode-1.5.0.ebuild: diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild index 73c77751233a..ed6247ec6d8f 100644 --- a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild +++ b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild @@ -1,12 +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-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild,v 1.8 2007/10/22 16:16:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild,v 1.9 2007/12/06 00:37:56 jokey Exp $ inherit php-pear-r1 eutils DESCRIPTION="Provides a class to decode mime messages (split from PEAR-Mail_Mime)" -LICENSE="PHP" +LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" |