public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/hachoir-metadata/
@ 2020-03-04 16:42 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-03-04 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     27a5ebf5fa5c1d9b2ec7f8b6f905b76a9c84b6dc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  4 16:39:08 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  4 16:39:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a5ebf5

app-misc/hachoir-metadata: Remove last-rited pkg

Closes: https://bugs.gentoo.org/708116
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/hachoir-metadata/Manifest                 |  1 -
 .../hachoir-metadata-1.3.3-r1.ebuild               | 58 ----------------------
 app-misc/hachoir-metadata/metadata.xml             | 11 ----
 profiles/package.mask                              |  1 -
 4 files changed, 71 deletions(-)

diff --git a/app-misc/hachoir-metadata/Manifest b/app-misc/hachoir-metadata/Manifest
deleted file mode 100644
index a9986fde2f3..00000000000
--- a/app-misc/hachoir-metadata/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hachoir-metadata-1.3.3.tar.gz 52304 BLAKE2B 31da89c0ca95c381fef3354a56f45569ca0f69e8e14518e1e83897dccd5be8a77d8636127f3363f9b28998e39dfccf0d008af00f0c1e49257fe95012aa2c738e SHA512 f0958e1bb6fbeca56caa31a8574da2f64df969cdb9de80e733b36dfae0e07c8f0fbecc53f801a359f7d16ac1a3b3e0605b7c6a3bd6da3c09a3cf2c971bf8750a

diff --git a/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild b/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
deleted file mode 100644
index 2f0d7585580..00000000000
--- a/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Program to extract metadata using Hachoir library"
-HOMEPAGE="https://web.archive.org/web/20161220105023/https://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata https://pypi.org/project/hachoir-metadata/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="gnome gtk"
-
-RDEPEND="
-	>=dev-python/hachoir-core-1.3[${PYTHON_USEDEP}]
-	>=dev-python/hachoir-parser-1.3[${PYTHON_USEDEP}]
-	gtk? ( >=dev-python/pygtk-2.0[${PYTHON_USEDEP}] )
-	gnome? ( gnome-base/nautilus gnome-extra/zenity )"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-	if ! use gtk; then
-		sed -i -e '/SCRIPTS/s:, "hachoir-metadata-gtk"::' setup.py || die
-	fi
-
-	distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
-	mydistutilsargs=( --setuptools --disable-qt )
-}
-
-python_test() {
-	"${PYTHON}" test_doc.py || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	if use gnome; then
-		exeinto /usr/share/nautilus-scripts
-		doexe gnome/hachoir
-	fi
-}
-
-pkg_postinst() {
-	if use gnome; then
-		elog "To enable the nautilus script, symlink it with:"
-		elog " $ mkdir -p ~/.gnome2/nautilus-scripts"
-		elog " $ ln -s /usr/share/nautilus-scripts/hachoir ~/.gnome2/nautilus-script"
-	fi
-}

diff --git a/app-misc/hachoir-metadata/metadata.xml b/app-misc/hachoir-metadata/metadata.xml
deleted file mode 100644
index 21dca811f4c..00000000000
--- a/app-misc/hachoir-metadata/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-needed -->
-	<longdescription lang="en">tool to extract metadata from multimedia files (sound, video, archives,
-		etc.)</longdescription>
-	<upstream>
-		<remote-id type="pypi">hachoir-metadata</remote-id>
-		<remote-id type="bitbucket">haypo/hachoir</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index cf8645e65e5..93d5b23e075 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -533,7 +533,6 @@ app-text/pybookreader
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-02-04)
 # Python-2-only, blocks pygtk-removal, last release in 2010.
 # Masked for removal in 30 days.
-app-misc/hachoir-metadata
 app-misc/hachoir-urwid
 dev-python/hachoir-core
 dev-python/hachoir-parser


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-04 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-04 16:42 [gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/hachoir-metadata/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox