diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2008-01-05 23:14:59 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2008-01-05 23:14:59 +0000 |
commit | 3a2e9646353f0834f3eaadac780632162de58d7d (patch) | |
tree | 88c4dd78e9443f772021bad40cdb1ad4cfeb7a42 /dev-php5 | |
parent | Version bump. Also, I reworked the startup script so that brltty will start ... (diff) | |
download | gentoo-2-3a2e9646353f0834f3eaadac780632162de58d7d.tar.gz gentoo-2-3a2e9646353f0834f3eaadac780632162de58d7d.tar.bz2 gentoo-2-3a2e9646353f0834f3eaadac780632162de58d7d.zip |
+ correct license
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/onphp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/onphp/onphp-0.10.8.ebuild | 6 | ||||
-rw-r--r-- | dev-php5/onphp/onphp-1.0.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-php5/onphp/ChangeLog b/dev-php5/onphp/ChangeLog index beaaa22cabdd..cd8212243305 100644 --- a/dev-php5/onphp/ChangeLog +++ b/dev-php5/onphp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/onphp # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.53 2008/01/05 22:12:11 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.54 2008/01/05 23:14:59 voxus Exp $ + + 05 Jan 2008; Konstantin V. Arkhipov <voxus@gentoo.org> + onphp-0.10.8.ebuild, onphp-1.0.0.ebuild: + License fixed. *onphp-1.0.0 (05 Jan 2008) diff --git a/dev-php5/onphp/onphp-0.10.8.ebuild b/dev-php5/onphp/onphp-0.10.8.ebuild index e884eb906a42..368a0e726186 100644 --- a/dev-php5/onphp/onphp-0.10.8.ebuild +++ b/dev-php5/onphp/onphp-0.10.8.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-0.10.8.ebuild,v 1.2 2008/01/05 22:12:11 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-0.10.8.ebuild,v 1.3 2008/01/05 23:14:59 voxus Exp $ inherit php-lib-r1 KEYWORDS="amd64 x86" -DESCRIPTION="onPHP is the GPL'ed multi-purpose object-oriented PHP framework." +DESCRIPTION="onPHP is the LGPL'ed multi-purpose object-oriented PHP framework." HOMEPAGE="http://onphp.org/" SRC_URI="http://onphp.org/download/${P}.tar.bz2 doc? ( http://onphp.org/download/${PN}-api-${PV}.tar.bz2 )" -LICENSE="GPL-2" +LICENSE="LGPL-3" SLOT="0" IUSE="doc" diff --git a/dev-php5/onphp/onphp-1.0.0.ebuild b/dev-php5/onphp/onphp-1.0.0.ebuild index 52986d63c89c..c6ab94c13b86 100644 --- a/dev-php5/onphp/onphp-1.0.0.ebuild +++ b/dev-php5/onphp/onphp-1.0.0.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-1.0.0.ebuild,v 1.1 2008/01/05 22:12:11 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-1.0.0.ebuild,v 1.2 2008/01/05 23:14:59 voxus Exp $ inherit php-lib-r1 KEYWORDS="~amd64 ~x86" -DESCRIPTION="onPHP is the GPL'ed multi-purpose object-oriented PHP framework." +DESCRIPTION="onPHP is the LGPL'ed multi-purpose object-oriented PHP framework." HOMEPAGE="http://onphp.org/" SRC_URI="http://onphp.org/download/${P}.tar.bz2 doc? ( http://onphp.org/download/${PN}-api-${PV}.tar.bz2 )" -LICENSE="GPL-2" +LICENSE="LGPL-2" SLOT="0" IUSE="doc" |