summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-10-16 14:39:39 +0200
committerMichał Górny <mgorny@gentoo.org>2015-10-16 14:39:39 +0200
commit56965df5ea14ef54021e1ec5b7e31fc289dffcec (patch)
tree8d7909ea34c540f7447d4017a341b563a7ddd4d4 /dev-python/miniupnpc/miniupnpc-1.9.20151008.ebuild
parentmedia-tv/tvheadend: Fix usage of ffmpeg vs libav flags. (diff)
downloadgentoo-56965df5ea14ef54021e1ec5b7e31fc289dffcec.tar.gz
gentoo-56965df5ea14ef54021e1ec5b7e31fc289dffcec.tar.bz2
gentoo-56965df5ea14ef54021e1ec5b7e31fc289dffcec.zip
dev-python/miniupnpc: Bump to match net-libs/miniupnpc
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-python/miniupnpc/miniupnpc-1.9.20151008.ebuild')
-rw-r--r--dev-python/miniupnpc/miniupnpc-1.9.20151008.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/miniupnpc/miniupnpc-1.9.20151008.ebuild b/dev-python/miniupnpc/miniupnpc-1.9.20151008.ebuild
new file mode 100644
index 000000000000..6e36f37601cc
--- /dev/null
+++ b/dev-python/miniupnpc/miniupnpc-1.9.20151008.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(python2_7 pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for UPnP client library"
+HOMEPAGE="http://miniupnp.free.fr/"
+SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=net-libs/miniupnpc-${PV}:0="
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/miniupnpc-1.9.20150917-shared-lib.patch
+)
+
+# DOCS are installed by net-libs/miniupnpc.
+DOCS=()