public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php5/onphp: ChangeLog onphp-0.10.8.ebuild onphp-1.0.0.ebuild onphp-0.10.0.ebuild
@ 2008-01-05 22:12 Konstantin Arkhipov (voxus)
  0 siblings, 0 replies; only message in thread
From: Konstantin Arkhipov (voxus) @ 2008-01-05 22:12 UTC (permalink / raw
  To: gentoo-commits

voxus       08/01/05 22:12:11

  Modified:             ChangeLog onphp-0.10.8.ebuild
  Added:                onphp-1.0.0.ebuild
  Removed:              onphp-0.10.0.ebuild
  Log:
  * bump
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.53                 dev-php5/onphp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	9 Dec 2007 19:28:48 -0000	1.52
+++ ChangeLog	5 Jan 2008 22:12:11 -0000	1.53
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php5/onphp
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.52 2007/12/09 19:28:48 voxus Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.53 2008/01/05 22:12:11 voxus Exp $
+
+*onphp-1.0.0 (05 Jan 2008)
+
+  05 Jan 2008; Konstantin V. Arkhipov <voxus@gentoo.org>
+  -onphp-0.10.0.ebuild, onphp-0.10.8.ebuild, +onphp-1.0.0.ebuild:
+  Version bump.
 
 *onphp-0.10.8 (09 Dec 2007)
 



1.2                  dev-php5/onphp/onphp-0.10.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.8.ebuild?r1=1.1&r2=1.2

Index: onphp-0.10.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-0.10.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- onphp-0.10.8.ebuild	9 Dec 2007 19:28:48 -0000	1.1
+++ onphp-0.10.8.ebuild	5 Jan 2008 22:12:11 -0000	1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.8.ebuild,v 1.1 2007/12/09 19:28:48 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-0.10.8.ebuild,v 1.2 2008/01/05 22:12:11 voxus Exp $
 
 inherit php-lib-r1
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="onPHP is the GPL'ed multi-purpose object-oriented PHP framework."
 HOMEPAGE="http://onphp.org/"



1.1                  dev-php5/onphp/onphp-1.0.0.ebuild

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

Index: onphp-1.0.0.ebuild
===================================================================
# 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.0.ebuild,v 1.1 2008/01/05 22:12:11 voxus Exp $

inherit php-lib-r1

KEYWORDS="~amd64 ~x86"

DESCRIPTION="onPHP is the GPL'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="GPL-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`
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2008-01-05 22:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-05 22:12 [gentoo-commits] gentoo-x86 commit in dev-php5/onphp: ChangeLog onphp-0.10.8.ebuild onphp-1.0.0.ebuild onphp-0.10.0.ebuild Konstantin Arkhipov (voxus)

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