Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/th-orphans/
Date: Fri, 02 Apr 2021 09:54:09
Message-Id: 1617357236.7123e9dd44069ce996f8ba4eb9758be08dbe069b.slyfox@gentoo
1 commit: 7123e9dd44069ce996f8ba4eb9758be08dbe069b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:47:27 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 09:53:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7123e9dd
7
8 dev-haskell/th-orphans: drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/th-orphans/Manifest | 1 -
14 dev-haskell/th-orphans/th-orphans-0.13.3.ebuild | 30 -------------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
18 index d74cf4fad16..aa298e5e28e 100644
19 --- a/dev-haskell/th-orphans/Manifest
20 +++ b/dev-haskell/th-orphans/Manifest
21 @@ -1,2 +1 @@
22 DIST th-orphans-0.13.10.tar.gz 8680 BLAKE2B fe03bfbd6ca27a9949573cdff3c496088fd6b082c6a334960388b45bc0bce38d2675ca9319c627d4d7b0df831fb497bea2d9dc753c76ce1d967e9f423b3562f6 SHA512 bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651
23 -DIST th-orphans-0.13.3.tar.gz 6549 BLAKE2B 1a23b345fd5cf43715deac8c1f21df56bb75e6d683b7d8ab2b28ce3c72ece178e0a0096d970f04e947d0977ce4a7062c4f47616e0c56e046e0deb8f621dec60f SHA512 5adc55392c2575d885365631ec90c6f26186fcb5ccc42f0e53cace064f1bf5ce389519aa78939a6390054a3ce144484de09205147fe06cbecbc0663898b0371d
24
25 diff --git a/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild b/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild
26 deleted file mode 100644
27 index 3442e255996..00000000000
28 --- a/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -# ebuild generated by hackport 0.5.1.9999
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Orphan instances for TH datatypes"
42 -HOMEPAGE="https://hackage.haskell.org/package/th-orphans"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND=">=dev-haskell/generic-deriving-1.9:=[profile?]
51 - dev-haskell/mtl:=[profile?]
52 - >=dev-haskell/th-lift-0.7.1:=[profile?]
53 - dev-haskell/th-lift-instances:=[profile?]
54 - >=dev-haskell/th-reify-many-0.1:=[profile?] <dev-haskell/th-reify-many-0.2:=[profile?]
55 - >=dev-lang/ghc-7.4.1:=
56 -"
57 -DEPEND="${RDEPEND}
58 - >=dev-haskell/cabal-1.10
59 - test? ( dev-haskell/hspec )
60 -"