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/grun: grun-0.9.3-r1.ebuild ChangeLog
Date: Wed, 03 Sep 2014 08:23:04
Message-Id: 20140903082300.9BD104968@oystercatcher.gentoo.org
1 jer 14/09/03 08:23:00
2
3 Modified: grun-0.9.3-r1.ebuild ChangeLog
4 Log:
5 einstall -> EAPI 5 default (bug #521670).
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.9 x11-misc/grun/grun-0.9.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?r1=1.8&r2=1.9
15
16 Index: grun-0.9.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- grun-0.9.3-r1.ebuild 5 May 2012 04:53:41 -0000 1.8
23 +++ grun-0.9.3-r1.ebuild 3 Sep 2014 08:23:00 -0000 1.9
24 @@ -1,11 +1,11 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.8 2012/05/05 04:53:41 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.9 2014/09/03 08:23:00 jer Exp $
30
31 -EAPI=2
32 +EAPI=5
33 inherit eutils
34
35 -DESCRIPTION="a GTK+ application launcher with nice features such as a history"
36 +DESCRIPTION="gRun is a GTK based Run dialog that closely resembles the Windows Run dialog, just like xexec"
37 HOMEPAGE="http://code.google.com/p/grun/"
38 SRC_URI="http://grun.googlecode.com/files/${P}.tar.gz"
39
40 @@ -14,12 +14,16 @@
41 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
42 IUSE="nls"
43
44 -RDEPEND="dev-libs/glib
45 +RDEPEND="
46 + dev-libs/glib:2
47 + x11-libs/gdk-pixbuf
48 x11-libs/gtk+:2
49 - x11-libs/gdk-pixbuf"
50 -DEPEND="${RDEPEND}
51 +"
52 +DEPEND="
53 + ${RDEPEND}
54 virtual/pkgconfig
55 - nls? ( sys-devel/gettext )"
56 + nls? ( sys-devel/gettext )
57 +"
58
59 src_prepare() {
60 epatch "${FILESDIR}"/${P}-no_nls.patch
61 @@ -31,32 +35,12 @@
62 econf \
63 $(use_enable nls) \
64 --disable-gtktest \
65 - --enable-testfile \
66 --enable-associations \
67 + --enable-testfile \
68 --with-default-xterm=${TERM}
69 }
70
71 src_install() {
72 - einstall || die
73 + default
74 dodoc AUTHORS BUGS ChangeLog NEWS README TODO
75 }
76 -
77 -pkg_postinst() {
78 - elog "It is recommended to bind grun to a keychain. Fluxbox users can"
79 - elog "do this by appending e.g. the following line to ~/.fluxbox/keys:"
80 - elog
81 - elog "Mod4 r :ExecCommand grun"
82 - elog
83 - elog "Then reconfigure Fluxbox (using the menu) and hit <WinKey>-<r>"
84 - elog
85 - elog "The default system-wide definition file for associating file"
86 - elog "extensions with applications is /etc/gassoc, the default"
87 - elog "system-wide definition file for recognized console"
88 - elog "applications is /etc/consfile. They can be overridden"
89 - elog "on a per user basis by ~/.gassoc and ~/.consfile respectively."
90 - elog
91 - elog "To change the default terminal application grun uses, adjust the"
92 - elog "TERM environment variable accordingly and remerge grun, e.g."
93 - elog
94 - elog "TERM=Eterm emerge grun"
95 -}
96
97
98
99 1.40 x11-misc/grun/ChangeLog
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/ChangeLog?rev=1.40&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/ChangeLog?rev=1.40&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/ChangeLog?r1=1.39&r2=1.40
104
105 Index: ChangeLog
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v
108 retrieving revision 1.39
109 retrieving revision 1.40
110 diff -u -r1.39 -r1.40
111 --- ChangeLog 15 Dec 2012 06:52:27 -0000 1.39
112 +++ ChangeLog 3 Sep 2014 08:23:00 -0000 1.40
113 @@ -1,6 +1,9 @@
114 # ChangeLog for x11-misc/grun
115 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
116 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.39 2012/12/15 06:52:27 radhermit Exp $
117 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
118 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.40 2014/09/03 08:23:00 jer Exp $
119 +
120 + 03 Sep 2014; Jeroen Roovers <jer@g.o> grun-0.9.3-r1.ebuild:
121 + einstall -> EAPI 5 default (bug #521670).
122
123 15 Dec 2012; Tim Harder <radhermit@g.o> -grun-0.9.2-r1.ebuild:
124 Remove old.