summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-03-20 09:46:32 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-03-20 10:25:07 +0200
commit7f0273220e6db9040c81fef0271373f097a02301 (patch)
treec55186a30f8d8d4a27d6823ec81263655ba57a0b /dev-php
parentdev-php/spdx-licenses: drop 1.2.0, 1.4.0, 1.5.0, 1.5.3 (diff)
downloadgentoo-7f0273220e6db9040c81fef0271373f097a02301.tar.gz
gentoo-7f0273220e6db9040c81fef0271373f097a02301.tar.bz2
gentoo-7f0273220e6db9040c81fef0271373f097a02301.zip
dev-php/symfony-console: drop 2.7.9, 2.8.43, 2.8.48, 2.8.50
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/symfony-console/Manifest4
-rw-r--r--dev-php/symfony-console/symfony-console-2.7.9-r1.ebuild28
-rw-r--r--dev-php/symfony-console/symfony-console-2.8.43.ebuild28
-rw-r--r--dev-php/symfony-console/symfony-console-2.8.48.ebuild28
-rw-r--r--dev-php/symfony-console/symfony-console-2.8.50.ebuild28
5 files changed, 0 insertions, 116 deletions
diff --git a/dev-php/symfony-console/Manifest b/dev-php/symfony-console/Manifest
index 4e5766a7b313..073222c47fc9 100644
--- a/dev-php/symfony-console/Manifest
+++ b/dev-php/symfony-console/Manifest
@@ -1,5 +1 @@
-DIST symfony-console-2.7.9.tar.gz 116610 BLAKE2B 1b1da6f81a88b2887a6a5eb5553c4aa2d3a013b68d8e469e27da42409d5bc50208cc0ff8983afd22163a724e61cf7637728939f2a92137f0b1619ad5a833ba2a SHA512 3de7d78b92c8f0c99d3c90e83a23f6b61eecc195cf92b5c9ebea03a1dc85d2166287e619822238a2f2cd54a430b4a38c7c88be3ba74dab0b66c6104e980a088b
-DIST symfony-console-2.8.43.tar.gz 131451 BLAKE2B f3a0c57f6c746c9cf18b0b9f6ae32aea055f0c3d5ba0c1a43d5492efcfab897184db49dc8ace1c465ca8b04194d10f1acab6b2c1ea2d3c62c3aa54524f514f39 SHA512 e5177052bb826fe5f023c569e24440588f75d34d4caf56f69ee1a88a5e7d3b639741c1262600543d617b80d5a086472d54b45f48e7eb79375759d4e5cce742d8
-DIST symfony-console-2.8.48.tar.gz 132206 BLAKE2B 970d4e7526681159aa76fdede0e533875c163cb7fdb2156f0eebb9540602c8e29b3ee8b5a9bb5509a629b9a910d00cfc5625f203a77807ed0da670a0e41e4be9 SHA512 358e0f44e516ffdb626bd7da29b415f1a563bd400b627991928e5014aee8a5ec9bd1c61fa4f6c25f6f28b1f88f6f16d9d718bdda22b9f3b906db4cc85cfadb1a
-DIST symfony-console-2.8.50.tar.gz 132180 BLAKE2B 25611de88061feafb6fcf26bc5c89145d02ddacff1f6bc3d81a30ea89314a33c5231dcf050f5c22817eed3c2bb7e2defcd820bf586436693c47a9ceca7384ffe SHA512 e1229f8855ad6d48e75abddc2953c3e48c6ceb025536c748c4aec75e9b1c4c482bf36de2070b62c0d31904e45df02b3241c42b48e24c2d609c8280b6126a49bd
DIST symfony-console-2.8.52.tar.gz 132191 BLAKE2B 0eb276cb1d7faac0e21558906d4c7f299901cd06911d8bcdbf5842dec508ed5ec48bd8fc32d186dff24968471549912083864b726ec177eb53cfb11bcbae7604 SHA512 a066c6e81e7cb64a819271e188e25fcc7bced16a9f2408fd55d765dff052d331b2e68df05b2c107070a67c919eb46619a5626aaf4866620d9075653390824e5c
diff --git a/dev-php/symfony-console/symfony-console-2.7.9-r1.ebuild b/dev-php/symfony-console/symfony-console-2.7.9-r1.ebuild
deleted file mode 100644
index 1cdcfc26ca55..000000000000
--- a/dev-php/symfony-console/symfony-console-2.7.9-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Subtree split of the Symfony Console Component"
-HOMEPAGE="https://github.com/symfony/console"
-SRC_URI="https://github.com/symfony/console/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-lang/php:*
- dev-php/fedora-autoloader
- >=dev-php/psr-log-1.0.2
- >=dev-php/symfony-event-dispatcher-2.1.0
- >=dev-php/symfony-process-2.8.12"
-
-S="${WORKDIR}/console-${PV}"
-
-src_install() {
- insinto "/usr/share/php/Symfony/Component/Console"
- doins -r . "${FILESDIR}"/autoload.php
- dodoc README.md
-}
diff --git a/dev-php/symfony-console/symfony-console-2.8.43.ebuild b/dev-php/symfony-console/symfony-console-2.8.43.ebuild
deleted file mode 100644
index b543b5440226..000000000000
--- a/dev-php/symfony-console/symfony-console-2.8.43.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Subtree split of the Symfony Console Component"
-HOMEPAGE="https://github.com/symfony/console"
-SRC_URI="https://github.com/symfony/console/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-lang/php:*
- dev-php/fedora-autoloader
- >=dev-php/psr-log-1.0.2
- >=dev-php/symfony-event-dispatcher-2.1.0
- >=dev-php/symfony-process-2.8.12"
-
-S="${WORKDIR}/console-${PV}"
-
-src_install() {
- insinto "/usr/share/php/Symfony/Component/Console"
- doins -r . "${FILESDIR}"/autoload.php
- dodoc README.md
-}
diff --git a/dev-php/symfony-console/symfony-console-2.8.48.ebuild b/dev-php/symfony-console/symfony-console-2.8.48.ebuild
deleted file mode 100644
index e3887444f9e9..000000000000
--- a/dev-php/symfony-console/symfony-console-2.8.48.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Subtree split of the Symfony Console Component"
-HOMEPAGE="https://github.com/symfony/console"
-SRC_URI="https://github.com/symfony/console/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-lang/php:*
- dev-php/fedora-autoloader
- >=dev-php/psr-log-1.0.2
- >=dev-php/symfony-event-dispatcher-2.1.0
- >=dev-php/symfony-process-2.8.12"
-
-S="${WORKDIR}/console-${PV}"
-
-src_install() {
- insinto "/usr/share/php/Symfony/Component/Console"
- doins -r . "${FILESDIR}"/autoload.php
- dodoc README.md
-}
diff --git a/dev-php/symfony-console/symfony-console-2.8.50.ebuild b/dev-php/symfony-console/symfony-console-2.8.50.ebuild
deleted file mode 100644
index 3586a72bfe27..000000000000
--- a/dev-php/symfony-console/symfony-console-2.8.50.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Subtree split of the Symfony Console Component"
-HOMEPAGE="https://github.com/symfony/console"
-SRC_URI="https://github.com/symfony/console/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-lang/php:*
- dev-php/fedora-autoloader
- >=dev-php/psr-log-1.0.2
- >=dev-php/symfony-event-dispatcher-2.1.0
- >=dev-php/symfony-process-2.8.12"
-
-S="${WORKDIR}/console-${PV}"
-
-src_install() {
- insinto "/usr/share/php/Symfony/Component/Console"
- doins -r . "${FILESDIR}"/autoload.php
- dodoc README.md
-}