diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-php/cli-prompt | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-php/cli-prompt')
| -rw-r--r-- | dev-php/cli-prompt/Manifest | 1 | ||||
| -rw-r--r-- | dev-php/cli-prompt/cli-prompt-1.0.4.ebuild | 22 | ||||
| -rw-r--r-- | dev-php/cli-prompt/files/autoload.php | 8 | ||||
| -rw-r--r-- | dev-php/cli-prompt/metadata.xml | 22 |
4 files changed, 0 insertions, 53 deletions
diff --git a/dev-php/cli-prompt/Manifest b/dev-php/cli-prompt/Manifest deleted file mode 100644 index d7c3596a6cb6..000000000000 --- a/dev-php/cli-prompt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cli-prompt-1.0.4.tar.gz 8481 BLAKE2B 0ece875068c8731df28a5098f8de10ffb91849c293682f1098167a609a5c66a08310e8eb26b606cf9407a8d71738851e89dfc3854a8485e1ad1f28c29159a5c4 SHA512 b71c60f6d45c7eaa9c985bb20f6007fd48f5667510a54cc35286f6fd9cba277da4537052550501e1738e7e66e89341ba99cfc40ea7c0c82d8b3d63c03f855c4a diff --git a/dev-php/cli-prompt/cli-prompt-1.0.4.ebuild b/dev-php/cli-prompt/cli-prompt-1.0.4.ebuild deleted file mode 100644 index b8798f413e98..000000000000 --- a/dev-php/cli-prompt/cli-prompt-1.0.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 -} diff --git a/dev-php/cli-prompt/files/autoload.php b/dev-php/cli-prompt/files/autoload.php deleted file mode 100644 index 7a1acbd38c9f..000000000000 --- a/dev-php/cli-prompt/files/autoload.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php -/* Autoloader for symfony-finder and its dependencies */ - -if (!class_exists('Fedora\\Autoloader\\Autoload', false)) { - require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; -} - -\Fedora\Autoloader\Autoload::addPsr4('Seld\\CliPrompt\\', __DIR__); diff --git a/dev-php/cli-prompt/metadata.xml b/dev-php/cli-prompt/metadata.xml deleted file mode 100644 index 2dbbca79baa7..000000000000 --- a/dev-php/cli-prompt/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>guillaumeseren@gmail.com</email> - <name>Guillaume Seren</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <maintainer type="project"> - <email>php-bugs@gentoo.org</email> - </maintainer> - <longdescription> - Allows you to prompt for user input on the command line, - and optionally hide the characters they type. - </longdescription> - <upstream> - <remote-id type="github">Seldaek/cli-prompt</remote-id> - </upstream> -</pkgmetadata> |
