commit: 05642bf548b0c988e3a62fd17bc7ec392f4ca722
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 21:31:25 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 21:31:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05642bf5
app-editors/moe: drop 1.12
Signed-off-by: Petr Vaněk <arkamar <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 deletions(-)
diff --git a/app-editors/moe/Manifest b/app-editors/moe/Manifest
index 201bd1d7c0fa..56012f24280b 100644
--- a/app-editors/moe/Manifest
+++ b/app-editors/moe/Manifest
@@ -1,2 +1 @@
-DIST moe-1.12.tar.lz 87917 BLAKE2B
b036b24193045cd5c64812af13e6cf542700e649e78f3ba416501d0915c0ac2eef09bebdb333d145e0428dfacdccef431588ce93b1f407a41a7bd7e0acbc163c
SHA512
f0d5daba70d0018ce82d6673749b8f688c0bac58de7684cc24f5badffd6868d425c9f771404186ab5cec12ab94c3e20af870bd920bfef0432a622925838ebed7
DIST moe-1.14.tar.lz 92905 BLAKE2B
c4adb3ca00f48c6a36547da063aa1ce9327823fed26eb9e0ac25d837b5df207988c2259156bb841727463b74de450d2cb0475746a0e19d926aeb65ac38079561
SHA512
db45f7c05b9a1a06085b2604eb8e9857caeb7d3a56a4815df208806bbbf19cc47b19776619635c70860142cb8bb775c0eaf31b9b07698cc83b74f1c6d6f47d5c
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
deleted file mode 100644
index 2a83cb7d4c2f..000000000000
--- a/app-editors/moe/files/moe-1.12-respect-user-flags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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
deleted file mode 100644
index 2669fcffdb1d..000000000000
--- a/app-editors/moe/moe-1.12.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 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-2+"
-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
-}