idella4 15/01/03 09:45:43 Modified: ChangeLog Added: pylibpcap-0.6.4-r1.ebuild Removed: pylibpcap-0.6.2.ebuild Log: revbump; conversion -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.31 dev-python/pylibpcap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 17 Dec 2012 18:00:57 -0000 1.30 +++ ChangeLog 3 Jan 2015 09:45:43 -0000 1.31 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pylibpcap -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.30 2012/12/17 18:00:57 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.31 2015/01/03 09:45:43 idella4 Exp $ + +*pylibpcap-0.6.4-r1 (03 Jan 2015) + + 03 Jan 2015; Ian Delaney <[email protected]> +pylibpcap-0.6.4-r1.ebuild, + -pylibpcap-0.6.2.ebuild: + revbump; conversion -> distutils-r1, rm old 17 Dec 2012; Agostino Sarubbo <[email protected]> pylibpcap-0.6.4.ebuild: Stable for ia64, wrt bug #434290 1.1 dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild?rev=1.1&content-type=text/plain Index: pylibpcap-0.6.4-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild,v 1.1 2015/01/03 09:45:43 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python interface to libpcap" HOMEPAGE="http://sourceforge.net/projects/pylibpcap/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~x86" IUSE="examples" RDEPEND="net-libs/libpcap" DEPEND="${RDEPEND}" python_install_all() { use examples && local EXAMPLES=( examples/. ) distutils-r1_python_install_all }
