From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 17FBA58973 for ; Fri, 29 Jan 2016 11:10:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA1B6E07FD; Fri, 29 Jan 2016 11:10:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B2ABE07FD for ; Fri, 29 Jan 2016 11:10:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD5E9340C21 for ; Fri, 29 Jan 2016 11:10:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A92CD8F2 for ; Fri, 29 Jan 2016 11:10:12 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454065809.91409bfed0d4ba176aa9211c9e03674e8944d773.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/socksipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/socksipy/Manifest dev-python/socksipy/metadata.xml dev-python/socksipy/socksipy-1.00.ebuild dev-python/socksipy/socksipy-1.02.ebuild X-VCS-Directories: dev-python/socksipy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 91409bfed0d4ba176aa9211c9e03674e8944d773 X-VCS-Branch: master Date: Fri, 29 Jan 2016 11:10:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a859e6db-38f5-4805-a941-5e3593b11e4d X-Archives-Hash: 9d10985770229ae9f38c80d68f88b812 commit: 91409bfed0d4ba176aa9211c9e03674e8944d773 Author: Justin Lecher gentoo org> AuthorDate: Fri Jan 29 11:07:36 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jan 29 11:10:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91409bfe dev-python/socksipy: Drop old fork Signed-off-by: Justin Lecher gentoo.org> dev-python/socksipy/Manifest | 2 -- dev-python/socksipy/metadata.xml | 15 --------------- dev-python/socksipy/socksipy-1.00.ebuild | 27 --------------------------- dev-python/socksipy/socksipy-1.02.ebuild | 27 --------------------------- 4 files changed, 71 deletions(-) diff --git a/dev-python/socksipy/Manifest b/dev-python/socksipy/Manifest deleted file mode 100644 index a907128..0000000 --- a/dev-python/socksipy/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST SocksiPy-branch-1.02.zip 10650 SHA256 6f0fb4224bf2ed48e2302d3fa226bb94ba1d138dfb03aa0ba88747ad8bdfd471 SHA512 6d17de2bbefac123e447d46dae082e46246132e582ab4f129661c0bfb090df3acf0ee0ea074a80882b835c4fa5346808e530da0170ecf01b610ce6f799aa6234 WHIRLPOOL c98290445311efafa145efd89a16ea2401a20bf3c1bf6a70cd4a245b5ba17ba2b53efcb5e3ec92a7689f08bd03c559218fc7e5afb67f509642f6bf1299e8a46a -DIST socksipy-1.00.tar.gz 7627 SHA256 4a7dc98f5a39b797e4bbb3db13747954836a3ac94c29880849538effdbce0639 SHA512 21d28ccd0616bf0cef1aa2260e32e5862dfcdd7d2dc83448aa58948144af0134d8371fafea5644d983b2b49d5cce3df6606d77126941b8f36f53be74d6fab479 WHIRLPOOL 31f40e4a8bd3cef0eff80d7061e91e5fb6951cce4ab6f1bb1541542668915ac1e8ce6ddb384c66608d6ddccd3983fd53fb35eed0f034b961665fa8b95ed84703 diff --git a/dev-python/socksipy/metadata.xml b/dev-python/socksipy/metadata.xml deleted file mode 100644 index 63651ce..0000000 --- a/dev-python/socksipy/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - xmw@gentoo.org - Michael Weber - - - python@gentoo.org - Python - - - socksipy - - diff --git a/dev-python/socksipy/socksipy-1.00.ebuild b/dev-python/socksipy/socksipy-1.00.ebuild deleted file mode 100644 index df8b15c..0000000 --- a/dev-python/socksipy/socksipy-1.00.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit python-r1 - -DESCRIPTION="SOCKS proxy implementation for python" -HOMEPAGE="http://socksipy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}/SocksiPy%20${PV}/SocksiPy.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -S="${WORKDIR}" - -src_install() { - python_foreach_impl python_domodule socks.py -} diff --git a/dev-python/socksipy/socksipy-1.02.ebuild b/dev-python/socksipy/socksipy-1.02.ebuild deleted file mode 100644 index 7e4867f..0000000 --- a/dev-python/socksipy/socksipy-1.02.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit distutils-r1 - -MY_PN="SocksiPy-branch" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="SOCKS proxy implementation for python" -HOMEPAGE="http://socksipy.sourceforge.net/ https://code.google.com/p/socksipy-branch/" -SRC_URI="https://socksipy-branch.googlecode.com/files/${MY_P}.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -DOCS=( BUGS README )