From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35178138331 for ; Sun, 20 May 2018 13:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A775E0AAB; Sun, 20 May 2018 13:40:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01366E0AAB for ; Sun, 20 May 2018 13:40:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8A56335C06 for ; Sun, 20 May 2018 13:40:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8447D2A4 for ; Sun, 20 May 2018 13:40:16 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1526823601.5cdfcc9156f35b19f8d764868e8a312f3dbc78a7.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/scrollz/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/scrollz/Manifest net-irc/scrollz/scrollz-2.2.ebuild X-VCS-Directories: net-irc/scrollz/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5cdfcc9156f35b19f8d764868e8a312f3dbc78a7 X-VCS-Branch: master Date: Sun, 20 May 2018 13:40:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4534ce28-c4a5-45de-9364-ad48a370fab6 X-Archives-Hash: 26a8d2f3812b0cd17380f71088e68f4d commit: 5cdfcc9156f35b19f8d764868e8a312f3dbc78a7 Author: Johannes Huber gentoo org> AuthorDate: Sun May 20 13:40:01 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 20 13:40:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cdfcc91 net-irc/scrollz: Remove 2.2 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.2.ebuild | 65 -------------------------------------- 2 files changed, 66 deletions(-) diff --git a/net-irc/scrollz/Manifest b/net-irc/scrollz/Manifest index 79a2bcd24ad..552f1f35943 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.2.tar.gz 939999 BLAKE2B 8b8b3f35966e2db3e70a39e75f690005194158b83c35f7d9615d7ccc00e297ef397ac547d5d7d4d75174bf0fb70df8bbe59480367f3dcbc6629932baaaf4ff70 SHA512 0b77c5173f09d78f6f7594d8e43d842604d85fb21dcd83bce4507c578a8ce42e6f4f0e02e0b1ecc81564a6e5c01799e1628c664a11cf859eeb5f5535b77a6fab diff --git a/net-irc/scrollz/scrollz-2.2.ebuild b/net-irc/scrollz/scrollz-2.2.ebuild deleted file mode 100644 index 49f0c795b24..00000000000 --- a/net-irc/scrollz/scrollz-2.2.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}"/${P}-cppflags.patch - epatch "${FILESDIR}"/${P}-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 -}