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 CC91E1581EE for ; Wed, 20 Nov 2024 13:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1AC8E082F; Wed, 20 Nov 2024 13:06:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D5262E07D7 for ; Wed, 20 Nov 2024 13:06:28 +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 28AC5342FA8 for ; Wed, 20 Nov 2024 13:06:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA67E1E15 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: <1732107969.4c6e2af9f9e1e5cfb616486b6b56ca043dc30072.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jove/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/jove/Manifest app-editors/jove/jove-4.17.3.7.ebuild X-VCS-Directories: app-editors/jove/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4c6e2af9f9e1e5cfb616486b6b56ca043dc30072 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: 91528f71-d8a1-416e-bd44-ff6e18ccac2b X-Archives-Hash: 4da1a163f5e74aac302b548ddc78b6e5 commit: 4c6e2af9f9e1e5cfb616486b6b56ca043dc30072 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 20 12:58:06 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 20 13:06:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6e2af9 app-editors/jove: drop 4.17.3.7 Signed-off-by: Ulrich Müller gentoo.org> app-editors/jove/Manifest | 1 - app-editors/jove/jove-4.17.3.7.ebuild | 50 ----------------------------------- 2 files changed, 51 deletions(-) diff --git a/app-editors/jove/Manifest b/app-editors/jove/Manifest index 8ee24206e392..02680fa9e6ad 100644 --- a/app-editors/jove/Manifest +++ b/app-editors/jove/Manifest @@ -1,2 +1 @@ -DIST jove-4.17.3.7.tar.gz 490070 BLAKE2B bfe95cc8f78993438839b93ebf37567940449e3914dd1963728ee82dc601c371318a34ea0d5d13d9d4dccaf9c4750874c5e0d3af22dcb2421595dca2da7cafdf SHA512 90bd597bb4be3a4589f77ee331cee4fa2784264221fe6247c2535ae34c5689c08f55c2b2919bff34af5631b73b12883dab54df9770b4157ae801079a23222d9a DIST jove-4.17.5.3.tar.gz 548835 BLAKE2B 12b1f16d82e84cc2d099e2f45f5a42e2d1e811e5a9685c7ee162280ef49ecef8f7955a98679b60c49bbeaa30e3a430b1d6fc969270bee02862ff284a932829d9 SHA512 f91bdf3145ad243cfe8a4d9aca497a3d2cc58711488fa6b845d0d5e70dece6939046743aae1f18fd2614d75420bb747b00e61bb60b13ff35b26409068df40127 diff --git a/app-editors/jove/jove-4.17.3.7.ebuild b/app-editors/jove/jove-4.17.3.7.ebuild deleted file mode 100644 index 3c41a1a75685..000000000000 --- a/app-editors/jove/jove-4.17.3.7.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Jonathan's Own Version of Emacs, a light emacs-like editor without LISP bindings" -HOMEPAGE="https://github.com/jonmacs/jove" -SRC_URI="https://github.com/jonmacs/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="JOVE" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" - -RDEPEND="sys-libs/ncurses:0=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_compile() { - tc-export CC - - emake \ - JOVEHOME="${EPREFIX}/usr" \ - JMANDIR="${EPREFIX}/usr/share/man/man1" \ - OPTFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - SYSDEFS="-DLinux" \ - TERMCAPLIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)" - - if use doc; then - # Full manual (*not* man page) - emake doc/jove.man - fi -} - -src_install() { - emake \ - JOVEHOME="${EPREFIX}/usr" \ - JMANDIR="${EPREFIX}/usr/share/man/man1" \ - DESTDIR="${D}" \ - install - keepdir /var/lib/jove/preserve - - dodoc README - if use doc; then - dodoc doc/jove.man - fi -}