* [gentoo-commits] gentoo-x86 commit in dev-php/yaml: yaml-1.0.5.ebuild
@ 2011-03-26 12:12 Ole Markus With (olemarkus)
0 siblings, 0 replies; 3+ messages in thread
From: Ole Markus With (olemarkus) @ 2011-03-26 12:12 UTC (permalink / raw
To: gentoo-commits
olemarkus 11/03/26 12:12:07
Modified: yaml-1.0.5.ebuild
Log:
Fixed pear channel name
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.2 dev-php/yaml/yaml-1.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild?r1=1.1&r2=1.2
Index: yaml-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yaml-1.0.5.ebuild 26 Mar 2011 12:04:20 -0000 1.1
+++ yaml-1.0.5.ebuild 26 Mar 2011 12:12:07 -0000 1.2
@@ -1,18 +1,17 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v 1.1 2011/03/26 12:04:20 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v 1.2 2011/03/26 12:12:07 olemarkus Exp $
EAPI=3
-PHP_PEAR_CHANNEL="pear.phpunit.de"
-PHP_PEAR_PN="PHPUnit"
+PHP_PEAR_CHANNEL="pear.symfony-project.com"
+PHP_PEAR_PN="YAML"
inherit php-pear-lib-r1
DESCRIPTION="The Symfony YAML Component."
HOMEPAGE="http://symfony-project.com/"
-SRC_URI=""
LICENSE="MIT"
SLOT="0"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/yaml: yaml-1.0.5.ebuild
@ 2011-03-26 22:48 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-03-26 22:48 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 11/03/26 22:48:53
Modified: yaml-1.0.5.ebuild
Log:
whitespace
(Portage version: 2.1.9.42/cvs/Linux i686)
Revision Changes Path
1.3 dev-php/yaml/yaml-1.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild?r1=1.2&r2=1.3
Index: yaml-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yaml-1.0.5.ebuild 26 Mar 2011 12:12:07 -0000 1.2
+++ yaml-1.0.5.ebuild 26 Mar 2011 22:48:53 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v 1.2 2011/03/26 12:12:07 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v 1.3 2011/03/26 22:48:53 mr_bones_ Exp $
EAPI=3
@@ -9,7 +9,6 @@
inherit php-pear-lib-r1
-
DESCRIPTION="The Symfony YAML Component."
HOMEPAGE="http://symfony-project.com/"
@@ -20,4 +19,3 @@
DEPEND=""
RDEPEND="${DEPEND}"
-
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/yaml: yaml-1.0.5.ebuild
@ 2011-04-16 12:51 Ole Markus With (olemarkus)
0 siblings, 0 replies; 3+ messages in thread
From: Ole Markus With (olemarkus) @ 2011-04-16 12:51 UTC (permalink / raw
To: gentoo-commits
olemarkus 11/04/16 12:51:49
Modified: yaml-1.0.5.ebuild
Log:
Added support for local channel.xml
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-php/yaml/yaml-1.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild?r1=1.3&r2=1.4
Index: yaml-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaml-1.0.5.ebuild 26 Mar 2011 22:48:53 -0000 1.3
+++ yaml-1.0.5.ebuild 16 Apr 2011 12:51:49 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v 1.3 2011/03/26 22:48:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v 1.4 2011/04/16 12:51:49 olemarkus Exp $
EAPI=3
-PHP_PEAR_CHANNEL="pear.symfony-project.com"
+PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
PHP_PEAR_PN="YAML"
inherit php-pear-lib-r1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-04-16 12:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 22:48 [gentoo-commits] gentoo-x86 commit in dev-php/yaml: yaml-1.0.5.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2011-04-16 12:51 Ole Markus With (olemarkus)
2011-03-26 12:12 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