aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/authres/authres-0.3.ebuild')
-rw-r--r--dev-python/authres/authres-0.3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/authres/authres-0.3.ebuild b/dev-python/authres/authres-0.3.ebuild
deleted file mode 100644
index 4eebc25..0000000
--- a/dev-python/authres/authres-0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright owners: 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_RESTRICTED_ABIS="2.5"
-
-inherit distutils
-
-DESCRIPTION="authres - Authentication Results Header Module"
-HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-DOCS="CHANGES README"
-PYTHON_MODULES="authres.py"