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/x11-xft/
Date: Wed, 02 Sep 2020 07:46:16
Message-Id: 1599032767.a6cf12355ddf33a29f36536f9595eb32294a4156.slyfox@gentoo
1 commit: a6cf12355ddf33a29f36536f9595eb32294a4156
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 07:40:47 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 07:46:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cf1235
7
8 dev-haskell/x11-xft: drop old
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/x11-xft/x11-xft-0.3.1.ebuild | 29 -----------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/dev-haskell/x11-xft/x11-xft-0.3.1.ebuild b/dev-haskell/x11-xft/x11-xft-0.3.1.ebuild
17 deleted file mode 100644
18 index 98b31928525..00000000000
19 --- a/dev-haskell/x11-xft/x11-xft-0.3.1.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="4"
26 -
27 -CABAL_FEATURES="lib profile haddock"
28 -inherit haskell-cabal
29 -
30 -MY_PN="X11-xft"
31 -MY_P="${MY_PN}-${PV}"
32 -
33 -DESCRIPTION="Bindings to the Xft, X Free Type interface library, and some Xrender parts"
34 -HOMEPAGE="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft"
35 -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
36 -
37 -LICENSE="LGPL-2.1"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~x86"
40 -IUSE=""
41 -
42 -RDEPEND=">=dev-lang/ghc-6.6.1
43 - >=dev-haskell/utf8-string-0.1[profile?]
44 - >=dev-haskell/x11-1.2.1[profile?]
45 - x11-libs/libXft"
46 -
47 -DEPEND="${RDEPEND}
48 - dev-haskell/cabal"
49 -
50 -S="${WORKDIR}/${MY_P}"