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-expand-syns/
Date: Fri, 02 Apr 2021 09:54:09
Message-Id: 1617357235.db1523239fc1a96338b099058397ccb741790e47.slyfox@gentoo
1 commit: db1523239fc1a96338b099058397ccb741790e47
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:47:09 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 09:53:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db152323
7
8 dev-haskell/th-expand-syns: 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-expand-syns/Manifest | 1 -
14 .../th-expand-syns/th-expand-syns-0.4.5.0.ebuild | 25 ----------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/dev-haskell/th-expand-syns/Manifest b/dev-haskell/th-expand-syns/Manifest
18 index 0a79ecaa648..a0140d3feef 100644
19 --- a/dev-haskell/th-expand-syns/Manifest
20 +++ b/dev-haskell/th-expand-syns/Manifest
21 @@ -1,2 +1 @@
22 -DIST th-expand-syns-0.4.5.0.tar.gz 8112 BLAKE2B 9a4572993f309144e70adb2967c699c06871246a00eea97e551d79cb1117970d12bc9c7594e8908f9b6a59550ba4fcef8e3e9888375136c4fccd3dc53d7e1857 SHA512 4e72ec26dbe875c3d664b94d7892001af835794f04bec83ff05952c3b9ea9b9de242cee5c713671213479bce4cfae3d0d6172a581e7fff58923688624dd493bd
23 DIST th-expand-syns-0.4.6.0.tar.gz 8228 BLAKE2B 6f0a0ee73cc7999a2cc42aa4982980851d14e4db8aebd921cc04517505676b24fa5e2b6977ce7b2d73a3e153ffb4f98727503fc5d735e409c0dcb9d4930d4f09 SHA512 93c4516052b2130a189c72fe5ca99e44ffdb4937f6a8afd8c192ba24a7002bd45865992cebf44c5c9d6ddfd9f67a1d7d73633e7521c4a9828a0defee627e89b5
24
25 diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.4.5.0.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.4.5.0.ebuild
26 deleted file mode 100644
27 index c4a8b84b5ab..00000000000
28 --- a/dev-haskell/th-expand-syns/th-expand-syns-0.4.5.0.ebuild
29 +++ /dev/null
30 @@ -1,25 +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="Expands type synonyms in Template Haskell ASTs"
42 -HOMEPAGE="https://github.com/DanielSchuessler/th-expand-syns"
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/syb:=[profile?]
51 - >=dev-lang/ghc-7.4.1:=
52 -"
53 -DEPEND="${RDEPEND}
54 - >=dev-haskell/cabal-1.8
55 -"