Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/joe/
Date: Wed, 27 Oct 2021 19:07:04
Message-Id: 1635361186.18dad9ef1680fcbe3a8a42a965b67aaaaac42f2c.amynka@gentoo
1 commit: 18dad9ef1680fcbe3a8a42a965b67aaaaac42f2c
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 17:43:35 2021 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 18:59:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18dad9ef
7
8 app-editors/joe: remove 4.2, 4.3, 4.4
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
12
13 app-editors/joe/Manifest | 3 ---
14 app-editors/joe/joe-4.2.ebuild | 38 --------------------------------
15 app-editors/joe/joe-4.3-r1.ebuild | 46 ---------------------------------------
16 app-editors/joe/joe-4.4.ebuild | 46 ---------------------------------------
17 4 files changed, 133 deletions(-)
18
19 diff --git a/app-editors/joe/Manifest b/app-editors/joe/Manifest
20 index 15f8bc77960..8bb26782384 100644
21 --- a/app-editors/joe/Manifest
22 +++ b/app-editors/joe/Manifest
23 @@ -1,4 +1 @@
24 -DIST joe-4.2.tar.gz 1341048 BLAKE2B 112163e67311051dad8714e19cdee1a11ff3bbe297341c89a4023f7d68fac7eecde57d1d522f72407b0a77c227c7af424ce20567c0c47dea6c14ac41f2f2301b SHA512 7c34f4467d89330ac195cfa76481d9ede4ee3764d0b1b24d091d1e6325bff451d2a9bc9f86a73404c9909587bcbe3e0c14511b739ec121edb7595ea1fcba028f
25 -DIST joe-4.3.tar.gz 1270523 BLAKE2B 442e05dd29a0a8d4a26500c89a2cafee88bf2d1ed00a4cb539d940e2e849456e6c4c5bf347b4803ee02ab38311b225cc8034177a1e0b7a1967a2629fd283b7e2 SHA512 a711ce129518863856b8f581ac7acdd7661f5e571cb77c5411317e0db0344c9ba44e73ec2ca9a307e639170a7914d53352eebcd00a33c9270809551f12376e69
26 -DIST joe-4.4.tar.gz 1350062 BLAKE2B eb58117e313ef4abc31026a2800f2b9258c12d0d865c768138ec42a97c1f7fedcd8e397f7aaf13f8bb3776f2571d5a85e27ea7f9a6fbd6710d935a2b80afcd1f SHA512 ef31443dda30569c5193cd1907e06f1caba349f746dedf3611b5527080e49a4026001d3d06629f3c9c712ae9265866efbdbba6f51d110c0e6ee95f39f0e3059d
27 DIST joe-4.6.tar.gz 1895046 BLAKE2B fbf53d3b5b066cb32bb26b08d7d314a3bb89ac5ae22db498cdf3597bf8cb322bd9aa05543debd47ac7380a33982c388e13f38c60747503494c582393ae8eb13d SHA512 3dd64a994fb3d352a12bf027ef16d57d14ac2577fd63fb6b6e25cae46052befaa7c15dc029bff2f8c3275df90f0343bd46313601055d97277ea4540e109fbe82
28
29 diff --git a/app-editors/joe/joe-4.2.ebuild b/app-editors/joe/joe-4.2.ebuild
30 deleted file mode 100644
31 index 4a399380f48..00000000000
32 --- a/app-editors/joe/joe-4.2.ebuild
33 +++ /dev/null
34 @@ -1,38 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
41 -HOMEPAGE="https://sourceforge.net/projects/joe-editor/"
42 -SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz"
43 -
44 -LICENSE="GPL-1+ CC-BY-3.0"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
47 -IUSE="xterm"
48 -
49 -DEPEND=">=sys-libs/ncurses-5.2-r2"
50 -RDEPEND="xterm? ( >=x11-terms/xterm-239 )"
51 -
52 -DOCS=( README.md NEWS.md docs/hacking.md docs/man.md )
53 -
54 -src_prepare() {
55 - default
56 - # Enable xterm mouse support in the rc files
57 - if use xterm; then
58 - cd "${S}"/rc
59 - for i in *rc*.in; do
60 - sed -e 's/^ -\(mouse\|joexterm\)/-\1/' -i "${i}" || die "sed failed"
61 - done
62 - fi
63 -}
64 -
65 -pkg_postinst() {
66 - if use xterm; then
67 - elog "To enable full xterm clipboard you need to set the allowWindowOps"
68 - elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm"
69 - elog "This is false by default due to potential security problems on some"
70 - elog "architectures (see bug #91453)."
71 - fi
72 -}
73
74 diff --git a/app-editors/joe/joe-4.3-r1.ebuild b/app-editors/joe/joe-4.3-r1.ebuild
75 deleted file mode 100644
76 index 6f21f2fe2ff..00000000000
77 --- a/app-editors/joe/joe-4.3-r1.ebuild
78 +++ /dev/null
79 @@ -1,46 +0,0 @@
80 -# Copyright 1999-2021 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -
85 -inherit autotools
86 -
87 -DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
88 -HOMEPAGE="https://sourceforge.net/projects/joe-editor/"
89 -SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz"
90 -
91 -LICENSE="GPL-1+ CC-BY-3.0"
92 -SLOT="0"
93 -KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
94 -IUSE="xterm"
95 -
96 -DEPEND=">=sys-libs/ncurses-5.2-r2:0="
97 -RDEPEND="${DEPEND}
98 - xterm? ( >=x11-terms/xterm-239 )"
99 -
100 -DOCS=( README.md NEWS.md docs/hacking.md docs/man.md )
101 -
102 -PATCHES=( "${FILESDIR}/${PN}-4.3-tinfo.patch" )
103 -
104 -src_prepare() {
105 - default
106 - # Enable xterm mouse support in the rc files
107 - if use xterm; then
108 - pushd "${S}"/rc &>/dev/null || die
109 - local i
110 - for i in *rc*.in; do
111 - sed -e 's/^ -\(mouse\|joexterm\)/-\1/' -i "${i}" || die
112 - done
113 - popd &>/dev/null
114 - fi
115 - eautoreconf
116 -}
117 -
118 -pkg_postinst() {
119 - if use xterm; then
120 - elog "To enable full xterm clipboard you need to set the allowWindowOps"
121 - elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm"
122 - elog "This is false by default due to potential security problems on some"
123 - elog "architectures (see bug #91453)."
124 - fi
125 -}
126
127 diff --git a/app-editors/joe/joe-4.4.ebuild b/app-editors/joe/joe-4.4.ebuild
128 deleted file mode 100644
129 index 6f21f2fe2ff..00000000000
130 --- a/app-editors/joe/joe-4.4.ebuild
131 +++ /dev/null
132 @@ -1,46 +0,0 @@
133 -# Copyright 1999-2021 Gentoo Authors
134 -# Distributed under the terms of the GNU General Public License v2
135 -
136 -EAPI=6
137 -
138 -inherit autotools
139 -
140 -DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
141 -HOMEPAGE="https://sourceforge.net/projects/joe-editor/"
142 -SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz"
143 -
144 -LICENSE="GPL-1+ CC-BY-3.0"
145 -SLOT="0"
146 -KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
147 -IUSE="xterm"
148 -
149 -DEPEND=">=sys-libs/ncurses-5.2-r2:0="
150 -RDEPEND="${DEPEND}
151 - xterm? ( >=x11-terms/xterm-239 )"
152 -
153 -DOCS=( README.md NEWS.md docs/hacking.md docs/man.md )
154 -
155 -PATCHES=( "${FILESDIR}/${PN}-4.3-tinfo.patch" )
156 -
157 -src_prepare() {
158 - default
159 - # Enable xterm mouse support in the rc files
160 - if use xterm; then
161 - pushd "${S}"/rc &>/dev/null || die
162 - local i
163 - for i in *rc*.in; do
164 - sed -e 's/^ -\(mouse\|joexterm\)/-\1/' -i "${i}" || die
165 - done
166 - popd &>/dev/null
167 - fi
168 - eautoreconf
169 -}
170 -
171 -pkg_postinst() {
172 - if use xterm; then
173 - elog "To enable full xterm clipboard you need to set the allowWindowOps"
174 - elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm"
175 - elog "This is false by default due to potential security problems on some"
176 - elog "architectures (see bug #91453)."
177 - fi
178 -}