diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 23:59:12 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 23:59:12 +0000 |
commit | 2d285346dbcf2db802bceca141aef85b83f3c63f (patch) | |
tree | f5d40d1035b6a3de31fb6ad4159f4636d2b8adcd | |
parent | can't remove and add ebuilds at the same time with repoman (diff) | |
download | gentoo-2-2d285346dbcf2db802bceca141aef85b83f3c63f.tar.gz gentoo-2-2d285346dbcf2db802bceca141aef85b83f3c63f.tar.bz2 gentoo-2-2d285346dbcf2db802bceca141aef85b83f3c63f.zip |
bump to stable
-rw-r--r-- | dev-python/twisted/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/twisted/files/digest-twisted-1.0.1 | 1 | ||||
-rw-r--r-- | dev-python/twisted/files/digest-twisted-1.0.2_alpha4 | 1 | ||||
-rw-r--r-- | dev-python/twisted/twisted-1.0.3.ebuild | 5 |
4 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index dd6cfbc2f2f4..8609552f0dc0 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,8 +1,14 @@ # ChangeLog for dev-python/twisted # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.14 2003/02/16 20:24:30 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.15 2003/04/04 23:59:12 liquidx Exp $ *twisted-1.0.3 (16 Feb 2003) + + 05 Apr 2003; Alastair Tse <liquidx@gentoo.org> twisted-1.0.1.ebuild, + twisted-1.0.1.ebuild, twisted-1.0.2_alpha4.ebuild, + twisted-1.0.2_alpha4.ebuild, twisted-1.0.3.ebuild: + bump to stable + 16 Feb 2003; Thomas Raschbacher <lordvan@gentoo.org>: twisted-1.0.3.ebuild version bump (~arch) diff --git a/dev-python/twisted/files/digest-twisted-1.0.1 b/dev-python/twisted/files/digest-twisted-1.0.1 deleted file mode 100644 index 4b11759a36bf..000000000000 --- a/dev-python/twisted/files/digest-twisted-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1a9cf31d2a8a92132e00cdcfc376b3f3 Twisted-1.0.1.tar.bz2 3506991 diff --git a/dev-python/twisted/files/digest-twisted-1.0.2_alpha4 b/dev-python/twisted/files/digest-twisted-1.0.2_alpha4 deleted file mode 100644 index 072ecaee7721..000000000000 --- a/dev-python/twisted/files/digest-twisted-1.0.2_alpha4 +++ /dev/null @@ -1 +0,0 @@ -MD5 45b7ce23b8d28a1b2f0e212fcf034172 Twisted-1.0.2alpha4.tar.bz2 3832538 diff --git a/dev-python/twisted/twisted-1.0.3.ebuild b/dev-python/twisted/twisted-1.0.3.ebuild index 3479c70fea45..88cc4db70787 100644 --- a/dev-python/twisted/twisted-1.0.3.ebuild +++ b/dev-python/twisted/twisted-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.3.ebuild,v 1.1 2003/02/16 20:24:30 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.3.ebuild,v 1.2 2003/04/04 23:59:12 liquidx Exp $ S=${WORKDIR}/Twisted-${PV} DESCRIPTION="Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included." @@ -10,8 +10,7 @@ LICENSE="LGPL-2.1" SLOT="0" DEPEND="virtual/python >=dev-python/pycrypto-1.9_alpha4" -RDEPEND="$DEPEND" -KEYWORDS="~x86 ~alpha ~sparc " +KEYWORDS="x86 ~alpha ~sparc " IUSE="" inherit distutils |