Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pypacker/
Date: Fri, 28 Oct 2016 01:35:06
Message-Id: 1477618398.44258ba4537bc9b08bc41aaeaee4a55664db2ac9.floppym@gentoo
1 commit: 44258ba4537bc9b08bc41aaeaee4a55664db2ac9
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 01:16:03 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 01:33:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44258ba4
7
8 net-analyzer/pypacker: remove old
9
10 Package-Manager: portage-2.3.2
11
12 net-analyzer/pypacker/Manifest | 1 -
13 net-analyzer/pypacker/pypacker-2.4.ebuild | 31 -------------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/net-analyzer/pypacker/Manifest b/net-analyzer/pypacker/Manifest
17 index 90e8b41..03a565b 100644
18 --- a/net-analyzer/pypacker/Manifest
19 +++ b/net-analyzer/pypacker/Manifest
20 @@ -1,2 +1 @@
21 -DIST pypacker-2.4.tar.gz 239409 SHA256 c6369350a5a3a083f2b660a3b2f64573e94ea6032fea17f1a37d6590289ac097 SHA512 aaafea17b8c2ecd59682ece430720dc5cd4c1d08d2d839adb8530e848f3e677de9f4a06138cf612b58f76e182b4524491d5e6685c90696071fe125d3340958cf WHIRLPOOL ddc4bd60087fd5a63a597ca016efd5cb8c891f174ec6316c913f7610a99262d14b93aa37d6701411c23e56ec924801d53ebc7c67ab9caed18a715311a11259a5
22 DIST pypacker-2.9.tar.gz 276080 SHA256 8eff9e7002b2fdf3bee9d3b7b7a44fedb9a88a7f53666fb1e2a6c0e4ab4c450c SHA512 b7ca61948a55a37661fa402ebc5a9c2be456e8df14d1ee091a50ccd1362c7a7fa9224e1ae2b8ee8057f302ee9e0c61c06d07b627dde92947f8d22158ef3623b8 WHIRLPOOL b7eace8e170f4997cccd1b0ca7c817ad9bdcb232b3fc854e890e22735e1995a81363902ab285f94edc9c725dcba54db3c917bfddfb96ebd8e464bf4d4dc631b8
23
24 diff --git a/net-analyzer/pypacker/pypacker-2.4.ebuild b/net-analyzer/pypacker/pypacker-2.4.ebuild
25 deleted file mode 100644
26 index 8e652f6..00000000
27 --- a/net-analyzer/pypacker/pypacker-2.4.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python3_3 )
37 -
38 -inherit distutils-r1 vcs-snapshot
39 -
40 -DESCRIPTION="Fast and simple packet creation and parsing library for Python"
41 -HOMEPAGE="https://github.com/mike01/pypacker"
42 -SRC_URI="https://github.com/mike01/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="examples"
48 -
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
50 -
51 -DOCS=( AUTHORS CHANGES HACKING README.md )
52 -
53 -python_test() {
54 - "${PYTHON}" tests/test_pypacker.py || die
55 -}
56 -
57 -python_install_all() {
58 - distutils-r1_python_install_all
59 - use examples && dodoc -r examples
60 -}