diff options
author | Stefaan De Roeck <stefaan@gentoo.org> | 2009-01-31 11:48:35 +0000 |
---|---|---|
committer | Stefaan De Roeck <stefaan@gentoo.org> | 2009-01-31 11:48:35 +0000 |
commit | 6ae1772ba5c784e5ac2cfc686cb08a862849fee6 (patch) | |
tree | ace1a343ee75ade36f3111f79a92242f892cb16c /net-fs/autofs | |
parent | Fix compilation for *bsd, bug #256224. Clean up old revisions. (diff) | |
download | gentoo-2-6ae1772ba5c784e5ac2cfc686cb08a862849fee6.tar.gz gentoo-2-6ae1772ba5c784e5ac2cfc686cb08a862849fee6.tar.bz2 gentoo-2-6ae1772ba5c784e5ac2cfc686cb08a862849fee6.zip |
Update upstream patch set
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-fs/autofs')
-rw-r--r-- | net-fs/autofs/ChangeLog | 8 | ||||
-rw-r--r-- | net-fs/autofs/autofs-5.0.4-r2.ebuild (renamed from net-fs/autofs/autofs-5.0.4-r1.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog index 6e873e720d56..70a13b73d9f6 100644 --- a/net-fs/autofs/ChangeLog +++ b/net-fs/autofs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-fs/autofs # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.78 2009/01/20 09:09:43 stefaan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.79 2009/01/31 11:48:35 stefaan Exp $ + +*autofs-5.0.4-r2 (31 Jan 2009) + + 31 Jan 2009; Stefaan De Roeck <stefaan@gentoo.org> + -autofs-5.0.4-r1.ebuild, +autofs-5.0.4-r2.ebuild: + Update upstream patch set *autofs-5.0.4-r1 (20 Jan 2009) diff --git a/net-fs/autofs/autofs-5.0.4-r1.ebuild b/net-fs/autofs/autofs-5.0.4-r2.ebuild index 2c6f3c971fbf..d3bafb7d3c03 100644 --- a/net-fs/autofs/autofs-5.0.4-r1.ebuild +++ b/net-fs/autofs/autofs-5.0.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r1.ebuild,v 1.1 2009/01/20 09:09:43 stefaan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r2.ebuild,v 1.1 2009/01/31 11:48:35 stefaan Exp $ inherit eutils multilib autotools @@ -17,7 +17,8 @@ PATCH_LIST=" ${P}-fix-ldap-detection.patch ${P}-use-CLOEXEC-flag.patch ${P}-fix-select-fd-limit.patch - ${P}-make-hash-table-scale-to-thousands-of-entries.patch" + ${P}-make-hash-table-scale-to-thousands-of-entries.patch + ${P}-fix-quoted-mess.patch" SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2" for i in ${PATCH_LIST} ; do SRC_URI="${SRC_URI} ${SRC_URI_BASE}/${i}" @@ -26,6 +27,7 @@ DEPEND="virtual/libc ldap? ( >=net-nds/openldap-2.0 ) sasl? ( virtual/krb5 )" # currently, sasl code assumes the presence of kerberosV +RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" |