Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ikelos:master commit in: dev-python/uncompyle/, dev-python/uncompyle2/
Date: Thu, 27 Aug 2015 10:29:10
Message-Id: 1440669794.a52d288aeb0928adb016001ccd0dab72cb69f707.ikelos@gentoo
1 commit: a52d288aeb0928adb016001ccd0dab72cb69f707
2 Author: layman <layman <AT> localhost>
3 AuthorDate: Thu Aug 27 10:03:14 2015 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 10:03:14 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=a52d288a
7
8 Update uncompyle and push a more recent/maintained fork.
9
10 dev-python/uncompyle/Manifest | 2 +-
11 dev-python/uncompyle/uncompyle-9999.ebuild | 10 ++++++----
12 dev-python/uncompyle2/Manifest | 1 +
13 .../uncompyle2-9999.ebuild} | 12 +++++++-----
14 4 files changed, 15 insertions(+), 10 deletions(-)
15
16 diff --git a/dev-python/uncompyle/Manifest b/dev-python/uncompyle/Manifest
17 index c161e47..55379ec 100644
18 --- a/dev-python/uncompyle/Manifest
19 +++ b/dev-python/uncompyle/Manifest
20 @@ -1 +1 @@
21 -EBUILD uncompyle-9999.ebuild 334 SHA256 13a30875fd4489470569afe0177f47b6bcdbe1fa772ca471aa6b3aa522ba3326 SHA512 fc836bbbbec12a59f81c524ec3974a5594aa5089872bdd3c117be3d0509b84315e91b48f3101dd4a13ddd72e11b59918c11baba252cdd8b7e4b1951461603584 WHIRLPOOL db0887adb3c1a9ece3581188ca5157fcf1f20e2a36eb7c7a79d1161d6c0a044745225194220af91a387d4640fb8c9dd5ab23533f867dbc03d98f1d9907e03d18
22 +EBUILD uncompyle-9999.ebuild 438 SHA256 090ca6391c3ada0e67e70973ca9b24b869f2df094b529a15a2fca7153deb032a SHA512 54d8c3c28f4ef8eeb83d827e3b263c2b019e29ade87cc081d9d39142b30925c5c61b96349d2866b598d4fe80ff2580c850ba395c5bed8d53d5cd2d4281679b94 WHIRLPOOL 750a1659923abef7920cc113ebbbad8d7ed1cd9bb67afc0c9139a1b4b94a9cf0ab995e9fe558069185a52187a14cbf21672648d3e889799bb1d60b50bc8af2e4
23
24 diff --git a/dev-python/uncompyle/uncompyle-9999.ebuild b/dev-python/uncompyle/uncompyle-9999.ebuild
25 index a0e7e1e..5b759a1 100644
26 --- a/dev-python/uncompyle/uncompyle-9999.ebuild
27 +++ b/dev-python/uncompyle/uncompyle-9999.ebuild
28 @@ -2,12 +2,14 @@
29 # Distributed under the terms of the GNU General Public License v2
30 # $Header: $
31
32 -EAPI=4
33 +EAPI=5
34
35 -inherit git-2 distutils
36 +PYTHON_COMPAT=( python2_7 )
37
38 -DESCRIPTION=""
39 -HOMEPAGE=""
40 +inherit git-r3 distutils
41 +
42 +DESCRIPTION="A Python 2.7 byte-code decompiler"
43 +HOMEPAGE="https://github.com/gstarnberger/uncompyle"
44 SRC_URI=""
45
46 EGIT_REPO_URI="https://github.com/gstarnberger/uncompyle.git"
47
48 diff --git a/dev-python/uncompyle2/Manifest b/dev-python/uncompyle2/Manifest
49 new file mode 100644
50 index 0000000..e1e7d38
51 --- /dev/null
52 +++ b/dev-python/uncompyle2/Manifest
53 @@ -0,0 +1 @@
54 +EBUILD uncompyle2-9999.ebuild 427 SHA256 3340fe2acf201bb1528cd159cf7b001ba30015d79ab150b0910e9372bb4522ce SHA512 6cc256454661b9bbec2a79a1542b8b2156225a225b55c730ab238ebe7594116b7e25fd8e185b5433bc87bc68e9c30ace0cdd212a6c01d27177b4eed5178a1303 WHIRLPOOL 3d8dbd7b6fdc5dd0f0788c3e45f62b3c39a613647fd12189b8775fbca8eafd38edec249507750c48c11ce667c85e27405ec1d8fd9c50fd0c100e2d97e8b3d220
55
56 diff --git a/dev-python/uncompyle/uncompyle-9999.ebuild b/dev-python/uncompyle2/uncompyle2-9999.ebuild
57 similarity index 50%
58 copy from dev-python/uncompyle/uncompyle-9999.ebuild
59 copy to dev-python/uncompyle2/uncompyle2-9999.ebuild
60 index a0e7e1e..1f77317 100644
61 --- a/dev-python/uncompyle/uncompyle-9999.ebuild
62 +++ b/dev-python/uncompyle2/uncompyle2-9999.ebuild
63 @@ -2,15 +2,17 @@
64 # Distributed under the terms of the GNU General Public License v2
65 # $Header: $
66
67 -EAPI=4
68 +EAPI=5
69
70 -inherit git-2 distutils
71 +PYTHON_COMPAT=( python2_7 )
72
73 -DESCRIPTION=""
74 -HOMEPAGE=""
75 +inherit git-r3 distutils
76 +
77 +DESCRIPTION="A Python 2.7 byte-code decompiler"
78 +HOMEPAGE="https://github.com/wibiti/uncompyle2"
79 SRC_URI=""
80
81 -EGIT_REPO_URI="https://github.com/gstarnberger/uncompyle.git"
82 +EGIT_REPO_URI="http://github.com/wibiti/uncompyle2.git"
83
84 LICENSE=""
85 SLOT="0"