summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-12-31 04:36:53 +0000
committerIan Delaney <idella4@gentoo.org>2014-12-31 04:36:53 +0000
commitae765cae0e776a9bdc0446c03c4488aad270fa31 (patch)
treea83471ba30fb8a5577c429e76635236967897cca /dev-python/myghtyutils/myghtyutils-0.52.ebuild
parentReorder maintainers. (diff)
downloadgentoo-2-ae765cae0e776a9bdc0446c03c4488aad270fa31.tar.gz
gentoo-2-ae765cae0e776a9bdc0446c03c4488aad270fa31.tar.bz2
gentoo-2-ae765cae0e776a9bdc0446c03c4488aad270fa31.zip
revbump; conversion -> distutils-r1, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/myghtyutils/myghtyutils-0.52.ebuild')
-rw-r--r--dev-python/myghtyutils/myghtyutils-0.52.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/myghtyutils/myghtyutils-0.52.ebuild b/dev-python/myghtyutils/myghtyutils-0.52.ebuild
deleted file mode 100644
index 6d111b2c13a0..000000000000
--- a/dev-python/myghtyutils/myghtyutils-0.52.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/myghtyutils/myghtyutils-0.52.ebuild,v 1.5 2014/08/10 21:14:16 slyfox Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-MY_PN="MyghtyUtils"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Set of utility classes used by Myghty templating"
-HOMEPAGE="http://www.myghty.org http://pypi.python.org/pypi/MyghtyUtils"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/myghty"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_P}"