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 19035138359 for ; Sat, 12 Sep 2020 08:55:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70C6BE0849; Sat, 12 Sep 2020 08:55:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 582E2E0849 for ; Sat, 12 Sep 2020 08:55:20 +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 883C9340C96 for ; Sat, 12 Sep 2020 08:55:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5723737F for ; Sat, 12 Sep 2020 08:55:16 +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: <1599900909.3718a2e09a563174e84fd623c711046a30dd7322.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/bytestring-show/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild X-VCS-Directories: dev-haskell/bytestring-show/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3718a2e09a563174e84fd623c711046a30dd7322 X-VCS-Branch: master Date: Sat, 12 Sep 2020 08:55:16 +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: a155fa50-3730-4f06-93ca-b1736e895cc2 X-Archives-Hash: 2e6ff1a59da45042f6ca443edae4c72a commit: 3718a2e09a563174e84fd623c711046a30dd7322 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 12 08:53:45 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 12 08:55:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3718a2e0 dev-haskell/bytestring-show: drop old Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> .../bytestring-show/bytestring-show-0.3.5.6.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild deleted file mode 100644 index 43a7a4e7404..00000000000 --- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.3.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Efficient conversion of values into readable byte strings" -HOMEPAGE="http://code.haskell.org/~dolio/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6.0.3 -"