diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-11-03 23:47:28 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-11-03 23:47:28 +0000 |
commit | 96e066c4651af9ae9b2581934921c30e29678421 (patch) | |
tree | 2ee654dcad506d5e30a47da639e44de3038dd64f /dev-php5/onphp | |
parent | create minor slotting compatible version (diff) | |
download | gentoo-2-96e066c4651af9ae9b2581934921c30e29678421.tar.gz gentoo-2-96e066c4651af9ae9b2581934921c30e29678421.tar.bz2 gentoo-2-96e066c4651af9ae9b2581934921c30e29678421.zip |
EAPI and version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/onphp')
-rw-r--r-- | dev-php5/onphp/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/onphp/onphp-0.10.12.ebuild | 33 | ||||
-rw-r--r-- | dev-php5/onphp/onphp-1.0.10.ebuild (renamed from dev-php5/onphp/onphp-1.0.8.ebuild) | 12 | ||||
-rw-r--r-- | dev-php5/onphp/onphp-1.0.7.ebuild | 33 |
4 files changed, 13 insertions, 75 deletions
diff --git a/dev-php5/onphp/ChangeLog b/dev-php5/onphp/ChangeLog index c0ca3d10cebe..52af4d8712a4 100644 --- a/dev-php5/onphp/ChangeLog +++ b/dev-php5/onphp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/onphp -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.64 2009/09/13 14:28:56 voxus Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.65 2010/11/03 23:47:28 mabi Exp $ + +*onphp-1.0.10 (03 Nov 2010) + + 03 Nov 2010; Matti Bickel <mabi@gentoo.org> -onphp-0.10.12.ebuild, + -onphp-1.0.7.ebuild, -onphp-1.0.8.ebuild, +onphp-1.0.10.ebuild: + EAPI and version bump *onphp-1.0.9 (13 Sep 2009) diff --git a/dev-php5/onphp/onphp-0.10.12.ebuild b/dev-php5/onphp/onphp-0.10.12.ebuild deleted file mode 100644 index 81718171093a..000000000000 --- a/dev-php5/onphp/onphp-0.10.12.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.12.ebuild,v 1.2 2008/12/31 17:39:09 voxus Exp $ - -inherit php-lib-r1 - -KEYWORDS="amd64 x86" - -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="LGPL-3" -SLOT="0" -IUSE="doc" - -DEPEND="" -RDEPEND="" - -need_php_by_category - -src_install() { - has_php - - dodoc `find doc -maxdepth 1 -type f -print` - - if use doc ; then - dohtml -r "${WORKDIR}/${PN}-api-${PV}/"* - fi - - php-lib-r1_src_install ./ global.inc.php.tpl - php-lib-r1_src_install ./ `find core main meta -type f -print` -} diff --git a/dev-php5/onphp/onphp-1.0.8.ebuild b/dev-php5/onphp/onphp-1.0.10.ebuild index 522b0c84a313..a51b4fbb0313 100644 --- a/dev-php5/onphp/onphp-1.0.8.ebuild +++ b/dev-php5/onphp/onphp-1.0.10.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-1.0.8.ebuild,v 1.1 2008/12/31 17:39:09 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-1.0.10.ebuild,v 1.1 2010/11/03 23:47:28 mabi Exp $ + +EAPI="3" inherit php-lib-r1 @@ -15,13 +17,9 @@ SLOT="0" IUSE="doc" DEPEND="" -RDEPEND="" - -need_php_by_category +RDEPEND="dev-lang/php" src_install() { - has_php - dodoc `find doc -maxdepth 1 -type f -print` if use doc ; then diff --git a/dev-php5/onphp/onphp-1.0.7.ebuild b/dev-php5/onphp/onphp-1.0.7.ebuild deleted file mode 100644 index 2fc6803b4bd8..000000000000 --- a/dev-php5/onphp/onphp-1.0.7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.7.ebuild,v 1.2 2008/12/31 17:39:09 voxus Exp $ - -inherit php-lib-r1 - -KEYWORDS="amd64 x86" - -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="LGPL-2" -SLOT="0" -IUSE="doc" - -DEPEND="" -RDEPEND="" - -need_php_by_category - -src_install() { - has_php - - dodoc `find doc -maxdepth 1 -type f -print` - - if use doc ; then - dohtml -r "${WORKDIR}/${PN}-api-${PV}/"* - fi - - php-lib-r1_src_install ./ global.inc.php.tpl - php-lib-r1_src_install ./ `find core main meta -type f -print` -} |