commit: 4916826ecbd909761f6b1f0a4e5540ab0b51b8c9 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Feb 9 09:05:03 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sun Feb 9 10:08:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4916826e
gentoo/net-misc: really remove net-misc/ethflop Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/40499 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> net-misc/ethflop/Manifest | 3 --- .../ethflop/files/ethflop-20240916-makefile.patch | 11 ----------- net-misc/ethflop/files/ethflopd.confd | 8 -------- net-misc/ethflop/files/ethflopd.initd | 11 ----------- net-misc/ethflop/files/ethflopd.service-r1 | 10 ---------- net-misc/ethflop/metadata.xml | 22 ---------------------- 6 files changed, 65 deletions(-) diff --git a/net-misc/ethflop/Manifest b/net-misc/ethflop/Manifest deleted file mode 100644 index bcca07b75bf9..000000000000 --- a/net-misc/ethflop/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ethflop-20191003.zip 29858 BLAKE2B e5a4068d45c398d6c7bfd08299b57566c3d30bea4ef79692cae065adb61f3c41fd3ed568260e82e19d90e17c7b6d92c0698bb7f7c40edea9d44804a7a61e18ae SHA512 808e65d45e2ff74380bc2f1a31b7bb59fdca4acdf44eb7f60deef9aa0976462ddc64982e8a7b7c225d7f88e11a33dfcdf73fd7169f942018976d4d086e7ec477 -DIST ethflop-20240920-src.zip 22250 BLAKE2B d644c2e2cec9a6d0d303c38412833ff46c26a572138e7bbfbac55437895deb36e843685ee25e5797b7dacb2842b6c7896e6f9e4d819154f1cd2f1a95ca10b721 SHA512 6dc84b1db4fd6a83037c1f1395da5cc4bf5f43b9650f64d20c05fef4ceccdca1661e890a96f85e7a96ee94ee89b1d96994bfbe8d048a8f7d690e53f21ebde518 -DIST ethflopd-20240916-src.tar.gz 55737 BLAKE2B 8b6a886829f1f7c19c95965b48182c66da04d6f5364ff0cc1b820db62794f33e64900c9df6e7584a0ee3190d70121c7d52853f1d54bf9977e9f0fa7af6e2dfbd SHA512 b442dc4f0be8357cc406c0f67aa4234bebfb648c42342b0858ee06d162386323e2fa89d1d7d54d327b07c10f50bc5452958fdd8b41066a8bece08e4a65aa59c3 diff --git a/net-misc/ethflop/files/ethflop-20240916-makefile.patch b/net-misc/ethflop/files/ethflop-20240916-makefile.patch deleted file mode 100644 index ffa255868da7..000000000000 --- a/net-misc/ethflop/files/ethflop-20240916-makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.linux -+++ b/Makefile.linux -@@ -16,7 +16,7 @@ - all: ethflopd - - ethflopd: ui_posix.c core.c -- $(CC) $(CFLAGS) -o ethflopd ui_posix.c core.c -+ $(CC) $(CFLAGS) $(LDFLAGS) -o ethflopd ui_posix.c core.c - - clean: - rm -f ethflopd *.o diff --git a/net-misc/ethflop/files/ethflopd.confd b/net-misc/ethflop/files/ethflopd.confd deleted file mode 100644 index a727dae4c726..000000000000 --- a/net-misc/ethflop/files/ethflopd.confd +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Network interface, which should be used for serving floppy images -INTERFACE="lo" - -# Storage directory, from where floppy images are being served -STORAGEDIR="/tmp" diff --git a/net-misc/ethflop/files/ethflopd.initd b/net-misc/ethflop/files/ethflopd.initd deleted file mode 100644 index d00c63f980ae..000000000000 --- a/net-misc/ethflop/files/ethflopd.initd +++ /dev/null @@ -1,11 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="ethflopd daemon" -command="/usr/bin/ethflopd" -command_args="${INTERFACE} ${STORAGEDIR}" - -depend() { - need net -} diff --git a/net-misc/ethflop/files/ethflopd.service-r1 b/net-misc/ethflop/files/ethflopd.service-r1 deleted file mode 100644 index 39fa29a52171..000000000000 --- a/net-misc/ethflop/files/ethflopd.service-r1 +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=ethflopd daemon -After=network-online.target - -[Service] -EnvironmentFile=/etc/conf.d/ethflopd -ExecStart=/usr/bin/ethflopd lo /tmp - -[Install] -WantedBy=multi-user.target diff --git a/net-misc/ethflop/metadata.xml b/net-misc/ethflop/metadata.xml deleted file mode 100644 index e4b008939e75..000000000000 --- a/net-misc/ethflop/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Conrad Kostecki</name> - </maintainer> - <longdescription> - ethflop is a DOS TSR that emulates a floppy disk drive. - The emulated (virtual) floppy disk is, in fact, stored on a Linux server as a floppy image. - All the communication between ethflop (the TSR) and ethflopd (the Linux daemon) is exchanged over raw Ethernet. - No need for any network configuration - the DOS PC only needs to have some kind of Ethernet adapter - (physical or emulated, for example through PLIP) and a suitable packet driver. - The Linux server and the DOS PC must be connected to a common Ethernet segment (same LAN). - </longdescription> - <use> - <flag name="tsr">Build the TSR program for DOS, which acts as a client.</flag> - </use> - <upstream> - <remote-id type="sourceforge">ethflop</remote-id> - </upstream> -</pkgmetadata>
