diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-06-26 20:45:22 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-26 20:45:22 -0400 |
commit | d427fe8c7ee672b077e7cb12fb45599dbf29197c (patch) | |
tree | 38c05139fdbf09738d4c901781e00fc5435e0a9b /net-misc | |
parent | app-metrics/buildbot-prometheus: drop last-rited pkg (diff) | |
download | gentoo-d427fe8c7ee672b077e7cb12fb45599dbf29197c.tar.gz gentoo-d427fe8c7ee672b077e7cb12fb45599dbf29197c.tar.bz2 gentoo-d427fe8c7ee672b077e7cb12fb45599dbf29197c.zip |
*/*: drop last-rited pkgs
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ipx-utils/Manifest | 1 | ||||
-rw-r--r-- | net-misc/ipx-utils/files/ipx-utils-1.1-gcc-warnings.patch | 51 | ||||
-rw-r--r-- | net-misc/ipx-utils/files/ipx-utils-1.1-makefile.patch | 24 | ||||
-rw-r--r-- | net-misc/ipx-utils/files/ipx-utils-1.1-proc.patch | 13 | ||||
-rw-r--r-- | net-misc/ipx-utils/files/ipx.confd | 26 | ||||
-rw-r--r-- | net-misc/ipx-utils/files/ipx.init | 42 | ||||
-rw-r--r-- | net-misc/ipx-utils/ipx-utils-1.1-r4.ebuild | 36 | ||||
-rw-r--r-- | net-misc/ipx-utils/metadata.xml | 5 |
8 files changed, 0 insertions, 198 deletions
diff --git a/net-misc/ipx-utils/Manifest b/net-misc/ipx-utils/Manifest deleted file mode 100644 index dae3a3e5fba0..000000000000 --- a/net-misc/ipx-utils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ipx-1.1.tar.gz 8177 BLAKE2B 83eb4f480709b82cac5c83e86db614c99cbc992e9c36421c3c409a4af8d21f45672d2f82cc32b7a6ac304c89632e32ae68fdf97f374eed02f8886543f2c981a0 SHA512 cb1bcf0c28939ab5ff1e1cf36f1cb8cbfcb7c019d65df5fc56a1b43673406cdf4abffa3d6164615e42ce955f078c05f721da90ca54353870e552c01bb3c2973d diff --git a/net-misc/ipx-utils/files/ipx-utils-1.1-gcc-warnings.patch b/net-misc/ipx-utils/files/ipx-utils-1.1-gcc-warnings.patch deleted file mode 100644 index 3fc928f00e2d..000000000000 --- a/net-misc/ipx-utils/files/ipx-utils-1.1-gcc-warnings.patch +++ /dev/null @@ -1,51 +0,0 @@ -Binary files ipx-1.1.orig/ipx_configure and ipx-1.1/ipx_configure differ -diff -ur ipx-1.1.orig/ipx_configure.c ipx-1.1/ipx_configure.c ---- ipx-1.1.orig/ipx_configure.c 2016-05-04 21:08:46.606264315 +0000 -+++ ipx-1.1/ipx_configure.c 2016-05-04 21:21:46.139346843 +0000 -@@ -7,6 +7,7 @@ - #include <unistd.h> - #include <ctype.h> - #include <getopt.h> -+#include <stdlib.h> - #include <strings.h> - #include <netipx/ipx.h> - #include <sys/types.h> -Binary files ipx-1.1.orig/ipx_interface and ipx-1.1/ipx_interface differ -diff -ur ipx-1.1.orig/ipx_interface.c ipx-1.1/ipx_interface.c ---- ipx-1.1.orig/ipx_interface.c 2016-05-04 21:08:46.606264315 +0000 -+++ ipx-1.1/ipx_interface.c 2016-05-04 21:20:27.414995860 +0000 -@@ -8,7 +8,7 @@ - #include <errno.h> - #include <unistd.h> - #include <stdlib.h> --#include <strings.h> -+#include <string.h> - #include <netinet/in.h> - #include <netipx/ipx.h> - #include <linux/if.h> -Binary files ipx-1.1.orig/ipx_internal_net and ipx-1.1/ipx_internal_net differ -diff -ur ipx-1.1.orig/ipx_internal_net.c ipx-1.1/ipx_internal_net.c ---- ipx-1.1.orig/ipx_internal_net.c 2016-05-04 21:08:46.606264315 +0000 -+++ ipx-1.1/ipx_internal_net.c 2016-05-04 21:20:14.814299490 +0000 -@@ -7,7 +7,7 @@ - #include <stdlib.h> - #include <ctype.h> - #include <errno.h> --#include <strings.h> -+#include <string.h> - #include <netinet/in.h> - #include <netipx/ipx.h> - #include <linux/if.h> -Binary files ipx-1.1.orig/ipx_route and ipx-1.1/ipx_route differ -diff -ur ipx-1.1.orig/ipx_route.c ipx-1.1/ipx_route.c ---- ipx-1.1.orig/ipx_route.c 2016-05-04 21:08:46.606264315 +0000 -+++ ipx-1.1/ipx_route.c 2016-05-04 21:20:17.954473064 +0000 -@@ -8,7 +8,7 @@ - #include <stdlib.h> - #include <ctype.h> - #include <errno.h> --#include <strings.h> -+#include <string.h> - #include <netinet/in.h> - #include <netipx/ipx.h> - #include <sys/types.h> diff --git a/net-misc/ipx-utils/files/ipx-utils-1.1-makefile.patch b/net-misc/ipx-utils/files/ipx-utils-1.1-makefile.patch deleted file mode 100644 index 5a596f818d19..000000000000 --- a/net-misc/ipx-utils/files/ipx-utils-1.1-makefile.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- ipx-1.1.orig/Makefile -+++ ipx-1.1/Makefile -@@ -10,17 +10,8 @@ clean: - install: $(UTILS) - for i in $(UTILS); \ - do \ -- install --strip $$i /sbin; \ -- install $$i.8 /usr/man/man8; \ -+ install $$i ${DESTDIR}/sbin; \ -+ install $$i.8 ${DESTDIR}/usr/share/man/man8; \ - done -- install init.ipx /etc/rc.d/init.d/ipx -- install -m 0644 config.ipx /etc/sysconfig/ipx -- rm -f /etc/rc.d/rc2.d/S15ipx -- ln -sf /etc/rc.d/init.d/ipx /etc/rc.d/rc2.d/S15ipx -- rm -f /etc/rc.d/rc3.d/S15ipx -- ln -sf /etc/rc.d/init.d/ipx /etc/rc.d/rc3.d/S15ipx -- rm -f /etc/rc.d/rc5.d/S15ipx -- ln -sf /etc/rc.d/init.d/ipx /etc/rc.d/rc5.d/S15ipx -- rm -f /etc/rc.d/rc6.d/K55ipx -- ln -sf /etc/rc.d/init.d/ipx /etc/rc.d/rc6.d/K55ipx -- -+# install init.ipx /etc/rc.d/init.d/ipx -+# install -m 0644 config.ipx /etc/sysconfig/ipx diff --git a/net-misc/ipx-utils/files/ipx-utils-1.1-proc.patch b/net-misc/ipx-utils/files/ipx-utils-1.1-proc.patch deleted file mode 100644 index d82d228ff139..000000000000 --- a/net-misc/ipx-utils/files/ipx-utils-1.1-proc.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- ipx-1.1/ipx_interface.c.orig 2004-10-16 13:14:40.677964152 -0400 -+++ ipx-1.1/ipx_interface.c 2004-10-16 13:15:18.464219768 -0400 -@@ -191,7 +191,9 @@ - exit(-1); - } - -- fp = fopen("/proc/net/ipx_interface", "r"); -+ fp = fopen("/proc/net/ipx/interface", "r"); -+ if (fp == NULL) -+ fp = fopen("/proc/net/ipx_interface", "r"); - if (fp == NULL) { - fprintf(stderr, - "%s: Unable to open \"/proc/net/ipx_interface.\"\n", diff --git a/net-misc/ipx-utils/files/ipx.confd b/net-misc/ipx-utils/files/ipx.confd deleted file mode 100644 index da14fd6e6605..000000000000 --- a/net-misc/ipx-utils/files/ipx.confd +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Config file for /etc/init.d/ipx - -# Automatically selecting a primary interface. -IPX_AUTO_PRIMARY=on - -# Automatically creating interfaces. -IPX_AUTO_INTERFACE=on - -# Interface to which IPX sockets are bound. -IPX_DEVICE=eth0 - -# The IPX frame type to use -IPX_FRAME=802.2 - -# Create a special kind of IPX interface that does not -# have a physical device or frame type. -IPX_INTERNAL_NET=no - -# Network number -IPX_NETNUM=1 - -# Node number -IPX_NODENUM=1 diff --git a/net-misc/ipx-utils/files/ipx.init b/net-misc/ipx-utils/files/ipx.init deleted file mode 100644 index 891505926b63..000000000000 --- a/net-misc/ipx-utils/files/ipx.init +++ /dev/null @@ -1,42 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -#NB: Config is in /etc/conf.d/ipx - -depend() { - use net -} - -start() { - local retval=0 - - ebegin "Bringing IPX up" - if [ ${IPX_INTERNAL_NET} = "yes" ] - then - /sbin/ipx_internal_net add ${IPX_NETNUM} ${IPX_NODENUM} - retval=$? - else - /sbin/ipx_interface add -p ${IPX_DEVICE} \ - ${IPX_FRAME} ${IPX_NETNUM} - retval=$? - fi - - ipx_configure \ - --auto_primary=${IPX_AUTO_PRIMARY} \ - --auto_interface=${IPX_AUTO_INTERFACE} - retval=$(( $retval + $? )) - eend ${retval} "Failed to bring IPX up" -} - -stop() { - local retval=0 - - ebegin "Bringing IPX down" - /bin/umount -v -a -tncpfs - /sbin/ipx_configure --auto_primary=off --auto_interface=off - retval=$? - /sbin/ipx_interface delall - retval=$(( $retval + $? )) - eend ${retval} "Failed to down IPX" -} diff --git a/net-misc/ipx-utils/ipx-utils-1.1-r4.ebuild b/net-misc/ipx-utils/ipx-utils-1.1-r4.ebuild deleted file mode 100644 index ce29d24d766c..000000000000 --- a/net-misc/ipx-utils/ipx-utils-1.1-r4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -inherit eutils - -DESCRIPTION="The IPX Utilities" -HOMEPAGE="ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/" -SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/${P/-utils}.tar.gz" - -LICENSE="ipx-utils GPL-2" # GPL-2 only for init script -SLOT="0" -KEYWORDS="amd64 ppc64 x86" -IUSE="" - -RDEPEND="!!net-fs/ncpfs" # conflicts on manpages - -S=${WORKDIR}/${P/-utils} - -src_prepare() { - sed -i "s:-O2 -Wall:${CFLAGS}:" "${S}"/Makefile - eapply "${FILESDIR}"/${P}-makefile.patch - eapply "${FILESDIR}"/${P}-proc.patch #67642 - eapply "${FILESDIR}"/${P}-gcc-warnings.patch - - default -} - -src_install() { - doman *.8 - newconfd "${FILESDIR}"/ipx.confd ipx - newinitd "${FILESDIR}"/ipx.init ipx - - into /sbin - default -} diff --git a/net-misc/ipx-utils/metadata.xml b/net-misc/ipx-utils/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-misc/ipx-utils/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> |