summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/ajenti/ajenti-0.6.0.ebuild')
-rw-r--r--app-admin/ajenti/ajenti-0.6.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-admin/ajenti/ajenti-0.6.0.ebuild b/app-admin/ajenti/ajenti-0.6.0.ebuild
deleted file mode 100644
index 6d40407e5..000000000
--- a/app-admin/ajenti/ajenti-0.6.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS=1
-
-inherit distutils
-
-DESCRIPTION="Web toolset for administrating servers"
-HOMEPAGE="http://ajenti.org/"
-SRC_URI="http://repo.ajenti.org/src/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/feedparser
- dev-python/gevent
- dev-python/lxml
- dev-python/pyopenssl"
-
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"