public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/howdoi/
Date: Fri, 18 Dec 2020 04:22:47 +0000 (UTC)	[thread overview]
Message-ID: <1608265332.926eea8170d666995cf1827285ff181872d6487c.kensington@gentoo> (raw)

commit:     926eea8170d666995cf1827285ff181872d6487c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 04:22:12 2020 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 04:22:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926eea81

dev-util/howdoi: remove 1.2.1, 2.0.5, 2.0.6

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 dev-util/howdoi/Manifest            |  3 ---
 dev-util/howdoi/howdoi-1.2.1.ebuild | 25 -------------------------
 dev-util/howdoi/howdoi-2.0.5.ebuild | 26 --------------------------
 dev-util/howdoi/howdoi-2.0.6.ebuild | 26 --------------------------
 4 files changed, 80 deletions(-)

diff --git a/dev-util/howdoi/Manifest b/dev-util/howdoi/Manifest
index 2f6da919de7..17b5351190e 100644
--- a/dev-util/howdoi/Manifest
+++ b/dev-util/howdoi/Manifest
@@ -1,4 +1 @@
-DIST howdoi-1.2.1.tar.gz 13112 BLAKE2B 33492547fab53085aebff295202e8ad88d41850503155b944f38382137d6ec8fbcd4f6050583b16c01c3701683ccf18c6929c525b5d8f34bf6f2ed9410668f36 SHA512 83af30118087105392ddb95b05d9e7442f5ee5df981faa9143770dedb8927c164a4f30f37ccd219a826340f0f8cd81fc5eb9a3b12e5d3956786294699b6e2f9b
-DIST howdoi-2.0.5.tar.gz 23910 BLAKE2B aace040311845cd8c958d5186ea804a9b0d746694563e2acebd2dbc5630ccbeff66c8a1848245b0f4c127ca611218a0b56e4051d6991e8cd796017a8b5022c46 SHA512 5ad8a99758774c28b26afe5a5ee0f1d2fd6f8ea1afcae5f29b3a02ab3c25758b8cd8aaeccd3afd10a3d02495c6616966cad5da03327c94979e89fc3c601bd367
-DIST howdoi-2.0.6.tar.gz 25113 BLAKE2B 0b83b28d1d0a75a20e49fea0bdd0b3eebae10fee17b2ca195289b8ed014befa7bf17a3c8221dd90d0a2de166f9fab9be24619aa24c886120f2f1d2ee4afe0d84 SHA512 3153ec28f5c3c1c78b786a50da3a328586dc05f5a6fe0bcb33621baf13ae8cda55e15c3538c772dba309cd5a24f631c36c09924ff535cfc8494743b631e01fb5
 DIST howdoi-2.0.7.tar.gz 25167 BLAKE2B 5923aaae6d6aaee4da7e02cd283d6e794c31d600d2834d1354e0d90194ac573d80140517ba7289bbf97b01923b6ed8c9c2ab6abe0beea0534fc41ecf24196c24 SHA512 9f8278e6ea688c40fee5227aa23375cb7dc7339d579953c73dbf7111087550ece412e26508e129f377e2326ce4635c38d96ad99f98c8c6f1131a01bbaf062275

diff --git a/dev-util/howdoi/howdoi-1.2.1.ebuild b/dev-util/howdoi/howdoi-1.2.1.ebuild
deleted file mode 100644
index 4c5234bb257..00000000000
--- a/dev-util/howdoi/howdoi-1.2.1.ebuild
+++ /dev/null
@@ -1,25 +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} )
-inherit distutils-r1
-
-DESCRIPTION="A code search tool"
-HOMEPAGE="https://pypi.org/project/howdoi/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-	dev-python/appdirs[${PYTHON_USEDEP}]
-	dev-python/cachelib[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-	>=dev-python/pyquery-1.4.0[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-"

diff --git a/dev-util/howdoi/howdoi-2.0.5.ebuild b/dev-util/howdoi/howdoi-2.0.5.ebuild
deleted file mode 100644
index c7dca4f4594..00000000000
--- a/dev-util/howdoi/howdoi-2.0.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="A code search tool"
-HOMEPAGE="https://pypi.org/project/howdoi/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-	dev-python/appdirs[${PYTHON_USEDEP}]
-	dev-python/cachelib[${PYTHON_USEDEP}]
-	dev-python/keep[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-	>=dev-python/pyquery-1.4.1[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
-"

diff --git a/dev-util/howdoi/howdoi-2.0.6.ebuild b/dev-util/howdoi/howdoi-2.0.6.ebuild
deleted file mode 100644
index c7dca4f4594..00000000000
--- a/dev-util/howdoi/howdoi-2.0.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="A code search tool"
-HOMEPAGE="https://pypi.org/project/howdoi/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-	dev-python/appdirs[${PYTHON_USEDEP}]
-	dev-python/cachelib[${PYTHON_USEDEP}]
-	dev-python/keep[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-	>=dev-python/pyquery-1.4.1[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
-"


             reply	other threads:[~2020-12-18  4:22 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-18  4:22 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 10:48 [gentoo-commits] repo/gentoo:master commit in: dev-util/howdoi/ Petr Vaněk
2024-08-01  4:59 Joonas Niilola
2024-07-21 21:02 Petr Vaněk
2024-07-21 21:02 Petr Vaněk
2023-07-31 22:38 Sam James
2023-07-31  7:41 Michael Palimaka
2023-03-25  4:53 Michael Palimaka
2023-01-10 14:31 Michał Górny
2022-06-24  8:33 Michael Palimaka
2022-02-10  6:15 Michael Palimaka
2022-02-07  9:39 Sam James
2021-12-02  6:46 Michael Palimaka
2021-10-26  7:58 Michael Palimaka
2021-10-26  7:32 Michael Palimaka
2021-10-26  7:28 Michael Palimaka
2021-08-04 13:03 Michael Palimaka
2021-06-24  8:00 Michael Palimaka
2021-06-04  7:07 Michael Palimaka
2021-05-28  0:36 Sam James
2021-05-25 16:05 Michał Górny
2021-05-25 16:05 Michał Górny
2021-04-20 11:57 Michael Palimaka
2021-03-16  7:09 Michael Palimaka
2021-03-16  7:09 Michael Palimaka
2021-02-24  7:34 Michael Palimaka
2021-02-08  9:33 Michael Palimaka
2020-12-18  4:30 Michael Palimaka
2020-12-15  6:16 Sam James
2020-12-15  6:16 Sam James
2020-12-03 17:37 Thomas Deutschmann
2020-12-03  9:39 Michael Palimaka
2020-10-10  9:44 Michael Palimaka
2020-10-10  8:08 Michael Palimaka
2020-09-18  9:43 Michael Palimaka
2020-09-06 10:35 Michael Palimaka
2020-04-20  8:52 Michael Palimaka
2020-02-04 13:42 Michał Górny
2019-08-06 11:27 Michael Palimaka
2019-08-06 10:40 Agostino Sarubbo
2019-08-06  9:51 Agostino Sarubbo
2019-07-01 11:27 Michael Palimaka
2019-03-07 11:37 Michael Palimaka
2019-03-07 11:37 Michael Palimaka
2019-02-28 12:45 Michael Palimaka
2018-11-11  4:43 Michael Palimaka
2018-11-11  4:23 Michael Palimaka
2018-07-11 11:24 Michael Palimaka
2018-06-30 17:08 Mikle Kolyada
2018-06-30 10:04 Pacho Ramos
2018-06-26 18:46 Pacho Ramos
2018-01-21  2:11 Michael Palimaka
2017-07-12 14:43 Pacho Ramos
2016-06-08 17:35 Michael Palimaka
2016-05-25 18:14 Michael Palimaka
2016-04-27 12:09 Michael Palimaka
2015-10-12 14:01 Michael Palimaka

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=1608265332.926eea8170d666995cf1827285ff181872d6487c.kensington@gentoo \
    --to=kensington@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