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/idna/
Date: Sat, 12 Sep 2020 21:17:33
Message-Id: 1599945256.58bef522bbf208362c7b63bb716b717f06a4cd05.slyfox@gentoo
1 commit: 58bef522bbf208362c7b63bb716b717f06a4cd05
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 21:14:16 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 21:14:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58bef522
7
8 dev-haskell/idna: 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/idna/Manifest | 1 -
14 dev-haskell/idna/idna-0.2.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/dev-haskell/idna/Manifest b/dev-haskell/idna/Manifest
18 index 9f875a551d9..c0ec4f77d1e 100644
19 --- a/dev-haskell/idna/Manifest
20 +++ b/dev-haskell/idna/Manifest
21 @@ -1,2 +1 @@
22 -DIST idna-0.2.tar.gz 2372 BLAKE2B 9efdb1fed1bb1da07a1031fb6f5616876398594049aba71ef2bc7764971ca785f12ed94535bde5ab9c51c435f1bc1d96072ab6830ceded8d4ec70dadaccd2471 SHA512 cfbe78f2b21059802e139420120a6bce8c09f58786258c874e73b0f01f953cd07d2cedf7c2d19677b0dbe327db7ce4b39a6569fd624cfcc02b6b249e07051b81
23 DIST idna-0.3.0.tar.gz 2352 BLAKE2B d4b0441c22b14d5e87438d3e39594e44943aaccc70ee4c66eab70146067e7a1a0c358e94cd68251517fcdbbb2b14f896441a6ebfccd764b31c342d82b8e79b8f SHA512 c18bd9e4157abfde7fa30a16d0df432745f04ee784a2d2be3852750d989964a77bcfc8cc34ab8629a0bb25686adacc07f510150f9696a926559964e6a724f98f
24
25 diff --git a/dev-haskell/idna/idna-0.2.ebuild b/dev-haskell/idna/idna-0.2.ebuild
26 deleted file mode 100644
27 index 992f49037a2..00000000000
28 --- a/dev-haskell/idna/idna-0.2.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -# ebuild generated by hackport 0.3.2.9999
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Implements IDNA (RFC 3490)"
42 -HOMEPAGE="https://hackage.haskell.org/package/idna"
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/punycode-2.0:=[profile?]
51 - >=dev-haskell/stringprep-0.1.2:=[profile?]
52 - >=dev-haskell/text-0.1:=[profile?]
53 - >=dev-lang/ghc-7.0.1:="
54 -DEPEND="${RDEPEND}
55 - >=dev-haskell/cabal-1.6"