diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-09 12:11:14 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-09 12:11:14 +0000 |
commit | 44fcc57b8e610402e69cf3edf6bb3aa4240c67ce (patch) | |
tree | 6e50310927d70cb7f3feff25fd57080a87fcf595 /dev-python/twisted-runner | |
parent | sci-chemistry/jmol: Straigthen out ebuild style (diff) | |
download | gentoo-2-44fcc57b8e610402e69cf3edf6bb3aa4240c67ce.tar.gz gentoo-2-44fcc57b8e610402e69cf3edf6bb3aa4240c67ce.tar.bz2 gentoo-2-44fcc57b8e610402e69cf3edf6bb3aa4240c67ce.zip |
Migrate to twisted-r1.
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/twisted-runner')
-rw-r--r-- | dev-python/twisted-runner/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog index eb65e7208c89..59e52b5f04a3 100644 --- a/dev-python/twisted-runner/ChangeLog +++ b/dev-python/twisted-runner/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twisted-runner # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.63 2013/08/03 09:45:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.64 2013/08/09 12:11:14 mgorny Exp $ + +*twisted-runner-13.0.0-r1 (09 Aug 2013) + + 09 Aug 2013; Michał Górny <mgorny@gentoo.org> + +twisted-runner-13.0.0-r1.ebuild: + Migrate to twisted-r1. 03 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-runner-10.2.0.ebuild, twisted-runner-11.0.0.ebuild, twisted-runner-11.1.0.ebuild, diff --git a/dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild b/dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild new file mode 100644 index 000000000000..68a78108f802 --- /dev/null +++ b/dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild,v 1.1 2013/08/09 12:11:14 mgorny Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit twisted-r1 versionator + +DESCRIPTION="Twisted Runner is a process management library and inetd replacement." + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |