summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2005-11-27 22:03:20 +0000
committerMarien Zwart <marienz@gentoo.org>2005-11-27 22:03:20 +0000
commit83965054ea1f83c38575c0baae2aabe203091370 (patch)
treea7cf89936620e51c1c057aebc78c2fd98ed37a69 /dev-python/twisted-words/twisted-words-0.3.0.ebuild
parentRevbump to use the new eclass (bug #80639). Set myself as maintainer. (diff)
downloadhistorical-83965054ea1f83c38575c0baae2aabe203091370.tar.gz
historical-83965054ea1f83c38575c0baae2aabe203091370.tar.bz2
historical-83965054ea1f83c38575c0baae2aabe203091370.zip
Version bump (0.3.) and revbump (0.1.0-r) to use the new eclass (bug #80639). Set myself as maintainer.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-python/twisted-words/twisted-words-0.3.0.ebuild')
-rw-r--r--dev-python/twisted-words/twisted-words-0.3.0.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/twisted-words/twisted-words-0.3.0.ebuild b/dev-python/twisted-words/twisted-words-0.3.0.ebuild
new file mode 100644
index 000000000000..950da72a7107
--- /dev/null
+++ b/dev-python/twisted-words/twisted-words-0.3.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-0.3.0.ebuild,v 1.1 2005/11/27 22:03:20 marienz Exp $
+
+MY_PACKAGE=Words
+
+inherit twisted
+
+DESCRIPTION="Twisted Words contains Instant Messaging implementations."
+
+KEYWORDS="~amd64 ~sparc ~x86"
+
+DEPEND=">=dev-python/twisted-2.1
+ dev-python/twisted-web"