summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds/ypbind')
-rw-r--r--net-nds/ypbind/ChangeLog7
-rw-r--r--net-nds/ypbind/Manifest20
-rw-r--r--net-nds/ypbind/ypbind-1.19.1.ebuild6
3 files changed, 13 insertions, 20 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog
index 87233f6800a8..4394134f425e 100644
--- a/net-nds/ypbind/ChangeLog
+++ b/net-nds/ypbind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nds/ypbind
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.28 2005/08/11 18:22:34 eradicator Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.29 2006/02/19 19:56:08 kumba Exp $
+
+ 19 Feb 2006; Joshua Kinard <kumba@gentoo.org> ypbind-1.19.1.ebuild:
+ Added ~mips to KEYWORDS.
*ypbind-1.19.1 (11 Aug 2005)
diff --git a/net-nds/ypbind/Manifest b/net-nds/ypbind/Manifest
index 9cf2ff116a75..ac01aba16d50 100644
--- a/net-nds/ypbind/Manifest
+++ b/net-nds/ypbind/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 e4f6342539c17ff5191b86adb79d726c ChangeLog 4396
-MD5 ab59365f7f92becce9ea574af606ca09 metadata.xml 270
-MD5 c790f529fb5b830124b4acb432a42847 ypbind-1.17.2-r1.ebuild 1256
-MD5 b826fd6315b096d55b70ca0fa18bb77a ypbind-1.19.1.ebuild 1256
+MD5 ccf89b3c467cc3380335c11b8db0bec6 ChangeLog 4494
MD5 abf5b898fdb40aee7909eb21402b8b16 files/digest-ypbind-1.17.2-r1 69
+MD5 7454d3d1218b8d4ca8dc5e06a6925f7f files/digest-ypbind-1.19.1 69
MD5 c5aee6bd628cd668314e4879a2cad696 files/ypbind.confd-r1 112
MD5 4a8f16abe013d049df327a1495db254c files/ypbind.initd 887
-MD5 7454d3d1218b8d4ca8dc5e06a6925f7f files/digest-ypbind-1.19.1 69
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFC+5eJArHZZzCEUG0RAvWYAJ4oglrH+5HiclHokPzy0/iF/5G2/QCfedw1
-NZgfSq6qvs8H9xYWF3j2xZ4=
-=UKf5
------END PGP SIGNATURE-----
+MD5 ab59365f7f92becce9ea574af606ca09 metadata.xml 270
+MD5 c790f529fb5b830124b4acb432a42847 ypbind-1.17.2-r1.ebuild 1256
+MD5 db8b4a8987eb691aaae61cd3606c3879 ypbind-1.19.1.ebuild 1262
diff --git a/net-nds/ypbind/ypbind-1.19.1.ebuild b/net-nds/ypbind/ypbind-1.19.1.ebuild
index 029e0f901684..5196f6c78385 100644
--- a/net-nds/ypbind/ypbind-1.19.1.ebuild
+++ b/net-nds/ypbind/ypbind-1.19.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1.ebuild,v 1.1 2005/08/11 18:22:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1.ebuild,v 1.2 2006/02/19 19:56:08 kumba Exp $
MY_P=${PN}-mt-${PV}
S="${WORKDIR}/${MY_P}"
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="nls slp"
RDEPEND="slp? ( net-libs/openslp )