[dev-libs/libreport,dev-python/python-meh] remove

dev-libs/libreport is very old and does not build:
configure: error: Package requirements (libsystemd-journal) were not met:

and is anyway not needed.

Only dev-python/python-meh depends on it.
This commit is contained in:
Sławomir Nizio
2019-05-19 00:34:48 +02:00
parent 5a31ad790c
commit 2d927e959e
20 changed files with 0 additions and 1225 deletions
-6
View File
@@ -1,6 +0,0 @@
DIST python-meh-0.35.tar.gz 37815 BLAKE2B 6682cd19f0d2196c4de6b68b785a748d5c6349233f2c35527294530aafa57b6bffb7fc4afc39b5f3ad68974a065e74e7cc6d2d419b610e217ea4d4958ca822c5 SHA512 a9b3edf1f3f8f3f7ca0ddb3032da9b08b215b351a1d976de043cec5a66a83ecb38951e27c035396e1c7521681d84d79a8b5ceb4ec54223c6efaa9bbc3dbaf1ee
DIST python-meh-0.36.tar.gz 37876 BLAKE2B 46c33d148db53fe708488b730018410e899b76e44958c539515b0844be0f0a19f9a219abdb4b6df982dcd87e7473f29b6980b87289fc6231eaed70529384079c SHA512 a5af9f8d18226f10f3a6bf7f444df667c6d2c7151c9040db1bcf853546ec0142389e75801e01e3c6bc1643e13a0608c36d914cf5b529131d3e122a472ccd9a2f
DIST python-meh-0.37.tar.gz 37950 BLAKE2B a7bea0a9db47570db3fe4b79ce22e586214d6c5771a2d41e843c7a5da2a5d28f144d555f196a3475f11f933929c7d94af1042429bf3010223562e5daa94b8a4a SHA512 78bbd8c22096e2ddc82dea175399977b2a7be27c85e3786443e71a6e43de28f2f696e14e2f5e3a4722a44d28ae5278027ed3b456fcd1fa51a84b8023619ae817
DIST python-meh-0.38.tar.gz 38663 BLAKE2B f8b6d26e08e6e1466c496d48b29d7aabd232d829a76b90cb3f2cf7b6e38eb317c5ec450fb2e77e9a7ca1780568adbfabc11fe1bd4bd3765460b5ced031f77279 SHA512 36482c19979e89554a42d633e04c2e37ffd7ce15a33f4114211bd9f96beb53042b67284862ab39eff888abe92d9405709a008c0a31c5769289f75bc3841c496c
DIST python-meh-0.39.tar.gz 38723 BLAKE2B be24a8c6ffa01e46dadf63c968a3c1f144dfd01f8ca5dfba8ef0508c1ad26a3839d0acbc4bf3b0f3d90969890ca9f773002e20e3edd83f85e9a6a370e301ad72 SHA512 22d66e9d8f9a131622c5d7a1f8448fd90bfba0d1920ba27607040e91b2bd409e2e195e5aea8e8d06fd8fa61e28e91342621d09b27cdd48c9359b5856cc91a610
DIST python-meh-0.40.tar.gz 38773 BLAKE2B f8f555cc7fe9a0cacb640ba260826066a6f0a73e319f152667864c1f3211b7430299c739fe32bab4594bf3263d89800631e652cce22f24b59b7debc4ebd92fb9 SHA512 c3414fad6d9dfe0df724f5e1ea26acfe56a1a9ffd9105886d5eb96e96266e4672a89c6524f3e0e8cbe2c6e3407decce9f6c7006977d3a5f182d6f6bd0efc69c7
@@ -1,11 +0,0 @@
diff -Nurp python-meh-0.8.orig/meh/ui/gui.py python-meh-0.8/meh/ui/gui.py
--- python-meh-0.8.orig/meh/ui/gui.py 2010-06-21 15:59:28.983568381 +0200
+++ python-meh-0.8/meh/ui/gui.py 2010-06-21 16:04:34.006524479 +0200
@@ -139,6 +139,7 @@ class MainExceptionWindow(AbstractMainEx
self.dialog.destroy()
def run(self, *args, **kwargs):
+ self.dialog.set_keep_above(True)
self.dialog.show_all()
self.rc = self.dialog.run()
self.dialog.destroy()
-10
View File
@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lxnay@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>skullbocks@sabayon.org</email>
</maintainer>
</pkgmetadata>
@@ -1,41 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="Python exception handling library"
HOMEPAGE="https://github.com/rhinstaller/python-meh"
SRC_URI="https://github.com/rhinstaller/${PN}/archive/r${PV}-1.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"
COMMON_DEPEND="
dev-python/dbus-python
sys-devel/gettext
"
DEPEND="${COMMON_DEPEND}
dev-util/intltool
"
RDEPEND="${COMMON_DEPEND}
dev-libs/newt
gtk? (
x11-libs/gtk+:3
dev-python/pygobject:3
)
>=dev-libs/libreport-2.0.18
net-misc/openssh"
S="${WORKDIR}/${PN}-r${PV}-1"
src_prepare() {
epatch "${FILESDIR}/${PN}-keep_exc_win_above.patch"
distutils-r1_src_prepare
}
@@ -1,41 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="Python exception handling library"
HOMEPAGE="https://github.com/rhinstaller/python-meh"
SRC_URI="https://github.com/rhinstaller/${PN}/archive/r${PV}-1.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"
COMMON_DEPEND="
dev-python/dbus-python
sys-devel/gettext
"
DEPEND="${COMMON_DEPEND}
dev-util/intltool
"
RDEPEND="${COMMON_DEPEND}
dev-libs/newt
gtk? (
x11-libs/gtk+:3
dev-python/pygobject:3
)
>=dev-libs/libreport-2.0.18
net-misc/openssh"
S="${WORKDIR}/${PN}-r${PV}-1"
src_prepare() {
epatch "${FILESDIR}/${PN}-keep_exc_win_above.patch"
distutils-r1_src_prepare
}
@@ -1,41 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="Python exception handling library"
HOMEPAGE="https://github.com/rhinstaller/python-meh"
SRC_URI="https://github.com/rhinstaller/${PN}/archive/r${PV}-1.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"
COMMON_DEPEND="
dev-python/dbus-python
sys-devel/gettext
"
DEPEND="${COMMON_DEPEND}
dev-util/intltool
"
RDEPEND="${COMMON_DEPEND}
dev-libs/newt
gtk? (
x11-libs/gtk+:3
dev-python/pygobject:3
)
>=dev-libs/libreport-2.0.18
net-misc/openssh"
S="${WORKDIR}/${PN}-r${PV}-1"
src_prepare() {
epatch "${FILESDIR}/${PN}-keep_exc_win_above.patch"
distutils-r1_src_prepare
}
@@ -1,41 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="Python exception handling library"
HOMEPAGE="https://github.com/rhinstaller/python-meh"
SRC_URI="https://github.com/rhinstaller/${PN}/archive/r${PV}-1.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"
COMMON_DEPEND="
dev-python/dbus-python
sys-devel/gettext
"
DEPEND="${COMMON_DEPEND}
dev-util/intltool
"
RDEPEND="${COMMON_DEPEND}
dev-libs/newt
gtk? (
x11-libs/gtk+:3
dev-python/pygobject:3
)
>=dev-libs/libreport-2.0.18
net-misc/openssh"
S="${WORKDIR}/${PN}-r${PV}-1"
src_prepare() {
epatch "${FILESDIR}/${PN}-keep_exc_win_above.patch"
distutils-r1_src_prepare
}
@@ -1,41 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="Python exception handling library"
HOMEPAGE="https://github.com/rhinstaller/python-meh"
SRC_URI="https://github.com/rhinstaller/${PN}/archive/r${PV}-1.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"
COMMON_DEPEND="
dev-python/dbus-python
sys-devel/gettext
"
DEPEND="${COMMON_DEPEND}
dev-util/intltool
"
RDEPEND="${COMMON_DEPEND}
dev-libs/newt
gtk? (
x11-libs/gtk+:3
dev-python/pygobject:3
)
>=dev-libs/libreport-2.0.18
net-misc/openssh"
S="${WORKDIR}/${PN}-r${PV}-1"
src_prepare() {
epatch "${FILESDIR}/${PN}-keep_exc_win_above.patch"
distutils-r1_src_prepare
}
@@ -1,41 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="Python exception handling library"
HOMEPAGE="https://github.com/rhinstaller/python-meh"
SRC_URI="https://github.com/rhinstaller/${PN}/archive/r${PV}-1.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"
COMMON_DEPEND="
dev-python/dbus-python
sys-devel/gettext
"
DEPEND="${COMMON_DEPEND}
dev-util/intltool
"
RDEPEND="${COMMON_DEPEND}
dev-libs/newt
gtk? (
x11-libs/gtk+:3
dev-python/pygobject:3
)
>=dev-libs/libreport-2.0.18
net-misc/openssh"
S="${WORKDIR}/${PN}-r${PV}-1"
src_prepare() {
epatch "${FILESDIR}/${PN}-keep_exc_win_above.patch"
distutils-r1_src_prepare
}