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 3A2EC1382C5 for ; Mon, 19 Feb 2018 21:57:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ECF8E0BC0; Mon, 19 Feb 2018 21:57:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1B099E0BC0 for ; Mon, 19 Feb 2018 21:57:13 +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 980D9335C09 for ; Mon, 19 Feb 2018 21:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21E271B0 for ; Mon, 19 Feb 2018 21:57:10 +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: <1519075682.c7560bfd8418635f89831a83b92a69a37aa82b0e.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MIME_Type/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-MIME_Type/Manifest dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild X-VCS-Directories: dev-php/PEAR-MIME_Type/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: c7560bfd8418635f89831a83b92a69a37aa82b0e X-VCS-Branch: master Date: Mon, 19 Feb 2018 21:57:10 +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: 95716a88-1308-4e9b-be8a-7f55a1de6904 X-Archives-Hash: dd1048ac5f3295c1b39cac5b6766f748 commit: c7560bfd8418635f89831a83b92a69a37aa82b0e Author: Brian Evans gentoo org> AuthorDate: Mon Feb 19 21:28:02 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Feb 19 21:28:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7560bfd dev-php/PEAR-MIME_Type: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-php/PEAR-MIME_Type/Manifest | 1 - dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/dev-php/PEAR-MIME_Type/Manifest b/dev-php/PEAR-MIME_Type/Manifest index 4e89c77156f..cceaf0407bb 100644 --- a/dev-php/PEAR-MIME_Type/Manifest +++ b/dev-php/PEAR-MIME_Type/Manifest @@ -1,2 +1 @@ -DIST MIME_Type-1.3.3.tgz 13157 BLAKE2B 2f045a6a8c95db487f839a317c0ed5e683a15344a855b2a90cd8bd93e3e517a8bbca3d78d1dfc087dfb6329c65af8a5fdd2bb8b16c9dbcd0e8c2d3fea409a043 SHA512 af7bf2e13bd8db79a2e55635cc74ee1511c7d2cd75c374d42c821d5b2747d1588c73820e5f0d090a500ab0a88b61d38d3124752127338d18bdaf166b1c31abae DIST MIME_Type-1.4.1.tgz 21807 BLAKE2B 9f90e1dd4505ded94ee47b913814b21a7c9ab9bffabb330005ef5f04bcd9a7c89ecc5bbedbc65c60c63e4769fd0a50bbe0528b1622a25a86a4b7e1873f840f9d SHA512 f70507a44c0f81381baa0532a0f1337932cd69d054b96367b6ee98873fd85a51721f876b9aab679a18aff10b151ad1b447ff1c3f92288827e74e32b2627cdd01 diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild deleted file mode 100644 index d5f34561536..00000000000 --- a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit php-pear-r1 - -DESCRIPTION="Utility class for dealing with MIME types" -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86" -IUSE="" -RDEPEND="dev-php/PEAR-System_Command"