From: Brian Evans Date: Fri, 8 Jun 2018 14:11:00 +0000 (-0400) Subject: dev-php/PEAR-HTTP: Drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3f0d0ce1fe582e4ef29e123be7a212c055e82e72;p=gentoo.git dev-php/PEAR-HTTP: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r2.ebuild b/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r2.ebuild deleted file mode 100644 index 0965173e4b80..000000000000 --- a/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit php-pear-r1 eutils - -DESCRIPTION="Miscellaneous HTTP utilities" -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -src_prepare() { - # fix nasty DOS linebreaks - edos2unix HTTP.php -}