Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/moe/
Date: Sun, 31 Jul 2022 11:35:07
Message-Id: 1659267259.9f84029f139b4fe4af7a503d14d1d7297e982eeb.soap@gentoo
1 commit: 9f84029f139b4fe4af7a503d14d1d7297e982eeb
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 11:34:19 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 11:34:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f84029f
7
8 app-editors/moe: drop 1.9, 1.11
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-editors/moe/Manifest | 2 --
13 app-editors/moe/moe-1.11.ebuild | 36 ------------------------------------
14 app-editors/moe/moe-1.9.ebuild | 36 ------------------------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/app-editors/moe/Manifest b/app-editors/moe/Manifest
18 index 12f164fcd297..25c9c6f62920 100644
19 --- a/app-editors/moe/Manifest
20 +++ b/app-editors/moe/Manifest
21 @@ -1,4 +1,2 @@
22 DIST moe-1.10.tar.lz 84050 BLAKE2B 2e49aba27cdd603fbc9a4eb0fef5e086a527087d72f30f68beb4e3389de0ccdd85fec5bf753b3187d64cd6549ac5738c89e94c543c141f88896c580e7c33ad42 SHA512 3908d7906aa7dcb8bd4a5d340fe94b06fc91814098c20e8939906c2b0e03e1a8a3c95847b5f8111a5d9f37636a2fafa52f9105e0e8fa0ad8b16c2f9e9dede748
23 -DIST moe-1.11.tar.lz 89532 BLAKE2B 8479c8bb0504e614b4ad87e47ae89d1f0eb23141ff71ef3e46eb316424dfe87150f2d9474e1dbd3510fa9b1da517bd6afe47b2cd36f1aa70630b371f0f6bec3a SHA512 147f3500909739371290fc2f703ef5fab286d2ca385f6808ee3e0cb1cbae2ed58a0b5046d30ad5d24215dc28d77f0bba4efacb144c116209d89d023e731e8a39
24 DIST moe-1.12.tar.lz 87917 BLAKE2B b036b24193045cd5c64812af13e6cf542700e649e78f3ba416501d0915c0ac2eef09bebdb333d145e0428dfacdccef431588ce93b1f407a41a7bd7e0acbc163c SHA512 f0d5daba70d0018ce82d6673749b8f688c0bac58de7684cc24f5badffd6868d425c9f771404186ab5cec12ab94c3e20af870bd920bfef0432a622925838ebed7
25 -DIST moe-1.9.tar.lz 82046 BLAKE2B 9144dfc4ce17bc04f3ad9aa9ec271f173df6c581705e5d922a346f94c086a97af9429478c016d7081c1fd38787055666504f04d25a8b9f5c1020dc147aaafdb0 SHA512 277700e4a796e1a7aee42de55ba4599a350a612f95a1a2eca5078d85f6f9a7db190fb5611eb2f286c98580af847a2934bf38a4bce10176db4c5cddc2d257f929
26
27 diff --git a/app-editors/moe/moe-1.11.ebuild b/app-editors/moe/moe-1.11.ebuild
28 deleted file mode 100644
29 index 18bd0460ec98..000000000000
30 --- a/app-editors/moe/moe-1.11.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit toolchain-funcs unpacker
39 -
40 -DESCRIPTION="A powerful and user-friendly console text editor"
41 -HOMEPAGE="https://www.gnu.org/software/moe/"
42 -SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
47 -
48 -RDEPEND="
49 - sys-libs/ncurses:0=
50 -"
51 -DEPEND="
52 - $(unpacker_src_uri_depends)
53 - ${RDEPEND}
54 - virtual/pkgconfig
55 -"
56 -
57 -src_prepare() {
58 - tc-export CXX PKG_CONFIG
59 - sed -i \
60 - -e "/^CXXFLAGS=/d" \
61 - -e "/^LDFLAGS=/d" \
62 - -e "/^CXX=/d" \
63 - configure || die "sed on configure failed"
64 -
65 - eapply_user
66 -
67 - eapply "${FILESDIR}/${PN}-1.6-tinfo.patch"
68 -}
69
70 diff --git a/app-editors/moe/moe-1.9.ebuild b/app-editors/moe/moe-1.9.ebuild
71 deleted file mode 100644
72 index 0e627addb662..000000000000
73 --- a/app-editors/moe/moe-1.9.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2018 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -
81 -inherit toolchain-funcs unpacker
82 -
83 -DESCRIPTION="A powerful and user-friendly console text editor"
84 -HOMEPAGE="https://www.gnu.org/software/moe/"
85 -SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
86 -
87 -LICENSE="GPL-3"
88 -SLOT="0"
89 -KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
90 -
91 -RDEPEND="
92 - sys-libs/ncurses:0=
93 -"
94 -DEPEND="
95 - $(unpacker_src_uri_depends)
96 - ${RDEPEND}
97 - virtual/pkgconfig
98 -"
99 -
100 -src_prepare() {
101 - tc-export CXX PKG_CONFIG
102 - sed -i \
103 - -e "/^CXXFLAGS=/d" \
104 - -e "/^LDFLAGS=/d" \
105 - -e "/^CXX=/d" \
106 - configure || die "sed on configure failed"
107 -
108 - eapply_user
109 -
110 - eapply "${FILESDIR}/${PN}-1.6-tinfo.patch"
111 -}