public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_Commandline: metadata.xml ChangeLog PEAR-Console_CommandLine-1.1.3.ebuild
@ 2011-03-31 16:39 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 2+ messages in thread
From: Ole Markus With (olemarkus) @ 2011-03-31 16:39 UTC (permalink / raw
  To: gentoo-commits

olemarkus    11/03/31 16:39:05

  Added:                metadata.xml ChangeLog
                        PEAR-Console_CommandLine-1.1.3.ebuild
  Log:
  Initial version
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-php/PEAR-Console_Commandline/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Commandline/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Commandline/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>php</herd>
<maintainer>
<email>olemarkus@gentoo.org</email>
<name>Ole Markus With</name>
</maintainer>
<longdescription lang="en">
A full featured command line options and arguments parser
</longdescription>
</pkgmetadata>




1.1                  dev-php/PEAR-Console_Commandline/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-php/PEAR-Console_Commandline
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Commandline/ChangeLog,v 1.1 2011/03/31 16:39:05 olemarkus Exp $

*PEAR-Console_Commandline-1.1.3 (31 Mar 2011)

  31 Mar 2011; Ole Markus With <olemarkus@gentoo.org>
  +PEAR-Console_Commandline-1.1.3.ebuild, +metadata.xml:
  Initial commit




1.1                  dev-php/PEAR-Console_Commandline/PEAR-Console_CommandLine-1.1.3.ebuild

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

Index: PEAR-Console_CommandLine-1.1.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Commandline/PEAR-Console_CommandLine-1.1.3.ebuild,v 1.1 2011/03/31 16:39:05 olemarkus Exp $

EAPI="2"
inherit php-pear-r1

DESCRIPTION="A full featured command line options and arguments parser"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-php/pear-1.4"

RDEPEND="${DEPEND}"

src_install() {
	php-pear-r1_src_install
	rm -r "${D}"/usr/share/php/tests
	rm -r "${D}"/usr/share/php/docs
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_CommandLine: metadata.xml ChangeLog PEAR-Console_CommandLine-1.1.3.ebuild
@ 2011-03-31 18:29 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 2+ messages in thread
From: Ole Markus With (olemarkus) @ 2011-03-31 18:29 UTC (permalink / raw
  To: gentoo-commits

olemarkus    11/03/31 18:29:17

  Added:                metadata.xml ChangeLog
                        PEAR-Console_CommandLine-1.1.3.ebuild
  Log:
  Initial version
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-php/PEAR-Console_CommandLine/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_CommandLine/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_CommandLine/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>php</herd>
<maintainer>
<email>olemarkus@gentoo.org</email>
<name>Ole Markus With</name>
</maintainer>
<longdescription lang="en">
A full featured command line options and arguments parser
</longdescription>
</pkgmetadata>




1.1                  dev-php/PEAR-Console_CommandLine/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-php/PEAR-Console_Commandline
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/ChangeLog,v 1.1 2011/03/31 18:29:17 olemarkus Exp $

*PEAR-Console_Commandline-1.1.3 (31 Mar 2011)

  31 Mar 2011; Ole Markus With <olemarkus@gentoo.org>
  +PEAR-Console_Commandline-1.1.3.ebuild, +metadata.xml:
  Initial commit




1.1                  dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild

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

Index: PEAR-Console_CommandLine-1.1.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild,v 1.1 2011/03/31 18:29:17 olemarkus Exp $

EAPI="2"
inherit php-pear-r1

DESCRIPTION="A full featured command line options and arguments parser"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-php/pear-1.4"

RDEPEND="${DEPEND}"

src_install() {
	php-pear-r1_src_install
	rm -r "${D}"/usr/share/php/tests
	rm -r "${D}"/usr/share/php/docs
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-31 18:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 16:39 [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_Commandline: metadata.xml ChangeLog PEAR-Console_CommandLine-1.1.3.ebuild Ole Markus With (olemarkus)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-31 18:29 [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_CommandLine: " 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