diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2005-04-08 19:29:57 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2005-04-08 19:29:57 +0000 |
commit | 2e42919ae3455679893f956e9ac96d28013ce06e (patch) | |
tree | 9b1456344c918c7a96ed09380ba6893bcfafb394 /dev-python/twisted-runner | |
parent | Fixed DEPEND/RDEPEND... added ispell to close bug #63951. (diff) | |
download | gentoo-2-2e42919ae3455679893f956e9ac96d28013ce06e.tar.gz gentoo-2-2e42919ae3455679893f956e9ac96d28013ce06e.tar.bz2 gentoo-2-2e42919ae3455679893f956e9ac96d28013ce06e.zip |
fixed description
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/twisted-runner')
-rw-r--r-- | dev-python/twisted-runner/twisted-runner-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/twisted-runner/twisted-runner-0.1.0.ebuild b/dev-python/twisted-runner/twisted-runner-0.1.0.ebuild index 43c1b2e87a56..e06bcc4d53ad 100644 --- a/dev-python/twisted-runner/twisted-runner-0.1.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-0.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-0.1.0.ebuild,v 1.1 2005/04/08 15:58:44 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-0.1.0.ebuild,v 1.2 2005/04/08 19:29:57 lordvan Exp $ inherit distutils @@ -8,7 +8,7 @@ inherit distutils MY_PV="${PV/_alpha/a}" MY_PN="TwistedRunner" MY_P="${MY_PN}-${MY_PV}" -DESCRIPTION="An SSH and SFTP protocol implementation together with clients and servers." +DESCRIPTION="Twisted Process management." HOMEPAGE="http://twistedmatrix.com/projects/runner/" SRC_URI="http://tmrc.mit.edu/mirror/twisted/Runner/0.1/${MY_P}.tar.bz2" |