* [gentoo-commits] gentoo-x86 commit in sys-process/pidof-bsd: pidof-bsd-20050501-r3.ebuild ChangeLog
@ 2009-07-18 9:44 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2009-07-18 9:44 UTC (permalink / raw
To: gentoo-commits
aballier 09/07/18 09:44:04
Modified: pidof-bsd-20050501-r3.ebuild ChangeLog
Log:
depend on fbsd-mk-defs to avoid failures when building stages
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.4 sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?r1=1.3&r2=1.4
Index: pidof-bsd-20050501-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pidof-bsd-20050501-r3.ebuild 14 Jul 2007 23:02:48 -0000 1.3
+++ pidof-bsd-20050501-r3.ebuild 18 Jul 2009 09:44:04 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.3 2007/07/14 23:02:48 mr_bones_ Exp $
+# $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 $
inherit base bsdmk
@@ -13,7 +13,7 @@
KEYWORDS="~sparc-fbsd ~x86-fbsd"
IUSE=""
-DEPEND=""
+DEPEND="sys-freebsd/freebsd-mk-defs"
RDEPEND="!sys-process/psmisc"
S="${WORKDIR}/pidof"
1.6 sys-process/pidof-bsd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 17 Nov 2008 23:03:44 -0000 1.5
+++ ChangeLog 18 Jul 2009 09:44:04 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/pidof-bsd
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v 1.5 2008/11/17 23:03:44 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v 1.6 2009/07/18 09:44:04 aballier Exp $
+
+ 18 Jul 2009; Alexis Ballier <aballier@gentoo.org>
+ pidof-bsd-20050501-r3.ebuild:
+ depend on fbsd-mk-defs to avoid failures when building stages
17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
files/pidof-bsd-20050501-pname.patch:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/pidof-bsd: pidof-bsd-20050501-r3.ebuild ChangeLog
@ 2009-07-18 10:22 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2009-07-18 10:22 UTC (permalink / raw
To: gentoo-commits
aballier 09/07/18 10:22:43
Modified: pidof-bsd-20050501-r3.ebuild ChangeLog
Log:
make patches a bash array
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.5 sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?r1=1.4&r2=1.5
Index: pidof-bsd-20050501-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pidof-bsd-20050501-r3.ebuild 18 Jul 2009 09:44:04 -0000 1.4
+++ pidof-bsd-20050501-r3.ebuild 18 Jul 2009 10:22:42 -0000 1.5
@@ -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 @@
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 /
1.8 sys-process/pidof-bsd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 18 Jul 2009 09:45:59 -0000 1.7
+++ ChangeLog 18 Jul 2009 10:22:42 -0000 1.8
@@ -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:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/pidof-bsd: pidof-bsd-20050501-r3.ebuild ChangeLog
@ 2012-04-26 14:27 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-26 14:27 UTC (permalink / raw
To: gentoo-commits
aballier 12/04/26 14:27:02
Modified: pidof-bsd-20050501-r3.ebuild ChangeLog
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.6 sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?r1=1.5&r2=1.6
Index: pidof-bsd-20050501-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pidof-bsd-20050501-r3.ebuild 18 Jul 2009 10:22:42 -0000 1.5
+++ pidof-bsd-20050501-r3.ebuild 26 Apr 2012 14:27:02 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 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.5 2009/07/18 10:22:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild,v 1.6 2012/04/26 14:27:02 aballier Exp $
inherit base bsdmk
@@ -10,7 +10,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE=""
DEPEND="sys-freebsd/freebsd-mk-defs"
1.9 sys-process/pidof-bsd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/pidof-bsd/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/pidof-bsd/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/pidof-bsd/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 18 Jul 2009 10:22:42 -0000 1.8
+++ ChangeLog 26 Apr 2012 14:27:02 -0000 1.9
@@ -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.8 2009/07/18 10:22:42 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v 1.9 2012/04/26 14:27:02 aballier Exp $
+
+ 26 Apr 2012; Alexis Ballier <aballier@gentoo.org>
+ pidof-bsd-20050501-r3.ebuild:
+ keyword ~amd64-fbsd
18 Jul 2009; Alexis Ballier <aballier@gentoo.org>
pidof-bsd-20050501-r3.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-26 14:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 14:27 [gentoo-commits] gentoo-x86 commit in sys-process/pidof-bsd: pidof-bsd-20050501-r3.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2009-07-18 10:22 Alexis Ballier (aballier)
2009-07-18 9:44 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox