summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Suhl <nico@overninethousand.de>2020-02-25 19:04:57 +0100
committerNico Suhl <nico@overninethousand.de>2020-02-25 19:06:03 +0100
commite82af17a6e1c1f1d4813883e1aa6e6426d97b02c (patch)
tree82b1f1472023e43cc09f4b259c74c76dcc117659 /app-forensics/uncompyle/uncompyle-0.0.2.ebuild
parentbumb git eclass (diff)
downloadnico-master.tar.gz
nico-master.tar.bz2
nico-master.zip
remove ebuildsHEADmaster
Signed-off-by: Nico Suhl <nico@overninethousand.de>
Diffstat (limited to 'app-forensics/uncompyle/uncompyle-0.0.2.ebuild')
-rw-r--r--app-forensics/uncompyle/uncompyle-0.0.2.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-forensics/uncompyle/uncompyle-0.0.2.ebuild b/app-forensics/uncompyle/uncompyle-0.0.2.ebuild
deleted file mode 100644
index bee9a84..0000000
--- a/app-forensics/uncompyle/uncompyle-0.0.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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=""