mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 04:00:54 +02:00
evalhook: rm (old, py2 only, no revdeps)
This commit is contained in:
parent
d3cce921bf
commit
931f24f361
2 changed files with 0 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST pynetfilter_conntrack-0.4.2.tar.gz 21160 SHA256 18b2abdb3a2087cfd0602f28ceff3c735b2bb38f13eec50ca49e7eeaf6d7bc59 SHA512 7d886a0ed47028e74f9d520f2970279d7744b6346b4b1a609a52a5c3255e578eb4731d490c52878688e87b6e7c51e13e9e16a8acf068802f25f8d33fdd3d10ec WHIRLPOOL b41603f553ed48158d9ca8cf81be77e60b0fde54bee3bb9e6ccb2ff0705807f08aa5ae1f6fb37feb7a3bfdbb737f9e19c977b2a6767a1b44ab3346b6aeb39ca3
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python binding of libnetfilter_conntrack"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pynetfilter_conntrack"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="net-libs/libnetfilter_conntrack
|
||||
dev-python/ipy"
|
||||
DEPEND="${DEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
sed -e 's|libnetfilter_conntrack.so.1|libnetfilter_conntrack.so|' -i pynetfilter_conntrack/func.py || die "sed failed"
|
||||
}
|
||||
Loading…
Reference in a new issue