From 2102398901512e04d089ad16c65220626c8d754a Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 29 Apr 2021 20:05:40 +0200 Subject: dev-php/theseer-Autoload: ensure dev-lang/php[cli] is present Bug: https://bugs.gentoo.org/784482 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann --- .../theseer-Autoload-1.26.0-r1.ebuild | 82 ++++++++++++++++++++++ .../theseer-Autoload-1.26.0.ebuild | 82 ---------------------- 2 files changed, 82 insertions(+), 82 deletions(-) create mode 100644 dev-php/theseer-Autoload/theseer-Autoload-1.26.0-r1.ebuild delete mode 100644 dev-php/theseer-Autoload/theseer-Autoload-1.26.0.ebuild (limited to 'dev-php/theseer-Autoload') diff --git a/dev-php/theseer-Autoload/theseer-Autoload-1.26.0-r1.ebuild b/dev-php/theseer-Autoload/theseer-Autoload-1.26.0-r1.ebuild new file mode 100644 index 000000000000..0a9d2dbf7b22 --- /dev/null +++ b/dev-php/theseer-Autoload/theseer-Autoload-1.26.0-r1.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="Autoload" + +DESCRIPTION="PHP Autoload Builder" +HOMEPAGE="https://github.com/theseer/Autoload" +SRC_URI="https://github.com/theseer/${MY_PN}/archive/1.26.0.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" +IUSE="test" +RESTRICT="!test? ( test )" + +CDEPEND="dev-lang/php:*[cli] + >=dev-php/theseer-DirectoryScanner-1.3 + =dev-php/zetacomponents-Base-1.8 + =dev-php/zetacomponents-ConsoleTools-1.7.1 +