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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB58A158083 for ; Mon, 2 Sep 2024 21:18:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2E4BE29B1; Mon, 2 Sep 2024 21:18:08 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEACFE29B1 for ; Mon, 2 Sep 2024 21:18:08 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE425340C9C for ; Mon, 2 Sep 2024 21:18:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 465E81671 for ; Mon, 2 Sep 2024 21:18:06 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1725311856.ffc3e3c96cf5592229ce906b0dfa9eb1a03ad943.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/yudit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/yudit/Manifest app-editors/yudit/yudit-2.9.6.ebuild app-editors/yudit/yudit-3.1.0-r1.ebuild X-VCS-Directories: app-editors/yudit/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: ffc3e3c96cf5592229ce906b0dfa9eb1a03ad943 X-VCS-Branch: master Date: Mon, 2 Sep 2024 21:18:06 +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: 5c205ec0-0b2b-4277-8eb7-4e976677c33e X-Archives-Hash: 9ca5a313e1f406b19a4e0b04fc7a386b commit: ffc3e3c96cf5592229ce906b0dfa9eb1a03ad943 Author: Petr Vaněk gentoo org> AuthorDate: Mon Sep 2 20:50:33 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Mon Sep 2 21:17:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc3e3c9 app-editors/yudit: drop 2.9.6, 3.1.0-r1 Signed-off-by: Petr Vaněk gentoo.org> app-editors/yudit/Manifest | 1 - app-editors/yudit/yudit-2.9.6.ebuild | 27 --------------------------- app-editors/yudit/yudit-3.1.0-r1.ebuild | 31 ------------------------------- 3 files changed, 59 deletions(-) diff --git a/app-editors/yudit/Manifest b/app-editors/yudit/Manifest index 93e80c06ad1c..992a158155bf 100644 --- a/app-editors/yudit/Manifest +++ b/app-editors/yudit/Manifest @@ -1,2 +1 @@ -DIST yudit-2.9.6.tar.gz 2797142 BLAKE2B 76fb8e0ade65c84389db71b4100e458f5b70aebba27eea4b604bfcee08974060dcd2bab2d86586b5ba729d8d5090c943e825dfe58d71c609f0ca2f2e0c3900c9 SHA512 a9a0b6f6c44451cf2fefc4fc0bb1bbd9ffccd17c4c622dc35b08113245b3bb9f3ca949f3e7b9d2aa919ebf3840295c5e63c0297576e74a5f2d1fb99cfc97c46b DIST yudit-3.1.0.tar.gz 4317815 BLAKE2B fdcec8402bd87f800b0e2712f74d5d546d7ba0733b36fec720e46ef0c5efc0be340ec8db7ffe101c5596d054cc10e1364bf2d5a70f25b234e57165b5116edd80 SHA512 07b89cdea29971fe49a7e61e2919261d6a39a6420c2587fad160a78885513460cb210b63dbfc1320f993d38e56e4104f77911530b9b7da210bfb7390e37ed352 diff --git a/app-editors/yudit/yudit-2.9.6.ebuild b/app-editors/yudit/yudit-2.9.6.ebuild deleted file mode 100644 index e9bbd2b8ef67..000000000000 --- a/app-editors/yudit/yudit-2.9.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Free (Y)unicode text editor for all unices" -HOMEPAGE="http://www.yudit.org/" -SRC_URI="http://yudit.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}" -BDEPEND="sys-devel/gettext" - -src_prepare() { - default - #Don't strip binaries, let portage do that. - sed -i "/^INSTALL_PROGRAM/s: -s::" Makefile.conf.in || die "sed failed" -} - -src_install() { - emake DESTDIR="${D}" install - dodoc {BUGS,CHANGELOG,NEWS,TODO,XBUGS}.TXT -} diff --git a/app-editors/yudit/yudit-3.1.0-r1.ebuild b/app-editors/yudit/yudit-3.1.0-r1.ebuild deleted file mode 100644 index faaae1391bc4..000000000000 --- a/app-editors/yudit/yudit-3.1.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Free (Y)unicode text editor for all unices" -HOMEPAGE="https://www.yudit.org/" -SRC_URI="https://yudit.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}" -BDEPEND="sys-devel/gettext" - -DOCS=( {BUGS,CHANGELOG,NEWS,TODO}.TXT ) - -src_prepare() { - default - # Don't strip binaries, let portage do that. - # Don't call ar / ranlib directly - sed -i \ - -e "/^INSTALL_PROGRAM/s| -s||" \ - -e "s|ar cr|$(tc-getAR) cr|g" \ - -e "s|ranlib|$(tc-getRANLIB)|g" \ - Makefile.conf.in || die "sed failed" -}