diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 17:28:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 18:07:14 +0200 |
commit | 4f4a4af6fa6b7f6b95215e40444e853ac99e8601 (patch) | |
tree | 06ad7732d085edd1e81349ddb79088e167aebc93 /dev-php/doctrine-instantiator/doctrine-instantiator-1.1.0.ebuild | |
parent | dev-php/jpgraph: drop 4.0.2, 4.2.0 (diff) | |
download | gentoo-4f4a4af6fa6b7f6b95215e40444e853ac99e8601.tar.gz gentoo-4f4a4af6fa6b7f6b95215e40444e853ac99e8601.tar.bz2 gentoo-4f4a4af6fa6b7f6b95215e40444e853ac99e8601.zip |
dev-php/doctrine-instantiator: drop 1.0.5, 1.1.0, 1.3.0, 1.3.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-php/doctrine-instantiator/doctrine-instantiator-1.1.0.ebuild')
-rw-r--r-- | dev-php/doctrine-instantiator/doctrine-instantiator-1.1.0.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
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" -} |