diff options
Diffstat (limited to 'dev-python/fabric/fabric-1.8.1.ebuild')
-rw-r--r-- | dev-python/fabric/fabric-1.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fabric/fabric-1.8.1.ebuild b/dev-python/fabric/fabric-1.8.1.ebuild index d3f9b9a176c0..31cc12dc2161 100644 --- a/dev-python/fabric/fabric-1.8.1.ebuild +++ b/dev-python/fabric/fabric-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.8.1.ebuild,v 1.1 2014/01/08 05:21:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.8.1.ebuild,v 1.2 2014/08/10 21:10:24 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN="Fabric" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A simple pythonic tool for remote execution and deployment." +DESCRIPTION="A simple pythonic tool for remote execution and deployment" HOMEPAGE="http://fabfile.org http://pypi.python.org/pypi/Fabric" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" |