diff options
Diffstat (limited to 'dev-php/PEAR-HTTP')
-rw-r--r-- | dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r2.ebuild | 17 |
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 -} |