[dev-python/python-meh] remove obsolete version and switch to distutils-r1
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DIST python-meh-0.30.tar.gz 36558 SHA256 a1fcb05bf35ddbd90ae70291cf1e4e5839ab02524c9e3d267df8d36045afe5f3 SHA512 0f931ddb04ae0b5f8335097e9eef3f84f8814426a71088573513d99781d438d1d7dae93af3d078c1b68b511b7e8abaf18d22f30feb217177d2f8a474c569f6c0 WHIRLPOOL ec47b424bc654c8bd14613153fb50b589f1f4b42a54ae9746b2b01bac3e2710edbab3fd227acce485d67f1fb3b30916b88035c97511b9b28bc4cbb5fd7895bd4
|
||||
@@ -0,0 +1,10 @@
|
||||
<?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,16 +1,15 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
EGIT_REPO_URI="git://git.fedorahosted.org/python-meh.git"
|
||||
EGIT_COMMIT="r${PV}-1"
|
||||
inherit distutils git-2 eutils
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
DESCRIPTION="Python exception handling library"
|
||||
HOMEPAGE="http://git.fedoraproject.org/git/python-meh.git?p=python-meh.git;a=summary"
|
||||
SRC_URI=""
|
||||
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"
|
||||
@@ -19,10 +18,11 @@ IUSE="gtk"
|
||||
|
||||
COMMON_DEPEND="
|
||||
dev-python/dbus-python
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-util/intltool
|
||||
"
|
||||
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
dev-libs/newt
|
||||
@@ -33,8 +33,9 @@ RDEPEND="${COMMON_DEPEND}
|
||||
>=dev-libs/libreport-2.0.18
|
||||
net-misc/openssh"
|
||||
|
||||
S="${WORKDIR}/${PN}-r${PV}-1"
|
||||
|
||||
src_prepare() {
|
||||
cd "${S}"
|
||||
epatch "${FILESDIR}/${PN}-keep_exc_win_above.patch"
|
||||
distutils_src_prepare
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
EGIT_REPO_URI="git://git.fedorahosted.org/python-meh.git"
|
||||
EGIT_COMMIT="r${PV}-1"
|
||||
inherit distutils git-2 eutils
|
||||
|
||||
DESCRIPTION="Python exception handling library"
|
||||
HOMEPAGE="http://git.fedoraproject.org/git/python-meh.git?p=python-meh.git;a=summary"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gtk"
|
||||
|
||||
COMMON_DEPEND="dev-util/intltool
|
||||
sys-devel/gettext"
|
||||
DEPEND="${COMMON_DEPEND}"
|
||||
# FIXME: missing RDEPENDs: rpm, yum
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
dev-libs/newt
|
||||
gtk? ( dev-python/pygtk:2 )
|
||||
dev-python/dbus-python
|
||||
dev-python/python-report
|
||||
net-misc/openssh"
|
||||
|
||||
src_prepare() {
|
||||
cd "${S}"
|
||||
epatch "${FILESDIR}/${PN}-keep_exc_win_above.patch"
|
||||
distutils_src_prepare
|
||||
}
|
||||
Reference in New Issue
Block a user