diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-08-06 15:13:20 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-08-06 15:13:20 +0100 |
commit | e02bdd001c6d5fe067b890b27a92c10088e76652 (patch) | |
tree | 3257e8e3d7f4bb4338b7e4258174ad30d87b8fff | |
parent | dev-php/libphutil: Version bump (diff) | |
download | portage-e02bdd001c6d5fe067b890b27a92c10088e76652.tar.xz |
www-client/arcanist: Version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | www-client/arcanist/arcanist-20180720.ebuild (renamed from www-client/arcanist/arcanist-20171226.ebuild) | 6 | ||||
-rw-r--r-- | www-client/arcanist/files/20180720-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch (renamed from www-client/arcanist/files/20171226-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch) | 2 | ||||
-rw-r--r-- | www-client/arcanist/files/20180720-MINOR-Disable-self-upgrade.patch (renamed from www-client/arcanist/files/20171226-MINOR-Disable-self-upgrade.patch) | 8 | ||||
-rw-r--r-- | www-client/arcanist/files/9999-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch | 2 | ||||
-rw-r--r-- | www-client/arcanist/files/9999-MINOR-Disable-self-upgrade.patch | 8 |
5 files changed, 13 insertions, 13 deletions
diff --git a/www-client/arcanist/arcanist-20171226.ebuild b/www-client/arcanist/arcanist-20180720.ebuild index c0b8b760..831e6111 100644 --- a/www-client/arcanist/arcanist-20171226.ebuild +++ b/www-client/arcanist/arcanist-20180720.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Command-line tool for Phabricator" HOMEPAGE="https://www.phacility.com" EGIT_REPO_URI="https://github.com/phacility/arcanist.git" EGIT_BRANCH="stable" -EGIT_COMMIT="08674ca997b62b695f773c32f0c20e51128bc053" +EGIT_COMMIT="830661f62833e4601e31854532321bb30be74440" LICENSE="Apache-2.0" SLOT="stable" @@ -24,10 +24,10 @@ DEPEND="!${CATEGORY}/${PN}:0 virtual/awk:0 test? ( dev-lang/php[xmlwriter] - =dev-php/libphutil-20171201:stable[test] + =dev-php/libphutil-20180720:stable[test] )" RDEPEND="dev-lang/php[cli,curl,json,ssl?] - =dev-php/libphutil-20171201:stable[ssl?] + =dev-php/libphutil-20180720:stable[ssl?] git? ( dev-vcs/git:0 ) mercurial? ( dev-vcs/mercurial:0 ) subversion? ( dev-vcs/subversion:0 ) diff --git a/www-client/arcanist/files/20171226-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch b/www-client/arcanist/files/20180720-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch index 372cbce7..e77c9949 100644 --- a/www-client/arcanist/files/20171226-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch +++ b/www-client/arcanist/files/20180720-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch @@ -1,4 +1,4 @@ -From 8235aa85f6d29d9667b67aa910d4756ea9bce168 Mon Sep 17 00:00:00 2001 +From 903378385e0e25e479417e30fd0f3d8988ef0458 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin <bertrand@jacquin.bzh> Date: Sun, 18 Dec 2016 01:59:52 +0000 Subject: [PATCH 1/2] MEDIUM: Get VERSION for files in diff --git a/www-client/arcanist/files/20171226-MINOR-Disable-self-upgrade.patch b/www-client/arcanist/files/20180720-MINOR-Disable-self-upgrade.patch index 8a5b97fa..ef0c7d97 100644 --- a/www-client/arcanist/files/20171226-MINOR-Disable-self-upgrade.patch +++ b/www-client/arcanist/files/20180720-MINOR-Disable-self-upgrade.patch @@ -1,4 +1,4 @@ -From 808cc5e954dcd53367680d7141402c9474abe62b Mon Sep 17 00:00:00 2001 +From d6cac3680477ec14b601cf7d8b19b1f7103c67db Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin <bertrand@jacquin.bzh> Date: Sun, 18 Dec 2016 02:15:13 +0000 Subject: [PATCH 2/2] MINOR: Disable self upgrade @@ -10,10 +10,10 @@ Subject: [PATCH 2/2] MINOR: Disable self upgrade delete mode 100644 src/workflow/ArcanistUpgradeWorkflow.php diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php -index 7fbff131b20a..e15f85eca205 100644 +index e88a86215041..7667b81ed603 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php -@@ -385,7 +385,6 @@ phutil_register_library_map(array( +@@ -386,7 +386,6 @@ phutil_register_library_map(array( 'ArcanistUnnecessarySymbolAliasXHPASTLinterRuleTestCase' => 'lint/linter/xhpast/rules/__tests__/ArcanistUnnecessarySymbolAliasXHPASTLinterRuleTestCase.php', 'ArcanistUnsafeDynamicStringXHPASTLinterRule' => 'lint/linter/xhpast/rules/ArcanistUnsafeDynamicStringXHPASTLinterRule.php', 'ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase' => 'lint/linter/xhpast/rules/__tests__/ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase.php', @@ -21,7 +21,7 @@ index 7fbff131b20a..e15f85eca205 100644 'ArcanistUploadWorkflow' => 'workflow/ArcanistUploadWorkflow.php', 'ArcanistUsageException' => 'exception/ArcanistUsageException.php', 'ArcanistUseStatementNamespacePrefixXHPASTLinterRule' => 'lint/linter/xhpast/rules/ArcanistUseStatementNamespacePrefixXHPASTLinterRule.php', -@@ -803,7 +802,6 @@ phutil_register_library_map(array( +@@ -806,7 +805,6 @@ phutil_register_library_map(array( 'ArcanistUnnecessarySymbolAliasXHPASTLinterRuleTestCase' => 'ArcanistXHPASTLinterRuleTestCase', 'ArcanistUnsafeDynamicStringXHPASTLinterRule' => 'ArcanistXHPASTLinterRule', 'ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase' => 'ArcanistXHPASTLinterRuleTestCase', diff --git a/www-client/arcanist/files/9999-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch b/www-client/arcanist/files/9999-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch index f44d02e7..eb4b4e42 100644 --- a/www-client/arcanist/files/9999-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch +++ b/www-client/arcanist/files/9999-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch @@ -1,4 +1,4 @@ -From 8a607d3c5327bb990271a5097335f8851a500b0a Mon Sep 17 00:00:00 2001 +From f262ba4adb228fb0dfeb85d85bc1b797d383ee75 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin <bertrand@jacquin.bzh> Date: Sun, 18 Dec 2016 01:59:52 +0000 Subject: [PATCH 1/2] MEDIUM: Get VERSION for files in diff --git a/www-client/arcanist/files/9999-MINOR-Disable-self-upgrade.patch b/www-client/arcanist/files/9999-MINOR-Disable-self-upgrade.patch index bb5c249b..b3400bc4 100644 --- a/www-client/arcanist/files/9999-MINOR-Disable-self-upgrade.patch +++ b/www-client/arcanist/files/9999-MINOR-Disable-self-upgrade.patch @@ -1,4 +1,4 @@ -From 627d09321ec238324bf305f5f4e1f0ceb2681788 Mon Sep 17 00:00:00 2001 +From 7eb36fa511dce8038b00e882d6210c38f3556571 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin <bertrand@jacquin.bzh> Date: Sun, 18 Dec 2016 02:15:13 +0000 Subject: [PATCH 2/2] MINOR: Disable self upgrade @@ -10,10 +10,10 @@ Subject: [PATCH 2/2] MINOR: Disable self upgrade delete mode 100644 src/workflow/ArcanistUpgradeWorkflow.php diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php -index 7ab5a448936b..22bf6d5c5fd7 100644 +index e88a86215041..7667b81ed603 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php -@@ -384,7 +384,6 @@ phutil_register_library_map(array( +@@ -386,7 +386,6 @@ phutil_register_library_map(array( 'ArcanistUnnecessarySymbolAliasXHPASTLinterRuleTestCase' => 'lint/linter/xhpast/rules/__tests__/ArcanistUnnecessarySymbolAliasXHPASTLinterRuleTestCase.php', 'ArcanistUnsafeDynamicStringXHPASTLinterRule' => 'lint/linter/xhpast/rules/ArcanistUnsafeDynamicStringXHPASTLinterRule.php', 'ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase' => 'lint/linter/xhpast/rules/__tests__/ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase.php', @@ -21,7 +21,7 @@ index 7ab5a448936b..22bf6d5c5fd7 100644 'ArcanistUploadWorkflow' => 'workflow/ArcanistUploadWorkflow.php', 'ArcanistUsageException' => 'exception/ArcanistUsageException.php', 'ArcanistUseStatementNamespacePrefixXHPASTLinterRule' => 'lint/linter/xhpast/rules/ArcanistUseStatementNamespacePrefixXHPASTLinterRule.php', -@@ -801,7 +800,6 @@ phutil_register_library_map(array( +@@ -806,7 +805,6 @@ phutil_register_library_map(array( 'ArcanistUnnecessarySymbolAliasXHPASTLinterRuleTestCase' => 'ArcanistXHPASTLinterRuleTestCase', 'ArcanistUnsafeDynamicStringXHPASTLinterRule' => 'ArcanistXHPASTLinterRule', 'ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase' => 'ArcanistXHPASTLinterRuleTestCase', |