Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hadolint/
Date: Sat, 31 Mar 2018 19:09:38
Message-Id: 1522523356.291f6576fbc625f95d323fd5e3b47e711a60bde8.mrueg@gentoo
1 commit: 291f6576fbc625f95d323fd5e3b47e711a60bde8
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 19:09:16 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 19:09:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291f6576
7
8 dev-util/hadolint: Remove old
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 dev-util/hadolint/Manifest | 2 --
13 dev-util/hadolint/hadolint-1.3.0.ebuild | 38 ---------------------------------
14 dev-util/hadolint/hadolint-1.4.0.ebuild | 38 ---------------------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/dev-util/hadolint/Manifest b/dev-util/hadolint/Manifest
18 index 41b1d18cc61..5373b714b48 100644
19 --- a/dev-util/hadolint/Manifest
20 +++ b/dev-util/hadolint/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST hadolint-1.3.0.tar.gz 27014 BLAKE2B 9142319c8c275e78890ebaa002817a6d9b6beb5df0caf48000276d4f4fc6df780f6474790dae83c2d45074d5752b9dd482cc9b3266e4f404256144b53719db72 SHA512 6ac01e354849336375efba67870ba655e14424919d6c8d3c40ee246c7ddf1b2946a5d8a74d8bbaba45a2827895f9a18f6dbc042e41b2c44f97be3c615546f27c
23 -DIST hadolint-1.4.0.tar.gz 28384 BLAKE2B ee5fb556d99375b0628dd8eade076e98899301a122cec9cda1b1198da150b7a5ea1bae84e6550ab05efe0d079e926a7e16f76d873203be3e03ca428f1201a6d9 SHA512 a91c72bf08f98696ac7267268f10293837da402d3d71e042d9bde69affdbc7d0c42bcbd30756a84bbb021d100f1a200362c9fc28c5fbba87903b4cbf695931d2
24 DIST hadolint-1.5.0.tar.gz 31002 BLAKE2B 889885192f8ae12c468b90923948970d617bb5dc0156efa615e8ef750b3940b66d84215a21d0dca11ee7176f12b32c47a35a763035c9c2023bb8dc83b2b0af69 SHA512 19e246d82670e27751729394ba73ef03260525eedb0dbe26a605dd2c30e95386bafb85f9063a94d3a3e8b47fb05c248bdd6fda0ef9cf95285b1ec0ef54ad6d15
25 DIST hadolint-1.6.1.tar.gz 32674 BLAKE2B b7b3bc664848806d2316053724a91d0276e8af8c0324b31c2b3c2ae48b247e2092473170bc0f8ffcd76cf3b91e3c17e0e9b7b5f47c1eb416d23d01b29b454182 SHA512 ed79861d0938327ebeac8a8162d3a76257a22829d6188512bb43d5312327e39f31ff960d85e7d5c367a377c0a21e7df637e6d40448415752f132cf385ab8bfa2
26
27 diff --git a/dev-util/hadolint/hadolint-1.3.0.ebuild b/dev-util/hadolint/hadolint-1.3.0.ebuild
28 deleted file mode 100644
29 index 2f335d90eea..00000000000
30 --- a/dev-util/hadolint/hadolint-1.3.0.ebuild
31 +++ /dev/null
32 @@ -1,38 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -# ebuild generated by hackport 0.5.4
39 -
40 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
41 -inherit haskell-cabal
42 -
43 -DESCRIPTION="Dockerfile Linter JavaScript API"
44 -HOMEPAGE="https://github.com/hadolint/hadolint"
45 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -RDEPEND=">=dev-haskell/gitrev-1.3.1:=[profile?]
53 - >=dev-haskell/language-docker-2.0.0:=[profile?]
54 - <=dev-haskell/optparse-applicative-0.14.0.0:=[profile?]
55 - >=dev-haskell/parsec-3.1:=[profile?]
56 - >=dev-haskell/split-0.2:=[profile?]
57 - dev-haskell/yaml:=[profile?]
58 - >=dev-lang/ghc-8.0.2:=
59 - >=dev-util/shellcheck-0.4.7:=[profile?]
60 -"
61 -DEPEND="${RDEPEND}
62 - >=dev-haskell/cabal-1.24.2.0
63 - test? ( dev-haskell/hspec
64 - >=dev-haskell/hunit-1.2 )
65 -"
66 -
67 -src_prepare() {
68 - default
69 - sed -i -e "s/-static//" ${PN}.cabal || die
70 -}
71
72 diff --git a/dev-util/hadolint/hadolint-1.4.0.ebuild b/dev-util/hadolint/hadolint-1.4.0.ebuild
73 deleted file mode 100644
74 index 2f335d90eea..00000000000
75 --- a/dev-util/hadolint/hadolint-1.4.0.ebuild
76 +++ /dev/null
77 @@ -1,38 +0,0 @@
78 -# Copyright 1999-2018 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -# ebuild generated by hackport 0.5.4
84 -
85 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
86 -inherit haskell-cabal
87 -
88 -DESCRIPTION="Dockerfile Linter JavaScript API"
89 -HOMEPAGE="https://github.com/hadolint/hadolint"
90 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
91 -
92 -LICENSE="GPL-3"
93 -SLOT="0/${PV}"
94 -KEYWORDS="~amd64 ~x86"
95 -IUSE=""
96 -
97 -RDEPEND=">=dev-haskell/gitrev-1.3.1:=[profile?]
98 - >=dev-haskell/language-docker-2.0.0:=[profile?]
99 - <=dev-haskell/optparse-applicative-0.14.0.0:=[profile?]
100 - >=dev-haskell/parsec-3.1:=[profile?]
101 - >=dev-haskell/split-0.2:=[profile?]
102 - dev-haskell/yaml:=[profile?]
103 - >=dev-lang/ghc-8.0.2:=
104 - >=dev-util/shellcheck-0.4.7:=[profile?]
105 -"
106 -DEPEND="${RDEPEND}
107 - >=dev-haskell/cabal-1.24.2.0
108 - test? ( dev-haskell/hspec
109 - >=dev-haskell/hunit-1.2 )
110 -"
111 -
112 -src_prepare() {
113 - default
114 - sed -i -e "s/-static//" ${PN}.cabal || die
115 -}