public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/scrollz/
Date: Thu,  9 Nov 2023 06:27:28 +0000 (UTC)	[thread overview]
Message-ID: <1699511244.524c415744c035ae2cda5d83b52c892aa335a68a.graaff@gentoo> (raw)

commit:     524c415744c035ae2cda5d83b52c892aa335a68a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 06:27:00 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 06:27:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524c4157

net-irc/scrollz: drop 2.3-r1

Bug: https://bugs.gentoo.org/777987
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 net-irc/scrollz/Manifest              |  1 -
 net-irc/scrollz/scrollz-2.3-r1.ebuild | 64 -----------------------------------
 2 files changed, 65 deletions(-)

diff --git a/net-irc/scrollz/Manifest b/net-irc/scrollz/Manifest
index eb352197e3ed..1de1f0cea048 100644
--- a/net-irc/scrollz/Manifest
+++ b/net-irc/scrollz/Manifest
@@ -1,3 +1,2 @@
 DIST ScrollZ-2.3.1.tar.gz 980735 BLAKE2B 39cd79a3c1a77bef730ecfadc8a9e78243e34781cc66cc068be698d18decc24e1001b21302e2069eb4cc21de41b4fd24a4e20a1e7a8e1d0a776ad02e1f215444 SHA512 3fc8386a16ec8ef3cce178465e04485b6dd2d5a4fc93099a8af5a6127ec66357ce7b12173c59b33eeaddf142d17d3e979821ab0f30087806545afe1ecfc168d3
-DIST ScrollZ-2.3.tar.gz 981707 BLAKE2B ee7c1955dbd2515204d805052d091274c3c7e08257a798c357c5a195c12d7ebc85a160cd40ddf1b2aa87a1b628bebf630c3b7428bde1f230bf9b372f74cc74d2 SHA512 cb3dc2f462452c605c688805ed5128e0197eb4daae895c03f00631c4e9a0994f89a9c55b7e0591588f3f313dab66fcbeb1683b42ef75c3b714185b40703b1979
 DIST scrollz-2.3.1-patches.tar.xz 71696 BLAKE2B a0408017a23492f056bf464fb4ed9c20d59ca1f545bbd6b4f8f9b3097f82086a53b099558a18e72042126357f5f508d80a30eabb2a58368c198e2d077be3eb99 SHA512 37b035d838d215186b67621aecfe1d12869f7883d266a418227a2e768f569c2992598eaf93b4e0846c2e33d3e1325b3f0d39a285a0de4c78f4aedb190907bed5

diff --git a/net-irc/scrollz/scrollz-2.3-r1.ebuild b/net-irc/scrollz/scrollz-2.3-r1.ebuild
deleted file mode 100644
index cb6b357682e6..000000000000
--- a/net-irc/scrollz/scrollz-2.3-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="ScrollZ-${PV}"
-
-DESCRIPTION="Advanced IRC client based on ircII"
-HOMEPAGE="https://www.scrollz.info/"
-SRC_URI="https://www.scrollz.info/download/${MY_P}.tar.gz"
-S="${WORKDIR}/ScrollZ-${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="gmp gnutls ipv6 ssl"
-REQUIRED_USE="gnutls? ( ssl )"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="
-	sys-libs/ncurses:0=
-	virtual/libcrypt:=
-	gmp? ( dev-libs/gmp:0= )
-	ssl? (
-		gnutls? ( net-libs/gnutls:0= )
-		!gnutls? ( dev-libs/openssl:0= )
-	)
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-2.3-fcommon.patch"
-)
-
-src_configure() {
-	local _myssl
-
-	if use ssl; then
-		if use gnutls; then
-			_myssl="--with-ssl"
-		else
-			_myssl="--with-openssl"
-		fi
-	fi
-
-	tc-export CC #397441, ancient autoconf
-	econf \
-		--with-default-server="irc.gentoo.org" \
-		$(use_enable ipv6) \
-		--enable-regexp \
-		$(use_enable gmp fish) \
-		${_myssl}
-}
-
-src_install() {
-	emake \
-		DESTDIR="${ED}" \
-		mandir="${EPREFIX}/usr/share/man/man1" \
-		install
-
-	dodoc ChangeLog* NEWS README* todo
-}


             reply	other threads:[~2023-11-09  6:27 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-09  6:27 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-08  9:56 [gentoo-commits] repo/gentoo:master commit in: net-irc/scrollz/ Sam James
2023-02-11  4:53 Sam James
2023-01-06 21:51 Sam James
2023-01-06 21:51 Sam James
2023-01-06 21:51 Sam James
2022-11-22  7:05 Sam James
2021-06-30 18:40 Sam James
2020-08-30  4:34 Sam James
2020-07-03 23:22 Aaron Bauman
2019-05-19 20:55 Mikle Kolyada
2019-05-19 15:48 Thomas Deutschmann
2019-04-29 20:09 Sergei Trofimovich
2019-01-20 12:06 Pacho Ramos
2018-05-20 13:40 Johannes Huber
2018-05-20 13:40 Johannes Huber
2017-09-23  6:46 Jeroen Roovers

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=1699511244.524c415744c035ae2cda5d83b52c892aa335a68a.graaff@gentoo \
    --to=graaff@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