diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-13 20:34:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-13 20:34:30 +0000 |
commit | ea87e638488faa523a2a692a9e1d2cb16194de98 (patch) | |
tree | 79e4ca6e35c89c196fb9637674fe6ce433d79280 /dev-python/pyutp | |
parent | Drop old (diff) | |
download | gentoo-2-ea87e638488faa523a2a692a9e1d2cb16194de98.tar.gz gentoo-2-ea87e638488faa523a2a692a9e1d2cb16194de98.tar.bz2 gentoo-2-ea87e638488faa523a2a692a9e1d2cb16194de98.zip |
Initial commit, so libutp is packaged all the way
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-python/pyutp')
-rw-r--r-- | dev-python/pyutp/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/pyutp/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pyutp/metadata.xml | 9 | ||||
-rw-r--r-- | dev-python/pyutp/pyutp-0_pre20130213.ebuild | 24 |
4 files changed, 48 insertions, 0 deletions
diff --git a/dev-python/pyutp/ChangeLog b/dev-python/pyutp/ChangeLog new file mode 100644 index 000000000000..08b4d11043d0 --- /dev/null +++ b/dev-python/pyutp/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-python/pyutp +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutp/ChangeLog,v 1.1 2013/02/13 20:34:30 ssuominen Exp $ + +*pyutp-0_pre20130213 (13 Feb 2013) + + 13 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> + +pyutp-0_pre20130213.ebuild: + Initial commit; since this is from same tarball as net-libs/libutp, might as + well package it all the way. + diff --git a/dev-python/pyutp/Manifest b/dev-python/pyutp/Manifest new file mode 100644 index 000000000000..5ea0a6bd44ce --- /dev/null +++ b/dev-python/pyutp/Manifest @@ -0,0 +1,4 @@ +DIST libutp-0_pre20130213.tar.xz 58812 SHA256 8bc1e74d82cdec6985de860f22efaf0d52d43b94009063d9352b0effae9b3c3b SHA512 bf986db7a691c08a27b830e86c4d1a05b59ead5694a2c8e6ec70e5c745182455f184b7493b12c7ebeac4905e3929c9fddeca2c5890df69839dc2320191054284 WHIRLPOOL 26ef5b0629c9b11aef63da32851f835a9878a01bfbdce2e087e54bbfd8c246288ced78879cb59235133a345839c49c1f1091ef66c0e349c220485b127b705a27 +EBUILD pyutp-0_pre20130213.ebuild 604 SHA256 c896508fa3c7b270dff601e02224b8be5c70aa733cfd6995fbbfad9993cb3a65 SHA512 0da95699940c516310e2af74b3d2ec171bd9eae7a878364b467d0ee7fd04c1dddc61f62d32845cca469efd5b7ad60bac00bebbea37f6de215949539d340883d1 WHIRLPOOL 0235aff45e85bdfd425fadbe81e1948cfe000415c40d597ee313e662ddbac16d4a435a68dd3b07f978eb8d7b26b1d3577f28318e7ce5d62280649097326ab998 +MISC ChangeLog 349 SHA256 628861cf0c21d32103c23176a5e40e8b0960cfd47cb8c9998694fcb4b221c979 SHA512 3f969df04fe222747a6d6b2f61b54ccb4c82df2a15b859204d35507869f638e14cf5497543826aac1d0acd695fabbd23eb726409121605ae02094e1396e1215e WHIRLPOOL 5d3a109aac80453374c15cee883243a3f74b7778d7fc131471a4b252dd52b1f56e781e0a75518061b6e66c66977f901e6e55ebda7ed46cd1d3de90b30e63041e +MISC metadata.xml 258 SHA256 d39d571722539a0fa006a407200be93bc901409a6243e9e8f2562083fb27d68b SHA512 61b07eae8250d1ff70dbe8cc2f4a1df4c8009c0f4227cddd2601d32d880f33fbf559732a74ac56dc8c7de579ee285db90372bb906bd2e1964ab233f4e5b07296 WHIRLPOOL 2d3217a6b81cc0c0f0ebe86219fde3ba02b4feebf5f23b0da9aff1aa57b767e06a5c8d7f8c05555e2a09e6ded103e383a2b92941d762d7706aecaf83d50e6a3b diff --git a/dev-python/pyutp/metadata.xml b/dev-python/pyutp/metadata.xml new file mode 100644 index 000000000000..e0c69863a965 --- /dev/null +++ b/dev-python/pyutp/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <maintainer> + <email>ssuominen@gentoo.org</email> + <name>Samuli Suominen</name> + </maintainer> +</pkgmetadata> diff --git a/dev-python/pyutp/pyutp-0_pre20130213.ebuild b/dev-python/pyutp/pyutp-0_pre20130213.ebuild new file mode 100644 index 000000000000..286f7dbda38d --- /dev/null +++ b/dev-python/pyutp/pyutp-0_pre20130213.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutp/pyutp-0_pre20130213.ebuild,v 1.1 2013/02/13 20:34:30 ssuominen Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_2} ) +MY_P=${P/py/lib} + +inherit distutils-r1 + +DESCRIPTION="uTorrent Transport Protocol library" +HOMEPAGE="http://github.com/bittorrent/libutp" +SRC_URI="http://dev.gentoo.org/~ssuominen/${MY_P}.tar.xz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=net-libs/libutp-${PV}" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${MY_P}/${PN} |