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 C9FE013835B for ; Fri, 2 Apr 2021 09:54:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7264E09B5; Fri, 2 Apr 2021 09:54:08 +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 9F988E09B5 for ; Fri, 2 Apr 2021 09:54:08 +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 40538340D1C for ; Fri, 2 Apr 2021 09:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9D6D646 for ; Fri, 2 Apr 2021 09:54:04 +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: <1617357236.7123e9dd44069ce996f8ba4eb9758be08dbe069b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/th-orphans/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/th-orphans/Manifest dev-haskell/th-orphans/th-orphans-0.13.3.ebuild X-VCS-Directories: dev-haskell/th-orphans/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 7123e9dd44069ce996f8ba4eb9758be08dbe069b X-VCS-Branch: master Date: Fri, 2 Apr 2021 09:54:04 +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: 1b8ef5ef-6ec5-49d2-9b56-9a901485cd75 X-Archives-Hash: ed0faedee537f28e6e8437ca5ce3e51d commit: 7123e9dd44069ce996f8ba4eb9758be08dbe069b Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Apr 2 09:47:27 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Apr 2 09:53:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7123e9dd dev-haskell/th-orphans: drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/th-orphans/Manifest | 1 - dev-haskell/th-orphans/th-orphans-0.13.3.ebuild | 30 ------------------------- 2 files changed, 31 deletions(-) diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest index d74cf4fad16..aa298e5e28e 100644 --- a/dev-haskell/th-orphans/Manifest +++ b/dev-haskell/th-orphans/Manifest @@ -1,2 +1 @@ DIST th-orphans-0.13.10.tar.gz 8680 BLAKE2B fe03bfbd6ca27a9949573cdff3c496088fd6b082c6a334960388b45bc0bce38d2675ca9319c627d4d7b0df831fb497bea2d9dc753c76ce1d967e9f423b3562f6 SHA512 bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651 -DIST th-orphans-0.13.3.tar.gz 6549 BLAKE2B 1a23b345fd5cf43715deac8c1f21df56bb75e6d683b7d8ab2b28ce3c72ece178e0a0096d970f04e947d0977ce4a7062c4f47616e0c56e046e0deb8f621dec60f SHA512 5adc55392c2575d885365631ec90c6f26186fcb5ccc42f0e53cace064f1bf5ce389519aa78939a6390054a3ce144484de09205147fe06cbecbc0663898b0371d diff --git a/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild b/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild deleted file mode 100644 index 3442e255996..00000000000 --- a/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Orphan instances for TH datatypes" -HOMEPAGE="https://hackage.haskell.org/package/th-orphans" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/generic-deriving-1.9:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/th-lift-0.7.1:=[profile?] - dev-haskell/th-lift-instances:=[profile?] - >=dev-haskell/th-reify-many-0.1:=[profile?] =dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 - test? ( dev-haskell/hspec ) -"