[dev-python/python-meh] Drop old
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
DIST python-meh-0.30.tar.gz 36558 BLAKE2B b362e39a60b17aefc44ba1c6097904f564da3ee3845a8f5b5874ae319484ec0407cccbb387e023553b7a146b29d2d65d85a0190554b8fbdc03d3a46d60db9fb2 SHA512 0f931ddb04ae0b5f8335097e9eef3f84f8814426a71088573513d99781d438d1d7dae93af3d078c1b68b511b7e8abaf18d22f30feb217177d2f8a474c569f6c0
|
||||
DIST python-meh-0.31.tar.gz 36590 BLAKE2B e5047279a78e233a61875edfe9b4c75726e8425511bcba6f7a08aa62f26c4533c99cf1aca9965f0c230b7a763b0e5be089607044c5c47607372fab2fac8dc440 SHA512 5d17bae6cb3da4027ee6a15cf1efedb5ef25efed8a67535a1997225dffc2fd9a619c474fdfcc7792a96f5d1b75cd833eacab374780f5496eb69d4bcdb721e2be
|
||||
DIST python-meh-0.32.tar.gz 36612 BLAKE2B 85c977aeea711e7879c02a9a58ccefa232f83d0712c42b4a0b1d64fd2a6028a28f712ffdc1e9737ffe2ea15daa8d0e5fd03f7bcb39af9a183116cbeaa61462ef SHA512 0d05a991322e6905639960d896b15648c405f3649b6621c81a5213b96cd9de09deae6d8a63f17fa92231095ecc2749ebede0562bd7a31d465d68174fc2c3fe42
|
||||
DIST python-meh-0.33.tar.gz 37580 BLAKE2B 3dc28b0ab91f1dc62dfc074662ceb18f4bf2c88e7d8c7a3d8cda44c8cf7e2b80d5dc20302b00d2c83c7c97792f8f4b7c2a4cbba59de7466e07db05c2843bc537 SHA512 d7122c44c7f59808c9f98b53d7dd07df5cde62c59cd82399049b7b14753d2f673c74c4fd1cfe7a426823450decc19398dac300f57b13caa6f1e9340a5ab7dc5f
|
||||
DIST python-meh-0.34.tar.gz 37702 BLAKE2B 19ebbc15ba925ec8947230891b806d27a1bc98ce15cb6d1de0c852feb6ffe137b83362170ce4f35f15282d883d9bcf674cf8ae67bf4662f3e6b0183152a7d27d SHA512 08f81e78b80bb3ca9755f4ab87912a9e1aaa603b11a49be45bc38838b56e97158e1355e136c754307d38c8cc551ff074de322bf1c51bdb729ceba0e5242fa4bb
|
||||
DIST python-meh-0.35.tar.gz 37815 BLAKE2B 6682cd19f0d2196c4de6b68b785a748d5c6349233f2c35527294530aafa57b6bffb7fc4afc39b5f3ad68974a065e74e7cc6d2d419b610e217ea4d4958ca822c5 SHA512 a9b3edf1f3f8f3f7ca0ddb3032da9b08b215b351a1d976de043cec5a66a83ecb38951e27c035396e1c7521681d84d79a8b5ceb4ec54223c6efaa9bbc3dbaf1ee
|
||||
DIST python-meh-0.36.tar.gz 37876 BLAKE2B 46c33d148db53fe708488b730018410e899b76e44958c539515b0844be0f0a19f9a219abdb4b6df982dcd87e7473f29b6980b87289fc6231eaed70529384079c SHA512 a5af9f8d18226f10f3a6bf7f444df667c6d2c7151c9040db1bcf853546ec0142389e75801e01e3c6bc1643e13a0608c36d914cf5b529131d3e122a472ccd9a2f
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user