public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php5/ZendFramework: ChangeLog ZendFramework-1.7.2.ebuild ZendFramework-1.5.3.ebuild ZendFramework-1.6.0.ebuild
@ 2008-12-29 14:11 Bjarke Istrup Pedersen (gurligebis)
  0 siblings, 0 replies; only message in thread
From: Bjarke Istrup Pedersen (gurligebis) @ 2008-12-29 14:11 UTC (permalink / raw
  To: gentoo-commits

gurligebis    08/12/29 14:11:42

  Modified:             ChangeLog
  Added:                ZendFramework-1.7.2.ebuild
  Removed:              ZendFramework-1.5.3.ebuild
                        ZendFramework-1.6.0.ebuild
  Log:
  Bumping to 1.7.2 and removing old unstable versions
  (Portage version: 2.2_rc19/cvs/Linux 2.6.28 i686)

Revision  Changes    Path
1.35                 dev-php5/ZendFramework/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	23 Nov 2008 18:02:08 -0000	1.34
+++ ChangeLog	29 Dec 2008 14:11:42 -0000	1.35
@@ -1,6 +1,13 @@
 # ChangeLog for dev-php5/ZendFramework
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v 1.34 2008/11/23 18:02:08 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v 1.35 2008/12/29 14:11:42 gurligebis Exp $
+
+*ZendFramework-1.7.2 (29 Dec 2008)
+
+  29 Dec 2008; Bjarke Istrup Pedersen <gurligebis@gentoo.org>
+  -ZendFramework-1.5.3.ebuild, -ZendFramework-1.6.0.ebuild,
+  +ZendFramework-1.7.2.ebuild:
+  Bumping to 1.7.2 and removing old unstable versions
 
 *ZendFramework-1.7.0 (23 Nov 2008)
 



1.1                  dev-php5/ZendFramework/ZendFramework-1.7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.7.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.7.2.ebuild?rev=1.1&content-type=text/plain

Index: ZendFramework-1.7.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.7.2.ebuild,v 1.1 2008/12/29 14:11:42 gurligebis Exp $

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"

DEPEND=""
RDEPEND=""
need_php_by_category

src_unpack() {
	if use minimal ; then
		S="${WORKDIR}/${P}-minimal"
	fi

	unpack ${A}

	cd "${S}"
}

src_install() {
	php-lib-r1_src_install library/Zend $(cd library/Zend ; find . -type f -print)

	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 has not been installed."
	else
		elog "You have installed the full version of ZendFramework, which"
		elog "includde the Dojo toolkit, demos and tests."
		elog "To install without there, enable the minimal USE flag"
	fi
}






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

only message in thread, other threads:[~2008-12-29 14:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 14:11 [gentoo-commits] gentoo-x86 commit in dev-php5/ZendFramework: ChangeLog ZendFramework-1.7.2.ebuild ZendFramework-1.5.3.ebuild ZendFramework-1.6.0.ebuild Bjarke Istrup Pedersen (gurligebis)

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