summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/snaked/snaked-9999.ebuild')
-rw-r--r--dev-util/snaked/snaked-9999.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-util/snaked/snaked-9999.ebuild b/dev-util/snaked/snaked-9999.ebuild
deleted file mode 100644
index f30a445f1..000000000
--- a/dev-util/snaked/snaked-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-EGIT_REPO_URI="http://github.com/baverman/snaked.git"
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_DEPEND="2:2.6"
-RESTRICT_PYTHON_ABIS="2.[45] 3.*"
-
-inherit distutils git-2 python
-
-DESCRIPTION="Minimalist editor inspired by Scribes"
-HOMEPAGE="http://github.com/baverman/snaked"
-SRC_URI=""
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
- dev-python/pygtksourceview
- dev-python/rope
- dev-python/pyflakes"