public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quasselgrep/
Date: Wed, 29 Jul 2020 12:27:30 +0000 (UTC)	[thread overview]
Message-ID: <1596025637.6e34c470d10e7d6f9389d3fc1004f283495fd8e1.asturm@gentoo> (raw)

commit:     6e34c470d10e7d6f9389d3fc1004f283495fd8e1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 29 12:26:04 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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"
-}


             reply	other threads:[~2020-07-29 12:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-29 12:27 Andreas Sturmlechner [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-09-29 20:14 Sam James
2020-08-30  8:18 Joonas Niilola
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=1596025637.6e34c470d10e7d6f9389d3fc1004f283495fd8e1.asturm@gentoo \
    --to=asturm@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