summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2008-07-14 17:53:18 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2008-07-14 17:53:18 +0000
commit145c91252eb00c050d0612d23fd7873c2da86be1 (patch)
tree02e5bf047751371fa448386246041202eeb93a54 /dev-php5/onphp
parent* bump (diff)
downloadgentoo-2-145c91252eb00c050d0612d23fd7873c2da86be1.tar.gz
gentoo-2-145c91252eb00c050d0612d23fd7873c2da86be1.tar.bz2
gentoo-2-145c91252eb00c050d0612d23fd7873c2da86be1.zip
* stabilization
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.9-mactel x86_64)
Diffstat (limited to 'dev-php5/onphp')
-rw-r--r--dev-php5/onphp/ChangeLog8
-rw-r--r--dev-php5/onphp/onphp-0.10.10.ebuild33
-rw-r--r--dev-php5/onphp/onphp-0.10.11.ebuild4
-rw-r--r--dev-php5/onphp/onphp-0.10.9.ebuild33
-rw-r--r--dev-php5/onphp/onphp-1.0.1.ebuild33
-rw-r--r--dev-php5/onphp/onphp-1.0.2.ebuild33
-rw-r--r--dev-php5/onphp/onphp-1.0.3.ebuild33
-rw-r--r--dev-php5/onphp/onphp-1.0.4.ebuild33
-rw-r--r--dev-php5/onphp/onphp-1.0.5.ebuild4
9 files changed, 11 insertions, 203 deletions
diff --git a/dev-php5/onphp/ChangeLog b/dev-php5/onphp/ChangeLog
index 3650e067aab9..1afe6c95df78 100644
--- a/dev-php5/onphp/ChangeLog
+++ b/dev-php5/onphp/ChangeLog
@@ -1,6 +1,12 @@
# 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.59 2008/06/17 13:19:08 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.60 2008/07/14 17:53:18 voxus Exp $
+
+ 14 Jul 2008; Konstantin V. Arkhipov <voxus@gentoo.org>
+ -onphp-0.10.9.ebuild, -onphp-0.10.10.ebuild, onphp-0.10.11.ebuild,
+ -onphp-1.0.1.ebuild, -onphp-1.0.2.ebuild, -onphp-1.0.3.ebuild,
+ -onphp-1.0.4.ebuild, onphp-1.0.5.ebuild:
+ Stabilization.
*onphp-1.0.5 (17 Jun 2008)
*onphp-0.10.11 (17 Jun 2008)
diff --git a/dev-php5/onphp/onphp-0.10.10.ebuild b/dev-php5/onphp/onphp-0.10.10.ebuild
deleted file mode 100644
index 3dbe7bc8cf17..000000000000
--- a/dev-php5/onphp/onphp-0.10.10.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.10.ebuild,v 1.1 2008/02/28 19:06:48 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-0.10.11.ebuild b/dev-php5/onphp/onphp-0.10.11.ebuild
index a0f72e6b7b91..174f69d7c219 100644
--- a/dev-php5/onphp/onphp-0.10.11.ebuild
+++ b/dev-php5/onphp/onphp-0.10.11.ebuild
@@ -1,10 +1,10 @@
# 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.11.ebuild,v 1.1 2008/06/17 13:19:08 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-0.10.11.ebuild,v 1.2 2008/07/14 17:53:18 voxus Exp $
inherit php-lib-r1
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
DESCRIPTION="onPHP is the LGPL'ed multi-purpose object-oriented PHP framework."
HOMEPAGE="http://onphp.org/"
diff --git a/dev-php5/onphp/onphp-0.10.9.ebuild b/dev-php5/onphp/onphp-0.10.9.ebuild
deleted file mode 100644
index 43f32ab51e9f..000000000000
--- a/dev-php5/onphp/onphp-0.10.9.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.9.ebuild,v 1.2 2008/02/28 19:06:48 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.1.ebuild b/dev-php5/onphp/onphp-1.0.1.ebuild
deleted file mode 100644
index c2829e4ab835..000000000000
--- a/dev-php5/onphp/onphp-1.0.1.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.1.ebuild,v 1.2 2008/02/28 19:06:48 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`
-}
diff --git a/dev-php5/onphp/onphp-1.0.2.ebuild b/dev-php5/onphp/onphp-1.0.2.ebuild
deleted file mode 100644
index a58e52b14395..000000000000
--- a/dev-php5/onphp/onphp-1.0.2.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.2.ebuild,v 1.1 2008/02/28 19:06:48 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`
-}
diff --git a/dev-php5/onphp/onphp-1.0.3.ebuild b/dev-php5/onphp/onphp-1.0.3.ebuild
deleted file mode 100644
index 96b76a1e4d02..000000000000
--- a/dev-php5/onphp/onphp-1.0.3.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.3.ebuild,v 1.1 2008/03/24 17:44:44 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`
-}
diff --git a/dev-php5/onphp/onphp-1.0.4.ebuild b/dev-php5/onphp/onphp-1.0.4.ebuild
deleted file mode 100644
index a844fc32e634..000000000000
--- a/dev-php5/onphp/onphp-1.0.4.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.4.ebuild,v 1.1 2008/03/30 19:50:57 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`
-}
diff --git a/dev-php5/onphp/onphp-1.0.5.ebuild b/dev-php5/onphp/onphp-1.0.5.ebuild
index 4b2a5ee69591..af03c5359f76 100644
--- a/dev-php5/onphp/onphp-1.0.5.ebuild
+++ b/dev-php5/onphp/onphp-1.0.5.ebuild
@@ -1,10 +1,10 @@
# 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.5.ebuild,v 1.1 2008/06/17 13:19:08 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-1.0.5.ebuild,v 1.2 2008/07/14 17:53:18 voxus Exp $
inherit php-lib-r1
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
DESCRIPTION="onPHP is the LGPL'ed multi-purpose object-oriented PHP framework."
HOMEPAGE="http://onphp.org/"