summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2024-11-08 18:45:42 +0100
committerHans de Graaff <hans@degraaff.org>2024-11-08 18:45:42 +0100
commitede8e7f07ba22907d40d61d8d5ac0b590dacb4fc (patch)
treec2e62f92c5f33e817ad24c1f2c2f0799c9465cb3
parentdev-util/yardstick: enable ruby33 (diff)
downloadgraaff-ede8e7f07ba22907d40d61d8d5ac0b590dacb4fc.tar.gz
graaff-ede8e7f07ba22907d40d61d8d5ac0b590dacb4fc.tar.bz2
graaff-ede8e7f07ba22907d40d61d8d5ac0b590dacb4fc.zip
dev-util/mdl: drop 0.12.0
Signed-off-by: Hans de Graaff <hans@degraaff.org>
-rw-r--r--dev-util/mdl/Manifest1
-rw-r--r--dev-util/mdl/mdl-0.12.0.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-util/mdl/Manifest b/dev-util/mdl/Manifest
index 0283a4e8..c2c80c4f 100644
--- a/dev-util/mdl/Manifest
+++ b/dev-util/mdl/Manifest
@@ -1,2 +1 @@
-DIST mdl-0.12.0.tar.gz 63127 BLAKE2B 9114b99c1cbb12250af682fa1431b8e01c45bc668916827214ab35c6f89dbb3e374798ef0a300f9979c89015ce277eb5f91f76fa471638fd126fcc1987070380 SHA512 9045ebf6fe2f1981f79f791d231f0aff1c952403575566ab454157e8181df799f6cbb1cc4e1611e58b0f656f8b37490e023affe5ef738168563f78e3a38ac607
DIST mdl-0.13.0.tar.gz 68932 BLAKE2B 0e8d5579ed79d022932bc8a8e12c14856b5bbd793c46907d9f0fc2b4d8a670646b93252e7ce1a720ea7499c7afdde1ce076d9ad0710525b487d9aec23eb2d484 SHA512 2bb855b4ccae50becb212dc4ee1ae887db756000d92a0d2dacf3d7191d684cadf2a1d541677f2c71f8de55567a73a8ad8018cb199d4db4c89515468063812b69
diff --git a/dev-util/mdl/mdl-0.12.0.ebuild b/dev-util/mdl/mdl-0.12.0.ebuild
deleted file mode 100644
index 909eb014..00000000
--- a/dev-util/mdl/mdl-0.12.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRA_DOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="mdl.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Style checker/lint tool for markdown files"
-HOMEPAGE="https://github.com/markdownlint/markdownlint"
-SRC_URI="https://github.com/markdownlint/markdownlint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-RUBY_S="markdownlint-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/kramdown-2.3:2
- >=dev-ruby/kramdown-parser-gfm-1.1:1
- >=dev-ruby/mixlib-cli-2.1.1:0
- >=dev-ruby/mixlib-config-2.2.1:0
- dev-ruby/mixlib-shellout
-"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/I s:^:#:' Rakefile test/setup_tests.rb || die
- sed -i -e '3igem "kramdown-parser-gfm", "~> 1.0"' test/setup_tests.rb || die
-
- # Throws errors and probably needs a more elaborate environment setup
- rm -f test/test_cli.rb || die
-}