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: Mon, 05 Feb 2018 16:28:19
Message-Id: 1517848004.24bbf95c6ff65b2ca388d54cfcb557955e196b13.mrueg@gentoo
1 commit: 24bbf95c6ff65b2ca388d54cfcb557955e196b13
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 5 15:54:28 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 16:26:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bbf95c
7
8 dev-util/hadolint: Remove old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-util/hadolint/Manifest | 1 -
13 dev-util/hadolint/hadolint-1.2.6.ebuild | 38 ---------------------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/dev-util/hadolint/Manifest b/dev-util/hadolint/Manifest
17 index f47db6c5dff..6a0488cbf6b 100644
18 --- a/dev-util/hadolint/Manifest
19 +++ b/dev-util/hadolint/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST hadolint-1.2.6.tar.gz 26761 BLAKE2B bf2693b0073cef553a2f7767a2d90a3af009cebbfeb448b306475f5ec6c7a3e9b228cab5e2279b6a3c3387be0fd58f14c47df1cd21c35045f96f3f3e07678ae5 SHA512 36f25dc040aa93c45f6da8195de7089032c0b777f939aafd77b53103d662d977b372afd7a6e39840498df6496a2a29a8c94ae59748b599aa840824fe28dda8b4
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
25 diff --git a/dev-util/hadolint/hadolint-1.2.6.ebuild b/dev-util/hadolint/hadolint-1.2.6.ebuild
26 deleted file mode 100644
27 index 2f335d90eea..00000000000
28 --- a/dev-util/hadolint/hadolint-1.2.6.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -# ebuild generated by hackport 0.5.4
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Dockerfile Linter JavaScript API"
42 -HOMEPAGE="https://github.com/hadolint/hadolint"
43 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND=">=dev-haskell/gitrev-1.3.1:=[profile?]
51 - >=dev-haskell/language-docker-2.0.0:=[profile?]
52 - <=dev-haskell/optparse-applicative-0.14.0.0:=[profile?]
53 - >=dev-haskell/parsec-3.1:=[profile?]
54 - >=dev-haskell/split-0.2:=[profile?]
55 - dev-haskell/yaml:=[profile?]
56 - >=dev-lang/ghc-8.0.2:=
57 - >=dev-util/shellcheck-0.4.7:=[profile?]
58 -"
59 -DEPEND="${RDEPEND}
60 - >=dev-haskell/cabal-1.24.2.0
61 - test? ( dev-haskell/hspec
62 - >=dev-haskell/hunit-1.2 )
63 -"
64 -
65 -src_prepare() {
66 - default
67 - sed -i -e "s/-static//" ${PN}.cabal || die
68 -}