summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-17 01:56:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-17 01:56:58 +0000
commit48f7dfdebbdf862c92e450faafcbbecc085fd807 (patch)
treefdb6877a577bacf7f6db1b0db8d77db8f784ec95 /dev-python
parentonly one inherit line (diff)
downloadhistorical-48f7dfdebbdf862c92e450faafcbbecc085fd807.tar.gz
historical-48f7dfdebbdf862c92e450faafcbbecc085fd807.tar.bz2
historical-48f7dfdebbdf862c92e450faafcbbecc085fd807.zip
only one inherit line
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/twisted-cvs/Manifest4
-rw-r--r--dev-python/twisted-cvs/twisted-cvs-20031103.ebuild5
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/twisted-cvs/Manifest b/dev-python/twisted-cvs/Manifest
index d0ae7515ca73..5222be956f14 100644
--- a/dev-python/twisted-cvs/Manifest
+++ b/dev-python/twisted-cvs/Manifest
@@ -1,4 +1,4 @@
-MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 30dd90b2c22a2e4a5e95615fe1d6f8cc twisted-cvs-20031103.ebuild 1453
MD5 0d084ad1061fcf6d6b736c805286cc8d ChangeLog 878
+MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
+MD5 565319edc281bc0bc2410dc7eb8b110d twisted-cvs-20031103.ebuild 1447
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-twisted-cvs-20031103 0
diff --git a/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild b/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild
index b9c94387b346..e8d952e49fab 100644
--- a/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild
+++ b/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild
@@ -1,14 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild,v 1.2 2004/05/07 20:22:28 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-cvs/twisted-cvs-20031103.ebuild,v 1.3 2004/06/17 01:56:58 mr_bones_ Exp $
ECVS_USER="anon"
ECVS_SERVER="cvs.twistedmatrix.com:/cvs"
ECVS_MODULE="Twisted"
ECVS_CVS_OPTIONS="-dP"
-inherit cvs
-inherit distutils
+inherit cvs distutils
S=${WORKDIR}/${ECVS_MODULE}
DESCRIPTION="Twisted is a framework, written in Python, for writing networked applications."