jer 15/06/06 05:15:31 Modified: ChangeLog Added: pypcap-1.1.3.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.17 dev-python/pypcap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypcap/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypcap/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypcap/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pypcap/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 3 Jun 2015 21:05:29 -0000 1.16 +++ ChangeLog 6 Jun 2015 05:15:31 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pypcap # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypcap/ChangeLog,v 1.16 2015/06/03 21:05:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypcap/ChangeLog,v 1.17 2015/06/06 05:15:31 jer Exp $ + +*pypcap-1.1.3 (06 Jun 2015) + + 06 Jun 2015; Jeroen Roovers <[email protected]> +pypcap-1.1.3.ebuild: + Version bump. 03 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add pypi to remote-id in metadata.xml 1.1 dev-python/pypcap/pypcap-1.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypcap/pypcap-1.1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypcap/pypcap-1.1.3.ebuild?rev=1.1&content-type=text/plain Index: pypcap-1.1.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pypcap/pypcap-1.1.3.ebuild,v 1.1 2015/06/06 05:15:31 jer Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Simplified object-oriented Python extension module for libpcap" HOMEPAGE="http://code.google.com/p/pypcap/ https://pypi.python.org/pypi/pypcap" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" RDEPEND="net-libs/libpcap" DEPEND=" ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] " python_compile() { local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" distutils-r1_python_compile }
