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 1DD5813835A for ; Thu, 6 Aug 2020 07:42:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ADBCE08BD; Thu, 6 Aug 2020 07:42:16 +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 B1DA1E08BB for ; Thu, 6 Aug 2020 07:42:15 +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 947AB34F45F for ; Thu, 6 Aug 2020 07:42:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90066313 for ; Thu, 6 Aug 2020 07:42:11 +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: <1596699711.6a30b1f1b74bc4fc36812f7cd7018e2cfa103daf.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/store/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/store/Manifest dev-haskell/store/store-0.3.1.ebuild X-VCS-Directories: dev-haskell/store/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 6a30b1f1b74bc4fc36812f7cd7018e2cfa103daf X-VCS-Branch: master Date: Thu, 6 Aug 2020 07:42:11 +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: 6b9e9387-7032-48b2-9063-4d1203e04399 X-Archives-Hash: 3d57820f2676681ef0864a6bf31c9b3b commit: 6a30b1f1b74bc4fc36812f7cd7018e2cfa103daf Author: Jack Todaro posteo org> AuthorDate: Wed Aug 5 21:20:03 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 6 07:41:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a30b1f1 dev-haskell/store: remove old Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro posteo.org> Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/store/Manifest | 1 - dev-haskell/store/store-0.3.1.ebuild | 67 ------------------------------------ 2 files changed, 68 deletions(-) diff --git a/dev-haskell/store/Manifest b/dev-haskell/store/Manifest index d7365f49f65..420b0918793 100644 --- a/dev-haskell/store/Manifest +++ b/dev-haskell/store/Manifest @@ -1,2 +1 @@ -DIST store-0.3.1.tar.gz 41555 BLAKE2B 6dc4cc284725db02987755ccd7665f241cc24b50449707d7af59ecbc82617bfc3445d9be57c37036f6bffb90870cf326d1519f131163c7dc7a87589fbc5718a1 SHA512 7e6064cbee01ce7357e5b7235d502ee9b5b323358ebd7e71b5b310830ae52595384bb143dbbbad8e28cdde2c9001f1ae9ea03b47f2dc5cf50ac18cb2c4e9d7cd DIST store-0.7.5.tar.gz 43180 BLAKE2B 990907bb8135f82a6ee4bf7b4e0389ef036e9c5334d3c26606723788ee04d35d86ff1d7ab1b2d8a48c61b299933f5c285d8846e79806196b68b99a9b6b7e0200 SHA512 14b8e36cfc04eec80a6a37d27dbac08887a3bebd226941f368076ea39b09a5c432c4d38ce860776a677b8829ecbabd3f2448cc2437e00ebcf2fb3a36d1715af0 diff --git a/dev-haskell/store/store-0.3.1.ebuild b/dev-haskell/store/store-0.3.1.ebuild deleted file mode 100644 index e1de2e33e1c..00000000000 --- a/dev-haskell/store/store-0.3.1.ebuild +++ /dev/null @@ -1,67 +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.1.9999 -#hackport: flags: -small-bench,-comparison-bench - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Fast binary serialization" -HOMEPAGE="https://github.com/fpco/store#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/async-2.0.2:=[profile?] - >=dev-haskell/base-orphans-0.4.3:=[profile?] - >=dev-haskell/base64-bytestring-0.1.1:=[profile?] - >=dev-haskell/conduit-1.2.3.1:=[profile?] - >=dev-haskell/contravariant-1.3:=[profile?] - >=dev-haskell/cryptohash-0.11.6:=[profile?] - >=dev-haskell/free-4.11:=[profile?] - >=dev-haskell/hashable-1.2.3.1:=[profile?] - >=dev-haskell/hspec-2.1.2:=[profile?] - >=dev-haskell/hspec-smallcheck-0.3.0:=[profile?] - >=dev-haskell/lifted-base-0.2.3.3:=[profile?] - >=dev-haskell/monad-control-0.3.3.0:=[profile?] - >=dev-haskell/mono-traversable-0.7.0:=[profile?] - >=dev-haskell/network-2.6.0.2:=[profile?] - >=dev-haskell/primitive-0.6:=[profile?] - >=dev-haskell/resourcet-1.1.3.3:=[profile?] - >=dev-haskell/safe-0.3.8:=[profile?] - >=dev-haskell/semigroups-0.8:=[profile?] - >=dev-haskell/smallcheck-1.1.1:=[profile?] - >=dev-haskell/store-core-0.3:=[profile?] =dev-haskell/streaming-commons-0.1.10.0:=[profile?] - >=dev-haskell/syb-0.4.4:=[profile?] - >=dev-haskell/text-1.2.0.4:=[profile?] - >=dev-haskell/th-lift-0.7.1:=[profile?] - >=dev-haskell/th-lift-instances-0.1.4:=[profile?] - >=dev-haskell/th-orphans-0.12.2:=[profile?] - >=dev-haskell/th-reify-many-0.1.6:=[profile?] - >=dev-haskell/th-utilities-0.2:=[profile?] - >=dev-haskell/unordered-containers-0.2.5.1:=[profile?] - >=dev-haskell/vector-0.10.12.3:=[profile?] - >=dev-haskell/void-0.5.11:=[profile?] - >=dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 - test? ( dev-haskell/cereal - dev-haskell/cereal-vector - dev-haskell/criterion - dev-haskell/vector-binary-instances - dev-haskell/weigh ) -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-comparison-bench \ - --flag=-small-bench -}