summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2021-01-31 10:21:10 +0100
committerHans de Graaff <hans@degraaff.org>2021-01-31 10:21:10 +0100
commit95ec4e1cf40144260edad6c9f32e99d4c1b02de3 (patch)
treeeb40eb6c748165773e8e6180f07048060d458b04 /dev-util
parentapp-forensics/brakeman: add 5.0.0 (diff)
downloadgraaff-95ec4e1cf40144260edad6c9f32e99d4c1b02de3.tar.gz
graaff-95ec4e1cf40144260edad6c9f32e99d4c1b02de3.tar.bz2
graaff-95ec4e1cf40144260edad6c9f32e99d4c1b02de3.zip
dev-util/yamllint: cleanup
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/yamllint/Manifest2
-rw-r--r--dev-util/yamllint/yamllint-1.21.0.ebuild18
-rw-r--r--dev-util/yamllint/yamllint-1.23.0.ebuild22
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-util/yamllint/Manifest b/dev-util/yamllint/Manifest
index f0c76d19..4a51fb40 100644
--- a/dev-util/yamllint/Manifest
+++ b/dev-util/yamllint/Manifest
@@ -1,3 +1 @@
-DIST yamllint-1.21.0.tar.gz 118794 BLAKE2B 84c0aee845b5d3c8dcd1c7f8c0c5213796b11b014107c46f31f0813b7b61dfa12ec2268792e6194ab915672e1598dac915db36e25f306c25d59cba7e82d0aed0 SHA512 90a1356a516345ae177a012ca2dc1ac570fb89e8985289c28eb2c8b3021c29f2b944e4bec8d578e6f53431f6c90ef27c5118abc1386127a6d9e4ae20721b0cb0
-DIST yamllint-1.23.0.tar.gz 120383 BLAKE2B 8a61fb3a069a559ca35f9829a4cc26f1719209cae744100095cadaf4eafdc7908a379bd8c47b583cab943cf37b571c15d8168fa0631e397e75435f73869ce329 SHA512 aeda995ce5add571098c224b4e699688d1a5a6f873cedc075cfb6f1ca8538e4fd641f64c5a871a1da9b6836bf5eb6c3faa78958f05a306292b61a1e02e46f924
DIST yamllint-1.25.0.tar.gz 125569 BLAKE2B 4b188437100519fa4158084fb86aab8a0d5d0979f0eba2732398e854694c4a086643ca394e171cd86c14c51ae5f26d7a73868b60b1157a3dbe58cf7d66f53cae SHA512 a74510fd8b44db7698e700faef737a4651c0975ef846cc027d1ff47407a4a4c24c23268b4bf63eac609ab22af882e7717b92c988110d7e2841ed71852012d4e3
diff --git a/dev-util/yamllint/yamllint-1.21.0.ebuild b/dev-util/yamllint/yamllint-1.21.0.ebuild
deleted file mode 100644
index f6371f51..00000000
--- a/dev-util/yamllint/yamllint-1.21.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=(python3_6 python3_7)
-inherit distutils-r1
-
-DESCRIPTION="A linter for YAML files"
-HOMEPAGE="https://github.com/adrienverge/yamllint"
-SRC_URI="https://github.com/adrienverge/yamllint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/pathspec[${PYTHON_USEDEP}]"
diff --git a/dev-util/yamllint/yamllint-1.23.0.ebuild b/dev-util/yamllint/yamllint-1.23.0.ebuild
deleted file mode 100644
index 77da1c47..00000000
--- a/dev-util/yamllint/yamllint-1.23.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=(python3_6 python3_7)
-inherit distutils-r1
-
-DESCRIPTION="A linter for YAML files"
-HOMEPAGE="https://github.com/adrienverge/yamllint"
-SRC_URI="https://github.com/adrienverge/yamllint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/pathspec[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
-"