Skip to content

Commit 7e6e51b

Browse files
committed
Change namespace from pear2 to PEAR2, as approved by the PEAR Group.
1 parent 8bbbbdc commit 7e6e51b

File tree

80 files changed

+416
-416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+416
-416
lines changed

makepackage.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535

3636
require_once $basedir . '/autoload.php';
3737

38-
new \pear2\Pyrus\Developer\PackageFile\PEAR2SVN(
38+
new \PEAR2\Pyrus\Developer\PackageFile\PEAR2SVN(
3939
__DIR__,
4040
'PEAR2_Console_CommandLine'
4141
);
4242

43-
$package = new \pear2\Pyrus\Package('package.xml');
43+
$package = new \PEAR2\Pyrus\Package('package.xml');
4444
$outfile = $package->name . '-' . $package->version['release'];
45-
$creator = new \pear2\Pyrus\Package\Creator(
46-
new \pear2\Pyrus\Developer\Creator\Phar($outfile . '.tgz', false, Phar::TAR, Phar::GZ),
45+
$creator = new \PEAR2\Pyrus\Package\Creator(
46+
new \PEAR2\Pyrus\Developer\Creator\Phar($outfile . '.tgz', false, Phar::TAR, Phar::GZ),
4747
$basedir . '/Exception/src',
4848
$basedir . '/Autoload/src',
4949
$basedir . '/MultiErrors/src'

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This release is in sync with pear.php.net/Console_CommandLine-1.1.3
5858
<file role="doc" name="ex4.php"/>
5959
<file role="doc" name="ex4.xml"/>
6060
</dir>
61-
<dir name="src" baseinstalldir="pear2">
61+
<dir name="src" baseinstalldir="PEAR2">
6262
<dir name="Console">
6363
<dir name="CommandLine">
6464
<dir name="Action">

package_compatible.xml

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -97,34 +97,34 @@ This release is in sync with pear.php.net/Console_CommandLine-1.1.3
9797
<file role="test" name="test/PEAR2_Console_CommandLine/pear2.php.net/console_commandline_addargument.phpt"/>
9898
<file role="test" name="test/PEAR2_Console_CommandLine/pear2.php.net/console_commandline_accept.phpt"/>
9999
<file role="test" name="test/PEAR2_Console_CommandLine/pear2.php.net/AllTests.php"/>
100-
<file role="php" name="php/pear2/Console/CommandLine/XmlParser.php"/>
101-
<file role="php" name="php/pear2/Console/CommandLine/Result.php"/>
102-
<file role="php" name="php/pear2/Console/CommandLine/Renderer/Default.php"/>
103-
<file role="php" name="php/pear2/Console/CommandLine/Renderer.php"/>
104-
<file role="php" name="php/pear2/Console/CommandLine/Outputter/Default.php"/>
105-
<file role="php" name="php/pear2/Console/CommandLine/Outputter.php"/>
106-
<file role="php" name="php/pear2/Console/CommandLine/Option.php"/>
107-
<file role="php" name="php/pear2/Console/CommandLine/MessageProvider/Default.php"/>
108-
<file role="php" name="php/pear2/Console/CommandLine/MessageProvider.php"/>
109-
<file role="php" name="php/pear2/Console/CommandLine/Exception.php"/>
110-
<file role="php" name="php/pear2/Console/CommandLine/Element.php"/>
111-
<file role="php" name="php/pear2/Console/CommandLine/CustomMessageProvider.php"/>
112-
<file role="php" name="php/pear2/Console/CommandLine/Command.php"/>
113-
<file role="php" name="php/pear2/Console/CommandLine/Argument.php"/>
114-
<file role="php" name="php/pear2/Console/CommandLine/Action/Version.php"/>
115-
<file role="php" name="php/pear2/Console/CommandLine/Action/StoreTrue.php"/>
116-
<file role="php" name="php/pear2/Console/CommandLine/Action/StoreString.php"/>
117-
<file role="php" name="php/pear2/Console/CommandLine/Action/StoreInt.php"/>
118-
<file role="php" name="php/pear2/Console/CommandLine/Action/StoreFloat.php"/>
119-
<file role="php" name="php/pear2/Console/CommandLine/Action/StoreFalse.php"/>
120-
<file role="php" name="php/pear2/Console/CommandLine/Action/StoreArray.php"/>
121-
<file role="php" name="php/pear2/Console/CommandLine/Action/Password.php"/>
122-
<file role="php" name="php/pear2/Console/CommandLine/Action/List.php"/>
123-
<file role="php" name="php/pear2/Console/CommandLine/Action/Help.php"/>
124-
<file role="php" name="php/pear2/Console/CommandLine/Action/Counter.php"/>
125-
<file role="php" name="php/pear2/Console/CommandLine/Action/Callback.php"/>
126-
<file role="php" name="php/pear2/Console/CommandLine/Action.php"/>
127-
<file role="php" name="php/pear2/Console/CommandLine.php"/>
100+
<file role="php" name="php/PEAR2/Console/CommandLine/XmlParser.php"/>
101+
<file role="php" name="php/PEAR2/Console/CommandLine/Result.php"/>
102+
<file role="php" name="php/PEAR2/Console/CommandLine/Renderer/Default.php"/>
103+
<file role="php" name="php/PEAR2/Console/CommandLine/Renderer.php"/>
104+
<file role="php" name="php/PEAR2/Console/CommandLine/Outputter/Default.php"/>
105+
<file role="php" name="php/PEAR2/Console/CommandLine/Outputter.php"/>
106+
<file role="php" name="php/PEAR2/Console/CommandLine/Option.php"/>
107+
<file role="php" name="php/PEAR2/Console/CommandLine/MessageProvider/Default.php"/>
108+
<file role="php" name="php/PEAR2/Console/CommandLine/MessageProvider.php"/>
109+
<file role="php" name="php/PEAR2/Console/CommandLine/Exception.php"/>
110+
<file role="php" name="php/PEAR2/Console/CommandLine/Element.php"/>
111+
<file role="php" name="php/PEAR2/Console/CommandLine/CustomMessageProvider.php"/>
112+
<file role="php" name="php/PEAR2/Console/CommandLine/Command.php"/>
113+
<file role="php" name="php/PEAR2/Console/CommandLine/Argument.php"/>
114+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/Version.php"/>
115+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/StoreTrue.php"/>
116+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/StoreString.php"/>
117+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/StoreInt.php"/>
118+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/StoreFloat.php"/>
119+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/StoreFalse.php"/>
120+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/StoreArray.php"/>
121+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/Password.php"/>
122+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/List.php"/>
123+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/Help.php"/>
124+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/Counter.php"/>
125+
<file role="php" name="php/PEAR2/Console/CommandLine/Action/Callback.php"/>
126+
<file role="php" name="php/PEAR2/Console/CommandLine/Action.php"/>
127+
<file role="php" name="php/PEAR2/Console/CommandLine.php"/>
128128
<file role="doc" name="doc/PEAR2_Console_CommandLine/pear2.php.net/examples/examples/ex4.xml"/>
129129
<file role="doc" name="doc/PEAR2_Console_CommandLine/pear2.php.net/examples/examples/ex4.php"/>
130130
<file role="doc" name="doc/PEAR2_Console_CommandLine/pear2.php.net/examples/examples/ex3.php"/>
@@ -153,34 +153,34 @@ This release is in sync with pear.php.net/Console_CommandLine-1.1.3
153153
<install name="doc/PEAR2_Console_CommandLine/pear2.php.net/examples/examples/ex3.php" as="pear2.php.net/examples/examples/ex3.php"/>
154154
<install name="doc/PEAR2_Console_CommandLine/pear2.php.net/examples/examples/ex4.php" as="pear2.php.net/examples/examples/ex4.php"/>
155155
<install name="doc/PEAR2_Console_CommandLine/pear2.php.net/examples/examples/ex4.xml" as="pear2.php.net/examples/examples/ex4.xml"/>
156-
<install name="php/pear2/Console/CommandLine.php" as="pear2/Console/CommandLine.php"/>
157-
<install name="php/pear2/Console/CommandLine/Action.php" as="pear2/Console/CommandLine/Action.php"/>
158-
<install name="php/pear2/Console/CommandLine/Action/Callback.php" as="pear2/Console/CommandLine/Action/Callback.php"/>
159-
<install name="php/pear2/Console/CommandLine/Action/Counter.php" as="pear2/Console/CommandLine/Action/Counter.php"/>
160-
<install name="php/pear2/Console/CommandLine/Action/Help.php" as="pear2/Console/CommandLine/Action/Help.php"/>
161-
<install name="php/pear2/Console/CommandLine/Action/List.php" as="pear2/Console/CommandLine/Action/List.php"/>
162-
<install name="php/pear2/Console/CommandLine/Action/Password.php" as="pear2/Console/CommandLine/Action/Password.php"/>
163-
<install name="php/pear2/Console/CommandLine/Action/StoreArray.php" as="pear2/Console/CommandLine/Action/StoreArray.php"/>
164-
<install name="php/pear2/Console/CommandLine/Action/StoreFalse.php" as="pear2/Console/CommandLine/Action/StoreFalse.php"/>
165-
<install name="php/pear2/Console/CommandLine/Action/StoreFloat.php" as="pear2/Console/CommandLine/Action/StoreFloat.php"/>
166-
<install name="php/pear2/Console/CommandLine/Action/StoreInt.php" as="pear2/Console/CommandLine/Action/StoreInt.php"/>
167-
<install name="php/pear2/Console/CommandLine/Action/StoreString.php" as="pear2/Console/CommandLine/Action/StoreString.php"/>
168-
<install name="php/pear2/Console/CommandLine/Action/StoreTrue.php" as="pear2/Console/CommandLine/Action/StoreTrue.php"/>
169-
<install name="php/pear2/Console/CommandLine/Action/Version.php" as="pear2/Console/CommandLine/Action/Version.php"/>
170-
<install name="php/pear2/Console/CommandLine/Argument.php" as="pear2/Console/CommandLine/Argument.php"/>
171-
<install name="php/pear2/Console/CommandLine/Command.php" as="pear2/Console/CommandLine/Command.php"/>
172-
<install name="php/pear2/Console/CommandLine/CustomMessageProvider.php" as="pear2/Console/CommandLine/CustomMessageProvider.php"/>
173-
<install name="php/pear2/Console/CommandLine/Element.php" as="pear2/Console/CommandLine/Element.php"/>
174-
<install name="php/pear2/Console/CommandLine/Exception.php" as="pear2/Console/CommandLine/Exception.php"/>
175-
<install name="php/pear2/Console/CommandLine/MessageProvider.php" as="pear2/Console/CommandLine/MessageProvider.php"/>
176-
<install name="php/pear2/Console/CommandLine/MessageProvider/Default.php" as="pear2/Console/CommandLine/MessageProvider/Default.php"/>
177-
<install name="php/pear2/Console/CommandLine/Option.php" as="pear2/Console/CommandLine/Option.php"/>
178-
<install name="php/pear2/Console/CommandLine/Outputter.php" as="pear2/Console/CommandLine/Outputter.php"/>
179-
<install name="php/pear2/Console/CommandLine/Outputter/Default.php" as="pear2/Console/CommandLine/Outputter/Default.php"/>
180-
<install name="php/pear2/Console/CommandLine/Renderer.php" as="pear2/Console/CommandLine/Renderer.php"/>
181-
<install name="php/pear2/Console/CommandLine/Renderer/Default.php" as="pear2/Console/CommandLine/Renderer/Default.php"/>
182-
<install name="php/pear2/Console/CommandLine/Result.php" as="pear2/Console/CommandLine/Result.php"/>
183-
<install name="php/pear2/Console/CommandLine/XmlParser.php" as="pear2/Console/CommandLine/XmlParser.php"/>
156+
<install name="php/PEAR2/Console/CommandLine.php" as="PEAR2/Console/CommandLine.php"/>
157+
<install name="php/PEAR2/Console/CommandLine/Action.php" as="PEAR2/Console/CommandLine/Action.php"/>
158+
<install name="php/PEAR2/Console/CommandLine/Action/Callback.php" as="PEAR2/Console/CommandLine/Action/Callback.php"/>
159+
<install name="php/PEAR2/Console/CommandLine/Action/Counter.php" as="PEAR2/Console/CommandLine/Action/Counter.php"/>
160+
<install name="php/PEAR2/Console/CommandLine/Action/Help.php" as="PEAR2/Console/CommandLine/Action/Help.php"/>
161+
<install name="php/PEAR2/Console/CommandLine/Action/List.php" as="PEAR2/Console/CommandLine/Action/List.php"/>
162+
<install name="php/PEAR2/Console/CommandLine/Action/Password.php" as="PEAR2/Console/CommandLine/Action/Password.php"/>
163+
<install name="php/PEAR2/Console/CommandLine/Action/StoreArray.php" as="PEAR2/Console/CommandLine/Action/StoreArray.php"/>
164+
<install name="php/PEAR2/Console/CommandLine/Action/StoreFalse.php" as="PEAR2/Console/CommandLine/Action/StoreFalse.php"/>
165+
<install name="php/PEAR2/Console/CommandLine/Action/StoreFloat.php" as="PEAR2/Console/CommandLine/Action/StoreFloat.php"/>
166+
<install name="php/PEAR2/Console/CommandLine/Action/StoreInt.php" as="PEAR2/Console/CommandLine/Action/StoreInt.php"/>
167+
<install name="php/PEAR2/Console/CommandLine/Action/StoreString.php" as="PEAR2/Console/CommandLine/Action/StoreString.php"/>
168+
<install name="php/PEAR2/Console/CommandLine/Action/StoreTrue.php" as="PEAR2/Console/CommandLine/Action/StoreTrue.php"/>
169+
<install name="php/PEAR2/Console/CommandLine/Action/Version.php" as="PEAR2/Console/CommandLine/Action/Version.php"/>
170+
<install name="php/PEAR2/Console/CommandLine/Argument.php" as="PEAR2/Console/CommandLine/Argument.php"/>
171+
<install name="php/PEAR2/Console/CommandLine/Command.php" as="PEAR2/Console/CommandLine/Command.php"/>
172+
<install name="php/PEAR2/Console/CommandLine/CustomMessageProvider.php" as="PEAR2/Console/CommandLine/CustomMessageProvider.php"/>
173+
<install name="php/PEAR2/Console/CommandLine/Element.php" as="PEAR2/Console/CommandLine/Element.php"/>
174+
<install name="php/PEAR2/Console/CommandLine/Exception.php" as="PEAR2/Console/CommandLine/Exception.php"/>
175+
<install name="php/PEAR2/Console/CommandLine/MessageProvider.php" as="PEAR2/Console/CommandLine/MessageProvider.php"/>
176+
<install name="php/PEAR2/Console/CommandLine/MessageProvider/Default.php" as="PEAR2/Console/CommandLine/MessageProvider/Default.php"/>
177+
<install name="php/PEAR2/Console/CommandLine/Option.php" as="PEAR2/Console/CommandLine/Option.php"/>
178+
<install name="php/PEAR2/Console/CommandLine/Outputter.php" as="PEAR2/Console/CommandLine/Outputter.php"/>
179+
<install name="php/PEAR2/Console/CommandLine/Outputter/Default.php" as="PEAR2/Console/CommandLine/Outputter/Default.php"/>
180+
<install name="php/PEAR2/Console/CommandLine/Renderer.php" as="PEAR2/Console/CommandLine/Renderer.php"/>
181+
<install name="php/PEAR2/Console/CommandLine/Renderer/Default.php" as="PEAR2/Console/CommandLine/Renderer/Default.php"/>
182+
<install name="php/PEAR2/Console/CommandLine/Result.php" as="PEAR2/Console/CommandLine/Result.php"/>
183+
<install name="php/PEAR2/Console/CommandLine/XmlParser.php" as="PEAR2/Console/CommandLine/XmlParser.php"/>
184184
<install name="test/PEAR2_Console_CommandLine/pear2.php.net/AllTests.php" as="pear2.php.net/AllTests.php"/>
185185
<install name="test/PEAR2_Console_CommandLine/pear2.php.net/console_commandline_accept.phpt" as="pear2.php.net/console_commandline_accept.phpt"/>
186186
<install name="test/PEAR2_Console_CommandLine/pear2.php.net/console_commandline_addargument.phpt" as="pear2.php.net/console_commandline_addargument.phpt"/>

0 commit comments

Comments
 (0)