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/gsasl/
Date: Sun, 11 Oct 2020 14:48:17
Message-Id: 1602427689.994a2412c956b7b9690d1d29b2b5bbdd9384be9a.slyfox@gentoo
1 commit: 994a2412c956b7b9690d1d29b2b5bbdd9384be9a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 14:45:19 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 14:48:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994a2412
7
8 dev-haskell/gsasl: drop old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/gsasl/Manifest | 1 -
14 dev-haskell/gsasl/gsasl-0.3.6.ebuild | 27 ---------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/dev-haskell/gsasl/Manifest b/dev-haskell/gsasl/Manifest
18 index 0fcd1124ecc..870ac7892d9 100644
19 --- a/dev-haskell/gsasl/Manifest
20 +++ b/dev-haskell/gsasl/Manifest
21 @@ -1,2 +1 @@
22 -DIST gsasl-0.3.6.tar.gz 20170 BLAKE2B b9b4e18a3e19ebccec6889b1767fd415920b23c083fc96c835aa1d3a9e0598c295f794ca897dd97f19a02bfe7d4c1ebe6986f1a27805424d4668d29a1b1d3b2d SHA512 657b3154d32d5c40eca79fa8cc0fd7f2dfce2d5d934f0388e3a16db15d513b18f5a25479b9f71ee164f999de9748f83e63f0334f43ef31def944c987e7186122
23 DIST gsasl-0.3.7.tar.gz 20184 BLAKE2B 77822255e11d8662a8b4316fa0456bb057ad250b2c823c28d79987f336872bba19596c8062cb0870a4222d68e0f862395835f53fda2a4db30c36e46f6fe595ff SHA512 7a3eb2919aee0df650cfeec62fb6cafd4cc49a9af59c54878a737816b6369cf6d63db7e8afc701c44c74ae15a46a707a20a762f7f976f8a8c1803f1f9db59ed7
24
25 diff --git a/dev-haskell/gsasl/gsasl-0.3.6.ebuild b/dev-haskell/gsasl/gsasl-0.3.6.ebuild
26 deleted file mode 100644
27 index d17a2682fd8..00000000000
28 --- a/dev-haskell/gsasl/gsasl-0.3.6.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2019 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.4.5.9999
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Bindings for GNU libgsasl"
42 -HOMEPAGE="https://john-millikin.com/software/haskell-gsasl/"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND=">=dev-haskell/transformers-0.2:=[profile?]
51 - >=dev-lang/ghc-7.4.1:=
52 - virtual/gsasl
53 -"
54 -DEPEND="${RDEPEND}
55 - >=dev-haskell/cabal-1.6
56 - virtual/pkgconfig
57 -"