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-utilities/
Date: Fri, 02 Apr 2021 09:54:08
Message-Id: 1617357236.02a8b1294d9e501eae1b14cc229189390c44a74e.slyfox@gentoo
1 commit: 02a8b1294d9e501eae1b14cc229189390c44a74e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:47:48 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=02a8b129
7
8 dev-haskell/th-utilities: 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-utilities/Manifest | 1 -
14 .../th-utilities/th-utilities-0.2.3.0.ebuild | 32 ----------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/dev-haskell/th-utilities/Manifest b/dev-haskell/th-utilities/Manifest
18 index 76c6f5d1a4c..b501675095e 100644
19 --- a/dev-haskell/th-utilities/Manifest
20 +++ b/dev-haskell/th-utilities/Manifest
21 @@ -1,2 +1 @@
22 -DIST th-utilities-0.2.3.0.tar.gz 15577 BLAKE2B fad72515936ba6b7876ff731c7a1e12246014e191282028fc1bd1846dc704d4d1408e82e82a394a1f58350f961c5b7b7f5b9ae0cfbf09551fc5964433d42b113 SHA512 edddde2ea3a9da44bd34cbf51d9f4ea14510eac9527f2f1a199390566e24f10ed84403f5450e47244b0cbfc4b5dc3a5c3f64ec596255f191d8bad83d9043a3ba
23 DIST th-utilities-0.2.4.1.tar.gz 16134 BLAKE2B f8357f66c7d62f0fb902f933edb63a75474eea5bb90f80f192799ae0f2c3ce535d5888a53256331552661791277388b1cdae0bab472c3bb1d39bf79fe29f20b1 SHA512 b23272db62a0842af56efbc2f4cc0ebb8d0c900ecb3471fd2a984792da76ab57780d0960fa737fa0023dcd06e12b7585b586ae330005570046ba767101840d02
24
25 diff --git a/dev-haskell/th-utilities/th-utilities-0.2.3.0.ebuild b/dev-haskell/th-utilities/th-utilities-0.2.3.0.ebuild
26 deleted file mode 100644
27 index ce7bbd312b2..00000000000
28 --- a/dev-haskell/th-utilities/th-utilities-0.2.3.0.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -# ebuild generated by hackport 0.6.9999
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Collection of useful functions for use with Template Haskell"
42 -HOMEPAGE="https://github.com/fpco/th-utilities#readme"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="dev-haskell/primitive:=[profile?]
51 - dev-haskell/syb:=[profile?]
52 - dev-haskell/text:=[profile?]
53 - dev-haskell/th-orphans:=[profile?]
54 - >=dev-lang/ghc-7.8.2:=
55 -"
56 -DEPEND="${RDEPEND}
57 - >=dev-haskell/cabal-1.18.1.3
58 - test? ( dev-haskell/hspec
59 - dev-haskell/vector )
60 -"
61 -
62 -PATCHES=("${FILESDIR}"/${P}-ghc-8.8.patch)