aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortea <gentoo@tastytea.de>2024-06-27 23:08:50 +0200
committertea <gentoo@tastytea.de>2024-06-27 23:08:50 +0200
commit824e18cbb6236ce91ab0788ddb5cef2c7051b7db (patch)
tree8330611226620f7ceb053c0d8d40ebcdedd788bf /dev-util
parentdev-util/lemminx-bin: add 0.27.1 (diff)
downloadguru-824e18cbb6236ce91ab0788ddb5cef2c7051b7db.tar.gz
guru-824e18cbb6236ce91ab0788ddb5cef2c7051b7db.tar.bz2
guru-824e18cbb6236ce91ab0788ddb5cef2c7051b7db.zip
dev-util/lemminx-bin: drop 0.25.0
Signed-off-by: tea <gentoo@tastytea.de>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/lemminx-bin/Manifest1
-rw-r--r--dev-util/lemminx-bin/lemminx-bin-0.25.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-util/lemminx-bin/Manifest b/dev-util/lemminx-bin/Manifest
index aaad7378c..e5aca30e3 100644
--- a/dev-util/lemminx-bin/Manifest
+++ b/dev-util/lemminx-bin/Manifest
@@ -1,3 +1,2 @@
-DIST lemminx-bin-0.25.0.zip 15608360 BLAKE2B 3f1a0e127073745091b9d252fd717cd7f520e6f49af5f6ad19c916b1f087e851987ce6dc672f67420f46bcb5add93ee6f81df09eca5029319ebdd9aed498aa70 SHA512 ff9a270699cecf480ae4a8382333ac1afcc7d497ee45afc7486db0504bdad6589283c4a7eb167ae109c260563c076c8e8f02dd2d63658ea63e925f9676df4019
DIST lemminx-bin-0.27.0.zip 23761557 BLAKE2B dc0ab6143b141e765bf881a95273d2b4742f75288aff893dc2299a210993af4340f1922b04a8c453377e85fe4c3b164111ed935405ad25122bb9765d6b5a5b82 SHA512 b227ba27af5782762d9a9e9db435268fa5b8ab848e271bbca65af82d9b911e2b4bef643fd0c1f4ae1da08ce099df78e0f2a6f00e1d88ddcf4aa1f82f0bfa1533
DIST lemminx-bin-0.27.1.zip 23763230 BLAKE2B 0ea727f4da9d363284f4c3096dfe27ab60255d9847804cd97516e05c88de5ebf1816682b67c4f940b6f40cbaca59a51d238514ef08f49811e89b6c14812e8e5a SHA512 bde3774434ffc8c72dc8b0feadc20f93fffe297415a481accd674bf0a0061f3420a32955e631aca0f482b131ca0a6a56dbf1e2662d7a26bcf8a28b5c5237a0c3
diff --git a/dev-util/lemminx-bin/lemminx-bin-0.25.0.ebuild b/dev-util/lemminx-bin/lemminx-bin-0.25.0.ebuild
deleted file mode 100644
index a2e7be2e0..000000000
--- a/dev-util/lemminx-bin/lemminx-bin-0.25.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="XML Language Server"
-HOMEPAGE="https://github.com/eclipse/lemminx"
-SRC_URI="https://github.com/redhat-developer/vscode-xml/releases/download/${PV}/lemminx-linux.zip -> ${P}.zip"
-S="${WORKDIR}"
-
-LICENSE="EPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="/usr/bin/lemminx"
-
-src_install() {
- newbin lemminx-linux lemminx
-}