public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/agavi: ChangeLog agavi-1.0.4.ebuild agavi-1.0.3.ebuild
@ 2011-03-06 11:17 Ole Markus With (olemarkus)
  0 siblings, 0 replies; only message in thread
From: Ole Markus With (olemarkus) @ 2011-03-06 11:17 UTC (permalink / raw
  To: gentoo-commits

olemarkus    11/03/06 11:17:22

  Modified:             ChangeLog
  Added:                agavi-1.0.4.ebuild
  Removed:              agavi-1.0.3.ebuild
  Log:
  Version bump. Also removed older versions
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-php/agavi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/agavi/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/agavi/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/agavi/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/agavi/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	6 Mar 2011 11:04:39 -0000	1.4
+++ ChangeLog	6 Mar 2011 11:17:22 -0000	1.5
@@ -1,6 +1,11 @@
-# ChangeLog for dev-php5/agavi
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/agavi/ChangeLog,v 1.4 2011/03/06 11:04:39 olemarkus Exp $
+# ChangeLog for dev-php/agavi
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/agavi/ChangeLog,v 1.5 2011/03/06 11:17:22 olemarkus Exp $
+
+*agavi-1.0.4 (06 Mar 2011)
+
+  06 Mar 2011; <olemarkus@gentoo.org> -agavi-1.0.3.ebuild, +agavi-1.0.4.ebuild:
+  Version bump
 
   04 Jul 2010; Matti Bickel <mabi@gentoo.org> agavi-1.0.3.ebuild:
   agavi uses phpdoc tasks from phing and needs PhpDocumentor for this (bug



1.1                  dev-php/agavi/agavi-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/agavi/agavi-1.0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/agavi/agavi-1.0.4.ebuild?rev=1.1&content-type=text/plain

Index: agavi-1.0.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/agavi/agavi-1.0.4.ebuild,v 1.1 2011/03/06 11:17:22 olemarkus Exp $

EAPI="2"

inherit php-pear-lib-r1

KEYWORDS="~amd64 ~x86"

DESCRIPTION="PHP5 MVC Application Framework."
HOMEPAGE="http://www.agavi.org/"
SRC_URI="http://www.agavi.org/download/${PV}.tgz"
LICENSE="LGPL-2.1 as-is public-domain CCPL-Attribution-ShareAlike-2.5"
SLOT="0"
IUSE=""

# currently fails to install with dev-php/PEAR-PEAR_PackageFileManager-1.7.0
DEPEND="
	>=dev-lang/php-5[xml]
	|| ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
	>=dev-php/PEAR-PEAR-1.6.2-r1
	>=dev-php/phing-2.2.0[-minimal]
	<dev-php/PEAR-PEAR_PackageFileManager-1.7.0
	"

RDEPEND="
	>=dev-php/phing-2.2.0
	"

src_compile() {
	cd "${WORKDIR}/${PV}"
	phing package-pear || die "failed to build pear package"
}

src_install() {
	cd "${WORKDIR}"/${PV}
	cp -pPR pear-build/ "${WORKDIR}"/${P} || die "failed to copy pear package"
	cp pear-build/package.xml "${WORKDIR}" || die "failed to copy package.xml"
	cd "${S}"
	php-pear-lib-r1_src_install
}






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

only message in thread, other threads:[~2011-03-06 11:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-06 11:17 [gentoo-commits] gentoo-x86 commit in dev-php/agavi: ChangeLog agavi-1.0.4.ebuild agavi-1.0.3.ebuild Ole Markus With (olemarkus)

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