summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-15 19:07:52 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-15 19:07:52 +0200
commit2ad09f394f0121bd24a03f5f4ee433c3414f5f27 (patch)
tree82ada8f3886401ceb7a08c477f70677afa2bc140 /net-news
parentsys-firmware/intel-microcode: add 20240910_p20240915 (diff)
downloadgentoo-2ad09f394f0121bd24a03f5f4ee433c3414f5f27.tar.gz
gentoo-2ad09f394f0121bd24a03f5f4ee433c3414f5f27.tar.bz2
gentoo-2ad09f394f0121bd24a03f5f4ee433c3414f5f27.zip
net-news/yydecode: drop 0.2.10-r1, 0.2.10-r2
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r--net-news/yydecode/yydecode-0.2.10-r1.ebuild17
-rw-r--r--net-news/yydecode/yydecode-0.2.10-r2.ebuild32
2 files changed, 0 insertions, 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
-}