commit: b1d04656cd2bfb7928f4c3e9e97b36a8fe48b4b6 Author: 1vybridge <openrc <AT> posteo <DOT> de> AuthorDate: Sat Mar 8 17:25:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 01:57:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d04656
app-editors/moe: add 1.15; rename patch Signed-off-by: 1vybridge <openrc <AT> posteo.de> Closes: https://github.com/gentoo/gentoo/pull/40965 Signed-off-by: Sam James <sam <AT> gentoo.org> app-editors/moe/Manifest | 1 + ...e-1.14-respect-user-flags.patch => moe-respect-user-flags.patch} | 0 app-editors/moe/moe-1.14.ebuild | 4 ++-- app-editors/moe/{moe-1.14.ebuild => moe-1.15.ebuild} | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app-editors/moe/Manifest b/app-editors/moe/Manifest index 56012f24280b..0a72f2f73e8a 100644 --- a/app-editors/moe/Manifest +++ b/app-editors/moe/Manifest @@ -1 +1,2 @@ DIST moe-1.14.tar.lz 92905 BLAKE2B c4adb3ca00f48c6a36547da063aa1ce9327823fed26eb9e0ac25d837b5df207988c2259156bb841727463b74de450d2cb0475746a0e19d926aeb65ac38079561 SHA512 db45f7c05b9a1a06085b2604eb8e9857caeb7d3a56a4815df208806bbbf19cc47b19776619635c70860142cb8bb775c0eaf31b9b07698cc83b74f1c6d6f47d5c +DIST moe-1.15.tar.lz 93995 BLAKE2B e70c8ebb2171bde3c229e9ac5ed5c6957e5ec6fae256fb152ce40f7a20042cdc69ca48d7db26adae4850af7c93c294291980cc4c49a1e4b987e320bc707bd825 SHA512 3e7ddac70e0298070db98c2e366f4bac0884c08c9200beee0c380cc75068c6469f9f60da6ccdf541ed0729cb685782ed41464ca690bd804b1ab9654168636c26 diff --git a/app-editors/moe/files/moe-1.14-respect-user-flags.patch b/app-editors/moe/files/moe-respect-user-flags.patch similarity index 100% rename from app-editors/moe/files/moe-1.14-respect-user-flags.patch rename to app-editors/moe/files/moe-respect-user-flags.patch diff --git a/app-editors/moe/moe-1.14.ebuild b/app-editors/moe/moe-1.14.ebuild index 17f43c616d53..ab94f5815de6 100644 --- a/app-editors/moe/moe-1.14.ebuild +++ b/app-editors/moe/moe-1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ BDEPEND=" $(unpacker_src_uri_depends) virtual/pkgconfig" -PATCHES=( "${FILESDIR}"/${P}-respect-user-flags.patch ) +PATCHES=( "${FILESDIR}"/${PN}-respect-user-flags.patch ) src_configure() { tc-export CXX PKG_CONFIG diff --git a/app-editors/moe/moe-1.14.ebuild b/app-editors/moe/moe-1.15.ebuild similarity index 74% copy from app-editors/moe/moe-1.14.ebuild copy to app-editors/moe/moe-1.15.ebuild index 17f43c616d53..191bb22b518a 100644 --- a/app-editors/moe/moe-1.14.ebuild +++ b/app-editors/moe/moe-1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 arm ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux" RDEPEND="sys-libs/ncurses:=" DEPEND="${RDEPEND}" @@ -19,7 +19,7 @@ BDEPEND=" $(unpacker_src_uri_depends) virtual/pkgconfig" -PATCHES=( "${FILESDIR}"/${P}-respect-user-flags.patch ) +PATCHES=( "${FILESDIR}"/${PN}-respect-user-flags.patch ) src_configure() { tc-export CXX PKG_CONFIG
