[gentoo-commits] repo/gentoo:master commit in: net-fs/ncpfs/, net-misc/ipx-utils/files/, profiles/, net-fs/ncpfs/files/, ...

2020-06-26 Thread Aaron Bauman
commit: d427fe8c7ee672b077e7cb12fb45599dbf29197c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Jun 27 00:45:22 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun 27 00:45:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d427fe8c

*/*: drop last-rited pkgs

Signed-off-by: Aaron Bauman  gentoo.org>

 net-fs/ncpfs/Manifest  |   1 -
 net-fs/ncpfs/files/ipx.confd   |  27 -
 net-fs/ncpfs/files/ipx.init|  41 --
 net-fs/ncpfs/files/ncpfs-2.2.5-php.patch   |  16 -
 net-fs/ncpfs/files/ncpfs-2.2.6-align-fix.patch |  12 -
 .../files/ncpfs-2.2.6-drop-kernel-check.patch  |  31 --
 .../files/ncpfs-2.2.6-drop-mtab-support.patch  | 269 --
 net-fs/ncpfs/files/ncpfs-2.2.6-gcc4.patch  |  36 --
 net-fs/ncpfs/files/ncpfs-2.2.6-getuid-fix.patch| 124 -
 .../ncpfs/files/ncpfs-2.2.6-ldflags-support.patch  | 153 --
 .../ncpfs-2.2.6-makefile-fix-soname-link.patch |  15 -
 .../ncpfs/files/ncpfs-2.2.6-missing-includes.patch |  22 -
 .../ncpfs/files/ncpfs-2.2.6-multiple-vulns.patch   | 557 -
 net-fs/ncpfs/files/ncpfs-2.2.6-no-suid-root.patch  |  16 -
 .../ncpfs/files/ncpfs-2.2.6-pam_ncp_auth-fix.patch |  12 -
 .../ncpfs-2.2.6-remove-libncp_atomic-header.patch  |  15 -
 .../files/ncpfs-2.2.6-remove-packed-attrib.patch   | 297 ---
 .../files/ncpfs-2.2.6-servername-array-fix.patch   |  15 -
 .../files/ncpfs-2.2.6-zend_function_entry.patch|  11 -
 net-fs/ncpfs/metadata.xml  |   9 -
 net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild |  89 
 net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild |  95 
 net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild |  89 
 net-misc/ipx-utils/Manifest|   1 -
 .../files/ipx-utils-1.1-gcc-warnings.patch |  51 --
 .../ipx-utils/files/ipx-utils-1.1-makefile.patch   |  24 -
 net-misc/ipx-utils/files/ipx-utils-1.1-proc.patch  |  13 -
 net-misc/ipx-utils/files/ipx.confd |  26 -
 net-misc/ipx-utils/files/ipx.init  |  42 --
 net-misc/ipx-utils/ipx-utils-1.1-r4.ebuild |  36 --
 net-misc/ipx-utils/metadata.xml|   5 -
 profiles/package.mask  |  10 -
 32 files changed, 2160 deletions(-)

diff --git a/net-fs/ncpfs/Manifest b/net-fs/ncpfs/Manifest
deleted file mode 100644
index a5eaec96762..000
--- a/net-fs/ncpfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ncpfs-2.2.6.tar.gz 2100545 BLAKE2B 
b95c8c0b097227c7b9e526e978efdca2234cdd0833468be99abaa68b0feba09794be26ebcb3a1c3371bc99f6c9d007eee164fa5f918aaee3eca44aeb1420211f
 SHA512 
51f85eaae85deb66cea2ff434974699f6aa45ed1ed75217ef6176ac0b7d0f9f1c4fb186afc64c1b495474d5bad9ac7614033128c0bec39c05de723a9b29c8602

diff --git a/net-fs/ncpfs/files/ipx.confd b/net-fs/ncpfs/files/ipx.confd
deleted file mode 100644
index ca778f4e286..000
--- a/net-fs/ncpfs/files/ipx.confd
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 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.
-# Valid values are: 802.2, 802.3, SNAP, & EtherII.
-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-fs/ncpfs/files/ipx.init b/net-fs/ncpfs/files/ipx.init
deleted file mode 100644
index e4aa25716c5..000
--- a/net-fs/ncpfs/files/ipx.init
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-#NB: Config is in /etc/conf.d/ipx
-
-depend() {
-   need net netmount
-}
-
-start() {
-   local retval=0
-   
-   ebegin "Bringing IPX up"
-   if [ ${IPX_INTERNAL_NET} = "yes" ]
-   then
-   /usr/bin/ipx_internal_net add ${IPX_NETNUM} ${IPX_NODENUM}
-   retval=$?
-   else
-   /usr/bin/ipx_interface add -p ${IPX_DEVICE} \
-   ${IPX_FRAME} ${IPX_NETNUM}
-   retval=$?
-   fi
-   
-   /usr/bin/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"
-   /usr/bin/ipx_configure --auto_primary=off --auto_interface=off
-   retval=$?
-   /usr/bin/ipx_interface delall
-   retval=$(( $retval + $? ))
-   eend ${retval} "Failed 

[gentoo-commits] repo/gentoo:master commit in: net-fs/ncpfs/

2019-10-12 Thread Mikle Kolyada
commit: 17e8d9ddeec574faca7aa41f2e742c009b1fbf31
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 12 21:18:15 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 12 21:18:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e8d9dd

net-fs/ncpfs: migrate to sys-libs/pam

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild | 4 ++--
 net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild | 4 ++--
 net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild 
b/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild
index f66a06347b8..aeda73ee956 100644
--- a/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild
+++ b/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ KEYWORDS="amd64 ~mips ppc ppc64 x86"
 IUSE="nls pam php"
 
 DEPEND="nls? ( sys-devel/gettext )
-   pam? ( virtual/pam )
+   pam? ( sys-libs/pam )
php? ( || ( dev-lang/php virtual/httpd-php ) )"
 
 RDEPEND="${DEPEND}"

diff --git a/net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild 
b/net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild
index 481e43c3474..04130516b2c 100644
--- a/net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild
+++ b/net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ IUSE="nls pam php"
 
 DEPEND="
nls? ( sys-devel/gettext )
-   pam? ( virtual/pam )
+   pam? ( sys-libs/pam )
php? ( || ( dev-lang/php:* virtual/httpd-php:* ) )"
 
 RDEPEND="${DEPEND}"

diff --git a/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild 
b/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
index a024decda07..7e4c742a0e1 100644
--- a/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
+++ b/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
@@ -16,7 +16,7 @@ IUSE="nls pam"
 
 DEPEND="
nls? ( sys-devel/gettext )
-   pam? ( virtual/pam )"
+   pam? ( sys-libs/pam )"
 
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/ncpfs/

2019-02-16 Thread Brian Evans
commit: ab60db98ed2c9b3dca50392135b8fd067f8b8bdc
Author: Brian Evans  gentoo  org>
AuthorDate: Sat Feb 16 15:49:34 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sat Feb 16 15:49:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab60db98

net-fs/ncpfs: Drop epatch use in EAPI=6

Non-maintainer commit

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Brian Evans  gentoo.org>

 net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild 
b/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
index 14c992bac3a..a024decda07 100644
--- a/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
+++ b/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ DEPEND="
 
 RDEPEND="${DEPEND}"
 
-MY_PATCHES=(
+PATCHES=(
# Build fixes.
"${FILESDIR}"/${P}-gcc4.patch
"${FILESDIR}"/${P}-missing-includes.patch
@@ -60,12 +60,10 @@ MY_PATCHES=(
 DOCS=( FAQ README )
 
 src_prepare() {
-   default
-
# Bug #273484.
sed -i '/ldconfig/d' lib/Makefile.in || die
 
-   epatch "${MY_PATCHES[@]}"
+   default
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: net-fs/ncpfs/

2018-04-29 Thread Joshua Kinard
commit: b596f24ddd523ec65e6ee65583926930bd36af5f
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Apr 30 03:39:01 2018 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Apr 30 03:39:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b596f24d

net-fs/ncpfs: Remove PHP support

Removed the PHP USE flag and force-disabled PHP support.
Also removed epatch lines for ncpfs-2.2.5-php.patch and
ncpfs-2.2.6-zend_function_entry.patch.  See Bug #582516.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild | 91 ++
 1 file changed, 91 insertions(+)

diff --git a/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild 
b/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
new file mode 100644
index 000..14c992bac3a
--- /dev/null
+++ b/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pam
+
+DESCRIPTION="Provides access to Netware services using the NCP protocol"
+HOMEPAGE="ftp://platan.vc.cvut.cz/pub/linux/ncpfs/;
+SRC_URI="ftp://platan.vc.cvut.cz/pub/linux/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="nls pam"
+
+DEPEND="
+   nls? ( sys-devel/gettext )
+   pam? ( virtual/pam )"
+
+RDEPEND="${DEPEND}"
+
+MY_PATCHES=(
+   # Build fixes.
+   "${FILESDIR}"/${P}-gcc4.patch
+   "${FILESDIR}"/${P}-missing-includes.patch
+
+   # Add a patch to fix multiple vulnerabilities.
+   # CVE-2010-0788, CVE-2010-0790, & CVE-2010-0791.
+   # http://seclists.org/fulldisclosure/2010/Mar/122
+   "${FILESDIR}"/${P}-multiple-vulns.patch
+
+   # Add a patch that removes the __attribute__((packed)); directive
+   # from several struct members in include/ncp/ncplib.h.  This will
+   # cut down on a large number of compile warnings generated by modern
+   # gcc releases.
+   "${FILESDIR}"/${P}-remove-packed-attrib.patch
+
+   # Misc patches borrowed from Mageia.
+   "${FILESDIR}"/${P}-align-fix.patch
+   "${FILESDIR}"/${P}-getuid-fix.patch
+   "${FILESDIR}"/${P}-pam_ncp_auth-fix.patch
+   "${FILESDIR}"/${P}-servername-array-fix.patch
+
+   # Misc patches borrowed from Debian.
+   # Fixes Bug #497278
+   "${FILESDIR}"/${P}-drop-kernel-check.patch
+   "${FILESDIR}"/${P}-drop-mtab-support.patch
+   "${FILESDIR}"/${P}-no-suid-root.patch
+   "${FILESDIR}"/${P}-remove-libncp_atomic-header.patch
+
+   # Support LDFLAGS.
+   "${FILESDIR}"/${P}-ldflags-support.patch
+
+   # Bug 446696.  This might need re-diffing if additional Makefile
+   # fixes are added.
+   "${FILESDIR}"/${P}-makefile-fix-soname-link.patch
+)
+
+DOCS=( FAQ README )
+
+src_prepare() {
+   default
+
+   # Bug #273484.
+   sed -i '/ldconfig/d' lib/Makefile.in || die
+
+   epatch "${MY_PATCHES[@]}"
+}
+
+src_configure() {
+   # PHP integration no longer supported in Gentoo, per Bug #582516.
+   econf \
+   $(use_enable nls) \
+   $(use_enable pam pam "$(getpam_mod_dir)") \
+   --disable-php
+}
+
+src_install() {
+   dodir $(getpam_mod_dir) /usr/sbin /sbin
+
+   # Install main software and headers.
+   emake DESTDIR="${D}" install
+   emake DESTDIR="${D}" install-dev
+
+   # Install a startup script in /etc/init.d and a conf file in /etc/conf.d
+   newconfd "${FILESDIR}"/ipx.confd ipx
+   newinitd "${FILESDIR}"/ipx.init ipx
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: net-fs/ncpfs/files/

2017-01-21 Thread Patrice Clement
commit: e0cb3a104e2710548327246c566aa03b173a9756
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Jan 18 18:23:08 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jan 21 21:12:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cb3a10

net-fs/ncpfs: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/3529

 net-fs/ncpfs/files/ncpfs-2.2.6-pie-fix.patch | 31 
 1 file changed, 31 deletions(-)

diff --git a/net-fs/ncpfs/files/ncpfs-2.2.6-pie-fix.patch 
b/net-fs/ncpfs/files/ncpfs-2.2.6-pie-fix.patch
deleted file mode 100644
index 7799918..
--- a/net-fs/ncpfs/files/ncpfs-2.2.6-pie-fix.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -Naurp ncpfs-2.2.6.orig/lib/Makefile.in ncpfs-2.2.6/lib/Makefile.in
 ncpfs-2.2.6.orig/lib/Makefile.in   2005-01-27 12:35:59.0 -0500
-+++ ncpfs-2.2.6/lib/Makefile.in2014-08-12 21:05:24.349191234 -0400
-@@ -57,7 +57,7 @@ NDS_CFLAGS := $(BASE_CFLAGS) -DPORTABLE
- CFLAGS_ncplib.o   := -DNWSFIND=\"$(bindir)/nwsfind\"
- CFLAGS_cfgfile.o  := -DGLOBALCFGFILE=\"$(sysconfdir)/ncpfs.conf\"
- 
--STATIC_CFLAGS:= $(CFLAGS) $(CCFLAGS) $(REENTRANT_CFLAGS) 
@FFUNCTION_SECTIONS@
-+STATIC_CFLAGS:= $(CFLAGS) $(CCFLAGS) $(REENTRANT_CFLAGS) $(PIC_FLAGS) 
@FFUNCTION_SECTIONS@
- SHARED_CFLAGS:= $(CFLAGS) $(CCFLAGS) $(REENTRANT_CFLAGS) $(PIC_FLAGS) 
$(SHARED_VLINK_CFLAGS)
- 
- .PHONY : all dep install install-dev clean mrproper distclean
-diff -Naurp ncpfs-2.2.6.orig/sutil/Makefile.in ncpfs-2.2.6/sutil/Makefile.in
 ncpfs-2.2.6.orig/sutil/Makefile.in 2005-01-27 12:35:59.0 -0500
-+++ ncpfs-2.2.6/sutil/Makefile.in  2014-08-12 21:05:24.349191234 -0400
-@@ -34,11 +34,12 @@ endif
- 
- CFLAGS_ncpmount.o = -DNCPMOUNT=1 -DMAKE_NCPLIB
- CFLAGS_ncpmap.o = -DNCPMAP=1 -DMAKE_NCPLIB
--CFLAGS_ncplogin.o = -DMAKE_NCPLIB
-+CFLAGS_ncplogin.o = -DMAKE_NCPLIB 
- CFLAGS_ncpm_common.o = -DNWMSG=\"$(sbindir)/nwmsg\"
- LDFLAGS_ncpmount = ncpm_common.o mount_login.o
--LDFLAGS_ncplogin = ncpm_common.o mount_login.o
--LDFLAGS_ncpmap = ncpm_common.o
-+LDFLAGS_ncplogin = -pie ncpm_common.o mount_login.o
-+LDFLAGS_ncpmap = -pie ncpm_common.o
-+LDFLAGS_nwsfind = -pie
- 
- .PHONY : all install install-dev dep clean mrproper distclean
- .PHONY : default



[gentoo-commits] repo/gentoo:master commit in: net-fs/ncpfs/, net-fs/ncpfs/files/

2017-01-21 Thread Patrice Clement
commit: 540b318c0f48f7c758323cf7c0d8665822e653e1
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jan 21 21:12:24 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jan 21 21:12:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540b318c

net-fs/ncpfs: EAPI 6 bump.

Package-Manager: portage-2.3.0

 net-fs/ncpfs/files/ncpfs-2.2.5-php.patch   |  4 +-
 net-fs/ncpfs/files/ncpfs-2.2.6-align-fix.patch |  4 +-
 .../files/ncpfs-2.2.6-drop-kernel-check.patch  |  4 +-
 .../files/ncpfs-2.2.6-drop-mtab-support.patch  |  4 +-
 net-fs/ncpfs/files/ncpfs-2.2.6-gcc4.patch  |  4 +-
 net-fs/ncpfs/files/ncpfs-2.2.6-getuid-fix.patch|  4 +-
 .../ncpfs/files/ncpfs-2.2.6-ldflags-support.patch  |  4 +-
 .../ncpfs-2.2.6-makefile-fix-soname-link.patch |  4 +-
 .../ncpfs/files/ncpfs-2.2.6-missing-includes.patch |  4 +-
 .../ncpfs/files/ncpfs-2.2.6-multiple-vulns.patch   |  4 +-
 net-fs/ncpfs/ncpfs-2.2.6-r4.ebuild | 96 ++
 11 files changed, 116 insertions(+), 20 deletions(-)

diff --git a/net-fs/ncpfs/files/ncpfs-2.2.5-php.patch 
b/net-fs/ncpfs/files/ncpfs-2.2.5-php.patch
index f0143b2..81908ac 100644
--- a/net-fs/ncpfs/files/ncpfs-2.2.5-php.patch
+++ b/net-fs/ncpfs/files/ncpfs-2.2.5-php.patch
@@ -1,5 +1,5 @@
 contrib/php/build/rules.mk.orig2004-12-09 13:01:04.417854240 +
-+++ contrib/php/build/rules.mk 2004-12-09 13:01:42.460070944 +
+--- a/contrib/php/build/rules.mk.orig  2004-12-09 13:01:04.417854240 +
 b/contrib/php/build/rules.mk   2004-12-09 13:01:42.460070944 +
 @@ -63,10 +63,10 @@
  
  install-modules:

diff --git a/net-fs/ncpfs/files/ncpfs-2.2.6-align-fix.patch 
b/net-fs/ncpfs/files/ncpfs-2.2.6-align-fix.patch
index 2ec8f29..49d3c38 100644
--- a/net-fs/ncpfs/files/ncpfs-2.2.6-align-fix.patch
+++ b/net-fs/ncpfs/files/ncpfs-2.2.6-align-fix.patch
@@ -1,6 +1,6 @@
 diff -Naurp ncpfs-2.2.6.orig/lib/ndslib.c ncpfs-2.2.6/lib/ndslib.c
 ncpfs-2.2.6.orig/lib/ndslib.c  2005-01-27 12:35:59.0 -0500
-+++ ncpfs-2.2.6/lib/ndslib.c   2014-08-12 21:07:35.559190454 -0400
+--- a/lib/ndslib.c.orig2005-01-27 12:35:59.0 -0500
 b/lib/ndslib.c 2014-08-12 21:07:35.559190454 -0400
 @@ -957,7 +957,7 @@ static NWDSCCODE nds_beginauth2(
NWDSCCODE err;
int n1, n3;

diff --git a/net-fs/ncpfs/files/ncpfs-2.2.6-drop-kernel-check.patch 
b/net-fs/ncpfs/files/ncpfs-2.2.6-drop-kernel-check.patch
index 9e42f79..9348c08 100644
--- a/net-fs/ncpfs/files/ncpfs-2.2.6-drop-kernel-check.patch
+++ b/net-fs/ncpfs/files/ncpfs-2.2.6-drop-kernel-check.patch
@@ -2,8 +2,8 @@ Description: Drop kernel version check
 Author: Bastian Blank 
 Bug-Debian: http://bugs.debian.org/692472
 
 ncpfs-2.2.6.orig/sutil/ncpm_common.c
-+++ ncpfs-2.2.6/sutil/ncpm_common.c
+--- a/sutil/ncpm_common.c.orig
 b/sutil/ncpm_common.c
 @@ -243,23 +243,6 @@ static int load_ncpfs(void)
  #endif/* MOUNT2 */
  

diff --git a/net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch 
b/net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch
index c458837..b9c39f5 100644
--- a/net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch
+++ b/net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch
@@ -1,6 +1,6 @@
 diff -Naurp ncpfs-2.2.6.orig/sutil/ncplogin.c ncpfs-2.2.6/sutil/ncplogin.c
 ncpfs-2.2.6.orig/sutil/ncplogin.c  2014-08-13 02:52:56.859067273 -0400
-+++ ncpfs-2.2.6/sutil/ncplogin.c   2014-08-13 02:53:42.699067001 -0400
+--- a/sutil/ncplogin.c.orig2014-08-13 02:52:56.859067273 -0400
 b/sutil/ncplogin.c 2014-08-13 02:53:42.699067001 -0400
 @@ -111,7 +111,6 @@
  #include 
  #include 

diff --git a/net-fs/ncpfs/files/ncpfs-2.2.6-gcc4.patch 
b/net-fs/ncpfs/files/ncpfs-2.2.6-gcc4.patch
index 7223b23..793aca6 100644
--- a/net-fs/ncpfs/files/ncpfs-2.2.6-gcc4.patch
+++ b/net-fs/ncpfs/files/ncpfs-2.2.6-gcc4.patch
@@ -1,6 +1,6 @@
 diff -ur ncpfs-2.2.6-orig/lib/ncplib.c ncpfs-2.2.6/lib/ncplib.c
 ncpfs-2.2.6-orig/lib/ncplib.c  2006-01-13 16:55:05.0 -0500
-+++ ncpfs-2.2.6/lib/ncplib.c   2006-01-13 16:56:08.0 -0500
+--- a/lib/ncplib.c.orig2006-01-13 16:55:05.0 -0500
 b/lib/ncplib.c 2006-01-13 16:56:08.0 -0500
 @@ -2421,7 +2421,7 @@
int i = 1;
NWCCODE nwerr;

diff --git a/net-fs/ncpfs/files/ncpfs-2.2.6-getuid-fix.patch 
b/net-fs/ncpfs/files/ncpfs-2.2.6-getuid-fix.patch
index 8b58a13..64193c2 100644
--- a/net-fs/ncpfs/files/ncpfs-2.2.6-getuid-fix.patch
+++ b/net-fs/ncpfs/files/ncpfs-2.2.6-getuid-fix.patch
@@ -1,6 +1,6 @@
 diff -Naurp ncpfs-2.2.6.orig/contrib/tcl-utils/chgpwd.c 
ncpfs-2.2.6/contrib/tcl-utils/chgpwd.c
 ncpfs-2.2.6.orig/contrib/tcl-utils/chgpwd.c2005-01-27 
12:35:59.0 -0500
-+++ ncpfs-2.2.6/contrib/tcl-utils/chgpwd.c 2014-08-12 21:08:25.779190155 
-0400
+--- a/contrib/tcl-utils/chgpwd.c.orig  2005-01-27 12:35:59.0 -0500
 

[gentoo-commits] repo/gentoo:master commit in: net-fs/ncpfs/

2016-01-18 Thread Joshua Kinard
commit: 0502bb60e03559cf350da7381bf92ae0178f9a3b
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 18 12:23:53 2016 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 18 12:23:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0502bb60

net-fs/ncpfs: take over maintainership

Package-Manager: portage-2.2.26

 net-fs/ncpfs/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-fs/ncpfs/metadata.xml b/net-fs/ncpfs/metadata.xml
index 55227da..7149c89 100644
--- a/net-fs/ncpfs/metadata.xml
+++ b/net-fs/ncpfs/metadata.xml
@@ -1,6 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-net-fs
+   
+   ku...@gentoo.org
+   Joshua Kinard
+   
Provides Access to Netware services using the NCP 
protocol (Kernel support must be activated!)