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/with-location/
Date: Sat, 12 Sep 2020 22:54:01
Message-Id: 1599951231.3da7c1f5d3eb210a498d9a363928d91a29bba246.slyfox@gentoo
1 commit: 3da7c1f5d3eb210a498d9a363928d91a29bba246
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 22:51:01 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 22:53:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da7c1f5
7
8 dev-haskell/with-location: 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/with-location/Manifest | 1 -
14 .../with-location/with-location-0.0.0.ebuild | 24 ----------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/dev-haskell/with-location/Manifest b/dev-haskell/with-location/Manifest
18 index ae3cd6a3da4..fa9c219d426 100644
19 --- a/dev-haskell/with-location/Manifest
20 +++ b/dev-haskell/with-location/Manifest
21 @@ -1,2 +1 @@
22 -DIST with-location-0.0.0.tar.gz 1806 BLAKE2B 5a861687b8c0670c52f1e2a89fb29353466efc44a0cacaf76dca21e45323762629683b1f45955b5b238a93ce549c8be2e1e4062302efed7dfcd9347772e025e1 SHA512 c5be3a9478c0f9585daebe1b7ab73d81ed937740d7c5f5f3dac05289c58a508fca458e5c0727aed767e507c27a9007e878ee949228b8d25355ab8474ba7289c2
23 DIST with-location-0.1.0.tar.gz 2029 BLAKE2B 0d76733cff25a2dc3603ddad7b0806d43e2007017f73ec8773f6d00db0f7830eb2a30e324a5044654b7537bb9a43d453dbe50fd1ee89668fbbc465a5a27f90ee SHA512 1b8bdecd02d4acaa8b21e2cd6acdee573ac29b909c9a6f0d88a56adcd7433d551db5c1fadbc3e72c78378d74a614594d8d2ad08899fd63ecc57c65d0c37b28b9
24
25 diff --git a/dev-haskell/with-location/with-location-0.0.0.ebuild b/dev-haskell/with-location/with-location-0.0.0.ebuild
26 deleted file mode 100644
27 index 90731a67b9e..00000000000
28 --- a/dev-haskell/with-location/with-location-0.0.0.ebuild
29 +++ /dev/null
30 @@ -1,24 +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.7.9999
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Use ImplicitParams-based source locations in a backward compatible way"
42 -HOMEPAGE="https://github.com/sol/with-location#readme"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND=">=dev-lang/ghc-7.4.1:=
51 -"
52 -DEPEND="${RDEPEND}
53 - >=dev-haskell/cabal-1.10
54 -"