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/unix-compat/
Date: Sat, 12 Sep 2020 22:49:19
Message-Id: 1599950710.c271824201f7ff692f64b4fa9a54d625538b1138.slyfox@gentoo
1 commit: c271824201f7ff692f64b4fa9a54d625538b1138
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 22:45:10 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 22:45:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2718242
7
8 dev-haskell/unix-compat: 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/unix-compat/Manifest | 3 ---
14 dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild | 29 ----------------------
15 dev-haskell/unix-compat/unix-compat-0.4.1.4.ebuild | 29 ----------------------
16 dev-haskell/unix-compat/unix-compat-0.4.2.0.ebuild | 29 ----------------------
17 4 files changed, 90 deletions(-)
18
19 diff --git a/dev-haskell/unix-compat/Manifest b/dev-haskell/unix-compat/Manifest
20 index 59aa37d9a5e..786b341fd9b 100644
21 --- a/dev-haskell/unix-compat/Manifest
22 +++ b/dev-haskell/unix-compat/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST unix-compat-0.4.1.3.tar.gz 12823 BLAKE2B 0cf1fa6c1b9f10c39fcbe8e0fa54085d7eb93d3177ba15d16e7f3a0f7b64178cea2f2be29e3b91f3611cc49528058e8f226febb941a57378c9156ee5eb609a2c SHA512 6065c2ec39e96ea8a7f91964a0e3ad93fa3a46625dfe831f0b4641e181e1ebbdac8cb5f954ee6a1fe8061896e97f437670605f0b4684183fc84f69725c3cf7a5
25 -DIST unix-compat-0.4.1.4.tar.gz 12830 BLAKE2B b3b94ff1733d8df2b7105ea6956db7d37d5af445373dad3dd4583a7c515d742835c781da106a7c7b8ecabc55b877f648892308aae9706e94365b4e8c5e50afca SHA512 bc2aa14231b294ada9006d18e54f353f9c5b4bde387f585fc6e3adc38efd18d81819295255f0e385a9cde0fcc423db556801c9285767781eeedf32123b7639af
26 -DIST unix-compat-0.4.2.0.tar.gz 12895 BLAKE2B df4f07a36b7371f658f533eabf4faa3880d1935371ae46fd05c3567e5f922b35999c7d71af2103c9b88b81ee4328aee6b002d54658e88422fa037c21a209939b SHA512 c3271dc7bbb35948cc2edb143ffe2ab0d14c53115668c257eeba8ccc148b586ee994f417ccfabb58fcd6533e786dcccac3062ece1923afaf20fcd05055fdad39
27 DIST unix-compat-0.4.3.1.tar.gz 13152 BLAKE2B a2fc2d7ab23c0b26349181cfcfa98d864944c5347f7a8177fa467e8b963883c32c042dce3d36dfabd7008dda9efe632f7cf1edb6485178d8b2695ca8d73dc4a0 SHA512 ff6d7f52d1e0e21c3739831ae33b34b13815aadfce7f90efe2cfa10325b55aac982824d4cdaf112af03e8d51824d091d8781ff1caf529f02f8d251ada5c9e63b
28 DIST unix-compat-0.5.2.tar.gz 13281 BLAKE2B 617e916badf79b76959ffcd542ad6fa1f1ea04c0bc741faace7614bc9e0fcae0cc34dabb06197fa8686dee26b0d890ee95d3f6e5f6258e543424a9d99498a0cf SHA512 0a0a98e03edb7c6ab4401a022c3e90f7598b24930cb22ba04711c3f57b8f87990c6669d5cda07196b61d36cb6e0fa8b281822fa99b199c3b78cfccd0bc3f70be
29
30 diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild
31 deleted file mode 100644
32 index c9c9920fca9..00000000000
33 --- a/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild
34 +++ /dev/null
35 @@ -1,29 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -
41 -# ebuild generated by hackport 0.4.2.9999
42 -
43 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
44 -inherit haskell-cabal
45 -
46 -DESCRIPTION="Portable POSIX-compatibility layer"
47 -HOMEPAGE="https://github.com/jystic/unix-compat"
48 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
49 -
50 -LICENSE="BSD"
51 -SLOT="0/${PV}"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE="old-time"
54 -
55 -RDEPEND=">=dev-lang/ghc-7.4.1:=
56 -"
57 -DEPEND="${RDEPEND}
58 - >=dev-haskell/cabal-1.6
59 -"
60 -
61 -src_configure() {
62 - haskell-cabal_src_configure \
63 - $(cabal_flag old-time old-time)
64 -}
65
66 diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.4.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.4.ebuild
67 deleted file mode 100644
68 index 1e7aa65073c..00000000000
69 --- a/dev-haskell/unix-compat/unix-compat-0.4.1.4.ebuild
70 +++ /dev/null
71 @@ -1,29 +0,0 @@
72 -# Copyright 1999-2019 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=5
76 -
77 -# ebuild generated by hackport 0.4.4.9999
78 -
79 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
80 -inherit haskell-cabal
81 -
82 -DESCRIPTION="Portable POSIX-compatibility layer"
83 -HOMEPAGE="https://github.com/jystic/unix-compat"
84 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
85 -
86 -LICENSE="BSD"
87 -SLOT="0/${PV}"
88 -KEYWORDS="~amd64 ~x86"
89 -IUSE="old-time"
90 -
91 -RDEPEND=">=dev-lang/ghc-7.4.1:=
92 -"
93 -DEPEND="${RDEPEND}
94 - >=dev-haskell/cabal-1.6
95 -"
96 -
97 -src_configure() {
98 - haskell-cabal_src_configure \
99 - $(cabal_flag old-time old-time)
100 -}
101
102 diff --git a/dev-haskell/unix-compat/unix-compat-0.4.2.0.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.2.0.ebuild
103 deleted file mode 100644
104 index 3ee81cf29a9..00000000000
105 --- a/dev-haskell/unix-compat/unix-compat-0.4.2.0.ebuild
106 +++ /dev/null
107 @@ -1,29 +0,0 @@
108 -# Copyright 1999-2019 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=6
112 -
113 -# ebuild generated by hackport 0.5.9999
114 -
115 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
116 -inherit haskell-cabal
117 -
118 -DESCRIPTION="Portable POSIX-compatibility layer"
119 -HOMEPAGE="https://github.com/jystic/unix-compat"
120 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
121 -
122 -LICENSE="BSD"
123 -SLOT="0/${PV}"
124 -KEYWORDS="~amd64 ~x86"
125 -IUSE="old-time"
126 -
127 -RDEPEND=">=dev-lang/ghc-7.4.1:=
128 -"
129 -DEPEND="${RDEPEND}
130 - >=dev-haskell/cabal-1.6
131 -"
132 -
133 -src_configure() {
134 - haskell-cabal_src_configure \
135 - $(cabal_flag old-time old-time)
136 -}