From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/joe/
Date: Thu, 21 Jul 2022 07:33:04 +0000 (UTC) [thread overview]
Message-ID: <1658388779.bfcaedc8fdb0ab4da2ea7995a18cd5875cbc10cd.ulm@gentoo> (raw)
commit: bfcaedc8fdb0ab4da2ea7995a18cd5875cbc10cd
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 07:32:59 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 07:32:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfcaedc8
app-editors/joe: drop 4.6
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/joe/joe-4.6.ebuild | 56 ------------------------------------------
1 file changed, 56 deletions(-)
diff --git a/app-editors/joe/joe-4.6.ebuild b/app-editors/joe/joe-4.6.ebuild
deleted file mode 100644
index 0bf861b42de7..000000000000
--- a/app-editors/joe/joe-4.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools gnome2-utils
-
-DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
-HOMEPAGE="https://sourceforge.net/projects/joe-editor/"
-SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz"
-
-LICENSE="GPL-1+ CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="xterm"
-
-DEPEND=">=sys-libs/ncurses-5.2-r2:0="
-RDEPEND="${DEPEND}
- xterm? ( >=x11-terms/xterm-239 )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-4.3-tinfo.patch"
- "${FILESDIR}/${P}-db.patch"
-)
-
-DOCS=( README.md NEWS.md docs/hacking.md docs/man.md )
-
-src_prepare() {
- default
- # Enable xterm mouse support in the rc files
- if use xterm; then
- pushd "${S}"/rc &>/dev/null || die
- local i
- for i in *rc*.in; do
- sed -e 's/^ -\(mouse\|joexterm\)/-\1/' -i "${i}" || die
- done
- popd &>/dev/null
- fi
- eautoreconf
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
- if use xterm; then
- elog "To enable full xterm clipboard you need to set the allowWindowOps"
- elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm"
- elog "This is false by default due to potential security problems on some"
- elog "architectures (see bug #91453)."
- fi
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
-}
next reply other threads:[~2022-07-21 7:33 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-21 7:33 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 17:05 [gentoo-commits] repo/gentoo:master commit in: app-editors/joe/ Arthur Zamarin
2023-04-19 8:12 Ulrich Müller
2022-12-02 13:32 Ulrich Müller
2022-12-02 0:46 Sam James
2022-12-02 0:46 Sam James
2022-12-02 0:46 Sam James
2022-12-02 0:46 Sam James
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2021-12-17 14:59 Arthur Zamarin
2021-12-17 12:00 Sam James
2021-12-17 12:00 Sam James
2021-12-17 9:20 Jakov Smolić
2021-12-17 9:20 Jakov Smolić
2021-12-17 8:01 Arthur Zamarin
2021-10-27 19:07 Amy Liffey
2021-10-27 19:07 Amy Liffey
2021-01-06 13:03 Fabian Groffen
2018-07-08 10:48 Markus Meier
2018-06-25 13:36 Tobias Klausmann
2018-06-23 18:02 Mikle Kolyada
2018-06-21 19:21 Sergei Trofimovich
2017-11-24 22:20 Sergei Trofimovich
2017-11-24 6:15 Markus Meier
2017-11-20 14:11 Manuel Rüger
2017-10-29 21:08 Thomas Deutschmann
2017-10-21 17:34 Sergei Trofimovich
2017-02-18 19:04 Markus Meier
2017-02-05 9:07 Amy Liffey
2017-01-29 14:38 Fabian Groffen
2017-01-23 18:58 Tobias Klausmann
2017-01-16 15:49 Agostino Sarubbo
2016-09-07 12:43 Lars Wendler
2016-09-05 12:09 Lars Wendler
2016-09-05 11:31 Lars Wendler
2016-05-28 16:58 Amy Winston
2016-05-28 13:30 Mikle Kolyada
2016-05-22 20:22 Ulrich Müller
2016-05-21 14:47 Ulrich Müller
2016-05-21 14:29 Amy Winston
2016-05-21 13:23 Pacho Ramos
2016-04-07 6:30 Lars Wendler
2016-04-07 6:30 Lars Wendler
2015-09-08 7:27 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1658388779.bfcaedc8fdb0ab4da2ea7995a18cd5875cbc10cd.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox