diff options
author | haarp <main.haarp@gmail.com> | 2023-07-30 18:17:30 +0200 |
---|---|---|
committer | haarp <main.haarp@gmail.com> | 2023-07-30 18:17:30 +0200 |
commit | 539587b6be4ce10a12a724a8d70c63e4c1144e6c (patch) | |
tree | 1b7d41e7f84be5e62af30880de05c9aa17262d1c | |
parent | Update Doomseeker to 1.4.0 (diff) | |
download | haarp-539587b6be4ce10a12a724a8d70c63e4c1144e6c.tar.gz haarp-539587b6be4ce10a12a724a8d70c63e4c1144e6c.tar.bz2 haarp-539587b6be4ce10a12a724a8d70c63e4c1144e6c.zip |
Update xed
Signed-off-by: haarp <main.haarp@gmail.com>
-rw-r--r-- | app-editors/xed/Manifest | 4 | ||||
-rw-r--r-- | app-editors/xed/xed-3.4.3.ebuild (renamed from app-editors/xed/xed-3.2.8.ebuild) | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/xed/Manifest b/app-editors/xed/Manifest index 0b5e3fd..6d053f8 100644 --- a/app-editors/xed/Manifest +++ b/app-editors/xed/Manifest @@ -1,2 +1,2 @@ -DIST xed-3.2.8.tar.gz 4559081 BLAKE2B b844ee8ac36ce0a68f83dbca5437c9062c90114e17ae8569b86849142bfff00d488bdc3988d48636ec082dd09f96e4750af40be3e8ec2e0b5ec82df035268c81 SHA512 d4d8381c6bc7af8d1822f267d38d8f1b906f5a3813d6fb6ec07d808db1281ec3c06cd6bb19ae1e21e92fad877ebc7eb3a1f65e40e16b6f269609e8b27d11fd87 -EBUILD xed-3.2.8.ebuild 2076 BLAKE2B ea0bc97dc67bdeab3f77e8c7c8320f8ca94435180109d5175d5020bf97f09473aae3114248e0eceafdb3c1e4ce06ca6cabc736c3b198ea76c2456c912a933edd SHA512 df7d476efaff515b8e3033b8ed257a55ca34f2eec5f3cfd2df85642416b7687d71bffa53540e3cae108cf56e1ae25a0d9df0e34af36a73e340755219abaa5ce6 +DIST xed-3.4.3.tar.gz 4579302 BLAKE2B 5bb90a11dfb3901d63c0b2f6c35c2529ea8ed8fd11c2bc9e8b22a4ec1226f5c609e7913dacdaa3e4d06a51e369706360f18ad3a1205b785e6bce113b2fe7d23e SHA512 dc7921e0e3f3a4000546a5df3cc233e2da70eb0ac40b6940e8192213b073fda28da73300bc0d72bf96e167687a44ed805d0d3b682ac2f8008f7a1178800c88fb +EBUILD xed-3.4.3.ebuild 2070 BLAKE2B 9b2f977a9e1d57baf65895a818392a24a626d06f7b86803a7ec69ccb78f7b9bf341fa3aa0697aaea84e4eee8a581472a5d6b3577565a831ba4666bb0e503b59f SHA512 8745f931d8366c050363c97043c2ec6ddf1207a0b36c6b484503ba28fcfb3df48693c889eea7cf135a39f94e96cb44e9f2cf427d22eff8fb505ef1a7fdfaea7f diff --git a/app-editors/xed/xed-3.2.8.ebuild b/app-editors/xed/xed-3.4.3.ebuild index d00053d..63f94fb 100644 --- a/app-editors/xed/xed-3.2.8.ebuild +++ b/app-editors/xed/xed-3.4.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" GNOME2_LA_PUNT="yes" # plugins are dlopened -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{11..12} ) -inherit eutils gnome2 meson multilib python-single-r1 +inherit gnome2 meson multilib python-single-r1 DESCRIPTION="X-Apps [Text] Editor (Cross-DE, backward-compatible, GTK3, traditional UI)" HOMEPAGE="https://github.com/linuxmint/xed" |