summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-01-09 17:54:49 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-01-09 17:54:49 +0000
commit3f10aabd7d9315b7c3e0b205a1b877a842fa36fb (patch)
treecc3f4dc4ba13c8d2409a7a409ca57602fbbfb6b4 /dev-python
parentSmall fix for monolithic build (diff)
downloadgentoo-2-3f10aabd7d9315b7c3e0b205a1b877a842fa36fb.tar.gz
gentoo-2-3f10aabd7d9315b7c3e0b205a1b877a842fa36fb.tar.bz2
gentoo-2-3f10aabd7d9315b7c3e0b205a1b877a842fa36fb.zip
Bump to 8.2.0
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/twisted-web/ChangeLog7
-rw-r--r--dev-python/twisted-web/twisted-web-8.2.0.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/twisted-web/ChangeLog b/dev-python/twisted-web/ChangeLog
index 582d5110ac4b..826ed9c808fe 100644
--- a/dev-python/twisted-web/ChangeLog
+++ b/dev-python/twisted-web/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/twisted-web
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.39 2009/01/08 22:38:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.40 2009/01/09 17:54:49 patrick Exp $
+
+*twisted-web-8.2.0 (09 Jan 2009)
+
+ 09 Jan 2009; Patrick Lauer <patrick@gentoo.org> +twisted-web-8.2.0.ebuild:
+ Bump to 8.2.0
08 Jan 2009; Patrick Lauer <patrick@gentoo.org>
-twisted-web-0.5.0-r1.ebuild, -twisted-web-0.5.0-r3.ebuild,
diff --git a/dev-python/twisted-web/twisted-web-8.2.0.ebuild b/dev-python/twisted-web/twisted-web-8.2.0.ebuild
new file mode 100644
index 000000000000..c92cecdfe014
--- /dev/null
+++ b/dev-python/twisted-web/twisted-web-8.2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-8.2.0.ebuild,v 1.1 2009/01/09 17:54:49 patrick Exp $
+
+MY_PACKAGE=Web
+
+inherit twisted eutils versionator
+
+DESCRIPTION="Twisted web server, programmable in Python"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+
+DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*"
+
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-0.5.0-root-skip.patch
+}