diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-08-26 23:11:55 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-09-06 01:38:11 +0100 |
commit | eb7932e9c8dc86a4f3b89b0baa9902b251c58c25 (patch) | |
tree | 461e2a7db7ee1caf512379eee1dba81f89f0f042 | |
parent | dev-php/libphutil: Version bump (diff) | |
download | portage-eb7932e9c8dc86a4f3b89b0baa9902b251c58c25.tar.xz |
www-client/arcanist: Version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r-- | www-client/arcanist/arcanist-20170805.ebuild (renamed from www-client/arcanist/arcanist-20170519.ebuild) | 6 | ||||
-rw-r--r-- | www-client/arcanist/files/20170805-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch (renamed from www-client/arcanist/files/20170519-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch) | 2 | ||||
-rw-r--r-- | www-client/arcanist/files/20170805-MINOR-Disable-self-upgrade.patch (renamed from www-client/arcanist/files/20170519-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-20170519.ebuild b/www-client/arcanist/arcanist-20170805.ebuild index b3d4c68c..a1c0f760 100644 --- a/www-client/arcanist/arcanist-20170519.ebuild +++ b/www-client/arcanist/arcanist-20170805.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="21fe07925b07cab0f73ec824fe8ce02f53b24fe0" +EGIT_COMMIT="4e2363d8b26d2bd8ca169c40603b4fb582dab72f" LICENSE="Apache-2.0" SLOT="0" @@ -23,14 +23,14 @@ REQUIRED_USE="test? ( lint )" DEPEND="virtual/awk:0 test? ( dev-lang/php[xmlwriter] - =dev-php/libphutil-20170429:0[test] + =dev-php/libphutil-20170811:0[test] )" RDEPEND="|| ( dev-lang/php:5.6[cli,curl,json,ssl?] dev-lang/php:7.1[cli,curl,json,ssl?] ) !!dev-lang/php:7.0 - =dev-php/libphutil-20170429:0[ssl?] + =dev-php/libphutil-20170811:0[ssl?] git? ( dev-vcs/git:0 ) mercurial? ( dev-vcs/mercurial:0 ) subversion? ( dev-vcs/subversion:0 ) diff --git a/www-client/arcanist/files/20170519-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch b/www-client/arcanist/files/20170805-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch index f252a059..4852c5a5 100644 --- a/www-client/arcanist/files/20170519-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch +++ b/www-client/arcanist/files/20170805-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch @@ -1,4 +1,4 @@ -From 7ee7b7529e9ae2c377862e17b1bc01821332238c Mon Sep 17 00:00:00 2001 +From eec3932bdd9cbf1aabe16895d05ff5ac9773538f 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/20170519-MINOR-Disable-self-upgrade.patch b/www-client/arcanist/files/20170805-MINOR-Disable-self-upgrade.patch index dfde72af..8a265ef1 100644 --- a/www-client/arcanist/files/20170519-MINOR-Disable-self-upgrade.patch +++ b/www-client/arcanist/files/20170805-MINOR-Disable-self-upgrade.patch @@ -1,4 +1,4 @@ -From 4d292a23b49ed72e1ec5a646065b550738ba81b5 Mon Sep 17 00:00:00 2001 +From d9ff4ac56be8501a1185a119ba75dade2d8f98ab 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 d8f10dd401a7..af9c8ef7e056 100644 +index 2a3cfcf817b2..a9327dfe4e4b 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php -@@ -381,7 +381,6 @@ phutil_register_library_map(array( +@@ -382,7 +382,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 d8f10dd401a7..af9c8ef7e056 100644 'ArcanistUploadWorkflow' => 'workflow/ArcanistUploadWorkflow.php', 'ArcanistUsageException' => 'exception/ArcanistUsageException.php', 'ArcanistUseStatementNamespacePrefixXHPASTLinterRule' => 'lint/linter/xhpast/rules/ArcanistUseStatementNamespacePrefixXHPASTLinterRule.php', -@@ -795,7 +794,6 @@ phutil_register_library_map(array( +@@ -797,7 +796,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 134dd8cd..0e598b9e 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 2cb85f9bf6de07d8ae56425e7b01178ab3df2da9 Mon Sep 17 00:00:00 2001 +From 58d7d3d0da7269a45cbb97bf4e8ccf38d2db5c17 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 f04f0554..bd6ea8ef 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 a426002d5e9c00e92b052d6dd1a3881f30429b18 Mon Sep 17 00:00:00 2001 +From dd605121aa974598de0e34f47660ffc086030340 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 d8f10dd401a7..af9c8ef7e056 100644 +index 2a3cfcf817b2..a9327dfe4e4b 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php -@@ -381,7 +381,6 @@ phutil_register_library_map(array( +@@ -382,7 +382,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 d8f10dd401a7..af9c8ef7e056 100644 'ArcanistUploadWorkflow' => 'workflow/ArcanistUploadWorkflow.php', 'ArcanistUsageException' => 'exception/ArcanistUsageException.php', 'ArcanistUseStatementNamespacePrefixXHPASTLinterRule' => 'lint/linter/xhpast/rules/ArcanistUseStatementNamespacePrefixXHPASTLinterRule.php', -@@ -795,7 +794,6 @@ phutil_register_library_map(array( +@@ -797,7 +796,6 @@ phutil_register_library_map(array( 'ArcanistUnnecessarySymbolAliasXHPASTLinterRuleTestCase' => 'ArcanistXHPASTLinterRuleTestCase', 'ArcanistUnsafeDynamicStringXHPASTLinterRule' => 'ArcanistXHPASTLinterRule', 'ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase' => 'ArcanistXHPASTLinterRuleTestCase', |