commit:     35567618ef1cd9018764285c15cbad2dddd9de3e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 11:31:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 11:34:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35567618

dev-php/Text_Template: drop 1.2.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-php/Text_Template/Manifest                   |  1 -
 dev-php/Text_Template/Text_Template-1.2.1.ebuild | 31 ------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-php/Text_Template/Manifest b/dev-php/Text_Template/Manifest
index 554e7fb82f7b..8e8f0ba3af55 100644
--- a/dev-php/Text_Template/Manifest
+++ b/dev-php/Text_Template/Manifest
@@ -1,2 +1 @@
-DIST Text_Template-1.2.1.tar.gz 2561 BLAKE2B 
24871781f622fbd35cc0f524a092eaed2de0988137a52f05a559e89bcdc9248807a677b164f5ef9a246848709d3bd3ae0c4cd5e738fe6cd42ff0a2ea8aba577c
 SHA512 
d8277f24782d0897b26d2e4922c2658047c484cb86f477916d6ad6dad3e5150bfa0a1ad38c79463a3fde97702bc65edb207a481b6f6cd8346c5fcc33b4cff8ca
 DIST Text_Template-2.0.4.tar.gz 3391 BLAKE2B 
717547f81637272194cd93e881b51cf49f95aa4f9768cd836ad1867c5ede06991da91dc0915575c53eb0cf8a26f72cf9c2e77be4ffb755fd8d608df14e713820
 SHA512 
84a6b64f2ba8b89a461a44dd85b3706e210ca1bda90e7bb290ef9bd3c975378c114a44ab8442fc98994473df87d6d7e0d1a70f63878f815d3709224447a032d1

diff --git a/dev-php/Text_Template/Text_Template-1.2.1.ebuild 
b/dev-php/Text_Template/Text_Template-1.2.1.ebuild
deleted file mode 100644
index 3690b0157e44..000000000000
--- a/dev-php/Text_Template/Text_Template-1.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="php-text-template"
-
-DESCRIPTION="A simple template engine"
-HOMEPAGE="https://phpunit.de";
-SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="dev-php/fedora-autoloader
-       >=dev-lang/php-5.6:*"
-
-src_install() {
-       insinto /usr/share/php/Text/Template
-       doins -r src/*
-       doins "${FILESDIR}/autoload.php"
-}
-
-pkg_postinst() {
-       ewarn "This library now loads via 
/usr/share/php/Text/Template/autoload.php"
-       ewarn "Please update any scripts to require the autoloader"
-}

Reply via email to