diff options
Diffstat (limited to 'app-admin/ajenti/ajenti-0.6.1.ebuild')
-rw-r--r-- | app-admin/ajenti/ajenti-0.6.1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-admin/ajenti/ajenti-0.6.1.ebuild b/app-admin/ajenti/ajenti-0.6.1.ebuild deleted file mode 100644 index a8fe85b0a..000000000 --- a/app-admin/ajenti/ajenti-0.6.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 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.*" - -src_install() { - distutils_src_install - doinitd "${FILESDIR}/ajenti" -} |