* [gentoo-commits] repo/gentoo:master commit in: app-misc/hachoir-metadata/
@ 2016-04-05 19:19 Mike Frysinger
0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2016-04-05 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 2176953cfefd6ba37279ffcaf0d07aa8b7851efb
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 19:16:49 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 19:17:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2176953c
app-misc/hachoir-metadata: drop old gtk delete #557464
The prepare phase already drops this file from the install,
so trying to delete it the install phase will always fail.
app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild | 4 ----
1 file changed, 4 deletions(-)
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
index bc192ed..8bb1ec7 100644
--- a/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
+++ b/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
@@ -58,10 +58,6 @@ python_install_all() {
insinto /usr/share/apps/konqueror/servicemenus
doins kde/hachoir.desktop
fi
-
- if ! use gtk; then
- rm "${ED}usr/bin/hachoir-metadata-gtk"* || die
- fi
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/hachoir-metadata/
@ 2016-12-19 14:14 Tobias Klausmann
0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann @ 2016-12-19 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 1e5f104f6fe04d557d2664bd43eafbf5356096fd
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 14:13:20 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:13:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5f104f
app-misc/hachoir-metadata-1.3.3-r1: stable on amd64
Gentoo-Bug: 563388
app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 8bb1ec7..ca6760e 100644
--- a/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
+++ b/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="gnome gtk kde qt4"
RDEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/hachoir-metadata/
@ 2018-01-14 9:27 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2018-01-14 9:27 UTC (permalink / raw
To: gentoo-commits
commit: 2ec0fb242cb01fc46e35c50aa86168efeeeea991
Author: ephemer0l <om <AT> organizedmagnetism <DOT> com>
AuthorDate: Sun Dec 10 03:07:06 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 09:27:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec0fb24
app-misc/hachoir-metadata: Update homepage
Closes: https://github.com/gentoo/gentoo/pull/6501
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 7d83e7bd717..2dba4bb923a 100644
--- a/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
+++ b/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Program to extract metadata using Hachoir library"
-HOMEPAGE="https://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata https://pypi.python.org/pypi/hachoir-metadata"
+HOMEPAGE="https://web.archive.org/web/20161220105023/https://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata https://pypi.python.org/pypi/hachoir-metadata"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/hachoir-metadata/
@ 2018-01-24 22:36 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2018-01-24 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 552570137e5c5436753946ff878a66ebccce64a6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 22:36:05 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 22:36:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55257013
app-misc/hachoir-metadata: Drop USE qt4
Qt4 is dead.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
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
index 2dba4bb923a..0a763ba01de 100644
--- a/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
+++ b/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,14 +14,13 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-IUSE="gnome gtk qt4"
+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 )
- qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )"
+ gnome? ( gnome-base/nautilus gnome-extra/zenity )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
@@ -34,9 +33,7 @@ python_prepare_all() {
}
python_configure_all() {
- mydistutilsargs=( --setuptools )
-
- use qt4 || mydistutilsargs+=( --disable-qt )
+ mydistutilsargs=( --setuptools --disable-qt )
}
python_test() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-01-24 22:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-05 19:19 [gentoo-commits] repo/gentoo:master commit in: app-misc/hachoir-metadata/ Mike Frysinger
-- strict thread matches above, loose matches on Subject: below --
2016-12-19 14:14 Tobias Klausmann
2018-01-14 9:27 Michael Palimaka
2018-01-24 22:36 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox