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 578EA13835B for ; Sat, 24 Oct 2020 08:52:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 507E6E0950; Sat, 24 Oct 2020 08:52:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 38CDBE0950 for ; Sat, 24 Oct 2020 08:52:54 +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 0DEFF340BC0 for ; Sat, 24 Oct 2020 08:52:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E7063B8 for ; Sat, 24 Oct 2020 08:52:51 +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: <1603529560.d1d46c4515a1a624f9ac0c52fc86970c9c642083.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/base16-bytestring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/base16-bytestring/Manifest dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild X-VCS-Directories: dev-haskell/base16-bytestring/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d1d46c4515a1a624f9ac0c52fc86970c9c642083 X-VCS-Branch: master Date: Sat, 24 Oct 2020 08:52:51 +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: b5b9c4e4-3514-4f10-95a3-857fe6292a95 X-Archives-Hash: 98c78e2458b54f75917ba682b7be41a2 commit: d1d46c4515a1a624f9ac0c52fc86970c9c642083 Author: Jack Todaro posteo org> AuthorDate: Fri Oct 23 05:40:37 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Oct 24 08:52:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d46c45 dev-haskell/base16-bytestring: drop old Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Jack Todaro posteo.org> Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/base16-bytestring/Manifest | 1 - .../base16-bytestring-0.1.1.6.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-haskell/base16-bytestring/Manifest b/dev-haskell/base16-bytestring/Manifest index 618bed7701e..705ecc252a2 100644 --- a/dev-haskell/base16-bytestring/Manifest +++ b/dev-haskell/base16-bytestring/Manifest @@ -1,2 +1 @@ -DIST base16-bytestring-0.1.1.6.tar.gz 3694 BLAKE2B 81ea5573cc853a6fb55400b28b7a667ba175a6ae65547dd7ae8b450a72d950c4513bf464f1646c4f8167a2e477974180d85a1884a22b468c5646a5c8b6da2186 SHA512 699bc1f7819a1c0cea0154626f8799301bc9360bc997a5e9313a605ec33ea04d77219b100693021fd43e01d8d979374db07e6e3fabef5301c411f335e30a8cba DIST base16-bytestring-0.1.1.7.tar.gz 5136 BLAKE2B 65fbfb5288cae1cd17d4955c9ec55a40d00cd90556dd6c3923d110988612859e2301f4d9c2317a0b24f6dc1532fbb82b3b53133499c24ba276eb1f6754707a1f SHA512 33c4c1e35489cee42ced9fffed3ee11bfe976dc167adc3ab715c224e69025fd9634cb010ee09bf86aa71170e12172c823964fdc3bed4611c599f686beea2985e diff --git a/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild b/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild deleted file mode 100644 index dd9144ccd90..00000000000 --- a/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Fast base16 (hex) encoding and decoding for ByteStrings" -HOMEPAGE="https://github.com/bos/base16-bytestring" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -"