summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Suhl <nico@overninethousand.de>2013-09-02 16:22:43 +0200
committerNico Suhl <nico@overninethousand.de>2013-09-02 16:22:43 +0200
commit0f69c8dc1bb25dc5a2d108cf2d0c9fbbbd9270f4 (patch)
treeb3fc46e91330efc50479325cb9880736cbe6e0e9 /app-forensics
parentand the new Manifest for pipe2pidgin ... (diff)
downloadnico-0f69c8dc1bb25dc5a2d108cf2d0c9fbbbd9270f4.tar.gz
nico-0f69c8dc1bb25dc5a2d108cf2d0c9fbbbd9270f4.tar.bz2
nico-0f69c8dc1bb25dc5a2d108cf2d0c9fbbbd9270f4.zip
add uncompyle
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/uncompyle/Manifest2
-rw-r--r--app-forensics/uncompyle/uncompyle-0.0.2.ebuild21
2 files changed, 23 insertions, 0 deletions
diff --git a/app-forensics/uncompyle/Manifest b/app-forensics/uncompyle/Manifest
new file mode 100644
index 0000000..aecfb40
--- /dev/null
+++ b/app-forensics/uncompyle/Manifest
@@ -0,0 +1,2 @@
+DIST uncompyle-0.0.2.tar.gz 357680 SHA256 f6b64ef08eaf621c59bcf603226cf34235f591299efc63baf8e0c9caf404aa5f SHA512 8f6a5286d165a30e6dd3b83f6185e49ad74b06c8f70df4dbaf43293babdcca1ed0b66e04147c6b48011fbd57704a173c4d32db516712b1641f846b4b8caebad6 WHIRLPOOL b9fbfd3c40bfb66e47d59e5dcb08fa624d63ae126250306c81a67de19e3dee7a022b116fc0221ec73a183404f5891ed3725eaadf472dc18d263b6d875da75c1d
+EBUILD uncompyle-0.0.2.ebuild 455 SHA256 a149a6cbf4814d4effebb429f0ef96dc8183f94ba603b09ff6dc82bdb4c88ba9 SHA512 f06f841e5768cf8f3495d14cb253c579c2df177352408cfb593aee34eda51e8256aeb833feab39a4e0b090666003507dd7ecd11e724ea68285b24d3d1895717d WHIRLPOOL 70453c29a21b016c2f471aac9d845a01d9527b747dcc7a3a76cdb0b4e66e33546c684c8fb4bdddeb0d9acefbaa504c626795242730057069340b70d0245260a1
diff --git a/app-forensics/uncompyle/uncompyle-0.0.2.ebuild b/app-forensics/uncompyle/uncompyle-0.0.2.ebuild
new file mode 100644
index 0000000..1a49fdf
--- /dev/null
+++ b/app-forensics/uncompyle/uncompyle-0.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python 2.7 byte-code decompiler"
+HOMEPAGE="https://github.com/gstarnberger/uncompyle"
+SRC_URI="https://github.com/gstarnberger/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"