public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quasselgrep/
Date: Tue, 29 Sep 2020 20:14:00 +0000 (UTC)	[thread overview]
Message-ID: <1601410400.fc7a3a5ed3576f8793ca4b2baa959745142166f5.sam@gentoo> (raw)

commit:     fc7a3a5ed3576f8793ca4b2baa959745142166f5
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Aug 30 11:50:31 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 20:13:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7a3a5e

net-irc/quasselgrep: bump to 0_p20200830

Closes: https://bugs.gentoo.org/694678
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/quasselgrep/Manifest                       |  1 +
 net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/net-irc/quasselgrep/Manifest b/net-irc/quasselgrep/Manifest
index 7f07601f632..627c40411d2 100644
--- a/net-irc/quasselgrep/Manifest
+++ b/net-irc/quasselgrep/Manifest
@@ -1 +1,2 @@
 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_p20200830.ebuild b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
new file mode 100644
index 00000000000..4ade5403130
--- /dev/null
+++ b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE=( sqlite )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Tool for searching quassel logs from the commandline"
+HOMEPAGE="https://github.com/fish-face/quasselgrep"
+
+MY_COMMIT="9b6b0bc1252daa6e574363d87d04eebd981215a5"
+SRC_URI="https://github.com/fish-face/quasselgrep/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+KEYWORDS="~amd64 ~x86"
+
+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
+}


             reply	other threads:[~2020-09-29 20:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-29 20:14 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-01 14:15 [gentoo-commits] repo/gentoo:master commit in: net-irc/quasselgrep/ Jakov Smolić
2021-08-22 21:53 David Seifert
2021-07-27  3:27 Sam James
2021-07-27  3:21 Sam James
2020-09-29 20:14 Sam James
2020-09-29 20:14 Sam James
2020-08-30  8:18 Joonas Niilola
2020-07-29 12:27 Andreas Sturmlechner
2020-07-29 12:27 Andreas Sturmlechner
2020-05-07 15:17 Michał Górny
2019-08-10  6:34 Joonas Niilola
2019-08-07 16:11 Joonas Niilola
2019-08-07 16:06 Joonas Niilola
2017-10-03 22:31 Sam Jorna
2017-07-03 12:45 Sam Jorna

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=1601410400.fc7a3a5ed3576f8793ca4b2baa959745142166f5.sam@gentoo \
    --to=sam@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