From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 545BE1581EC for ; Wed, 20 Nov 2024 13:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A3C2E0837; Wed, 20 Nov 2024 13:06:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AB87E0837 for ; Wed, 20 Nov 2024 13:06:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8450434027D for ; Wed, 20 Nov 2024 13:06:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E257D1E89 for ; Wed, 20 Nov 2024 13:06:26 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1732107970.3f74d83f515ed246d42397d91a69f033e43989eb.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jupp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/jupp/Manifest app-editors/jupp/jupp-3.1_p40.ebuild X-VCS-Directories: app-editors/jupp/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3f74d83f515ed246d42397d91a69f033e43989eb X-VCS-Branch: master Date: Wed, 20 Nov 2024 13:06:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 021cd4b1-f711-4ad9-9fc4-6a40a190bd9d X-Archives-Hash: d76529962090200448faa53e95ae62f4 commit: 3f74d83f515ed246d42397d91a69f033e43989eb Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 20 13:05:42 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 20 13:06:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f74d83f app-editors/jupp: drop 3.1_p40 Signed-off-by: Ulrich Müller gentoo.org> app-editors/jupp/Manifest | 1 - app-editors/jupp/jupp-3.1_p40.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/app-editors/jupp/Manifest b/app-editors/jupp/Manifest index 349928cbf0f3..0576e0b0fe59 100644 --- a/app-editors/jupp/Manifest +++ b/app-editors/jupp/Manifest @@ -1,2 +1 @@ -DIST joe-3.1jupp40.tgz 503318 BLAKE2B 34452784f145f81158dc6a9223a365cd04fce2f3a669f99bf5571e8f33ecf8ff34d7f8495f6c6803ab1e734890c95d9fe9f88be38738b2b2111a9512db2f7872 SHA512 d61b7b9c5cc5c17925ef27f8f7942bc4e4d283e49b02f4962a7e3c5d3122868aadffe108f884164ae61e86776584374a2b5220c313a323efb9d3820268402ead DIST joe-3.1jupp41.tgz 505002 BLAKE2B 4b354bb2643896b68dc6f270ee7a030703e168b9e8b98ab537878a53b00faad6809ff48eb9c24fa68a0d6e436222f745eef69290e803c1fcace5e6ca0278a6c9 SHA512 9a07946984b64fff4ad8174f9fa437073543cd6af357caf9674571ed787709b3cc2b16fd571d7b8b50b8bb9c7e7bf49dff010d162b76324818be130ab37e06cf diff --git a/app-editors/jupp/jupp-3.1_p40.ebuild b/app-editors/jupp/jupp-3.1_p40.ebuild deleted file mode 100644 index d8bdab27bf57..000000000000 --- a/app-editors/jupp/jupp-3.1_p40.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Portable version of Joe's Own Editor" -HOMEPAGE="https://www.mirbsd.org/jupp.htm" -SRC_URI="https://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/${PN}}.tgz" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ncurses" - -RDEPEND="ncurses? ( sys-libs/ncurses:0= ) - !app-editors/joe" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" -DOCS="HINTS INFO LIST NEWS README TODO" - -src_prepare() { - default - chmod +x configure || die -} - -src_configure() { - econf \ - --enable-search_libs \ - --enable-termcap \ - $(use_enable ncurses curses) -}