summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-06-08 10:11:00 -0400
committerBrian Evans <grknight@gentoo.org>2018-06-08 10:43:19 -0400
commit3f0d0ce1fe582e4ef29e123be7a212c055e82e72 (patch)
tree1face9bd62582d625fb062a48d5c080e848c975c /dev-php
parentdev-php/PEAR-HTTP: Mark script only package stable ALLARCHES (diff)
downloadgentoo-3f0d0ce1fe582e4ef29e123be7a212c055e82e72.tar.gz
gentoo-3f0d0ce1fe582e4ef29e123be7a212c055e82e72.tar.bz2
gentoo-3f0d0ce1fe582e4ef29e123be7a212c055e82e72.zip
dev-php/PEAR-HTTP: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r2.ebuild17
1 files changed, 0 insertions, 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 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
-}