Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jupp/
Date: Sat, 01 Oct 2022 07:43:33
Message-Id: 1664610114.ed2ced17bcd3b49ded2e699dac36153125127ffc.ulm@gentoo
1 commit: ed2ced17bcd3b49ded2e699dac36153125127ffc
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 07:33:48 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 07:41:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2ced17
7
8 app-editors/jupp: drop 3.1_p38
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-editors/jupp/Manifest | 1 -
13 app-editors/jupp/jupp-3.1_p38.ebuild | 32 --------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/app-editors/jupp/Manifest b/app-editors/jupp/Manifest
17 index b36a85455e7a..349928cbf0f3 100644
18 --- a/app-editors/jupp/Manifest
19 +++ b/app-editors/jupp/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST joe-3.1jupp38.tgz 498068 BLAKE2B 46909c5f0f14b1d0ec30219b8ddfe9c0ad76b726f7178f7527ad5fad0cec40b7ac663e93645187220280572fa3bbde9bcb621f8816672e69c36587410fd98c7f SHA512 1d21ee5bbd1a042c58a89dd2bed8ec711c59fc383ff0dfd94d3a0eaccb999734915abc202e2112c5d573d8073e748b8024cd710b21803fed7422f5a8bccbc0c5
22 DIST joe-3.1jupp40.tgz 503318 BLAKE2B 34452784f145f81158dc6a9223a365cd04fce2f3a669f99bf5571e8f33ecf8ff34d7f8495f6c6803ab1e734890c95d9fe9f88be38738b2b2111a9512db2f7872 SHA512 d61b7b9c5cc5c17925ef27f8f7942bc4e4d283e49b02f4962a7e3c5d3122868aadffe108f884164ae61e86776584374a2b5220c313a323efb9d3820268402ead
23 DIST joe-3.1jupp41.tgz 505002 BLAKE2B 4b354bb2643896b68dc6f270ee7a030703e168b9e8b98ab537878a53b00faad6809ff48eb9c24fa68a0d6e436222f745eef69290e803c1fcace5e6ca0278a6c9 SHA512 9a07946984b64fff4ad8174f9fa437073543cd6af357caf9674571ed787709b3cc2b16fd571d7b8b50b8bb9c7e7bf49dff010d162b76324818be130ab37e06cf
24
25 diff --git a/app-editors/jupp/jupp-3.1_p38.ebuild b/app-editors/jupp/jupp-3.1_p38.ebuild
26 deleted file mode 100644
27 index d8bdab27bf57..000000000000
28 --- a/app-editors/jupp/jupp-3.1_p38.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="Portable version of Joe's Own Editor"
37 -HOMEPAGE="https://www.mirbsd.org/jupp.htm"
38 -SRC_URI="https://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/${PN}}.tgz"
39 -
40 -LICENSE="GPL-1"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE="ncurses"
44 -
45 -RDEPEND="ncurses? ( sys-libs/ncurses:0= )
46 - !app-editors/joe"
47 -DEPEND="${RDEPEND}"
48 -
49 -S="${WORKDIR}/${PN}"
50 -DOCS="HINTS INFO LIST NEWS README TODO"
51 -
52 -src_prepare() {
53 - default
54 - chmod +x configure || die
55 -}
56 -
57 -src_configure() {
58 - econf \
59 - --enable-search_libs \
60 - --enable-termcap \
61 - $(use_enable ncurses curses)
62 -}