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/system-fileio/
Date: Sat, 12 Sep 2020 22:23:07
Message-Id: 1599949368.f988cf5537550197baf068cf065391120e698bbf.slyfox@gentoo
1 commit: f988cf5537550197baf068cf065391120e698bbf
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 22:22:11 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 22:22:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f988cf55
7
8 dev-haskell/system-fileio: 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/system-fileio/Manifest | 1 -
14 .../system-fileio/system-fileio-0.3.16.3.ebuild | 29 ----------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/dev-haskell/system-fileio/Manifest b/dev-haskell/system-fileio/Manifest
18 index 4bf50fab806..833cc925660 100644
19 --- a/dev-haskell/system-fileio/Manifest
20 +++ b/dev-haskell/system-fileio/Manifest
21 @@ -1,2 +1 @@
22 -DIST system-fileio-0.3.16.3.tar.gz 15296 BLAKE2B 18a48c74794f9b2fbe33a181ce007984fdfab61202832a1bab395a3b3c1ba25aa5f45649f2b33e7608d422ad92a42719e6997ed9ab3ca4370e055d366476d779 SHA512 74ee4028caa77194120d66316677cc0f184fd4af5c4feaa7d713145b97dab8bcebc2f4b971464f9a68f8e304021d0fe5c52272bb282db0925559ff0ff6937842
23 DIST system-fileio-0.3.16.4.tar.gz 15632 BLAKE2B 88c773cd78cf21a445c45a7b1548b77ed3624af54f54d0a0388b9c41ffe4595299e32ba4ffa5dad1234f810de73b07f47b16e8e2ad1b490f63811d193523abdb SHA512 68530cd11b25aa8a05967d3f51091ea57a5be138b672bd5373918163281c55a91b60dea03bdd22bcd4ba1d6bb26e2ed14660ce55bbdaf2737d2dd2b7e608d698
24
25 diff --git a/dev-haskell/system-fileio/system-fileio-0.3.16.3.ebuild b/dev-haskell/system-fileio/system-fileio-0.3.16.3.ebuild
26 deleted file mode 100644
27 index 41043e3c92c..00000000000
28 --- a/dev-haskell/system-fileio/system-fileio-0.3.16.3.ebuild
29 +++ /dev/null
30 @@ -1,29 +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 test-suite"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Consistent filesystem interaction across GHC versions (deprecated)"
42 -HOMEPAGE="https://github.com/fpco/haskell-filesystem"
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-haskell/system-filepath-0.3.1:=[profile?] <dev-haskell/system-filepath-0.5:=[profile?]
51 - >=dev-haskell/text-0.7.1:=[profile?]
52 - >=dev-lang/ghc-7.4.1:=
53 -"
54 -DEPEND="${RDEPEND}
55 - >=dev-haskell/cabal-1.8
56 - test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5
57 - >=dev-haskell/temporary-1.1 <dev-haskell/temporary-2.0
58 - >=dev-haskell/transformers-0.2 )
59 -"