summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2003-01-26 19:47:08 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2003-01-26 19:47:08 +0000
commitc6e8103ea72b34ec2eb27ab5013a80af38d9bac3 (patch)
tree921a9ed3b27709736484eff719a777c97234c951 /dev-python
parentNew version (diff)
downloadgentoo-2-c6e8103ea72b34ec2eb27ab5013a80af38d9bac3.tar.gz
gentoo-2-c6e8103ea72b34ec2eb27ab5013a80af38d9bac3.tar.bz2
gentoo-2-c6e8103ea72b34ec2eb27ab5013a80af38d9bac3.zip
fixed typo in WORKDIR fixes bug #14471
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/twisted/ChangeLog5
-rw-r--r--dev-python/twisted/twisted-1.0.2_alpha4.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog
index 9d54c615ca94..8bc631321915 100644
--- a/dev-python/twisted/ChangeLog
+++ b/dev-python/twisted/ChangeLog
@@ -1,11 +1,12 @@
# ChangeLog for dev-python/twisted
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.10 2003/01/23 13:12:19 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.11 2003/01/26 19:47:08 lordvan Exp $
*twisted-1.0.2_alpha4 (23 Jan 2003)
23 Jan 2003; Thomas Raschbacher <lordvan@gentoo.org>: twisted-1.0.2_alpha4.ebuild
version bump ~arch masked
-
+ 26 Jan 2003; Thomas Raschbacher <lordvan@gentoo.org>: twisted-1.0.2_alpha4.ebuild
+ fixed typo in WORKDIR (fixed bug #14471)
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*twisted-1.0.1-r1 (05 Dec 2002)
diff --git a/dev-python/twisted/twisted-1.0.2_alpha4.ebuild b/dev-python/twisted/twisted-1.0.2_alpha4.ebuild
index 55f798e11b97..cf33637c2c72 100644
--- a/dev-python/twisted/twisted-1.0.2_alpha4.ebuild
+++ b/dev-python/twisted/twisted-1.0.2_alpha4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.2_alpha4.ebuild,v 1.1 2003/01/23 13:12:19 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.2_alpha4.ebuild,v 1.2 2003/01/26 19:47:08 lordvan Exp $
-S=${WORKDIR}/Twisted-${PV}
+S=${WORKDIR}/Twisted-1.0.2alpha4
DESCRIPTION="Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included."
SRC_URI="http://twisted.sourceforge.net/Twisted-1.0.2alpha4.tar.bz2"
HOMEPAGE="http://www.twistedmatrix.com/"