diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-16 17:56:54 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-16 17:56:54 +0000 |
commit | 7a1c6463c15ef0540d7e23813b5b12fa6a44c592 (patch) | |
tree | ecac1a873bb174678ba3a3412729132c24a81140 /net-analyzer/pypacker | |
parent | Version bump KDE SC 4.13.3 (diff) | |
download | gentoo-2-7a1c6463c15ef0540d7e23813b5b12fa6a44c592.tar.gz gentoo-2-7a1c6463c15ef0540d7e23813b5b12fa6a44c592.tar.bz2 gentoo-2-7a1c6463c15ef0540d7e23813b5b12fa6a44c592.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/pypacker')
-rw-r--r-- | net-analyzer/pypacker/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/pypacker/pypacker-2.4.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/pypacker/pypacker-2.9.ebuild (renamed from net-analyzer/pypacker/pypacker-2.0.ebuild) | 10 |
3 files changed, 16 insertions, 10 deletions
diff --git a/net-analyzer/pypacker/ChangeLog b/net-analyzer/pypacker/ChangeLog index 48b14671efbe..ff999346faac 100644 --- a/net-analyzer/pypacker/ChangeLog +++ b/net-analyzer/pypacker/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/pypacker -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pypacker/ChangeLog,v 1.3 2013/09/28 14:51:11 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pypacker/ChangeLog,v 1.4 2014/07/16 17:56:54 jer Exp $ + +*pypacker-2.9 (16 Jul 2014) + + 16 Jul 2014; Jeroen Roovers <jer@gentoo.org> -pypacker-2.0.ebuild, + pypacker-2.4.ebuild, +pypacker-2.9.ebuild: + Version bump. *pypacker-2.4 (28 Sep 2013) diff --git a/net-analyzer/pypacker/pypacker-2.4.ebuild b/net-analyzer/pypacker/pypacker-2.4.ebuild index 4a86e06d8a91..090154191cce 100644 --- a/net-analyzer/pypacker/pypacker-2.4.ebuild +++ b/net-analyzer/pypacker/pypacker-2.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pypacker/pypacker-2.4.ebuild,v 1.1 2013/09/28 14:51:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pypacker/pypacker-2.4.ebuild,v 1.2 2014/07/16 17:56:54 jer Exp $ -EAPI="5" +EAPI=5 PYTHON_COMPAT=( python{3_1,3_2,3_3} ) diff --git a/net-analyzer/pypacker/pypacker-2.0.ebuild b/net-analyzer/pypacker/pypacker-2.9.ebuild index b9c7c1e1c7ff..190f1ceae412 100644 --- a/net-analyzer/pypacker/pypacker-2.0.ebuild +++ b/net-analyzer/pypacker/pypacker-2.9.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pypacker/pypacker-2.0.ebuild,v 1.2 2013/09/05 18:58:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pypacker/pypacker-2.9.ebuild,v 1.1 2014/07/16 17:56:54 jer Exp $ -EAPI="5" +EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_COMPAT=( python{3_1,3_2,3_3} ) inherit distutils-r1 vcs-snapshot DESCRIPTION="Fast and simple packet creation and parsing library for Python" HOMEPAGE="https://github.com/mike01/pypacker" -SRC_URI="https://github.com/mike01/${PN}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/mike01/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |