public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/lrzsz/
Date: Wed, 14 Aug 2024 04:47:40 +0000 (UTC)	[thread overview]
Message-ID: <1723610787.b1dd578a88a4e22e3492df54928aec7683f11280.ceamac@gentoo> (raw)

commit:     b1dd578a88a4e22e3492df54928aec7683f11280
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 04:46:27 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 04:46:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1dd578a

net-dialup/lrzsz: drop 0.12.20-r8

Bug: https://bugs.gentoo.org/797247
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 net-dialup/lrzsz/lrzsz-0.12.20-r8.ebuild | 75 --------------------------------
 1 file changed, 75 deletions(-)

diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r8.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r8.ebuild
deleted file mode 100644
index 7b098c0c729c..000000000000
--- a/net-dialup/lrzsz/lrzsz-0.12.20-r8.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Communication package providing the X, Y, and ZMODEM file transfer protocols"
-HOMEPAGE="https://www.ohse.de/uwe/software/lrzsz.html"
-SRC_URI="
-	https://www.ohse.de/uwe/releases/${P}.tar.gz
-	https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${PN}-m4-${PV}.tar.bz2
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="nls"
-
-DEPEND="nls? ( virtual/libintl )"
-BDEPEND="nls? ( sys-devel/gettext )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-autotools.patch
-	"${FILESDIR}"/${PN}-implicit-decl.patch
-	"${FILESDIR}"/${P}-automake-1.12.patch
-	"${FILESDIR}"/${P}-automake-1.13.patch
-	"${FILESDIR}"/${P}-gettext-0.20.patch
-	"${FILESDIR}"/${P}-AR.patch
-	"${FILESDIR}"/${P}-configure-clang16.patch
-	"${FILESDIR}"/${P}-gettext-0.22.patch
-	"${FILESDIR}"/${P}-disable-nls.patch
-	"${FILESDIR}"/${P}-c99.patch
-)
-
-DOCS=( AUTHORS COMPATABILITY ChangeLog NEWS \
-	README{,.cvs,.gettext,.isdn4linux,.tests} THANKS TODO )
-
-src_prepare() {
-	default
-
-	# automake is unhappy if this is missing
-	>> config.rpath || die
-	# This is too old.  Remove it so automake puts in a newer copy.
-	rm missing || die
-	# Autoheader does not like seeing this file.
-	rm acconfig.h || die
-	# embed default m4 files in case gettext is not installed
-	mv "${WORKDIR}"/m4 . || die
-
-	eautoreconf
-}
-
-src_configure() {
-	tc-export CC
-
-	econf $(use_enable nls)
-}
-
-src_test() {
-	# Don't use check target.
-	# See bug #120748 before changing this function.
-	emake vcheck
-}
-
-src_install() {
-	default
-
-	local x
-	for x in {r,s}{b,x,z} ; do
-		dosym l${x} /usr/bin/${x}
-		dosym l${x:0:1}z.1 /usr/share/man/man1/${x}.1
-		[ "${x:1:1}" = "z" ] || dosym l${x:0:1}z.1 /usr/share/man/man1/l${x}.1
-	done
-}


             reply	other threads:[~2024-08-14  4:47 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-14  4:47 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10  5:27 [gentoo-commits] repo/gentoo:master commit in: net-dialup/lrzsz/ Michał Górny
2024-08-09  8:57 Sam James
2024-08-03 16:48 Jakov Smolić
2024-08-03 16:48 Jakov Smolić
2024-08-03  8:45 Michał Górny
2024-08-03  8:45 Michał Górny
2024-08-03  8:45 Michał Górny
2024-05-30  7:13 Viorel Munteanu
2024-05-29 17:38 Sam James
2024-05-29 17:38 Sam James
2024-05-29 17:38 Sam James
2024-05-29 14:43 Jakov Smolić
2024-05-29 14:43 Jakov Smolić
2024-05-29 11:47 Sam James
2024-05-29  6:26 Jakov Smolić
2023-12-26  5:55 Viorel Munteanu
2023-12-25 17:26 Sam James
2023-11-29 13:45 Arthur Zamarin
2023-11-29 11:45 Arthur Zamarin
2023-11-26 12:38 Arthur Zamarin
2023-11-26 12:38 Arthur Zamarin
2023-11-26 12:38 Arthur Zamarin
2023-11-26 12:38 Arthur Zamarin
2023-08-20  6:24 Viorel Munteanu
2021-11-06  4:41 Sam James
2021-09-27 16:36 Marek Szuba
2018-10-09  8:55 Mikle Kolyada
2018-10-09  8:55 Mikle Kolyada
2018-08-14 21:20 Patrice Clement
2018-08-14 21:20 Patrice Clement
2017-01-29 19:33 Fabian Groffen
2016-01-22  8:28 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1723610787.b1dd578a88a4e22e3492df54928aec7683f11280.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox