summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/pypacker/ChangeLog10
-rw-r--r--net-analyzer/pypacker/pypacker-2.4.ebuild6
-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"