public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bite/
Date: Wed, 12 Feb 2020 01:12:41 +0000 (UTC)	[thread overview]
Message-ID: <1581468604.5f47708e7cc5c39ca691da20d7452502c47a9d1d.radhermit@gentoo> (raw)

commit:     5f47708e7cc5c39ca691da20d7452502c47a9d1d
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 00:26:21 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 00:50:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f47708e

dev-util/bite: drop old, unreleased package

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 dev-util/bite/bite-9999.ebuild | 59 ------------------------------------------
 dev-util/bite/metadata.xml     | 11 --------
 2 files changed, 70 deletions(-)

diff --git a/dev-util/bite/bite-9999.ebuild b/dev-util/bite/bite-9999.ebuild
deleted file mode 100644
index c9916439769..00000000000
--- a/dev-util/bite/bite-9999.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-DISTUTILS_IN_SOURCE_BUILD=1
-PYTHON_REQ_USE="xml"
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/bite/bite.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/bite/${PN}/releases/download/v${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="bug, issue, and ticket extraction library and command line tool"
-HOMEPAGE="https://github.com/bite/bite"
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-python/requests-2[${PYTHON_USEDEP}]
-	dev-python/multidict[${PYTHON_USEDEP}]
-	dev-python/chardet[${PYTHON_USEDEP}]
-	>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-	dev-python/lxml[${PYTHON_USEDEP}]
-	app-crypt/gpgme[python,${PYTHON_USEDEP}]
-"
-if [[ ${PV} == *9999 ]] ; then
-	RDEPEND+=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
-	SPHINX="dev-python/sphinx[${PYTHON_USEDEP}]"
-else
-	RDEPEND+=" >=dev-python/snakeoil-0.8[${PYTHON_USEDEP}]"
-	SPHINX="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-fi
-DEPEND="
-	${SPHINX}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
-	esetup.py build_man $(usex doc "build_docs" "")
-}
-
-python_test() {
-	esetup.py test
-}
-
-python_install_all() {
-	distutils-r1_python_install install_man \
-		$(usex doc "install_docs --path="${ED%/}"/usr/share/doc/${PF}/html" "")
-	distutils-r1_python_install_all
-}

diff --git a/dev-util/bite/metadata.xml b/dev-util/bite/metadata.xml
deleted file mode 100644
index f5edf41502c..00000000000
--- a/dev-util/bite/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>radhermit@gentoo.org</email>
-    <name>Tim Harder</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">bite/bite</remote-id>
-  </upstream>
-</pkgmetadata>


             reply	other threads:[~2020-02-12  1:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-12  1:12 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-08-08 22:22 [gentoo-commits] repo/gentoo:master commit in: dev-util/bite/ Tim Harder
2018-09-28 17:34 Tim Harder
2018-06-04 23:57 Tim Harder

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=1581468604.5f47708e7cc5c39ca691da20d7452502c47a9d1d.radhermit@gentoo \
    --to=radhermit@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