summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2021-11-19 21:01:25 +0100
committerhaarp <main.haarp@gmail.com>2021-11-19 21:01:25 +0100
commit8050ccb537624dbf6020891c01dcba021ee506d2 (patch)
treea1bf010ae00077c947df544577e158b345fefce0
parentDBeaver missing dependency (diff)
downloadhaarp-8050ccb537624dbf6020891c01dcba021ee506d2.tar.gz
haarp-8050ccb537624dbf6020891c01dcba021ee506d2.tar.bz2
haarp-8050ccb537624dbf6020891c01dcba021ee506d2.zip
xed: Disable broken tests, #824362
Signed-off-by: haarp <main.haarp@gmail.com>
-rw-r--r--app-editors/xed/Manifest4
-rw-r--r--app-editors/xed/xed-3.0.2.ebuild (renamed from app-editors/xed/xed-3.0.0.ebuild)10
2 files changed, 7 insertions, 7 deletions
diff --git a/app-editors/xed/Manifest b/app-editors/xed/Manifest
index 1ca82a3..05e5739 100644
--- a/app-editors/xed/Manifest
+++ b/app-editors/xed/Manifest
@@ -1,2 +1,2 @@
-DIST xed-3.0.0.tar.gz 4880883 BLAKE2B efdc6a73a94cdade963df8a6c04977af5872722cbf122e12c9727f2895a4b931a77c9bca2d13a59ddb607a5117206fb182cac95694974b732aa66d6344199a6c SHA512 228d589e7b4682bdc54ff1b1e5df45f38fe2b659d645c617052bf77bfc7f91b08acc00c6423869386b112699bc6a10c163557f799dd750775c44e9f6cf3fdec6
-EBUILD xed-3.0.0.ebuild 2076 BLAKE2B 75ad85e24687fe1ba526ea2dfcec6f6bd84e1ffe3d4e9d8063487da361301afda134493fb1a80405f7c6060529804e8ff2ef578dd8d38c6e734b2c25e2cea084 SHA512 eac80758561ff8626a5bd37675d7d4bcc8653e3315148c6d2317df1debdfecb12f3cf590f6b130ad322080bc83e90d237e246706dd55137ab9d91f52357bbf64
+DIST xed-3.0.2.tar.gz 4526425 BLAKE2B c7e01840840ab65a8b678bd61949399a318c186236bd05d88a06798406d8cbc3c75db858ae750791a5013c5328ba4aeb2a114c6274cfb97d8290cc8cc7521385 SHA512 43d70c2b4bfe1ea36ec1a1cb6f7a092af38201c8901c91ff33717058b31693bdf53b81d7192ed9839d7e63835fd3689207dcc62ac597172a1c99750850021bdc
+EBUILD xed-3.0.2.ebuild 2087 BLAKE2B 4d1b63ee85cda2300e587f01f58ecfd3b922adc7f01a0808c28dc5841311956d81ae23c441c00eb5edf59b42806fd76100c2c4df76ef5dba5a8ddf7e2b248297 SHA512 8c7f53c784042946626911a42eba2f51912d18be5d62bcb9502f0086818ee89f04ccfcf4031ff67c3d155efff0e6f2fe34066af3ca853974a8e91cf5b6637df6
diff --git a/app-editors/xed/xed-3.0.0.ebuild b/app-editors/xed/xed-3.0.2.ebuild
index 9ab974b..755f1d3 100644
--- a/app-editors/xed/xed-3.0.0.ebuild
+++ b/app-editors/xed/xed-3.0.2.ebuild
@@ -9,12 +9,12 @@ inherit eutils gnome2 meson multilib python-single-r1
DESCRIPTION="X-Apps [Text] Editor (Cross-DE, backward-compatible, GTK3, traditional UI)"
HOMEPAGE="https://github.com/linuxmint/xed"
-SRC_URI="https://github.com/linuxmint/xed/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/linuxmint/xed/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+ CC-BY-SA-3.0"
SLOT="0"
-IUSE="doc +python spell test"
+IUSE="doc +python spell"
# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
# we need to fix that
REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )"
@@ -89,9 +89,9 @@ src_compile() {
meson_src_compile
}
-src_test() {
- meson_src_test
-}
+##src_test() {
+## meson_src_test
+##}
src_install() {
meson_src_install