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/gtk2hs-buildtools/
Date: Fri, 02 Apr 2021 09:54:08
Message-Id: 1617357233.edc2ddbaec4dff917a84f4961cc3e54f53fb3719.slyfox@gentoo
1 commit: edc2ddbaec4dff917a84f4961cc3e54f53fb3719
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:44:32 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 09:53:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc2ddba
7
8 dev-haskell/gtk2hs-buildtools: 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 .../gtk2hs-buildtools-0.13.8.0.ebuild | 35 ----------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.13.8.0.ebuild b/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.13.8.0.ebuild
17 deleted file mode 100644
18 index 2a1041ef104..00000000000
19 --- a/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.13.8.0.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -# ebuild generated by hackport 0.6.4
28 -
29 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
30 -inherit haskell-cabal
31 -
32 -DESCRIPTION="Tools to build the Gtk2Hs suite of User Interface libraries"
33 -HOMEPAGE="http://projects.haskell.org/gtk2hs/"
34 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0/${PV}"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE="+closuresignals"
40 -
41 -RDEPEND=">=dev-haskell/cabal-1.24.0.0:=[profile?]
42 - dev-haskell/fail:=[profile?]
43 - dev-haskell/hashtables:=[profile?]
44 - dev-haskell/random:=[profile?]
45 - >=dev-lang/ghc-7.8.2:=
46 -"
47 -DEPEND="${RDEPEND}
48 - dev-haskell/alex
49 - >=dev-haskell/cabal-1.18.1.3
50 - dev-haskell/happy
51 -"
52 -
53 -src_configure() {
54 - haskell-cabal_src_configure \
55 - $(cabal_flag closuresignals closuresignals)
56 -}