Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/efibootmgr: efibootmgr-0.5.4.ebuild ChangeLog
Date: Thu, 03 May 2012 04:50:23
Message-Id: 20120503045013.6B2CE2004C@flycatcher.gentoo.org
1 jdhore 12/05/03 04:50:13
2
3 Modified: efibootmgr-0.5.4.ebuild ChangeLog
4 Log:
5 dev-util/pkgconfig -> virtual/pkgconfig
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild?r1=1.5&r2=1.6
15
16 Index: efibootmgr-0.5.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- efibootmgr-0.5.4.ebuild 13 Jan 2012 16:47:50 -0000 1.5
23 +++ efibootmgr-0.5.4.ebuild 3 May 2012 04:50:13 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild,v 1.5 2012/01/13 16:47:50 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild,v 1.6 2012/05/03 04:50:13 jdhore Exp $
29
30 inherit flag-o-matic toolchain-funcs
31
32 @@ -15,7 +15,7 @@
33
34 RDEPEND="sys-apps/pciutils"
35 DEPEND="${RDEPEND}
36 - dev-util/pkgconfig"
37 + virtual/pkgconfig"
38
39 src_unpack() {
40 unpack ${A}
41
42
43
44 1.22 sys-boot/efibootmgr/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?rev=1.22&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?rev=1.22&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?r1=1.21&r2=1.22
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v
53 retrieving revision 1.21
54 retrieving revision 1.22
55 diff -u -r1.21 -r1.22
56 --- ChangeLog 13 Jan 2012 16:47:50 -0000 1.21
57 +++ ChangeLog 3 May 2012 04:50:13 -0000 1.22
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-boot/efibootmgr
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.21 2012/01/13 16:47:50 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.22 2012/05/03 04:50:13 jdhore Exp $
63 +
64 + 03 May 2012; Jeff Horelick <jdhore@g.o> efibootmgr-0.5.4.ebuild:
65 + dev-util/pkgconfig -> virtual/pkgconfig
66
67 13 Jan 2012; Mike Frysinger <vapier@g.o> efibootmgr-0.5.4.ebuild:
68 Use common tc-getPKG_CONFIG helper.