public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/php:master commit in: dev-php5/doctrine/, dev-php5/ZendFramework/
@ 2011-06-05 12:33 Ole Markus With
  0 siblings, 0 replies; only message in thread
From: Ole Markus With @ 2011-06-05 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3e187da1e084ada4676fd054f9bf70a626e42764
Author:     Ole Markus With <olemarkus <AT> olemarkus <DOT> org>
AuthorDate: Sun Jun  5 12:30:44 2011 +0000
Commit:     Ole Markus With <olemarkus <AT> olemarkus <DOT> org>
CommitDate: Sun Jun  5 12:31:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/php.git;a=commit;h=3e187da1

Removed older versions

---
 dev-php5/ZendFramework/Manifest                    |    5 -
 dev-php5/ZendFramework/ZendFramework-1.10.7.ebuild |   79 --------------------
 dev-php5/doctrine/doctrine-1.2.2.ebuild            |   32 --------
 3 files changed, 0 insertions(+), 116 deletions(-)

diff --git a/dev-php5/ZendFramework/Manifest b/dev-php5/ZendFramework/Manifest
deleted file mode 100644
index 7f328b7..0000000
--- a/dev-php5/ZendFramework/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST ZendFramework-1.10.7-apidoc.tar.gz 7411414 RMD160 c16922f034d92a2a685ea6eba66a9447cc7a4570 SHA1 5070aed2af856c668040bcf14b24d9cd40908c53 SHA256 8484fdb8dcb5b505547bcfc0cbd763a8c515ad45113f04178e91c0ffeb29fae9
-DIST ZendFramework-1.10.7-manual-en.tar.gz 3340442 RMD160 352ec26314f01d0cd8c95d61e0b3a89c3dd832b2 SHA1 3f59c41dada9e8ff6b28739398bce2253e6c2117 SHA256 83b7e2a42937c769fb4d9fb2c7681364f10ee5c84defed4315250b165ca9f6b8
-DIST ZendFramework-1.10.7-minimal.tar.gz 3609724 RMD160 3ea5bb8cb5814efbf0d971802ba06520694a2722 SHA1 afe4bcd5acec4060907f8a51b6d1ab25ee62db22 SHA256 11f04c024e524b6396df1de2b7d3221ab5666a284b3056c5ead4bdc994d268a5
-DIST ZendFramework-1.10.7.tar.gz 18859249 RMD160 a93518d99b259fec51e066607b32bb0ef9eaa977 SHA1 f847e679d4a3d72fe5bb10515b2a835edc61cf57 SHA256 4089038b2817d283d355751acc770271b5a7bd1bbd2fab28045b81dc556d3277
-EBUILD ZendFramework-1.10.7.ebuild 2038 RMD160 07a56f37647a36ead595d999c05d03acc28a40b4 SHA1 8e2567abe2287a5bff88d0dae701c6b60f71c231 SHA256 51f4e48477f11f3ff2f8649222253f1e54a9b234cebd2d12761ce04000559f8f

diff --git a/dev-php5/ZendFramework/ZendFramework-1.10.7.ebuild b/dev-php5/ZendFramework/ZendFramework-1.10.7.ebuild
deleted file mode 100644
index e3bbcb2..0000000
--- a/dev-php5/ZendFramework/ZendFramework-1.10.7.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.10.3.ebuild,v 1.1 2010/04/03 12:43:18 gurligebis Exp $
-
-EAPI="2"
-
-PHP_LIB_NAME="Zend"
-
-inherit php-lib-r1
-
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="Zend Framework is a high quality and open source framework for developing Web Applications."
-HOMEPAGE="http://framework.zend.com/"
-SRC_URI="!minimal? ( http://framework.zend.com/releases/${P}/${P}.tar.gz )
-	minimal? ( http://framework.zend.com/releases/${P}/${P}-minimal.tar.gz )
-	doc? (
-		http://framework.zend.com/releases/${P}/${P}-apidoc.tar.gz
-		http://framework.zend.com/releases/${P}/${P}-manual-en.tar.gz )"
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc examples minimal cli"
-
-DEPEND="cli? ( dev-lang/php[simplexml,tokenizer] )"
-RDEPEND="${DEPEND}"
-need_php_by_category
-
-src_prepare() {
-	if use minimal ; then
-		S="${WORKDIR}/${P}-minimal"
-		if use doc ; then
-			mv "${WORKDIR}/${P}/documentation" "${S}"
-		fi
-	fi
-}
-
-src_install() {
-	if use cli ; then
-		insinto /usr/bin
-		doins bin/zf.php
-		dobin bin/zf.sh
-		dosym /usr/bin/zf.sh /usr/bin/zf
-	fi
-	php-lib-r1_src_install library/Zend $(cd library/Zend ; find . -type f -print)
-
-	if ! use minimal ; then
-		insinto /usr/share/php5
-		doins -r externals/dojo
-	fi
-
-	if use examples ; then
-		insinto /usr/share/doc/${PF}
-
-		if ! use minimal ; then
-			doins -r demos
-		fi
-	fi
-
-	dodoc README.txt
-	if use doc ; then
-		dohtml -r documentation/*
-	fi
-}
-
-pkg_postinst() {
-	elog "For more info, please take a look at the manual at:"
-	elog "http://framework.zend.com/manual"
-	elog ""
-
-	if use minimal; then
-		elog "You have installed the minimal version of ZendFramework,"
-		elog "so the Dojo toolkit, demos and tests have not been installed."
-	else
-		elog "You have installed the full version of ZendFramework, which"
-		elog "includes the Dojo toolkit, demos and tests."
-		elog "To install ZendFramework without these, enable the"
-		elog "minimal USE flag."
-	fi
-}

diff --git a/dev-php5/doctrine/doctrine-1.2.2.ebuild b/dev-php5/doctrine/doctrine-1.2.2.ebuild
deleted file mode 100644
index 86bb90d..0000000
--- a/dev-php5/doctrine/doctrine-1.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/doctrine/doctrine-1.2.1.ebuild,v 1.1 2010/01/02 00:15:40 yngwin Exp $
-
-EAPI="2"
-inherit depend.php
-
-MY_P="Doctrine-${PV}"
-DESCRIPTION="An object relational mapper for PHP5"
-HOMEPAGE="http://www.doctrine-project.org/"
-SRC_URI="http://www.doctrine-project.org/downloads/${MY_P}.tgz"
-
-LICENSE="LGPL-2.1 MIT BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/php-5.2.3[cli,pdo]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-need_php_by_category
-
-src_install() {
-	has_php
-
-	insinto /usr/share/php5/Doctrine
-	doins -r lib/*
-
-	dodoc-php CHANGELOG
-}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-05 12:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-05 12:33 [gentoo-commits] proj/php:master commit in: dev-php5/doctrine/, dev-php5/ZendFramework/ Ole Markus With

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox