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 6F8B6138359 for ; Sat, 12 Sep 2020 21:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56938E0880; Sat, 12 Sep 2020 21:17:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 39B1CE0885 for ; Sat, 12 Sep 2020 21:17:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2CE82340E3C for ; Sat, 12 Sep 2020 21:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D28F335A for ; Sat, 12 Sep 2020 21:17:28 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1599945355.80f843681988e694507697aba76a56c97339d985.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/io-streams-haproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/io-streams-haproxy/Manifest dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild X-VCS-Directories: dev-haskell/io-streams-haproxy/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 80f843681988e694507697aba76a56c97339d985 X-VCS-Branch: master Date: Sat, 12 Sep 2020 21:17:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c712103-434f-4414-bf9d-9e56675f319b X-Archives-Hash: 784b54a77a14755be3698242843ec6fb commit: 80f843681988e694507697aba76a56c97339d985 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 12 21:15:55 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 12 21:15:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f84368 dev-haskell/io-streams-haproxy: drop old Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/io-streams-haproxy/Manifest | 1 - .../io-streams-haproxy-1.0.0.1.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/dev-haskell/io-streams-haproxy/Manifest b/dev-haskell/io-streams-haproxy/Manifest index a0839b11d40..9683ccaf0c4 100644 --- a/dev-haskell/io-streams-haproxy/Manifest +++ b/dev-haskell/io-streams-haproxy/Manifest @@ -1,2 +1 @@ -DIST io-streams-haproxy-1.0.0.1.tar.gz 9892 BLAKE2B 0d96c42328bdc12a637b47f50cb9938abe658cebf075896c1e834850a4e9a97b2aa22f71977b5af6e9c080af4aead1febb7c56370df9b2a580557869e391cdb7 SHA512 03818b65765dd575bba5d9eaf508bac8251a34f64f861fb9d2b3029f8923b22e2eb5e835dd8de7c346682c26587d4f5b2086647713c6bd897ab888b81eb95fb1 DIST io-streams-haproxy-1.0.1.0.tar.gz 10348 BLAKE2B 6c2268cacdfbe73561b8f753594fa39a4027ddf5d22696c7487e8b4c74c330627feec748789389f9f942c14412ecd030c80e779ef0031905d2fe681d7a1bff66 SHA512 6d9f2da6b014a9f2ee894237af56376b94616af1c1795681adac4bfd10edfb851cbe1a37295025c6ebf7e77fe7b5d2abba3557ac1a9ed594deabaee05151572a diff --git a/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild b/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild deleted file mode 100644 index 5b5a5c71bbe..00000000000 --- a/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="HAProxy protocol 1.5 support for io-streams" -HOMEPAGE="http://snapframework.com/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/attoparsec-0.7:=[profile?] =dev-haskell/io-streams-1.3:=[profile?] =dev-haskell/network-2.3:=[profile?] =dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 - test? ( >=dev-haskell/hunit-1.2 =dev-haskell/test-framework-0.8.0.3 =dev-haskell/test-framework-hunit-0.2.7