commit: 3f0d0ce1fe582e4ef29e123be7a212c055e82e72
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 8 14:11:00 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jun 8 14:43:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0d0ce1
dev-php/PEAR-HTTP: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r2.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
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 0965173e4b8..00000000000
--- 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
-}