public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/socksipy/
@ 2016-01-29 11:10 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2016-01-29 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     91409bfed0d4ba176aa9211c9e03674e8944d773
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 11:07:36 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>xmw@gentoo.org</email>
-		<name>Michael Weber</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-		<name>Python</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="sourceforge">socksipy</remote-id>
-	</upstream>
-</pkgmetadata>

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 )


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-29 11:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29 11:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/socksipy/ Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox