commit:     4f4a4af6fa6b7f6b95215e40444e853ac99e8601
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 15:28:53 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 16:07:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4a4af6

dev-php/doctrine-instantiator: drop 1.0.5, 1.1.0, 1.3.0, 1.3.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-php/doctrine-instantiator/Manifest             |  4 ----
 .../doctrine-instantiator-1.0.5.ebuild             | 27 ----------------------
 .../doctrine-instantiator-1.1.0.ebuild             | 27 ----------------------
 .../doctrine-instantiator-1.3.0.ebuild             | 27 ----------------------
 .../doctrine-instantiator-1.3.1.ebuild             | 27 ----------------------
 dev-php/doctrine-instantiator/files/autoload.php   |  8 -------
 6 files changed, 120 deletions(-)

diff --git a/dev-php/doctrine-instantiator/Manifest 
b/dev-php/doctrine-instantiator/Manifest
index 222c3c026cde..11ef90f21fab 100644
--- a/dev-php/doctrine-instantiator/Manifest
+++ b/dev-php/doctrine-instantiator/Manifest
@@ -1,5 +1 @@
-DIST doctrine-instantiator-1.0.5.tar.gz 10202 BLAKE2B 
77ab3fba96672f6aa2826002510c99c21beccdc09e92dbc2c09426f8fc47590554ef5d32b6bec92ea2dc2ab1c61a178c280ab01090b3aafc14a10a4b4fec3628
 SHA512 
78b00b2550b47772b5825fbde59729e0613a90c1d9dacf1b7b7d13ccb5bbd8534af7e732dcc1b5b6f9bbafa2f9c3e7418e184851ab0f3a37c0c945b5eed1e229
-DIST doctrine-instantiator-1.1.0.tar.gz 5343 BLAKE2B 
73f737f19c8ae7a3fa9a7dcaa760246da6d688e28f15be0c40e031be8147887885bba2ec0a7770ead7de7b718247108b41b4c1d08712137c9c06911bde263176
 SHA512 
7f59dd7f80df02fd1e46f4b0ecd8488022b34933effddfc40d3424b279a35928adfc0fb7567172149338a8d4273b24305eaa46fc51aa0af45a7b230646354f09
-DIST doctrine-instantiator-1.3.0.tar.gz 6299 BLAKE2B 
6eb41562f52965381a780243475bda73a921d44784a66cf23816dd228efe4299d225f0cd52a4625a3516d8ae22b7f691a2724b477b944211e8d1ffd2c4c90540
 SHA512 
989b14bb28f75d091243dd5833a0a7c91889b45a1fcafb425b38de223485aae4470e1f1877b024ca58c5cf3539f8b39ef337166dbbd664bede7a5f3adde623a9
-DIST doctrine-instantiator-1.3.1.tar.gz 6328 BLAKE2B 
1854e188cb39131a7ad02698d8a43c2eb84f7ec0239c04f973a7e66913664d49d4e89a09c1ec74b07ef87ecdf3dadb3c61140dcc3727556c44d65d8c022cc821
 SHA512 
eb5de9d38d45de3306d5481a747ae8164199aff222a52ce9d0fb2c2d18a082c7cf48ea3d670ff81d63c5fe8c2a855c583168a3d810ee9d4bb48d23505aaa80c3
 DIST doctrine-instantiator-1.4.0.tar.gz 7760 BLAKE2B 
2e2f4822d0509dcfbe87036107643338eb7b740cd257150c3e6e5149aeb543e2283b3616ef261d048f2e5800c869a5be0db0192e135e944d5c03c2bea1422316
 SHA512 
f760d1717683bb3f3bacf2a8da31aa842bb623bc7fe2bcd9dcaab71389546da6f4f50a4e35e483857ac32f9a0d58493e74d0459d5bc49595a47f4523da086aca

diff --git a/dev-php/doctrine-instantiator/doctrine-instantiator-1.0.5.ebuild 
b/dev-php/doctrine-instantiator/doctrine-instantiator-1.0.5.ebuild
deleted file mode 100644
index a23240d92e3d..000000000000
--- a/dev-php/doctrine-instantiator/doctrine-instantiator-1.0.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/doctrine-//}"
-
-DESCRIPTION="Utility to instantiate objects in PHP without invoking their 
constructors"
-HOMEPAGE="https://github.com/doctrine/instantiator";
-SRC_URI="https://github.com/doctrine/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 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/
-       doins -r src/*
-       insinto /usr/share/php/Doctrine/Instantiator
-       doins "${FILESDIR}/autoload.php"
-}

diff --git a/dev-php/doctrine-instantiator/doctrine-instantiator-1.1.0.ebuild 
b/dev-php/doctrine-instantiator/doctrine-instantiator-1.1.0.ebuild
deleted file mode 100644
index 9801eecf5b4f..000000000000
--- a/dev-php/doctrine-instantiator/doctrine-instantiator-1.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/doctrine-//}"
-
-DESCRIPTION="Utility to instantiate objects in PHP without invoking their 
constructors"
-HOMEPAGE="https://github.com/doctrine/instantiator";
-SRC_URI="https://github.com/doctrine/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="dev-php/fedora-autoloader
-       >=dev-lang/php-7.1:*"
-
-src_install() {
-       insinto /usr/share/php/
-       doins -r src/*
-       insinto /usr/share/php/Doctrine/Instantiator
-       doins "${FILESDIR}/autoload.php"
-}

diff --git a/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.0.ebuild 
b/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.0.ebuild
deleted file mode 100644
index 6b79666dab62..000000000000
--- a/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/doctrine-//}"
-
-DESCRIPTION="Utility to instantiate objects in PHP without invoking their 
constructors"
-HOMEPAGE="https://github.com/doctrine/instantiator";
-SRC_URI="https://github.com/doctrine/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="dev-php/fedora-autoloader
-       >=dev-lang/php-7.1:*"
-
-src_install() {
-       insinto /usr/share/php/
-       doins -r src/*
-       insinto /usr/share/php/Doctrine/Instantiator
-       doins "${FILESDIR}/autoload.php"
-}

diff --git a/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.1.ebuild 
b/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.1.ebuild
deleted file mode 100644
index 32e5559d8548..000000000000
--- a/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/doctrine-//}"
-
-DESCRIPTION="Utility to instantiate objects in PHP without invoking their 
constructors"
-HOMEPAGE="https://github.com/doctrine/instantiator";
-SRC_URI="https://github.com/doctrine/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="dev-php/fedora-autoloader
-       >=dev-lang/php-7.1:*"
-
-src_install() {
-       insinto /usr/share/php/
-       doins -r src/*
-       insinto /usr/share/php/Doctrine/Instantiator
-       doins "${FILESDIR}/autoload.php"
-}

diff --git a/dev-php/doctrine-instantiator/files/autoload.php 
b/dev-php/doctrine-instantiator/files/autoload.php
deleted file mode 100644
index 978f45e6a24a..000000000000
--- a/dev-php/doctrine-instantiator/files/autoload.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-/* Autoloader for dev-php/doctrine-instantiator */
-
-if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
-       require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-}
-
-Fedora\Autoloader\Autoload::addPsr4('Doctrine\\Instantiator\\', __DIR__);

Reply via email to