Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/desktop-file-utils: desktop-file-utils-0.14.ebuild ChangeLog
Date: Sat, 22 Dec 2007 17:27:08
Message-Id: E1J687r-0007Wn-3Y@stork.gentoo.org
1 dang 07/12/22 17:27:03
2
3 Modified: desktop-file-utils-0.14.ebuild ChangeLog
4 Log:
5 Bump glib dep to 2.12; g_option_context_set_summary wasn't added until then. Bug #202710
6 (Portage version: 2.1.4_rc10)
7
8 Revision Changes Path
9 1.13 dev-util/desktop-file-utils/desktop-file-utils-0.14.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.14.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.14.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.14.ebuild?r1=1.12&r2=1.13
14
15 Index: desktop-file-utils-0.14.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.14.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- desktop-file-utils-0.14.ebuild 11 Dec 2007 16:48:05 -0000 1.12
22 +++ desktop-file-utils-0.14.ebuild 22 Dec 2007 17:27:02 -0000 1.13
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.14.ebuild,v 1.12 2007/12/11 16:48:05 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.14.ebuild,v 1.13 2007/12/22 17:27:02 dang Exp $
28
29 inherit eutils elisp-common
30
31 @@ -13,7 +13,7 @@
32 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
33 IUSE="emacs"
34
35 -RDEPEND=">=dev-libs/glib-2.8
36 +RDEPEND=">=dev-libs/glib-2.12
37 emacs? ( virtual/emacs )"
38 DEPEND="${RDEPEND}
39 dev-util/pkgconfig"
40
41
42
43 1.69 dev-util/desktop-file-utils/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/desktop-file-utils/ChangeLog?rev=1.69&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/desktop-file-utils/ChangeLog?rev=1.69&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/desktop-file-utils/ChangeLog?r1=1.68&r2=1.69
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v
52 retrieving revision 1.68
53 retrieving revision 1.69
54 diff -u -r1.68 -r1.69
55 --- ChangeLog 9 Oct 2007 07:46:00 -0000 1.68
56 +++ ChangeLog 22 Dec 2007 17:27:02 -0000 1.69
57 @@ -1,6 +1,11 @@
58 # ChangeLog for dev-util/desktop-file-utils
59 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.68 2007/10/09 07:46:00 tgall Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.69 2007/12/22 17:27:02 dang Exp $
62 +
63 + 22 Dec 2007; Daniel Gryniewicz <dang@g.o>
64 + desktop-file-utils-0.14.ebuild:
65 + Bump glib dep to 2.12; g_option_context_set_summary wasn't added until then.
66 + Bug #202710
67
68 09 Oct 2007; Tom Gall <tgall@g.o>
69 desktop-file-utils-0.14.ebuild:
70
71
72
73 --
74 gentoo-commits@g.o mailing list