Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xdialog: ChangeLog xdialog-2.3.1.ebuild
Date: Wed, 03 Sep 2014 08:04:23
Message-Id: 20140903080418.260804965@oystercatcher.gentoo.org
1 jer 14/09/03 08:04:18
2
3 Modified: ChangeLog xdialog-2.3.1.ebuild
4 Log:
5 Depend on dev-libs/glib:2 (bug #522012).
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.32 x11-misc/xdialog/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 13 May 2012 15:53:32 -0000 1.31
23 +++ ChangeLog 3 Sep 2014 08:04:18 -0000 1.32
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-misc/xdialog
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.31 2012/05/13 15:53:32 hasufell Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.32 2014/09/03 08:04:18 jer Exp $
30 +
31 + 03 Sep 2014; Jeroen Roovers <jer@g.o> xdialog-2.3.1.ebuild:
32 + Depend on dev-libs/glib:2 (bug #522012).
33
34 13 May 2012; Julian Ospald <hasufell@g.o> xdialog-2.3.1.ebuild:
35 fix homepage and src_uri wrt #415637
36
37
38
39 1.10 x11-misc/xdialog/xdialog-2.3.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild?r1=1.9&r2=1.10
44
45 Index: xdialog-2.3.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- xdialog-2.3.1.ebuild 13 May 2012 15:53:32 -0000 1.9
52 +++ xdialog-2.3.1.ebuild 3 Sep 2014 08:04:18 -0000 1.10
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild,v 1.9 2012/05/13 15:53:32 hasufell Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild,v 1.10 2014/09/03 08:04:18 jer Exp $
59
60 -EAPI=2
61 +EAPI=5
62 inherit autotools eutils
63
64 DESCRIPTION="drop-in replacement for cdialog using GTK"
65 @@ -14,10 +14,15 @@
66 KEYWORDS="alpha amd64 ~hppa ppc x86"
67 IUSE="doc examples nls"
68
69 -RDEPEND=">=x11-libs/gtk+-2.2:2"
70 -DEPEND="${RDEPEND}
71 +RDEPEND="
72 + dev-libs/glib:2
73 + >=x11-libs/gtk+-2.2:2
74 +"
75 +DEPEND="
76 + ${RDEPEND}
77 virtual/pkgconfig
78 - nls? ( sys-devel/gettext )"
79 + nls? ( sys-devel/gettext )
80 +"
81
82 S=${WORKDIR}/${P/x/X}
83
84 @@ -33,7 +38,7 @@
85 }
86
87 src_install() {
88 - emake DESTDIR="${D}" install || die
89 + default
90 rm -rf "${D}"/usr/share/doc
91
92 dodoc AUTHORS BUGS ChangeLog README