* [gentoo-commits] repo/gentoo:master commit in: app-editors/moe/files/, app-editors/moe/
@ 2022-07-31 11:35 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2022-07-31 11:35 UTC (permalink / raw
To: gentoo-commits
commit: b082eeda0734cd2695ad00fba618e465b85e9d6d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 11:34:18 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 11:34:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b082eeda
app-editors/moe: add 1.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-editors/moe/Manifest | 1 +
.../moe/files/moe-1.12-respect-user-flags.patch | 17 ++++++++++++++
app-editors/moe/moe-1.12.ebuild | 27 ++++++++++++++++++++++
3 files changed, 45 insertions(+)
diff --git a/app-editors/moe/Manifest b/app-editors/moe/Manifest
index fda80cb2889c..12f164fcd297 100644
--- a/app-editors/moe/Manifest
+++ b/app-editors/moe/Manifest
@@ -1,3 +1,4 @@
DIST moe-1.10.tar.lz 84050 BLAKE2B 2e49aba27cdd603fbc9a4eb0fef5e086a527087d72f30f68beb4e3389de0ccdd85fec5bf753b3187d64cd6549ac5738c89e94c543c141f88896c580e7c33ad42 SHA512 3908d7906aa7dcb8bd4a5d340fe94b06fc91814098c20e8939906c2b0e03e1a8a3c95847b5f8111a5d9f37636a2fafa52f9105e0e8fa0ad8b16c2f9e9dede748
DIST moe-1.11.tar.lz 89532 BLAKE2B 8479c8bb0504e614b4ad87e47ae89d1f0eb23141ff71ef3e46eb316424dfe87150f2d9474e1dbd3510fa9b1da517bd6afe47b2cd36f1aa70630b371f0f6bec3a SHA512 147f3500909739371290fc2f703ef5fab286d2ca385f6808ee3e0cb1cbae2ed58a0b5046d30ad5d24215dc28d77f0bba4efacb144c116209d89d023e731e8a39
+DIST moe-1.12.tar.lz 87917 BLAKE2B b036b24193045cd5c64812af13e6cf542700e649e78f3ba416501d0915c0ac2eef09bebdb333d145e0428dfacdccef431588ce93b1f407a41a7bd7e0acbc163c SHA512 f0d5daba70d0018ce82d6673749b8f688c0bac58de7684cc24f5badffd6868d425c9f771404186ab5cec12ab94c3e20af870bd920bfef0432a622925838ebed7
DIST moe-1.9.tar.lz 82046 BLAKE2B 9144dfc4ce17bc04f3ad9aa9ec271f173df6c581705e5d922a346f94c086a97af9429478c016d7081c1fd38787055666504f04d25a8b9f5c1020dc147aaafdb0 SHA512 277700e4a796e1a7aee42de55ba4599a350a612f95a1a2eca5078d85f6f9a7db190fb5611eb2f286c98580af847a2934bf38a4bce10176db4c5cddc2d257f929
diff --git a/app-editors/moe/files/moe-1.12-respect-user-flags.patch b/app-editors/moe/files/moe-1.12-respect-user-flags.patch
new file mode 100644
index 000000000000..2a83cb7d4c2f
--- /dev/null
+++ b/app-editors/moe/files/moe-1.12-respect-user-flags.patch
@@ -0,0 +1,17 @@
+--- a/configure
++++ b/configure
+@@ -21,11 +21,9 @@
+ infodir='$(datarootdir)/info'
+ mandir='$(datarootdir)/man'
+ sysconfdir='$(prefix)/etc'
+-CXX=g++
+-CPPFLAGS=
+-CXXFLAGS='-Wall -W -O2'
+-LDFLAGS=
+-LIBS=-lncurses
++CPPFLAGS="$(${PKG_CONFIG} --cflags ncurses) ${CPPFLAGS}"
++CXXFLAGS="-Wall -W ${CXXFLAGS}"
++LIBS="$(${PKG_CONFIG} --libs ncurses) ${LIBS}"
+
+ # checking whether we are using GNU C++.
+ /bin/sh -c "${CXX} --version" > /dev/null 2>&1 || { CXX=c++ ; CXXFLAGS=-O2 ; }
diff --git a/app-editors/moe/moe-1.12.ebuild b/app-editors/moe/moe-1.12.ebuild
new file mode 100644
index 000000000000..5b893619380a
--- /dev/null
+++ b/app-editors/moe/moe-1.12.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs unpacker
+
+DESCRIPTION="A powerful and user-friendly console text editor"
+HOMEPAGE="https://www.gnu.org/software/moe/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="sys-libs/ncurses:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+ $(unpacker_src_uri_depends)
+ virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.12-respect-user-flags.patch )
+
+src_configure() {
+ tc-export CXX PKG_CONFIG
+ default
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/moe/files/, app-editors/moe/
@ 2022-09-23 20:07 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2022-09-23 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 0c4e4d9d383a1de41034ef1fea05e042673fd15c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 18:48:25 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 20:07:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4e4d9d
app-editors/moe: drop 1.10, EAPI-6--
Closes: https://bugs.gentoo.org/865435
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/moe/Manifest | 1 -
app-editors/moe/files/moe-1.6-tinfo.patch | 11 ----------
app-editors/moe/moe-1.10.ebuild | 36 -------------------------------
3 files changed, 48 deletions(-)
diff --git a/app-editors/moe/Manifest b/app-editors/moe/Manifest
index 25c9c6f62920..d14cfd3430ca 100644
--- a/app-editors/moe/Manifest
+++ b/app-editors/moe/Manifest
@@ -1,2 +1 @@
-DIST moe-1.10.tar.lz 84050 BLAKE2B 2e49aba27cdd603fbc9a4eb0fef5e086a527087d72f30f68beb4e3389de0ccdd85fec5bf753b3187d64cd6549ac5738c89e94c543c141f88896c580e7c33ad42 SHA512 3908d7906aa7dcb8bd4a5d340fe94b06fc91814098c20e8939906c2b0e03e1a8a3c95847b5f8111a5d9f37636a2fafa52f9105e0e8fa0ad8b16c2f9e9dede748
DIST moe-1.12.tar.lz 87917 BLAKE2B b036b24193045cd5c64812af13e6cf542700e649e78f3ba416501d0915c0ac2eef09bebdb333d145e0428dfacdccef431588ce93b1f407a41a7bd7e0acbc163c SHA512 f0d5daba70d0018ce82d6673749b8f688c0bac58de7684cc24f5badffd6868d425c9f771404186ab5cec12ab94c3e20af870bd920bfef0432a622925838ebed7
diff --git a/app-editors/moe/files/moe-1.6-tinfo.patch b/app-editors/moe/files/moe-1.6-tinfo.patch
deleted file mode 100644
index 5a94ec599e89..000000000000
--- a/app-editors/moe/files/moe-1.6-tinfo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile.in.orig 2014-11-03 00:33:57.152593136 +0300
-+++ b/Makefile.in 2014-11-03 00:34:21.121592519 +0300
-@@ -4,7 +4,7 @@
- INSTALL_PROGRAM = $(INSTALL) -m 755
- INSTALL_DATA = $(INSTALL) -m 644
- INSTALL_DIR = $(INSTALL) -d -m 755
--LIBS = -lncurses
-+LIBS = $(shell ${PKG_CONFIG} --libs ncurses)
- SHELL = /bin/sh
-
- edobjs = basic_buffer.o block.o buffer.o buffer_handle.o \
diff --git a/app-editors/moe/moe-1.10.ebuild b/app-editors/moe/moe-1.10.ebuild
deleted file mode 100644
index 6d9028d722c4..000000000000
--- a/app-editors/moe/moe-1.10.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs unpacker
-
-DESCRIPTION="A powerful and user-friendly console text editor"
-HOMEPAGE="https://www.gnu.org/software/moe/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm x86 amd64-linux ~x86-linux"
-
-RDEPEND="
- sys-libs/ncurses:0=
-"
-DEPEND="
- $(unpacker_src_uri_depends)
- ${RDEPEND}
- virtual/pkgconfig
-"
-
-src_prepare() {
- tc-export CXX PKG_CONFIG
- sed -i \
- -e "/^CXXFLAGS=/d" \
- -e "/^LDFLAGS=/d" \
- -e "/^CXX=/d" \
- configure || die "sed on configure failed"
-
- eapply_user
-
- eapply "${FILESDIR}/${PN}-1.6-tinfo.patch"
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/moe/files/, app-editors/moe/
@ 2025-03-10 2:00 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-03-10 2:00 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-10 2:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-23 20:07 [gentoo-commits] repo/gentoo:master commit in: app-editors/moe/files/, app-editors/moe/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 2:00 Sam James
2022-07-31 11:35 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox