public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/scrollz/files/, net-irc/scrollz/
Date: Sun, 19 May 2019 21:19:56 +0000 (UTC)	[thread overview]
Message-ID: <1558300029.e2f5da13bda77b4667b31ce3f7eac256cacbb79c.asturm@gentoo> (raw)

commit:     e2f5da13bda77b4667b31ce3f7eac256cacbb79c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 20:58:57 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 19 21:07:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f5da13

net-irc/scrollz: Drop 2.2.1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-irc/scrollz/Manifest                           |  1 -
 net-irc/scrollz/files/scrollz-2.2-cppflags.patch   | 26 ---------
 .../scrollz/files/scrollz-2.2-make-install.patch   | 24 --------
 net-irc/scrollz/scrollz-2.2.1.ebuild               | 65 ----------------------
 4 files changed, 116 deletions(-)

diff --git a/net-irc/scrollz/Manifest b/net-irc/scrollz/Manifest
index a9001decac7..8c876bc6f27 100644
--- a/net-irc/scrollz/Manifest
+++ b/net-irc/scrollz/Manifest
@@ -1,2 +1 @@
-DIST ScrollZ-2.2.1.tar.gz 940738 BLAKE2B eaac2b2d990dade73f036a71534f624bf9b6fb6be04d6c19ad8d458f6a2aa035cbd97af305925db42586091ada6eb6ea3415b97819b57a68fa0dda07718122ee SHA512 38eac6a2ecf8789b2d5e042a6ff59463aecf65646c3b07ca1980f60dc47f153dd5f6e42f5a0c1edbef7d1b6743a368f9f4b25be57406353b8e34919e82c7bc21
 DIST ScrollZ-2.3.tar.gz 981707 BLAKE2B ee7c1955dbd2515204d805052d091274c3c7e08257a798c357c5a195c12d7ebc85a160cd40ddf1b2aa87a1b628bebf630c3b7428bde1f230bf9b372f74cc74d2 SHA512 cb3dc2f462452c605c688805ed5128e0197eb4daae895c03f00631c4e9a0994f89a9c55b7e0591588f3f313dab66fcbeb1683b42ef75c3b714185b40703b1979

diff --git a/net-irc/scrollz/files/scrollz-2.2-cppflags.patch b/net-irc/scrollz/files/scrollz-2.2-cppflags.patch
deleted file mode 100644
index a6727544eca..00000000000
--- a/net-irc/scrollz/files/scrollz-2.2-cppflags.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Nathan Phillip Brink <binki@gentoo.org>
-Subject: [PATCH] Respect CPPFLAGS.
-
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -68,7 +68,7 @@
- IRCDOC = ${IRCSHARE}/doc
- 
- CC = @CC@
--DEFS = @DEFS@
-+DEFS = @DEFS@ @CPPFLAGS@
- LIBS = @LIBS@
- 
- # Set this to -g if you want to be able to debug the client, otherwise
-
---- a/source/Makefile.in
-+++ b/source/Makefile.in
-@@ -11,7 +11,7 @@
- LDFLAGS	= @LDFLAGS@
- LEX	= @LEX@
- LEXLIB	= @LEXLIB@
--DEFS	= @DEFS@
-+DEFS	= @DEFS@ @CPPFLAGS@
- LN	= @LN@
- RM	= @RM@
- 

diff --git a/net-irc/scrollz/files/scrollz-2.2-make-install.patch b/net-irc/scrollz/files/scrollz-2.2-make-install.patch
deleted file mode 100644
index f5591f2a821..00000000000
--- a/net-irc/scrollz/files/scrollz-2.2-make-install.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Nathan Phillip Brink <binki@gentoo.org>
-Date: 2011-01-03
-Subject: [PATCH] Fix parallel make install.
-
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -179,7 +179,7 @@
- 	@(cd $(DESTDIR)/$(bindir) ; $(LN) scrollz-$(VERSION) scrollz)
- 	@cp doc/ScrollZ.doc $(DESTDIR)/$(IRCDOC)
- 
--installman: scrollz.1
-+installman: installdirs scrollz.1
- 	$(INSTALL) scrollz.1 $(DESTDIR)/$(mandir)
- 
- installserv: installio
-@@ -197,7 +197,7 @@
- 		$(DESTDIR)/$(INSTALL_SCRIPT) \
- 		$(DESTDIR)/$(HELP_DIR) $(DESTDIR)/$(IRCDOC) $(DESTDIR)/$(mandir)
- 
--installhelp:
-+installhelp: installdirs
- 	$(INSTALL_HELP_CMD)
- 	find $(DESTDIR)/$(HELP_DIR) -type d -print | xargs chmod a+rx
- 	find $(DESTDIR)/$(HELP_DIR) -type f -print | xargs chmod a+r

diff --git a/net-irc/scrollz/scrollz-2.2.1.ebuild b/net-irc/scrollz/scrollz-2.2.1.ebuild
deleted file mode 100644
index 988aa51efb5..00000000000
--- a/net-irc/scrollz/scrollz-2.2.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-MY_P=ScrollZ-${PV}
-
-DESCRIPTION="Advanced IRC client based on ircII"
-HOMEPAGE="http://scrollz.com/"
-SRC_URI="http://www.scrollz.com/download/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-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}/${MY_P}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-2.2-cppflags.patch
-	epatch "${FILESDIR}"/${PN}-2.2-make-install.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 socks5) \
-		$(use_enable ipv6) \
-		--enable-regexp \
-		$(use_enable gmp fish) \
-		${_myssl}
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		mandir="${EPREFIX}/usr/share/man/man1" \
-		install
-
-	dodoc ChangeLog* NEWS README* todo
-}


                 reply	other threads:[~2019-05-19 21:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1558300029.e2f5da13bda77b4667b31ce3f7eac256cacbb79c.asturm@gentoo \
    --to=asturm@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