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 C368813835A for ; Wed, 29 Jul 2020 12:27:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6585E0C07; Wed, 29 Jul 2020 12:27:32 +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 CC12EE0C07 for ; Wed, 29 Jul 2020 12:27:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A900834F436 for ; Wed, 29 Jul 2020 12:27:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D9969C for ; Wed, 29 Jul 2020 12:27:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1596025637.6e34c470d10e7d6f9389d3fc1004f283495fd8e1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quasselgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quasselgrep/Manifest net-irc/quasselgrep/quasselgrep-0_p20170411.ebuild X-VCS-Directories: net-irc/quasselgrep/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6e34c470d10e7d6f9389d3fc1004f283495fd8e1 X-VCS-Branch: master Date: Wed, 29 Jul 2020 12:27:30 +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: 0ffabf06-a48d-4656-bf9c-c9bdb287e78b X-Archives-Hash: 4da7d2cbf991fdad098d8e61ccde1342 commit: 6e34c470d10e7d6f9389d3fc1004f283495fd8e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 29 12:26:04 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 29 12:27:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e34c470 net-irc/quasselgrep: Drop py2-only 0_p20170411 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> net-irc/quasselgrep/Manifest | 1 - net-irc/quasselgrep/quasselgrep-0_p20170411.ebuild | 34 ---------------------- 2 files changed, 35 deletions(-) diff --git a/net-irc/quasselgrep/Manifest b/net-irc/quasselgrep/Manifest index 2eef5a4a24b..7f07601f632 100644 --- a/net-irc/quasselgrep/Manifest +++ b/net-irc/quasselgrep/Manifest @@ -1,2 +1 @@ -DIST quasselgrep-0_p20170411.tar.gz 29117 BLAKE2B e55ef14015d1139dd967d1855a2994d47f189cb02b0b89dc1130a8d0756b137ddd58366c3cb87927cb6400b715efafe042ec929978a71d527ad640129d50cb71 SHA512 b216c49e340cddfeb4fe28046c698a5517a873602a4303c7c6976d6d7f0bfffbb78f170a33126a16089e239a67e1624410f8e727b5ed6ab977f78745362db0e2 DIST quasselgrep-0_p20190211.tar.gz 29954 BLAKE2B 33862b642d6a24bd7ab8cc4f3628e19cf332feb24e0dba17849f4ee85af4d1d17a641e6ccaef89bcb44c47f28a674ab620610b8b624f9de71b8460b197953e27 SHA512 0d2bfccb87b7463ba032b9515c4a089518a3ca57f9ef6cbb0f00db9c5d0404cc9fe128329b12e1dbe022cbddeb6a3db473564ee734ddc30be56d4c1da5036f56 diff --git a/net-irc/quasselgrep/quasselgrep-0_p20170411.ebuild b/net-irc/quasselgrep/quasselgrep-0_p20170411.ebuild deleted file mode 100644 index efe0f9483d6..00000000000 --- a/net-irc/quasselgrep/quasselgrep-0_p20170411.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 - -MY_COMMIT=502c88bdc7613abb68e868eb520e39ec8a5cf6dd - -DESCRIPTION="Tool for searching quassel logs from the commandline" -HOMEPAGE="https://github.com/fish-face/quasselgrep" - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/fish-face/quasselgrep" - inherit git-r3 -else - SRC_URI="https://github.com/fish-face/${PN}/tarball/${MY_COMMIT} -> ${P}.tar.gz" - S="${WORKDIR}/fish-face-${PN}-${MY_COMMIT:0:7}" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2" -SLOT="0" - -RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pycryptodome[${PYTHON_USEDEP}] - >=dev-python/psycopg-2.5.3[${PYTHON_USEDEP}]" - -src_configure() { - sed -i 's/pycrypto/pycryptodome/g' "${S}"/setup.py || die "sed failed" -}