commit:     4bf0f052dc34825b8d4932a7e76d5207f1a2c94a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 07:25:13 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 07:25:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf0f052

net-ftp/pybootd: Remove last-rited pkg

Closes: https://bugs.gentoo.org/713506
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-ftp/pybootd/Manifest                           |  1 -
 net-ftp/pybootd/files/pybootd-scripts.patch        | 36 ----------------------
 net-ftp/pybootd/metadata.xml                       |  9 ------
 .../pybootd/pybootd-1.5.0_pre20110524131526.ebuild | 27 ----------------
 profiles/package.mask                              |  5 ---
 5 files changed, 78 deletions(-)

diff --git a/net-ftp/pybootd/Manifest b/net-ftp/pybootd/Manifest
deleted file mode 100644
index c1610bb948a..00000000000
--- a/net-ftp/pybootd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pybootd-1.5.0_pre20110524131526.tar.gz 21855 BLAKE2B 
39479c742d73d29998de1dd9cf4c7398dd27f1d5564c18de0ebb5cfce0a439e3dec829f88938a72f932bc0bf486e27dd9b2e239b27cfe99ed25cb87e1354b6ab
 SHA512 
113a2195d33ba5a0196810370fedd582204de5f8323ecec37e6209fc7074cde06ba80cb8113fd83be70685c8ea18c6167d751085ea9bee5c1ab34dab152eea71

diff --git a/net-ftp/pybootd/files/pybootd-scripts.patch 
b/net-ftp/pybootd/files/pybootd-scripts.patch
deleted file mode 100644
index 71a001f4479..00000000000
--- a/net-ftp/pybootd/files/pybootd-scripts.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-install the pybootd.py helper as pybootd otherwise the import gets confused
-
---- a/setup.py
-+++ b/setup.py
-@@ -18,13 +18,23 @@
- # License along with this library; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- 
-+import shutil
- from distutils.core import setup
-+import distutils.command.install_scripts
- 
- 
- def _read(fname):
-     import os
-     return open(os.path.join(os.path.dirname(__file__), fname)).read()
- 
-+class script_rename(distutils.command.install_scripts.install_scripts):
-+
-+    def run(self):
-+        distutils.command.install_scripts.install_scripts.run(self)
-+        for script in self.get_outputs():
-+            if script.endswith('.py'):
-+                shutil.move(script, script[:-3])
-+
- setup(
-     name='pybootd',
-     version='1.5.0',
-@@ -56,5 +66,7 @@ setup(
-     package_data = {
-         '': ['etc/*.ini', 'etc/*.cfg'],
-     },
-+    cmdclass = {'install_scripts': script_rename},
-+    scripts = ['pybootd.py'],
-     long_description=_read('README.rst'),
- )

diff --git a/net-ftp/pybootd/metadata.xml b/net-ftp/pybootd/metadata.xml
deleted file mode 100644
index 236bb92992d..00000000000
--- a/net-ftp/pybootd/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="pypi">pybootd</remote-id>
-               <remote-id type="github">eblot/pybootd</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/net-ftp/pybootd/pybootd-1.5.0_pre20110524131526.ebuild 
b/net-ftp/pybootd/pybootd-1.5.0_pre20110524131526.ebuild
deleted file mode 100644
index ba6a2718f41..00000000000
--- a/net-ftp/pybootd/pybootd-1.5.0_pre20110524131526.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-GIT_HASH="7fd7d045fd4b4cdeebf4d07c1c5cd9649c2172b8"
-
-DESCRIPTION="Simplified BOOTP/DHCP/PXE/TFTP server"
-HOMEPAGE="https://github.com/eblot/pybootd";
-SRC_URI="https://github.com/eblot/pybootd/archive/${GIT_HASH:0:6}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/netifaces-0.5"
-DEPEND=""
-
-S="${WORKDIR}/pybootd-${GIT_HASH}"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-scripts.patch
-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 80679c6f12f..7b4a0d3d5c2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -535,11 +535,6 @@ dev-python/pyorbit
 # Removal in 30 days.  Bug #710166.
 sci-electronics/geda-xgsch2pcb
 
-# Michał Górny <mgo...@gentoo.org> (2020-03-19)
-# Unmaintained.  Added in 2014 and not touched since.  Python 2 only.
-# Removal in 30 days.  Bug #713506.
-net-ftp/pybootd
-
 # Andreas Sturmlechner <ast...@gentoo.org> (2020-03-14)
 # Breaks at least dev-games/simgear right now, bug #709878.
 ~dev-games/openscenegraph-3.6.5

Reply via email to