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 B3ACA138359 for ; Wed, 29 Jul 2020 19:11:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D57F2E0D84; Wed, 29 Jul 2020 19:11:29 +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 B8414E0D84 for ; Wed, 29 Jul 2020 19:11:29 +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 00D9834F3F9 for ; Wed, 29 Jul 2020 19:11:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 694E32F1 for ; Wed, 29 Jul 2020 19:11:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1596049876.6ccf2c449da2f0a56c5198cb758cb53c1964bf26.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irker/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/irker/Manifest net-irc/irker/irker-2.18-r2.ebuild X-VCS-Directories: net-irc/irker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6ccf2c449da2f0a56c5198cb758cb53c1964bf26 X-VCS-Branch: master Date: Wed, 29 Jul 2020 19:11:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ce9eb43-1e95-45b4-b254-0f5eaa164b9b X-Archives-Hash: 3c443496920d721b47e22a9c6760e159 commit: 6ccf2c449da2f0a56c5198cb758cb53c1964bf26 Author: Sam James gentoo org> AuthorDate: Wed Jul 29 19:11:16 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 29 19:11:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccf2c44 net-irc/irker: cleanup old Python 2 version Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> net-irc/irker/Manifest | 1 - net-irc/irker/irker-2.18-r2.ebuild | 59 -------------------------------------- 2 files changed, 60 deletions(-) diff --git a/net-irc/irker/Manifest b/net-irc/irker/Manifest index acb711d9e3a..4b8b5f10205 100644 --- a/net-irc/irker/Manifest +++ b/net-irc/irker/Manifest @@ -1,2 +1 @@ -DIST irker-2.18.tar.gz 44284 BLAKE2B 355d9004c77c7635e5ee068d6521b2d1b8c3e0ae4b0d2fa39e71c16a4ecc2272c5a487dafd296a3d02aa5072c734f454875939b99f66c4321ab2970da78216ef SHA512 215f0ab3be03b615f2bb24e04a5e5f6688634c4fb994b5384106b7f3eae62967ac45b2a14d08eee8dbed886dbb0578e077fa19597db599ea9562a67797f75606 DIST irker-2.19.tar.gz 44502 BLAKE2B d777ed3b4308dca7f6bb2483bc03ba8ba50a55574da3e4de63138fe88483ae6d3ac46f414a94801d7f27c740e38ddcde494cea4c846fbc59d736441b692747f4 SHA512 7516ebe8adc74902eacc657f0a1d421c285a72f4ce08b84fd93b22635d49ba52acf7aedd03dde9012bc16496be3162bda9fa8486af3df1657af4cabf8719d7c7 diff --git a/net-irc/irker/irker-2.18-r2.ebuild b/net-irc/irker/irker-2.18-r2.ebuild deleted file mode 100644 index b31d9dfc80f..00000000000 --- a/net-irc/irker/irker-2.18-r2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) # Doesn't work with python3 bug #619700 -PYTHON_REQ_USE="ssl" - -inherit python-single-r1 systemd - -DESCRIPTION="Submission tools for IRC notifications" -HOMEPAGE="http://www.catb.org/esr/irker/" -SRC_URI="http://www.catb.org/esr/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="socks5" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.1.2 - app-text/xmlto - socks5? ( - $(python_gen_cond_dep ' - dev-python/PySocks[${PYTHON_MULTI_USEDEP}] - ') - )" - -DOCS=( NEWS README hacking.txt security.txt ) -HTML_DOCS=( irkerd.html irkerhook.html ) - -src_prepare() { - default - - # Rely on systemd eclass for systemd service install - sed -i -e "/^SYSTEMDSYSTEMUNITDIR/d" Makefile \ - || die "sed failed" - - # Prefix support - sed -i -e "/^ExecStart=/ s:=/:=${EPREFIX}:" irkerd.service \ - || die "sed failed" -} - -src_install() { - default - - python_doscript "${ED%/}/usr/bin/irkerd" - # Not installed with the default Makefile - python_doscript irk irkerhook.py - - newinitd "${FILESDIR}/irkerd.initd" irkerd - newconfd "${FILESDIR}/irkerd.confd" irkerd - - systemd_dounit irkerd.service - - docinto examples - dodoc filter-example.py filter-test.py -}