summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-07-18 10:22:42 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-07-18 10:22:42 +0000
commit634a8b1c2494d3b2ad48b4f0e7c7fdffdf53b063 (patch)
tree13ea82855a1be4f241ab869dc6ed1bfa01c46266 /sys-process/pidof-bsd
parentRemove sound from metadata, since it's gnome's and gstreamer's. (diff)
downloadgentoo-2-634a8b1c2494d3b2ad48b4f0e7c7fdffdf53b063.tar.gz
gentoo-2-634a8b1c2494d3b2ad48b4f0e7c7fdffdf53b063.tar.bz2
gentoo-2-634a8b1c2494d3b2ad48b4f0e7c7fdffdf53b063.zip
make patches a bash array
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/pidof-bsd')
-rw-r--r--sys-process/pidof-bsd/ChangeLog6
-rw-r--r--sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-process/pidof-bsd/ChangeLog b/sys-process/pidof-bsd/ChangeLog
index 0d7f017a2122..0d59092d9708 100644
--- a/sys-process/pidof-bsd/ChangeLog
+++ b/sys-process/pidof-bsd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/pidof-bsd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v 1.7 2009/07/18 09:45:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v 1.8 2009/07/18 10:22:42 aballier Exp $
+
+ 18 Jul 2009; Alexis Ballier <aballier@gentoo.org>
+ pidof-bsd-20050501-r3.ebuild:
+ make patches a bash array
18 Jul 2009; Alexis Ballier <aballier@gentoo.org>
-pidof-bsd-20050501-r1.ebuild, -pidof-bsd-20050501-r2.ebuild:
diff --git a/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild b/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild
index 91e4195cc8cc..ba3c0a6e9e55 100644
--- a/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild
+++ b/sys-process/pidof-bsd/pidof-bsd-20050501-r3.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/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild,v 1.4 2009/07/18 09:44:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild,v 1.5 2009/07/18 10:22:42 aballier Exp $
inherit base bsdmk
@@ -18,9 +18,9 @@ RDEPEND="!sys-process/psmisc"
S="${WORKDIR}/pidof"
-PATCHES="${FILESDIR}/${P}-gfbsd.patch
- ${FILESDIR}/${P}-firstarg.patch
- ${FILESDIR}/${P}-pname.patch"
+PATCHES=( "${FILESDIR}/${P}-gfbsd.patch"
+ "${FILESDIR}/${P}-firstarg.patch"
+ "${FILESDIR}/${P}-pname.patch" )
src_install() {
into /