1 |
commit: 159ca350bf1168acd5464660e64bfefcd3215032 |
2 |
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> |
3 |
AuthorDate: Tue Sep 1 23:02:03 2020 +0000 |
4 |
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> |
5 |
CommitDate: Tue Sep 1 23:02:10 2020 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159ca350 |
7 |
|
8 |
dev-haskell/unix-time: drop old |
9 |
|
10 |
Package-Manager: Portage-3.0.5, Repoman-3.0.1 |
11 |
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> |
12 |
|
13 |
dev-haskell/unix-time/Manifest | 3 --- |
14 |
dev-haskell/unix-time/unix-time-0.3.5.ebuild | 30 ---------------------------- |
15 |
dev-haskell/unix-time/unix-time-0.3.6.ebuild | 30 ---------------------------- |
16 |
dev-haskell/unix-time/unix-time-0.3.7.ebuild | 29 --------------------------- |
17 |
4 files changed, 92 deletions(-) |
18 |
|
19 |
diff --git a/dev-haskell/unix-time/Manifest b/dev-haskell/unix-time/Manifest |
20 |
index dfe82bea50b..8fd76ae6ef1 100644 |
21 |
--- a/dev-haskell/unix-time/Manifest |
22 |
+++ b/dev-haskell/unix-time/Manifest |
23 |
@@ -1,4 +1 @@ |
24 |
-DIST unix-time-0.3.5.tar.gz 40201 BLAKE2B 398b47f43b6b56131f42842ad691b45e7fe987478583d498ad44885d480b14068b1d956d035e371f48518d62bff70f1f7f0ea34e398355d37bde9d76c5442dcb SHA512 8da13cd8e9a32ee8ce4ab9430eab951d84350e4c459948f4e5e833444f1f266fbac6b6fc08876e326313eaf92e31500b325825b1b2c4fb22c551efdf6e5b9db5 |
25 |
-DIST unix-time-0.3.6.tar.gz 40180 BLAKE2B 0233c673459f967e78a4a8985b0951efd224c57b172739413cb41950abbae05d29c575e128020b2ca6b8f96595326073e45d1bf4e040c81db10d1da3304d3def SHA512 a7ca1086d2a2a15bebdaad80e3e31cc3be403548650d6c490dd7aa3af14b017ad2034320f82c3c7729661a046156e41bb50acf6a8fc1aa1db8dc8a62522c03a1 |
26 |
-DIST unix-time-0.3.7.tar.gz 40549 BLAKE2B 86aa4e6b9d4b7adf55f27491dff7d4197c9540b7390fbfb93ccde33f618892be6c21387812cf41481d5863cff24bdbc29d213edf6c9bb13bdc1ca95e12889f95 SHA512 d10335af434e79980fd4221ade86dafa71d2aa9b30d7aaa13da25b8e75114430a143be5b9c6c1fa885d6ba01f6e6677484b04cd9e2cb263c650a945e954c44bd |
27 |
DIST unix-time-0.4.7.tar.gz 52235 BLAKE2B ec885f79c7f2be3766528dca640e59709aa984f70523714614414f921a7c7808feed274b44bc33cf23d4acee49dc0d8e4e30e9016a372850dfa1695abf81f7d2 SHA512 a9e5b77cb9c93b9a20687406aaeeaff5277d05b95ee9d874f3e0292eca83574b2e842785e0a88f71be3e91610db228c68b5cec885c4b3ea15fc6ec1bb861c072 |
28 |
|
29 |
diff --git a/dev-haskell/unix-time/unix-time-0.3.5.ebuild b/dev-haskell/unix-time/unix-time-0.3.5.ebuild |
30 |
deleted file mode 100644 |
31 |
index 4bdffb75d5b..00000000000 |
32 |
--- a/dev-haskell/unix-time/unix-time-0.3.5.ebuild |
33 |
+++ /dev/null |
34 |
@@ -1,30 +0,0 @@ |
35 |
-# Copyright 1999-2020 Gentoo Authors |
36 |
-# Distributed under the terms of the GNU General Public License v2 |
37 |
- |
38 |
-EAPI=5 |
39 |
- |
40 |
-# ebuild generated by hackport 0.4.4.9999 |
41 |
- |
42 |
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" |
43 |
-inherit haskell-cabal |
44 |
- |
45 |
-DESCRIPTION="Unix time parser/formatter and utilities" |
46 |
-HOMEPAGE="https://hackage.haskell.org/package/unix-time" |
47 |
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" |
48 |
- |
49 |
-LICENSE="BSD" |
50 |
-SLOT="0/${PV}" |
51 |
-KEYWORDS="~amd64 ~x86" |
52 |
-IUSE="" |
53 |
- |
54 |
-RDEPEND="dev-haskell/binary:=[profile?] |
55 |
- dev-haskell/old-time:=[profile?] |
56 |
- >=dev-lang/ghc-7.4.1:= |
57 |
-" |
58 |
-DEPEND="${RDEPEND} |
59 |
- >=dev-haskell/cabal-1.10 |
60 |
- test? ( >=dev-haskell/doctest-0.9.3 |
61 |
- >=dev-haskell/hspec-1.5 |
62 |
- dev-haskell/old-locale |
63 |
- dev-haskell/quickcheck ) |
64 |
-" |
65 |
|
66 |
diff --git a/dev-haskell/unix-time/unix-time-0.3.6.ebuild b/dev-haskell/unix-time/unix-time-0.3.6.ebuild |
67 |
deleted file mode 100644 |
68 |
index a4e0f62c8ec..00000000000 |
69 |
--- a/dev-haskell/unix-time/unix-time-0.3.6.ebuild |
70 |
+++ /dev/null |
71 |
@@ -1,30 +0,0 @@ |
72 |
-# Copyright 1999-2020 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.6.9999 |
78 |
- |
79 |
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" |
80 |
-inherit haskell-cabal |
81 |
- |
82 |
-DESCRIPTION="Unix time parser/formatter and utilities" |
83 |
-HOMEPAGE="https://hackage.haskell.org/package/unix-time" |
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="" |
90 |
- |
91 |
-RDEPEND="dev-haskell/binary:=[profile?] |
92 |
- dev-haskell/old-time:=[profile?] |
93 |
- >=dev-lang/ghc-7.4.1:= |
94 |
-" |
95 |
-DEPEND="${RDEPEND} |
96 |
- >=dev-haskell/cabal-1.10 |
97 |
- test? ( >=dev-haskell/doctest-0.9.3 |
98 |
- >=dev-haskell/hspec-1.5 |
99 |
- dev-haskell/old-locale |
100 |
- dev-haskell/quickcheck ) |
101 |
-" |
102 |
|
103 |
diff --git a/dev-haskell/unix-time/unix-time-0.3.7.ebuild b/dev-haskell/unix-time/unix-time-0.3.7.ebuild |
104 |
deleted file mode 100644 |
105 |
index c1fa638a2f8..00000000000 |
106 |
--- a/dev-haskell/unix-time/unix-time-0.3.7.ebuild |
107 |
+++ /dev/null |
108 |
@@ -1,29 +0,0 @@ |
109 |
-# Copyright 1999-2020 Gentoo Authors |
110 |
-# Distributed under the terms of the GNU General Public License v2 |
111 |
- |
112 |
-EAPI=6 |
113 |
- |
114 |
-# ebuild generated by hackport 0.5.9999 |
115 |
- |
116 |
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" |
117 |
-inherit haskell-cabal |
118 |
- |
119 |
-DESCRIPTION="Unix time parser/formatter and utilities" |
120 |
-HOMEPAGE="https://hackage.haskell.org/package/unix-time" |
121 |
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" |
122 |
- |
123 |
-LICENSE="BSD" |
124 |
-SLOT="0/${PV}" |
125 |
-KEYWORDS="~amd64 ~x86" |
126 |
-IUSE="" |
127 |
- |
128 |
-RDEPEND="dev-haskell/old-time:=[profile?] |
129 |
- >=dev-lang/ghc-7.4.1:= |
130 |
-" |
131 |
-DEPEND="${RDEPEND} |
132 |
- >=dev-haskell/cabal-1.10 |
133 |
- test? ( >=dev-haskell/doctest-0.9.3 |
134 |
- >=dev-haskell/hspec-1.5 |
135 |
- dev-haskell/old-locale |
136 |
- dev-haskell/quickcheck ) |
137 |
-" |