diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-19 09:03:16 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-19 09:07:53 +0300 |
commit | a84797c9e6eeb91ca8eec3a9cc826c70863b86a9 (patch) | |
tree | 1b326bd837352f02e782cf25c6d5e785569114a0 /dev-php | |
parent | app-vim/vim-flake8: drop 1.6, 1.6-r1, EAPI6-- (diff) | |
download | gentoo-a84797c9e6eeb91ca8eec3a9cc826c70863b86a9.tar.gz gentoo-a84797c9e6eeb91ca8eec3a9cc826c70863b86a9.tar.bz2 gentoo-a84797c9e6eeb91ca8eec3a9cc826c70863b86a9.zip |
dev-php/cli-prompt: drop 1.0.3, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/cli-prompt/Manifest | 1 | ||||
-rw-r--r-- | dev-php/cli-prompt/cli-prompt-1.0.3.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-php/cli-prompt/Manifest b/dev-php/cli-prompt/Manifest index eaff14286209..d7c3596a6cb6 100644 --- a/dev-php/cli-prompt/Manifest +++ b/dev-php/cli-prompt/Manifest @@ -1,2 +1 @@ -DIST cli-prompt-1.0.3.tar.gz 7563 BLAKE2B 5f4ba04f3ed1e98b30c5ce840fdb0189422b6c83e6df82b3a617eb120b4dadc840287b3ee559b6605f1b2a9eb873abbc446a9ed3ec1dfeba1158a7a27ebee951 SHA512 e7e7bb0ae5173b784ab7dac4453b23d039abb68c11b21bfd3756f7f37da413744dcd76d8f8769ace023f91f0f2a8f78421d432bf96fe0781c05a9584b0f0f64d DIST cli-prompt-1.0.4.tar.gz 8481 BLAKE2B 0ece875068c8731df28a5098f8de10ffb91849c293682f1098167a609a5c66a08310e8eb26b606cf9407a8d71738851e89dfc3854a8485e1ad1f28c29159a5c4 SHA512 b71c60f6d45c7eaa9c985bb20f6007fd48f5667510a54cc35286f6fd9cba277da4537052550501e1738e7e66e89341ba99cfc40ea7c0c82d8b3d63c03f855c4a diff --git a/dev-php/cli-prompt/cli-prompt-1.0.3.ebuild b/dev-php/cli-prompt/cli-prompt-1.0.3.ebuild deleted file mode 100644 index 5a3a63f745e2..000000000000 --- a/dev-php/cli-prompt/cli-prompt-1.0.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Allows you to prompt for user input on the command line" -HOMEPAGE="https://github.com/Seldaek/cli-prompt" -SRC_URI="https://github.com/Seldaek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader" - -src_install() { - insinto "/usr/share/php/Seld/CliPrompt" - doins -r src/. "${FILESDIR}"/autoload.php - dodoc README.md -} |