summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2021-05-26 15:47:11 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2021-05-26 15:47:11 +0000
commitd7a035c1ee2c2d3916fe8fd0d872996dd5d8ec56 (patch)
tree52b8fa9c843d3297dd965d113c00140a0b26ff37
parentnet-misc/anydesk: 6.1.1 version bump. (diff)
downloadjmbsvicetto-d7a035c1ee2c2d3916fe8fd0d872996dd5d8ec56.tar.gz
jmbsvicetto-d7a035c1ee2c2d3916fe8fd0d872996dd5d8ec56.tar.bz2
jmbsvicetto-d7a035c1ee2c2d3916fe8fd0d872996dd5d8ec56.zip
app-admin/drush: Fix QA issues.
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
-rw-r--r--app-admin/drush/Manifest2
-rw-r--r--app-admin/drush/drush-6.7.0.ebuild4
-rw-r--r--app-admin/drush/drush-7.3.0.ebuild6
-rw-r--r--app-admin/drush/drush-8.1.6.ebuild4
4 files changed, 8 insertions, 8 deletions
diff --git a/app-admin/drush/Manifest b/app-admin/drush/Manifest
index 5ce41ec..cc68ab7 100644
--- a/app-admin/drush/Manifest
+++ b/app-admin/drush/Manifest
@@ -1,3 +1,3 @@
DIST drush-6.7.0.tar.gz 511581 SHA256 f3ba2a6847f83b1b8a61207b1a514617612a75261e7b39ffc2606b6958f79e8c SHA512 203870190dd8987ad3da71f7625476c1f94bc75513447a740fd8c16268fb9705bcbc3b2bffc49a44045998e3fa49fd5ee9d4c0634a1fb39605ba8e10b7373fa5 WHIRLPOOL 87eb20be4b6bb8280dd1e91c422bdfc7a2181d6eabd37a212ce7b95ef863cd7c526531d98eca09d032f8e8cf3201d746dd615dfcb858dfadfaef41869dc22500
DIST drush-7.3.0.tar.gz 569202 SHA256 3457eb3dad613ec63c0a0364a754374f362d9505abf95044bdd94769c88e974b SHA512 a05eb5c16f1f03e03bd41741a23de037faa79f18c70325e885a6218200573df122b5fb27254fed280163c0d81c930b79c790fd6e7a919e2839ef92345993e27e WHIRLPOOL 961e8b36c7c82eff32d2f1e1c54992319479cd6c99c480d0d73176bd03a6ed81dd932ca5d62f79fa2b382063bd3d0e4036fad0657f860c4d454b2bebbd628dbb
-DIST drush-8.1.6.tar.gz 625453 SHA256 faa7eba601c2e7583cf80f807c5c34715ac3efa90c55961e2640cf05f427415a SHA512 076393392356fb9e6b6fc114faeef2fbf9b2184cabf0122c1bf4b0ad077036481b111adb34dd482740a05d007c2c280fafcdae6c9119d11e2405211be75270d5 WHIRLPOOL 896a1dfdac2cd8026f9ff390bb1a806909c8a7a29b552bfe3517ae74692a5d6e06af420d9a6843bdbf94b20b7c711234158ef39d0dce0806400537f3331bd464
+DIST drush-8.1.6.tar.gz 625453 BLAKE2B 1554655c553ab36aa110d6f30ebbe0d427f161e6e181b948b5264962c0ad66b136a2c1aac204a4541fc18707e97f03c10c26b0eec49a1c20d224210a38c23133 SHA512 076393392356fb9e6b6fc114faeef2fbf9b2184cabf0122c1bf4b0ad077036481b111adb34dd482740a05d007c2c280fafcdae6c9119d11e2405211be75270d5
diff --git a/app-admin/drush/drush-6.7.0.ebuild b/app-admin/drush/drush-6.7.0.ebuild
index ed7d16c..7eda098 100644
--- a/app-admin/drush/drush-6.7.0.ebuild
+++ b/app-admin/drush/drush-6.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -56,7 +56,7 @@ src_install() {
exeinto /usr/share/drush
doexe drush
- dosym /usr/share/drush/drush /usr/bin/drush
+ dosym ../share/drush/drush /usr/bin/drush
keepdir /etc/drush
newbashcomp drush.complete.sh drush
diff --git a/app-admin/drush/drush-7.3.0.ebuild b/app-admin/drush/drush-7.3.0.ebuild
index 79d5ee6..a98ec9b 100644
--- a/app-admin/drush/drush-7.3.0.ebuild
+++ b/app-admin/drush/drush-7.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,7 +16,7 @@ IUSE=""
DEPEND=""
RDEPEND="
- dev-lang/php[cli,ctype,json,simplexml]
+ dev-lang/php[cli,ctype,json,simplexml]
dev-php/PEAR-Console_Table
"
@@ -56,7 +56,7 @@ src_install() {
exeinto /usr/share/drush
doexe drush
- dosym /usr/share/drush/drush /usr/bin/drush
+ dosym ../share/drush/drush /usr/bin/drush
keepdir /etc/drush
newbashcomp drush.complete.sh drush
diff --git a/app-admin/drush/drush-8.1.6.ebuild b/app-admin/drush/drush-8.1.6.ebuild
index 57c2da0..0c04e78 100644
--- a/app-admin/drush/drush-8.1.6.ebuild
+++ b/app-admin/drush/drush-8.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -56,7 +56,7 @@ src_install() {
exeinto /usr/share/drush
doexe drush drush.launcher
- dosym /usr/share/drush/drush /usr/bin/drush
+ dosym ../share/drush/drush /usr/bin/drush
keepdir /etc/drush
newbashcomp drush.complete.sh drush