summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-03-20 09:44:04 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-03-20 10:25:06 +0200
commit5961dbea7fee686f48155906993006a275a04f2d (patch)
tree336444d2fb349748a508bf1ed99bc6cc090566db
parentdev-php/psr-log: drop 1.0.2, 1.1.0, 1.1.2 (diff)
downloadgentoo-5961dbea7fee686f48155906993006a275a04f2d.tar.gz
gentoo-5961dbea7fee686f48155906993006a275a04f2d.tar.bz2
gentoo-5961dbea7fee686f48155906993006a275a04f2d.zip
dev-php/phar-utils: drop 1.0.0, 1.0.1, 1.1.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-php/phar-utils/Manifest3
-rw-r--r--dev-php/phar-utils/phar-utils-1.0.0.ebuild22
-rw-r--r--dev-php/phar-utils/phar-utils-1.0.1.ebuild22
-rw-r--r--dev-php/phar-utils/phar-utils-1.1.0.ebuild22
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-php/phar-utils/Manifest b/dev-php/phar-utils/Manifest
index 53d4bb09c273..791852e8b0a7 100644
--- a/dev-php/phar-utils/Manifest
+++ b/dev-php/phar-utils/Manifest
@@ -1,4 +1 @@
-DIST phar-utils-1.0.0.tar.gz 3152 BLAKE2B c4dfd3d659989bc22adcc14c79e28d623753988742d2fdd178dfd98590b629083ad85c9f112ab23c6213fa70cdad838ebbdc01c45551892ed9a20a3374abd28c SHA512 bf3d7074a3f1101a7f03e8fb8a5bc1456674bf2f9ded6a5fc5fb2f892c1cc3c4643fab6c003851ed12ea16ce6390f482cf897beee7d7c38922b6c54c90b0934e
-DIST phar-utils-1.0.1.tar.gz 3251 BLAKE2B 4d12701c53c3a17a141dd35210bbac16b84be7bb6d87b459d13114b09188487f86aedc13afbf510a2e01741a72e1929e25ee5204b729fa5b23801e429f844a58 SHA512 a1fb09b712add948f7b5c19e2f9e81869c76f91dd7d41c981b3f06870a6f7a15d0c413338751587642e3dc538e181336b9fe80f61148ce304025434e9d01d6bd
-DIST phar-utils-1.1.0.tar.gz 3742 BLAKE2B 8be6dd17cd7b6641b52a30f58d0f5615e966b8eaad0f2d9c2927eee98f24a840b4751ba779af2d5b27e05c2ab07333475c22896e165589b4091770356039bf82 SHA512 2d715da6deea878db0ff9dce1aa7ec46c4b25d74411df2498a55228ee9fec9bdc350003f829495dfdebf3f5bbec58810afeaa58c7f762f32af6f26ced8569e58
DIST phar-utils-1.1.1.tar.gz 4211 BLAKE2B 370c6e325dcef6fb8ac2ab12a661f59d1c5feb5135aa8bdf7c0b3beb31f90a309994e959b68a96d9da2ea2ae25d38ee5bda1d86a647b4958ce81bece3d02a935 SHA512 bfe7ce821767588032a2db8e2b80d827f33a5bd9049d74d6d1871b7e65878cf78a86162ed67e96edd363a3520f53723bdd496914e96d4ef8629880729bd812e3
diff --git a/dev-php/phar-utils/phar-utils-1.0.0.ebuild b/dev-php/phar-utils/phar-utils-1.0.0.ebuild
deleted file mode 100644
index 6607a9e370ae..000000000000
--- a/dev-php/phar-utils/phar-utils-1.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="PHAR file format utilities, for when PHP phars you up"
-HOMEPAGE="https://github.com/Seldaek/phar-utils"
-SRC_URI="https://github.com/Seldaek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-lang/php:*[phar]
- dev-php/fedora-autoloader"
-
-src_install() {
- insinto "/usr/share/php/Seld/PharUtils"
- doins -r src/. "${FILESDIR}"/autoload.php
- dodoc README.md
-}
diff --git a/dev-php/phar-utils/phar-utils-1.0.1.ebuild b/dev-php/phar-utils/phar-utils-1.0.1.ebuild
deleted file mode 100644
index 9ed73f9e628a..000000000000
--- a/dev-php/phar-utils/phar-utils-1.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="PHAR file format utilities, for when PHP phars you up"
-HOMEPAGE="https://github.com/Seldaek/phar-utils"
-SRC_URI="https://github.com/Seldaek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-lang/php:*[phar]
- dev-php/fedora-autoloader"
-
-src_install() {
- insinto "/usr/share/php/Seld/PharUtils"
- doins -r src/. "${FILESDIR}"/autoload.php
- dodoc README.md
-}
diff --git a/dev-php/phar-utils/phar-utils-1.1.0.ebuild b/dev-php/phar-utils/phar-utils-1.1.0.ebuild
deleted file mode 100644
index 20800e163108..000000000000
--- a/dev-php/phar-utils/phar-utils-1.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="PHAR file format utilities, for when PHP phars you up"
-HOMEPAGE="https://github.com/Seldaek/phar-utils"
-SRC_URI="https://github.com/Seldaek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-lang/php:*[phar]
- dev-php/fedora-autoloader"
-
-src_install() {
- insinto "/usr/share/php/Seld/PharUtils"
- doins -r src/. "${FILESDIR}"/autoload.php
- dodoc README.md
-}