summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-04 17:39:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-04 17:39:28 +0100
commit50627494222945b51ad2144a6bb9302fa22b904c (patch)
tree2ed4f68a6f57eb7cc3a740781741859cf7a577e2 /app-misc
parentapp-misc/hachoir-metadata: Remove last-rited pkg (diff)
downloadgentoo-50627494222945b51ad2144a6bb9302fa22b904c.tar.gz
gentoo-50627494222945b51ad2144a6bb9302fa22b904c.tar.bz2
gentoo-50627494222945b51ad2144a6bb9302fa22b904c.zip
app-misc/hachoir-urwid: Remove last-rited pkg
Closes: https://bugs.gentoo.org/708116 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/hachoir-urwid/Manifest1
-rw-r--r--app-misc/hachoir-urwid/hachoir-urwid-1.1-r1.ebuild30
-rw-r--r--app-misc/hachoir-urwid/metadata.xml10
3 files changed, 0 insertions, 41 deletions
diff --git a/app-misc/hachoir-urwid/Manifest b/app-misc/hachoir-urwid/Manifest
deleted file mode 100644
index 1301dc9d7131..000000000000
--- a/app-misc/hachoir-urwid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hachoir-urwid-1.1.tar.gz 17845 BLAKE2B 09262c5faa41e15f160ba30c5813578fcc30fe9f620e287421199345f21c5d912e7d70c00e1753719d011c5cc9d788f1d70cc1bcb45df822da5c175ebb7c1fd7 SHA512 e434756903e4b3885166b825331921fe9c959247a9bf8bad324aa8e3e2b5f4ce22a1546e38df9ce9a8fcfbbb96c6e6ca4bc42e455e66eeec178d85849b1526b2
diff --git a/app-misc/hachoir-urwid/hachoir-urwid-1.1-r1.ebuild b/app-misc/hachoir-urwid/hachoir-urwid-1.1-r1.ebuild
deleted file mode 100644
index 4ccb31219c4f..000000000000
--- a/app-misc/hachoir-urwid/hachoir-urwid-1.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-DESCRIPTION="Binary file explorer using Hachoir and urwid libraries"
-HOMEPAGE="https://web.archive.org/web/20161220110246/https://bitbucket.org/haypo/hachoir/wiki/hachoir-urwid https://pypi.org/project/hachoir-urwid/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/hachoir-core-1.2[${PYTHON_USEDEP}]
- >=dev-python/hachoir-parser-1.0[${PYTHON_USEDEP}]
- >=dev-python/urwid-0.9.4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_configure_all() {
- mydistutilsargs=(
- --setuptools
- )
-}
diff --git a/app-misc/hachoir-urwid/metadata.xml b/app-misc/hachoir-urwid/metadata.xml
deleted file mode 100644
index f0e7f1dca36a..000000000000
--- a/app-misc/hachoir-urwid/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">user interface based on hachoir-parser to explore a binary file.</longdescription>
- <upstream>
- <remote-id type="pypi">hachoir-urwid</remote-id>
- <remote-id type="bitbucket">haypo/hachoir</remote-id>
- </upstream>
-</pkgmetadata>