Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/tsemgr: ChangeLog tsemgr-0.08.ebuild
Date: Wed, 02 May 2012 20:10:38
Message-Id: 20120502201009.01F6720051@flycatcher.gentoo.org
1 jdhore 12/05/02 20:10:08
2
3 Modified: ChangeLog tsemgr-0.08.ebuild
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.5 app-mobilephone/tsemgr/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/tsemgr/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/tsemgr/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/tsemgr/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/tsemgr/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 23 Jun 2008 23:11:23 -0000 1.4
23 +++ ChangeLog 2 May 2012 20:10:08 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-mobilephone/tsemgr
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/tsemgr/ChangeLog,v 1.4 2008/06/23 23:11:23 mrness Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/tsemgr/ChangeLog,v 1.5 2012/05/02 20:10:08 jdhore Exp $
30 +
31 + 02 May 2012; Jeff Horelick <jdhore@g.o> tsemgr-0.08.ebuild:
32 + dev-util/pkgconfig -> virtual/pkgconfig
33
34 23 Jun 2008; Alin Năstac <mrness@g.o> tsemgr-0.08.ebuild:
35 Add pkgconfig dependency (#216437).
36
37
38
39 1.6 app-mobilephone/tsemgr/tsemgr-0.08.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/tsemgr/tsemgr-0.08.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/tsemgr/tsemgr-0.08.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/tsemgr/tsemgr-0.08.ebuild?r1=1.5&r2=1.6
44
45 Index: tsemgr-0.08.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/tsemgr/tsemgr-0.08.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- tsemgr-0.08.ebuild 23 Jun 2008 23:11:23 -0000 1.5
52 +++ tsemgr-0.08.ebuild 2 May 2012 20:10:08 -0000 1.6
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/tsemgr/tsemgr-0.08.ebuild,v 1.5 2008/06/23 23:11:23 mrness Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/tsemgr/tsemgr-0.08.ebuild,v 1.6 2012/05/02 20:10:08 jdhore Exp $
59
60 inherit eutils autotools
61
62 @@ -16,7 +16,7 @@
63 RDEPEND="=x11-libs/gtk+-1*
64 dev-libs/openobex
65 dev-libs/libezV24"
66 -DEPEND="dev-util/pkgconfig
67 +DEPEND="virtual/pkgconfig
68 ${RDEPEND}"
69
70 src_unpack() {