public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/scrollz/
Date: Sun, 20 May 2018 13:40:16 +0000 (UTC)	[thread overview]
Message-ID: <1526823557.f8170c3d1357765ade2bcb70e53502e4a27978bc.johu@gentoo> (raw)

commit:     f8170c3d1357765ade2bcb70e53502e4a27978bc
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 13:39:17 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 20 13:39:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8170c3d

net-irc/scrollz: Remove 2.1

Uses deprecated EAPI 4 and overshadowed by 2.2.1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 net-irc/scrollz/Manifest           |  1 -
 net-irc/scrollz/scrollz-2.1.ebuild | 54 --------------------------------------
 2 files changed, 55 deletions(-)

diff --git a/net-irc/scrollz/Manifest b/net-irc/scrollz/Manifest
index 2a7a4fc28d1..79a2bcd24ad 100644
--- a/net-irc/scrollz/Manifest
+++ b/net-irc/scrollz/Manifest
@@ -1,3 +1,2 @@
 DIST ScrollZ-2.2.1.tar.gz 940738 BLAKE2B eaac2b2d990dade73f036a71534f624bf9b6fb6be04d6c19ad8d458f6a2aa035cbd97af305925db42586091ada6eb6ea3415b97819b57a68fa0dda07718122ee SHA512 38eac6a2ecf8789b2d5e042a6ff59463aecf65646c3b07ca1980f60dc47f153dd5f6e42f5a0c1edbef7d1b6743a368f9f4b25be57406353b8e34919e82c7bc21
 DIST ScrollZ-2.2.tar.gz 939999 BLAKE2B 8b8b3f35966e2db3e70a39e75f690005194158b83c35f7d9615d7ccc00e297ef397ac547d5d7d4d75174bf0fb70df8bbe59480367f3dcbc6629932baaaf4ff70 SHA512 0b77c5173f09d78f6f7594d8e43d842604d85fb21dcd83bce4507c578a8ce42e6f4f0e02e0b1ecc81564a6e5c01799e1628c664a11cf859eeb5f5535b77a6fab
-DIST scrollz_2.1.orig.tar.gz 950734 BLAKE2B 358643c97d41e90d2a4ee2bf34306c220a11d7988e810b5e5d4428cf6d20db33980b645a088560a19b0ddc4468b96cef8285559313a4383fb38a164ed12802da SHA512 b26771368531fd53651c412bef87bb50d15b89a91fabbc0f393f1c6c560b76fd0fa62ef6b143d1bd023aaae3d077570ee0ad32df68f9d03cf29d64e7f5fe8570

diff --git a/net-irc/scrollz/scrollz-2.1.ebuild b/net-irc/scrollz/scrollz-2.1.ebuild
deleted file mode 100644
index 9316aa567d7..00000000000
--- a/net-irc/scrollz/scrollz-2.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Advanced IRC client based on ircII"
-HOMEPAGE="https://packages.qa.debian.org/s/scrollz.html"
-SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="gmp gnutls ipv6 socks5 ssl"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-RDEPEND="sys-libs/ncurses
-	gmp? ( dev-libs/gmp )
-	ssl? (
-		gnutls? ( net-libs/gnutls )
-		!gnutls? ( dev-libs/openssl )
-		)"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${P}.orig
-
-src_configure() {
-	local _myssl
-
-	if use ssl; then
-		if use gnutls; then
-			_myssl="--with-ssl"
-		else
-			_myssl="--with-openssl"
-		fi
-	fi
-
-	econf \
-		--with-default-server=irc.gentoo.org \
-		$(use_enable socks5) \
-		$(use_enable ipv6) \
-		--enable-regexp \
-		$(use_enable gmp fish) \
-		${_myssl}
-}
-
-src_install() {
-	einstall \
-		sharedir="${ED}/usr/share" \
-		mandir="${ED}/usr/share/man/man1"
-
-	dodoc ChangeLog* NEWS README* todo
-}


             reply	other threads:[~2018-05-20 13:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-20 13:40 Johannes Huber [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-11-09  6:27 Hans de Graaff
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
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=1526823557.f8170c3d1357765ade2bcb70e53502e4a27978bc.johu@gentoo \
    --to=johu@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