blueness    14/04/02 14:17:51

  Modified:             ChangeLog
  Added:                libnatpmp-20140401.ebuild
  Removed:              libnatpmp-20110808.ebuild
                        libnatpmp-20120821-r1.ebuild
  Log:
  Version bump, remove older unstable
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.10                 dev-python/libnatpmp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libnatpmp/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   31 Mar 2014 20:42:03 -0000      1.9
+++ ChangeLog   2 Apr 2014 14:17:51 -0000       1.10
@@ -1,4 +1,11 @@
 
+*libnatpmp-20140401 (02 Apr 2014)
+
+  02 Apr 2014; Anthony G. Basile <[email protected]>
+  +libnatpmp-20140401.ebuild, -libnatpmp-20110808.ebuild,
+  -libnatpmp-20120821-r1.ebuild:
+  Version bump, remove older unstable
+
   31 Mar 2014; Michał Górny <[email protected]> libnatpmp-20120821-r1.ebuild,
   libnatpmp-20130911.ebuild:
   Add support for the new PyPy slotting.



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

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

Index: libnatpmp-20140401.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libnatpmp/libnatpmp-20140401.ebuild,v 1.1 
2014/04/02 14:17:51 blueness Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )

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