Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_CommandLine: metadata.xml ChangeLog PEAR-Console_CommandLine-1.1.3.ebuild
Date: Thu, 31 Mar 2011 18:29:27
Message-Id: 20110331182917.47D1120054@flycatcher.gentoo.org
1 olemarkus 11/03/31 18:29:17
2
3 Added: metadata.xml ChangeLog
4 PEAR-Console_CommandLine-1.1.3.ebuild
5 Log:
6 Initial version
7
8 (Portage version: 2.1.9.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 dev-php/PEAR-Console_CommandLine/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_CommandLine/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_CommandLine/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>php</herd>
22 <maintainer>
23 <email>olemarkus@g.o</email>
24 <name>Ole Markus With</name>
25 </maintainer>
26 <longdescription lang="en">
27 A full featured command line options and arguments parser
28 </longdescription>
29 </pkgmetadata>
30
31
32
33
34 1.1 dev-php/PEAR-Console_CommandLine/ChangeLog
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_CommandLine/ChangeLog?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_CommandLine/ChangeLog?rev=1.1&content-type=text/plain
38
39 Index: ChangeLog
40 ===================================================================
41 # ChangeLog for dev-php/PEAR-Console_Commandline
42 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
43 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/ChangeLog,v 1.1 2011/03/31 18:29:17 olemarkus Exp $
44
45 *PEAR-Console_Commandline-1.1.3 (31 Mar 2011)
46
47 31 Mar 2011; Ole Markus With <olemarkus@g.o>
48 +PEAR-Console_Commandline-1.1.3.ebuild, +metadata.xml:
49 Initial commit
50
51
52
53
54 1.1 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild
55
56 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
57 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
58
59 Index: PEAR-Console_CommandLine-1.1.3.ebuild
60 ===================================================================
61 # Copyright 1999-2011 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $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 $
64
65 EAPI="2"
66 inherit php-pear-r1
67
68 DESCRIPTION="A full featured command line options and arguments parser"
69
70 LICENSE="MIT"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE=""
74 DEPEND=">=dev-php/pear-1.4"
75
76 RDEPEND="${DEPEND}"
77
78 src_install() {
79 php-pear-r1_src_install
80 rm -r "${D}"/usr/share/php/tests
81 rm -r "${D}"/usr/share/php/docs
82 }