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-lift-instances/
Date: Sat, 12 Sep 2020 22:43:30
Message-Id: 1599950588.613ab6409362e3a27ab0b2f338fc956e635e1e4e.slyfox@gentoo
1 commit: 613ab6409362e3a27ab0b2f338fc956e635e1e4e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 22:37:54 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 22:43:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613ab640
7
8 dev-haskell/th-lift-instances: drop old
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/th-lift-instances/Manifest | 1 -
14 .../th-lift-instances-0.1.11.ebuild | 28 ----------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/dev-haskell/th-lift-instances/Manifest b/dev-haskell/th-lift-instances/Manifest
18 index 8e6e47dfe4c..693b33eb267 100644
19 --- a/dev-haskell/th-lift-instances/Manifest
20 +++ b/dev-haskell/th-lift-instances/Manifest
21 @@ -1,2 +1 @@
22 -DIST th-lift-instances-0.1.11.tar.gz 4477 BLAKE2B 22816020076245c154003ddb5a1523176368ceea47ba8d4e5c1f428227a2268079db59aae204c0a9012c565ae6c87991c6ede112926d12804d9a40efed5d4f35 SHA512 e4e443637c10cd21d9b6159f29ad8eb61a65bda2b625dff48ccbf1310c9abdbb1f48ff0c7e74974b78e0517db6af2889abb3c5cfeaed202c7b3efbe1c83dbc7a
23 DIST th-lift-instances-0.1.14.tar.gz 5712 BLAKE2B 02fd3b2b1073a49c58625237514bd898d0fe7147225b52ba11658d9fea5fc6c6d6f392c92315fe5bbf529c11a263964a2bd3310d7b451452fc548212e44b3bcb SHA512 b0050866a250c7a5f55f47307e6482c49373d1cd09372c38b3c5c58883662f794a0e5210b9ba7e5a60536fd20262aa14cb7e94edf576cc69be5d2b33f21d21be
24
25 diff --git a/dev-haskell/th-lift-instances/th-lift-instances-0.1.11.ebuild b/dev-haskell/th-lift-instances/th-lift-instances-0.1.11.ebuild
26 deleted file mode 100644
27 index 0cc806977f8..00000000000
28 --- a/dev-haskell/th-lift-instances/th-lift-instances-0.1.11.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2019 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="Lift instances for template-haskell for common data types"
42 -HOMEPAGE="https://github.com/bennofs/th-lift-instances/"
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/text:=[profile?]
51 - dev-haskell/th-lift:=[profile?]
52 - >=dev-haskell/vector-0.4:=[profile?]
53 - >=dev-lang/ghc-7.4.1:=
54 -"
55 -DEPEND="${RDEPEND}
56 - >=dev-haskell/cabal-1.10
57 - test? ( >=dev-haskell/quickcheck-2.6 )
58 -"