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 6A73A138359 for ; Tue, 29 Sep 2020 20:14:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA8EE0B09; Tue, 29 Sep 2020 20:14:03 +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 7177BE0B09 for ; Tue, 29 Sep 2020 20:14:03 +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 D6C6A340441 for ; Tue, 29 Sep 2020 20:14:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56136385 for ; Tue, 29 Sep 2020 20:14:00 +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: <1601410401.77f8e5c7f730d692e1dd151cc89513f2d9ab06c7.sam@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_p20190211.ebuild X-VCS-Directories: net-irc/quasselgrep/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 77f8e5c7f730d692e1dd151cc89513f2d9ab06c7 X-VCS-Branch: master Date: Tue, 29 Sep 2020 20:14:00 +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: e89a8751-3458-4fce-b3cf-6ce2a3e40a16 X-Archives-Hash: 8d6367260e7b4a1215bac6eabd4941e9 commit: 77f8e5c7f730d692e1dd151cc89513f2d9ab06c7 Author: Jakov Smolic sartura hr> AuthorDate: Sun Aug 30 11:50:53 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 29 20:13:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f8e5c7 net-irc/quasselgrep: drop old Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> net-irc/quasselgrep/Manifest | 1 - net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild | 34 ---------------------- 2 files changed, 35 deletions(-) diff --git a/net-irc/quasselgrep/Manifest b/net-irc/quasselgrep/Manifest index 627c40411d2..13616f83390 100644 --- a/net-irc/quasselgrep/Manifest +++ b/net-irc/quasselgrep/Manifest @@ -1,2 +1 @@ -DIST quasselgrep-0_p20190211.tar.gz 29954 BLAKE2B 33862b642d6a24bd7ab8cc4f3628e19cf332feb24e0dba17849f4ee85af4d1d17a641e6ccaef89bcb44c47f28a674ab620610b8b624f9de71b8460b197953e27 SHA512 0d2bfccb87b7463ba032b9515c4a089518a3ca57f9ef6cbb0f00db9c5d0404cc9fe128329b12e1dbe022cbddeb6a3db473564ee734ddc30be56d4c1da5036f56 DIST quasselgrep-0_p20200830.tar.gz 29944 BLAKE2B 011633afee9d9519b0c343c5d0b1a9ba775c870802532515a42a7c22d39af5138a051707a82f2b6a19dda3523fe9f04d2b56b62a36c554ff873275c095e7dd94 SHA512 88f568852cc9e85e0019335d3362f192766a2ce3e94ff1947485ad6eaf43d49873d94396791165f74e95edb25601c078a947a7740b4ae2e40424b5bdfecc2a48 diff --git a/net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild b/net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild deleted file mode 100644 index 0d8f12d972b..00000000000 --- a/net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) -PYTHON_REQ_USE=( sqlite ) - -inherit distutils-r1 optfeature - -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/65278/quasselgrep.git" - inherit git-r3 - KEYWORDS="" -else - MY_COMMIT=9b6b0bc1252daa6e574363d87d04eebd981215a5 - 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/future[${PYTHON_USEDEP}] - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}]" - -pkg_postinst() { - optfeature "access postgres db" dev-python/psycopg:2 -}