diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-14 11:21:10 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-14 11:21:10 +0000 |
commit | 0fb23338ebd242e8c4dcca54adb902e96ab81306 (patch) | |
tree | 9b2e0fd5e340e476e694841f171ff46c95ab173c /dev-php/agavi | |
parent | Fix LICENSE, MIT (Expat) according to LICENSE file, bug 445046. Do not instal... (diff) | |
download | gentoo-2-0fb23338ebd242e8c4dcca54adb902e96ab81306.tar.gz gentoo-2-0fb23338ebd242e8c4dcca54adb902e96ab81306.tar.bz2 gentoo-2-0fb23338ebd242e8c4dcca54adb902e96ab81306.zip |
Fix LICENSE, see LICENSE* files in package, bug 445234.
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-php/agavi')
-rw-r--r-- | dev-php/agavi/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/agavi/agavi-1.0.4.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-php/agavi/ChangeLog b/dev-php/agavi/ChangeLog index 424cfbbfdcce..5ec4621dfd27 100644 --- a/dev-php/agavi/ChangeLog +++ b/dev-php/agavi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/agavi -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/agavi/ChangeLog,v 1.5 2011/03/06 11:17:22 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/agavi/ChangeLog,v 1.6 2012/12/14 11:21:10 ulm Exp $ + + 14 Dec 2012; Ulrich Müller <ulm@gentoo.org> agavi-1.0.4.ebuild: + Fix LICENSE, see LICENSE* files in package, bug 445234. *agavi-1.0.4 (06 Mar 2011) diff --git a/dev-php/agavi/agavi-1.0.4.ebuild b/dev-php/agavi/agavi-1.0.4.ebuild index 38dfc425a35a..21c29433817f 100644 --- a/dev-php/agavi/agavi-1.0.4.ebuild +++ b/dev-php/agavi/agavi-1.0.4.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/agavi/agavi-1.0.4.ebuild,v 1.1 2011/03/06 11:17:22 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/agavi/agavi-1.0.4.ebuild,v 1.2 2012/12/14 11:21:10 ulm Exp $ EAPI="2" inherit php-pear-lib-r1 -KEYWORDS="~amd64 ~x86" - DESCRIPTION="PHP5 MVC Application Framework." HOMEPAGE="http://www.agavi.org/" SRC_URI="http://www.agavi.org/download/${PV}.tgz" -LICENSE="LGPL-2.1 as-is public-domain CCPL-Attribution-ShareAlike-2.5" + +LICENSE="LGPL-2.1+ icu unicode ZLIB public-domain" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="" # currently fails to install with dev-php/PEAR-PEAR_PackageFileManager-1.7.0 |