diff options
author | Marien Zwart <marienz@gentoo.org> | 2005-11-27 21:59:32 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2005-11-27 21:59:32 +0000 |
commit | b2952875e9f3b1c42f809ab1a789db54a220ea41 (patch) | |
tree | ea4e755a57448090795cc734dfa221ef6f7c4fac /dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild | |
parent | Version bump. No longer reruns autotools, closes bug #112990. (diff) | |
download | historical-b2952875e9f3b1c42f809ab1a789db54a220ea41.tar.gz historical-b2952875e9f3b1c42f809ab1a789db54a220ea41.tar.bz2 historical-b2952875e9f3b1c42f809ab1a789db54a220ea41.zip |
Revbump to use the new eclass (bug #80639). Set myself as maintainer.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild')
-rw-r--r-- | dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild b/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild new file mode 100644 index 000000000000..c7e5a247da64 --- /dev/null +++ b/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild,v 1.1 2005/11/27 21:59:32 marienz Exp $ + +MY_PACKAGE=Web + +inherit twisted + +DESCRIPTION="Twisted web server, programmable in Python." + +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-python/twisted-2" |