summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-06-26 14:14:14 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-06-26 14:14:14 +0000
commitcea65e1e8963204481265175d9cda076849c02dd (patch)
tree5396d0b7e7bef4a7a3ba89ef09d08c9098b1158a /net-nds/yp-tools
parentRemove old. (diff)
downloadgentoo-2-cea65e1e8963204481265175d9cda076849c02dd.tar.gz
gentoo-2-cea65e1e8963204481265175d9cda076849c02dd.tar.bz2
gentoo-2-cea65e1e8963204481265175d9cda076849c02dd.zip
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'net-nds/yp-tools')
-rw-r--r--net-nds/yp-tools/ChangeLog7
-rw-r--r--net-nds/yp-tools/files/yp-tools-2.8-bsd.patch67
-rw-r--r--net-nds/yp-tools/files/yp-tools-2.9-strip.patch11
-rw-r--r--net-nds/yp-tools/yp-tools-2.12.ebuild46
-rw-r--r--net-nds/yp-tools/yp-tools-2.9-r1.ebuild51
5 files changed, 6 insertions, 176 deletions
diff --git a/net-nds/yp-tools/ChangeLog b/net-nds/yp-tools/ChangeLog
index aa2e52fb0d40..69d465977826 100644
--- a/net-nds/yp-tools/ChangeLog
+++ b/net-nds/yp-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-nds/yp-tools
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/ChangeLog,v 1.55 2014/03/19 15:17:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/ChangeLog,v 1.56 2014/06/26 14:14:14 kensington Exp $
+
+ 26 Jun 2014; Michael Palimaka <kensington@gentoo.org>
+ -files/yp-tools-2.8-bsd.patch, -files/yp-tools-2.9-strip.patch,
+ -yp-tools-2.12.ebuild, -yp-tools-2.9-r1.ebuild:
+ Remove old.
19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> yp-tools-2.12-r1.ebuild:
Stable for alpha, wrt bug #499312
diff --git a/net-nds/yp-tools/files/yp-tools-2.8-bsd.patch b/net-nds/yp-tools/files/yp-tools-2.8-bsd.patch
deleted file mode 100644
index c54a8bce9ff3..000000000000
--- a/net-nds/yp-tools/files/yp-tools-2.8-bsd.patch
+++ /dev/null
@@ -1,67 +0,0 @@
---- yp-tools-2.8/src/yppasswd.c 2002-12-05 14:49:20.000000000 +0100
-+++ yp-tools-2.8/src/yppasswd.c 2005-03-11 13:13:45.700315296 +0100
-@@ -117,6 +117,7 @@
- fputs (_(" -f Change GECOS field information\n"), stdout);
- fputs (_(" -l Change the login shell\n"), stdout);
- fputs (_(" -p Change the password\n"), stdout);
-+ fputs (_(" -b Enable support for *BSD rpc.yppasswd daemon\n"), stdout);
- fputs (_(" -?, --help Give this help list\n"), stdout);
- fputs (_(" --usage Give a short usage message\n"), stdout);
- fputs (_(" --version Print program version\n"), stdout);
-@@ -440,7 +441,7 @@
- main (int argc, char **argv)
- {
- char *s, *progname, *domainname = NULL, *user = NULL, *master = NULL;
-- int f_flag = 0, l_flag = 0, p_flag = 0, error, status;
-+ int f_flag = 0, l_flag = 0, p_flag = 0, error, status, bsd_flag = 0;
- struct yppasswd yppwd;
- struct passwd *pwd;
- CLIENT *clnt;
-@@ -476,7 +477,7 @@
- };
-
- c = getopt_long (argc, argv,
-- (l_flag == 0 && f_flag == 0) ? "flp?" : "?",
-+ (l_flag == 0 && f_flag == 0) ? "flpb?" : "?",
- long_options, &option_index);
- if (c == (-1))
- break;
-@@ -491,6 +492,9 @@
- case 'p':
- p_flag = 1;
- break;
-+ case 'b':
-+ bsd_flag = 1;
-+ break;
- case '?':
- if (l_flag)
- print_help_chsh ();
-@@ -645,7 +649,7 @@
- /* We can't check the password with shadow passwords enabled. We
- * leave the checking to yppasswdd */
- if (uid != 0 && strcmp (pwd->pw_passwd, "x") != 0 &&
-- strcmp (pwd->pw_passwd, hashpass ) != 0)
-+ strcmp (pwd->pw_passwd, hashpass ) != 0 && !bsd_flag)
- {
- int passwdlen;
- char *sane_passwd;
---- yp-tools-2.8/man/yppasswd.1.in 2001-12-08 22:34:43.000000000 +0100
-+++ yp-tools-2.8/man/yppasswd.1.in 2005-03-11 13:19:45.024689688 +0100
-@@ -20,7 +20,7 @@
- .SH NAME
- yppasswd, ypchfn, ypchsh \- change your password in the NIS database
- .SH SYNOPSIS
--.B "yppasswd [-f] [-l] [-p] [user]"
-+.B "yppasswd [-f] [-l] [-p] [-b] [user]"
- .br
- .B "ypchfn [user]"
- .br
-@@ -48,6 +48,8 @@
- .BR \-l ,
- or your GECOS field
- .BR \-f ,
-+interact with *BSD Server
-+.BR \-b ,
- or a combination of them.
- .B yppasswd
- implies the
diff --git a/net-nds/yp-tools/files/yp-tools-2.9-strip.patch b/net-nds/yp-tools/files/yp-tools-2.9-strip.patch
deleted file mode 100644
index f9eb6fc5d26c..000000000000
--- a/net-nds/yp-tools/files/yp-tools-2.9-strip.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- yp-tools-2.9/src/Makefile.in.orig 2004-06-21 14:17:42.000000000 +0200
-+++ yp-tools-2.9/src/Makefile.in 2009-07-07 02:51:30.000000000 +0200
-@@ -144,7 +144,7 @@
- GMSGFMT = @GMSGFMT@
- INSTALL_DATA = @INSTALL_DATA@
- #
--INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
-+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- INTLLIBS = @INTLLIBS@
diff --git a/net-nds/yp-tools/yp-tools-2.12.ebuild b/net-nds/yp-tools/yp-tools-2.12.ebuild
deleted file mode 100644
index 000ba8665ffb..000000000000
--- a/net-nds/yp-tools/yp-tools-2.12.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.12.ebuild,v 1.2 2013/09/08 13:55:50 maekke Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="Network Information Service tools"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="nls"
-
-src_configure() {
- local myconf="--sysconfdir=/etc/yp"
- if ! use nls
- then
- myconf="${myconf} --disable-nls"
- mkdir intl
- touch intl/libintl.h
- export CPPFLAGS="${CPPFLAGS} -I${S}"
-
- for i in lib/nicknames.c src/*.c
- do
- cp ${i} ${i}.orig
- sed 's:<libintl.h>:<intl/libintl.h>:' \
- ${i}.orig > ${i}
- done
- fi
- econf ${myconf} || die "econf failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- insinto /etc/yp ; doins etc/nicknames
- # This messes up boot so we remove it
- rm -f \
- "${D}/bin/ypdomainname" \
- "${D}/bin/nisdomainname" \
- "${D}/bin/domainname"
-}
diff --git a/net-nds/yp-tools/yp-tools-2.9-r1.ebuild b/net-nds/yp-tools/yp-tools-2.9-r1.ebuild
deleted file mode 100644
index 47c83773854f..000000000000
--- a/net-nds/yp-tools/yp-tools-2.9-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.9-r1.ebuild,v 1.6 2009/12/15 19:08:59 armin76 Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="Network Information Service tools"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="nls"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-2.8-bsd.patch"
- epatch "${FILESDIR}/${PN}-2.9-strip.patch"
-}
-
-src_configure() {
- local myconf="--sysconfdir=/etc/yp"
- if ! use nls
- then
- myconf="${myconf} --disable-nls"
- mkdir intl
- touch intl/libintl.h
- export CPPFLAGS="${CPPFLAGS} -I${S}"
-
- for i in lib/nicknames.c src/*.c
- do
- cp ${i} ${i}.orig
- sed 's:<libintl.h>:<intl/libintl.h>:' \
- ${i}.orig > ${i}
- done
- fi
- econf ${myconf} || die "econf failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- insinto /etc/yp ; doins etc/nicknames
- # This messes up boot so we remove it
- rm -f \
- "${D}/bin/ypdomainname" \
- "${D}/bin/nisdomainname" \
- "${D}/bin/domainname"
-}