summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-05-20 07:03:09 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-05-20 07:03:09 +0000
commitce5930b8129a0bac042003199aa18e5e38eb0926 (patch)
treef48b58c0564e7c986e3f3bfbc987f50e76fd96c1 /dev-python/twisted-lore
parentBump (diff)
downloadgentoo-2-ce5930b8129a0bac042003199aa18e5e38eb0926.tar.gz
gentoo-2-ce5930b8129a0bac042003199aa18e5e38eb0926.tar.bz2
gentoo-2-ce5930b8129a0bac042003199aa18e5e38eb0926.zip
Bump
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-lore')
-rw-r--r--dev-python/twisted-lore/ChangeLog7
-rw-r--r--dev-python/twisted-lore/twisted-lore-14.0.0.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/twisted-lore/ChangeLog b/dev-python/twisted-lore/ChangeLog
index 7a338ae6e1aa..4044ea4ee929 100644
--- a/dev-python/twisted-lore/ChangeLog
+++ b/dev-python/twisted-lore/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/twisted-lore
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.74 2014/01/21 04:51:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.75 2014/05/20 07:03:09 patrick Exp $
+
+*twisted-lore-14.0.0 (20 May 2014)
+
+ 20 May 2014; Patrick Lauer <patrick@gentoo.org> +twisted-lore-14.0.0.ebuild:
+ Bump
21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -twisted-lore-10.2.0.ebuild,
-twisted-lore-11.0.0.ebuild, -twisted-lore-11.1.0.ebuild,
diff --git a/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild b/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild
new file mode 100644
index 000000000000..4b21d5893a0c
--- /dev/null
+++ b/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild,v 1.1 2014/05/20 07:03:09 patrick Exp $
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit twisted-r1
+
+DESCRIPTION="Twisted documentation system"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
+ =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"