diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-02-20 08:33:30 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-02-20 08:33:30 +0000 |
commit | e14eb941dcd684eb488560028105bac8e8fdbea2 (patch) | |
tree | 85b8a27560e7ce2e9d447703aa5010d33a82402c /app-i18n/transifex-client/transifex-client-0.7.2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-e14eb941dcd684eb488560028105bac8e8fdbea2.tar.gz gentoo-2-e14eb941dcd684eb488560028105bac8e8fdbea2.tar.bz2 gentoo-2-e14eb941dcd684eb488560028105bac8e8fdbea2.zip |
version bump. remove old
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/transifex-client/transifex-client-0.7.2.ebuild')
-rw-r--r-- | app-i18n/transifex-client/transifex-client-0.7.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-i18n/transifex-client/transifex-client-0.7.2.ebuild b/app-i18n/transifex-client/transifex-client-0.7.2.ebuild new file mode 100644 index 000000000000..2364eb6ba408 --- /dev/null +++ b/app-i18n/transifex-client/transifex-client-0.7.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.7.2.ebuild,v 1.1 2012/02/20 08:33:30 hwoarang Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +DESCRIPTION="A command line interface for Transifex" +HOMEPAGE="http://pypi.python.org/pypi/transifex-client http://www.transifex.net/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" |