From cf710e3c18686e200c816940e2538d3661527238 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Tue, 3 Jan 2023 09:36:40 -0100 Subject: Drop old ebuild causing QA issues. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) --- app-admin/drush/Manifest | 1 - app-admin/drush/drush-6.7.0.ebuild | 63 -------------------------------------- 2 files changed, 64 deletions(-) delete mode 100644 app-admin/drush/drush-6.7.0.ebuild diff --git a/app-admin/drush/Manifest b/app-admin/drush/Manifest index cc68ab7..fe7d482 100644 --- a/app-admin/drush/Manifest +++ b/app-admin/drush/Manifest @@ -1,3 +1,2 @@ -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 BLAKE2B 1554655c553ab36aa110d6f30ebbe0d427f161e6e181b948b5264962c0ad66b136a2c1aac204a4541fc18707e97f03c10c26b0eec49a1c20d224210a38c23133 SHA512 076393392356fb9e6b6fc114faeef2fbf9b2184cabf0122c1bf4b0ad077036481b111adb34dd482740a05d007c2c280fafcdae6c9119d11e2405211be75270d5 diff --git a/app-admin/drush/drush-6.7.0.ebuild b/app-admin/drush/drush-6.7.0.ebuild deleted file mode 100644 index 7eda098..0000000 --- a/app-admin/drush/drush-6.7.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit bash-completion-r1 eutils - -DESCRIPTION="Command line shell and scripting interface for Drupal" -HOMEPAGE="https://github.com/drush-ops/drush" -SRC_URI="https://github.com/drush-ops/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/php[cli,ctype,json,simplexml] - dev-php/PEAR-Console_Table" - -src_prepare() { - # Fix the bash completion script, check the patch for Gentoo/upstream - # bug numbers. - epatch "${FILESDIR}/update-bash-completion-script-for-2.1.patch" - - # dodoc compresses all of the documentation, so we fix the filenames - # in a few places. - - # First, the README location in bootstrap.inc. - sed -i -e \ - "s!/share/doc/drush!/share/doc/${PF}!" \ - -e "s!README\.md!\0.bz2!g" \ - includes/bootstrap.inc || die - - # Next, the list of documentation in docs.drush.inc. Note that - # html files don't get compressed. - sed -i \ - -e "s!\.bashrc'!.bashrc.bz2'!" \ - -e "s!\.inc'!.inc.bz2'!" \ - -e "s!\.ini'!.ini.bz2'!" \ - -e "s!\.md'!.md.bz2'!" \ - -e "s!\.php'!.php.bz2'!" \ - -e "s!\.script'!.script.bz2'!" \ - -e "s!\.txt'!.txt.bz2'!" \ - commands/core/docs.drush.inc || die -} - -src_install() { - # Always install the examples; they're referenced within the source - # code and too difficult to exorcise. - dodoc -r README.md docs examples - - insinto /usr/share/drush - doins -r classes commands includes lib misc - doins drush_logo-black.png drush.info drush.php - - exeinto /usr/share/drush - doexe drush - dosym ../share/drush/drush /usr/bin/drush - - keepdir /etc/drush - newbashcomp drush.complete.sh drush -} -- cgit v1.2.3-65-gdbad