summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-06-08 10:42:15 -0400
committerBrian Evans <grknight@gentoo.org>2018-06-08 10:43:41 -0400
commit6733928683139f3ac1d44952afa6c699dd216132 (patch)
treefe7847cf52703d0056164e7dab3469773bab8aba /dev-php/PEAR-HTTP_Request2
parentdev-php/PEAR-HTTP_Request2: Mark script only package stable ALLARCHES (diff)
downloadgentoo-6733928683139f3ac1d44952afa6c699dd216132.tar.gz
gentoo-6733928683139f3ac1d44952afa6c699dd216132.tar.bz2
gentoo-6733928683139f3ac1d44952afa6c699dd216132.zip
dev-php/PEAR-HTTP_Request2: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-php/PEAR-HTTP_Request2')
-rw-r--r--dev-php/PEAR-HTTP_Request2/Manifest1
-rw-r--r--dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild16
2 files changed, 0 insertions, 17 deletions
diff --git a/dev-php/PEAR-HTTP_Request2/Manifest b/dev-php/PEAR-HTTP_Request2/Manifest
index c22fdbd43149..d8db0d0742b6 100644
--- a/dev-php/PEAR-HTTP_Request2/Manifest
+++ b/dev-php/PEAR-HTTP_Request2/Manifest
@@ -1,2 +1 @@
-DIST HTTP_Request2-2.2.1.tgz 107339 BLAKE2B fa9d997c7ea59aeb8c4133944d57af3dca79e937b271ad862f8ada26631a14992f204566dc2059cd19a0169f7d89ef1b302ec9fe2b4e370a8e715a0004b474f8 SHA512 377421f521184b3dc4f28b1d37a1f673ee2b40b8786e39c3803ed6c60f57a2aa8353018ea588598b7ef23a1345227a41481519932998dd01958df623d00dcd82
DIST HTTP_Request2-2.3.0.tgz 119717 BLAKE2B f12972b2423258016f4f4ef8888b5aa1d56bb47146cc6e21f74edfd2e3cd8ae69a1830b4a203990e1346554f2a6e9538e8d5feae27cceadc8465b018dd34ff37 SHA512 52fc2768f3c5afe6fd4505d427255e467b5b7cac8a4116cbabc3f1c0ffe6f1bd061a9c9b31de2ebbd4a7844ae73085ab0d52adf905dce28eb31197117657d77b
diff --git a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild
deleted file mode 100644
index 4c76658dc5c9..000000000000
--- a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit php-pear-r1
-
-DESCRIPTION="Provides an easy way to perform HTTP requests"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
-IUSE="+curl +fileinfo +ssl +zlib"
-
-RDEPEND="dev-lang/php[curl?,fileinfo?,ssl?,zlib?]
->=dev-php/PEAR-Net_URL2-2.0.0"