blueness    15/07/03 12:31:14

  Modified:             ChangeLog
  Added:                libnatpmp-20150609.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.17                 dev-python/libnatpmp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libnatpmp/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   8 Apr 2015 08:05:16 -0000       1.16
+++ ChangeLog   3 Jul 2015 12:31:14 -0000       1.17
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/libnatpmp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libnatpmp/ChangeLog,v 1.16 
2015/04/08 08:05:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libnatpmp/ChangeLog,v 1.17 
2015/07/03 12:31:14 blueness Exp $
+
+*libnatpmp-20150609 (03 Jul 2015)
+
+  03 Jul 2015; Anthony G. Basile <bluen...@gentoo.org>
+  +libnatpmp-20150609.ebuild:
+  Version bump.
 
   08 Apr 2015; Michał Górny <mgo...@gentoo.org> libnatpmp-20130911.ebuild,
   libnatpmp-20140401-r1.ebuild:



1.1                  dev-python/libnatpmp/libnatpmp-20150609.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/libnatpmp-20150609.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/libnatpmp-20150609.ebuild?rev=1.1&content-type=text/plain

Index: libnatpmp-20150609.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libnatpmp/libnatpmp-20150609.ebuild,v 1.1 
2015/07/03 12:31:14 blueness Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1

DESCRIPTION="Python module for libnatpmp, an alternative protocol to UPnP IGD"
HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html";
SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> 
${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="~net-libs/${P}"
RDEPEND="${DEPEND}"

python_prepare_all() {
        epatch "${FILESDIR}"/link-against-system-lib.patch

        #These are installed by net-libs/libnatpmp
        rm -f Changelog.txt README || die
        distutils-r1_python_prepare_all
}




Reply via email to