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 D828B158083 for ; Sun, 15 Sep 2024 17:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8CFDE29A5; Sun, 15 Sep 2024 17:09:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 970F6E29A5 for ; Sun, 15 Sep 2024 17:09:09 +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 8F52E34092E for ; Sun, 15 Sep 2024 17:09:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5DAE14D0 for ; Sun, 15 Sep 2024 17:09: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: <1726420072.2ad09f394f0121bd24a03f5f4ee433c3414f5f27.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/yydecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/yydecode/yydecode-0.2.10-r1.ebuild net-news/yydecode/yydecode-0.2.10-r2.ebuild X-VCS-Directories: net-news/yydecode/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 2ad09f394f0121bd24a03f5f4ee433c3414f5f27 X-VCS-Branch: master Date: Sun, 15 Sep 2024 17:09: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: 69adb7f6-1ab9-46f8-866d-863223bf9826 X-Archives-Hash: d09069a88f336e9baceb1b71df009850 commit: 2ad09f394f0121bd24a03f5f4ee433c3414f5f27 Author: Petr Vaněk gentoo org> AuthorDate: Sun Sep 15 17:07:52 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sun Sep 15 17:07:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad09f39 net-news/yydecode: drop 0.2.10-r1, 0.2.10-r2 Signed-off-by: Petr Vaněk gentoo.org> net-news/yydecode/yydecode-0.2.10-r1.ebuild | 17 --------------- net-news/yydecode/yydecode-0.2.10-r2.ebuild | 32 ----------------------------- 2 files changed, 49 deletions(-) diff --git a/net-news/yydecode/yydecode-0.2.10-r1.ebuild b/net-news/yydecode/yydecode-0.2.10-r1.ebuild deleted file mode 100644 index 586fe072d111..000000000000 --- a/net-news/yydecode/yydecode-0.2.10-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A decoder for yENC format, popular on Usenet" -HOMEPAGE="http://yydecode.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/yydecode/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~ppc ~sparc x86" - -src_prepare() { - default - sed -e "s/t3.sh//" -e "s/t7.sh//" -i checks/Makefile.in || die -} diff --git a/net-news/yydecode/yydecode-0.2.10-r2.ebuild b/net-news/yydecode/yydecode-0.2.10-r2.ebuild deleted file mode 100644 index c1de0efed478..000000000000 --- a/net-news/yydecode/yydecode-0.2.10-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic - -DESCRIPTION="A decoder for yENC format, popular on Usenet" -HOMEPAGE="https://yydecode.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/yydecode/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~ppc ~sparc x86" - -PATCHES=( - "${FILESDIR}"/${PN}-0.2.10-fix-strcmp-not-found.patch -) - -src_prepare() { - default - sed -e "s/t3.sh//" -e "s/t7.sh//" -i checks/Makefile.in || die -} - -src_configure() { - # -Werror=lto-type-mismatch - # https://bugs.gentoo.org/898078 - # - # Upstream has been dead since 2003. No bug reported. - filter-lto - default -}