diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-09-12 21:04:43 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-09-12 21:04:43 +0000 |
commit | 45c5df327a4dca00c163719385d0fed1e9501e0f (patch) | |
tree | 4433a28fbdcb92a980f2bc7360f396861b48b646 /sys-process/fuser-bsd | |
parent | update digest as upstream changed #147253 (diff) | |
download | historical-45c5df327a4dca00c163719385d0fed1e9501e0f.tar.gz historical-45c5df327a4dca00c163719385d0fed1e9501e0f.tar.bz2 historical-45c5df327a4dca00c163719385d0fed1e9501e0f.zip |
Pull the return value patch as it goes againsta POSIX standard.
Package-Manager: portage-2.1.1_rc1-r5
Diffstat (limited to 'sys-process/fuser-bsd')
-rw-r--r-- | sys-process/fuser-bsd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild | 9 |
2 files changed, 7 insertions, 9 deletions
diff --git a/sys-process/fuser-bsd/ChangeLog b/sys-process/fuser-bsd/ChangeLog index fc2a4f94b73f..5218f42cf53d 100644 --- a/sys-process/fuser-bsd/ChangeLog +++ b/sys-process/fuser-bsd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-process/fuser-bsd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/ChangeLog,v 1.2 2006/09/10 19:15:17 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/ChangeLog,v 1.3 2006/09/12 21:04:43 uberlord Exp $ + + 12 Sep 2006; Roy Marples <uberlord@gentoo.org> -files/fuser-return.patch, + fuser-bsd-1142334561.ebuild: + Pull the return value patch as it goes againsta POSIX standard. + Just as easy to check stdout, which is what we shall do! 10 Sep 2006; Roy Marples <uberlord@gentoo.org> +files/fuser-return.patch, fuser-bsd-1142334561.ebuild: diff --git a/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild b/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild index 784042fad8e8..38c7e1c99682 100644 --- a/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild +++ b/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild,v 1.2 2006/09/10 19:15:17 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild,v 1.3 2006/09/12 21:04:43 uberlord Exp $ inherit base bsdmk eutils @@ -20,13 +20,6 @@ RDEPEND="!sys-process/psmisc" S="${WORKDIR}/${PN/-bsd/}" -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/fuser-return.patch" -} - src_install() { into / dosbin fuser |