commit:     8d9470da27008c76fca06e2b5bc13247f0ffb19e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 14:58:41 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 15:08:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9470da

net-proxy/obfsproxy: Remove last-rited pkg

 net-proxy/obfsproxy/Manifest                       |  3 ---
 .../files/obfsproxy-0.2.9-remove-argparse.patch    | 11 ---------
 net-proxy/obfsproxy/metadata.xml                   | 11 ---------
 net-proxy/obfsproxy/obfsproxy-0.2.11.ebuild        | 26 ----------------------
 net-proxy/obfsproxy/obfsproxy-0.2.12.ebuild        | 26 ----------------------
 net-proxy/obfsproxy/obfsproxy-0.2.13.ebuild        | 26 ----------------------
 profiles/package.mask                              |  5 -----
 7 files changed, 108 deletions(-)

diff --git a/net-proxy/obfsproxy/Manifest b/net-proxy/obfsproxy/Manifest
deleted file mode 100644
index 48f61f1b750..00000000000
--- a/net-proxy/obfsproxy/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST obfsproxy-0.2.11.tar.gz 92478 SHA256 
121a0e5869e5233e3130ab8355f9cda94bb366e845556cb03b5beb63fb26cb94 SHA512 
305667c8a9d7050a8a2eb5e9d889607e25b4a1adf116bb7d1c078285f6e43b734c7e39d505993a3d7389ae2316b2ac026b89ee86a429599682fbd6335e4d21fd
 WHIRLPOOL 
ce205ea7179c82c4475cfcd509a57f832c9abcf14720924b744cf5e085d61dc162e905a42d1d0a8406c24ac5fdb34ac3691d5f992589c8f65b4cafd2eb10e767
-DIST obfsproxy-0.2.12.tar.gz 92513 SHA256 
419a5b0ac138ea46e62a5bcfcf173d3346d2b8d5feb8d07c0616278e2aa74527 SHA512 
fd4cb967200b188607327dda612ff5f6c59ccf18852b8229077c56e0b32696d6bedb26a89dbfbf2ea88f5d315500e94c88df14e530cb09f7df6838468f074058
 WHIRLPOOL 
f711ab624dd410d8c114a8f565597db9ba3a493d41259c7e4fe7daaf59c7e0ae6ede27e090172bd3e31eb879f5123e3737849fded6b975db1131c7920ffecf1a
-DIST obfsproxy-0.2.13.tar.gz 93435 SHA256 
1e26c2faef1cfcf856ddf60e9647058a7c78fb0d47f05b58a0f847ed7cc41a66 SHA512 
1ed4a70e932a71224f731f3bb5510e4d6ddc58e07ff7205bb9e627fd2848fd28d2c23c9b4c8813c2e7dd1b5c1713c09a23754966f2c60bd359028568e1de655b
 WHIRLPOOL 
2ac34f5f495703df3fa3f44db33ab5f02fd7de609ec37e00e32360a1084f4abaf6860736a1a2c225f742349f03d374224f4e155ef8f6e9e93462fcf211e2638a

diff --git a/net-proxy/obfsproxy/files/obfsproxy-0.2.9-remove-argparse.patch 
b/net-proxy/obfsproxy/files/obfsproxy-0.2.9-remove-argparse.patch
deleted file mode 100644
index ef3d28ecf75..00000000000
--- a/net-proxy/obfsproxy/files/obfsproxy-0.2.9-remove-argparse.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur obfsproxy-0.2.9.orig/setup.py obfsproxy-0.2.9/setup.py
---- obfsproxy-0.2.9.orig/setup.py      2014-05-01 14:37:27.000000000 -0400
-+++ obfsproxy-0.2.9/setup.py   2014-05-02 09:28:37.278675261 -0400
-@@ -32,7 +32,6 @@
-         'setuptools',
-         'PyCrypto',
-         'Twisted',
--        'argparse',
-         'pyptlib >= 0.0.6',
-         'pyyaml'
-         ],

diff --git a/net-proxy/obfsproxy/metadata.xml b/net-proxy/obfsproxy/metadata.xml
deleted file mode 100644
index 846851a96ed..00000000000
--- a/net-proxy/obfsproxy/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>bluen...@gentoo.org</email>
-    <name>Anthony G. Basile</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">obfsproxy</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/net-proxy/obfsproxy/obfsproxy-0.2.11.ebuild 
b/net-proxy/obfsproxy/obfsproxy-0.2.11.ebuild
deleted file mode 100644
index bb304485f87..00000000000
--- a/net-proxy/obfsproxy/obfsproxy-0.2.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="An obfuscating proxy using Tor's pluggable transport protocol"
-HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html";
-SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
-
-DOCS=( ChangeLog INSTALL README TODO doc/HOWTO.txt )
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND=">=dev-python/pyptlib-0.0.6[${PYTHON_USEDEP}]
-       >=dev-python/pycrypto-2.6-r2[${PYTHON_USEDEP}]
-       dev-python/twisted-core[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.2.9-remove-argparse.patch )

diff --git a/net-proxy/obfsproxy/obfsproxy-0.2.12.ebuild 
b/net-proxy/obfsproxy/obfsproxy-0.2.12.ebuild
deleted file mode 100644
index bb304485f87..00000000000
--- a/net-proxy/obfsproxy/obfsproxy-0.2.12.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="An obfuscating proxy using Tor's pluggable transport protocol"
-HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html";
-SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
-
-DOCS=( ChangeLog INSTALL README TODO doc/HOWTO.txt )
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND=">=dev-python/pyptlib-0.0.6[${PYTHON_USEDEP}]
-       >=dev-python/pycrypto-2.6-r2[${PYTHON_USEDEP}]
-       dev-python/twisted-core[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.2.9-remove-argparse.patch )

diff --git a/net-proxy/obfsproxy/obfsproxy-0.2.13.ebuild 
b/net-proxy/obfsproxy/obfsproxy-0.2.13.ebuild
deleted file mode 100644
index bb304485f87..00000000000
--- a/net-proxy/obfsproxy/obfsproxy-0.2.13.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="An obfuscating proxy using Tor's pluggable transport protocol"
-HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html";
-SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
-
-DOCS=( ChangeLog INSTALL README TODO doc/HOWTO.txt )
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND=">=dev-python/pyptlib-0.0.6[${PYTHON_USEDEP}]
-       >=dev-python/pycrypto-2.6-r2[${PYTHON_USEDEP}]
-       dev-python/twisted-core[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.2.9-remove-argparse.patch )

diff --git a/profiles/package.mask b/profiles/package.mask
index cf479d7c641..55de96e14bb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -227,11 +227,6 @@ dev-libs/btparse
 # Removal in 30 days. Bug #279088
 dev-java/jusb
 
-# Anthony G. Basile <bluen...@gentoo.org> (11 Mar 2017)
-# Masked for removal in 30 days.  No longer supported
-# upstream.  Use net-proxy/obfs4proxy instread.
-net-proxy/obfsproxy
-
 # Gnome Team <gn...@gentoo.org> (08 Mar 2017)
 # GNOME 3.24 mask (#611270)
 >=x11-themes/adwaita-icon-theme-3.23

Reply via email to