diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-04-17 11:56:01 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-04-17 11:56:01 +0000 |
commit | 50525a45a94e249e4f39c6a15bdf991f3b7eb6ae (patch) | |
tree | 25afbf1e571db0bf606cfb4c9cc0db54f456025d /dev-python/pyptlib | |
parent | Version bump, remove 2014.1.2. (diff) | |
download | gentoo-2-50525a45a94e249e4f39c6a15bdf991f3b7eb6ae.tar.gz gentoo-2-50525a45a94e249e4f39c6a15bdf991f3b7eb6ae.tar.bz2 gentoo-2-50525a45a94e249e4f39c6a15bdf991f3b7eb6ae.zip |
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/pyptlib')
-rw-r--r-- | dev-python/pyptlib/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/pyptlib/pyptlib-0.0.6.ebuild | 19 |
2 files changed, 26 insertions, 3 deletions
diff --git a/dev-python/pyptlib/ChangeLog b/dev-python/pyptlib/ChangeLog index 0e76592ef305..a287fee6572a 100644 --- a/dev-python/pyptlib/ChangeLog +++ b/dev-python/pyptlib/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for dev-python/pyptlib -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyptlib/ChangeLog,v 1.1 2013/10/06 16:41:31 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyptlib/ChangeLog,v 1.2 2014/04/17 11:56:01 blueness Exp $ + +*pyptlib-0.0.6 (17 Apr 2014) + + 17 Apr 2014; Anthony G. Basile <blueness@gentoo.org> +pyptlib-0.0.6.ebuild: + Version bump *pyptlib-0.0.5 (06 Oct 2013) 06 Oct 2013; Anthony G. Basile <blueness@gentoo.org> +pyptlib-0.0.5.ebuild, +metadata.xml: Initial commit - diff --git a/dev-python/pyptlib/pyptlib-0.0.6.ebuild b/dev-python/pyptlib/pyptlib-0.0.6.ebuild new file mode 100644 index 000000000000..67dde2b1b376 --- /dev/null +++ b/dev-python/pyptlib/pyptlib-0.0.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyptlib/pyptlib-0.0.6.ebuild,v 1.1 2014/04/17 11:56:01 blueness Exp $ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Python library for tor's pluggable transport managed-proxy protocol" +HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/pyptlib.git" +SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS=( README.rst TODO ) |