summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-31 13:34:19 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-31 13:34:19 +0200
commit9f84029f139b4fe4af7a503d14d1d7297e982eeb (patch)
tree56b9a516099190d696bd03913c925817d97afd42 /app-editors/moe
parentapp-editors/moe: add 1.12 (diff)
downloadgentoo-9f84029f139b4fe4af7a503d14d1d7297e982eeb.tar.gz
gentoo-9f84029f139b4fe4af7a503d14d1d7297e982eeb.tar.bz2
gentoo-9f84029f139b4fe4af7a503d14d1d7297e982eeb.zip
app-editors/moe: drop 1.9, 1.11
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-editors/moe')
-rw-r--r--app-editors/moe/Manifest2
-rw-r--r--app-editors/moe/moe-1.11.ebuild36
-rw-r--r--app-editors/moe/moe-1.9.ebuild36
3 files changed, 0 insertions, 74 deletions
diff --git a/app-editors/moe/Manifest b/app-editors/moe/Manifest
index 12f164fcd297..25c9c6f62920 100644
--- a/app-editors/moe/Manifest
+++ b/app-editors/moe/Manifest
@@ -1,4 +1,2 @@
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/moe-1.11.ebuild b/app-editors/moe/moe-1.11.ebuild
deleted file mode 100644
index 18bd0460ec98..000000000000
--- a/app-editors/moe/moe-1.11.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 ~riscv ~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"
-}
diff --git a/app-editors/moe/moe-1.9.ebuild b/app-editors/moe/moe-1.9.ebuild
deleted file mode 100644
index 0e627addb662..000000000000
--- a/app-editors/moe/moe-1.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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"
-}