From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 744F4138335 for ; Fri, 8 Jun 2018 14:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27EABE0877; Fri, 8 Jun 2018 14:43:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2AA7E0877 for ; Fri, 8 Jun 2018 14:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9150335C93 for ; Fri, 8 Jun 2018 14:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CEC62C8 for ; Fri, 8 Jun 2018 14:43:55 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1528468999.3f0d0ce1fe582e4ef29e123be7a212c055e82e72.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-HTTP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r2.ebuild X-VCS-Directories: dev-php/PEAR-HTTP/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 3f0d0ce1fe582e4ef29e123be7a212c055e82e72 X-VCS-Branch: master Date: Fri, 8 Jun 2018 14:43:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0bf94f63-45ee-4a14-b435-fa0a67e5e8e2 X-Archives-Hash: 41b8d847b68770526aa7ec01189a2f49 commit: 3f0d0ce1fe582e4ef29e123be7a212c055e82e72 Author: Brian Evans gentoo org> AuthorDate: Fri Jun 8 14:11:00 2018 +0000 Commit: Brian Evans gentoo 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 -}