jer         14/09/03 08:23:00

  Modified:             grun-0.9.3-r1.ebuild ChangeLog
  Log:
  einstall -> EAPI 5 default (bug #521670).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.9                  x11-misc/grun/grun-0.9.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?rev=1.9&view=markup
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
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?r1=1.8&r2=1.9

Index: grun-0.9.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- grun-0.9.3-r1.ebuild        5 May 2012 04:53:41 -0000       1.8
+++ grun-0.9.3-r1.ebuild        3 Sep 2014 08:23:00 -0000       1.9
@@ -1,11 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
-EAPI=2
+EAPI=5
 inherit eutils
 
-DESCRIPTION="a GTK+ application launcher with nice features such as a history"
+DESCRIPTION="gRun is a GTK based Run dialog that closely resembles the Windows 
Run dialog, just like xexec"
 HOMEPAGE="http://code.google.com/p/grun/";
 SRC_URI="http://grun.googlecode.com/files/${P}.tar.gz";
 
@@ -14,12 +14,16 @@
 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 IUSE="nls"
 
-RDEPEND="dev-libs/glib
+RDEPEND="
+       dev-libs/glib:2
+       x11-libs/gdk-pixbuf
        x11-libs/gtk+:2
-       x11-libs/gdk-pixbuf"
-DEPEND="${RDEPEND}
+"
+DEPEND="
+       ${RDEPEND}
        virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
+       nls? ( sys-devel/gettext )
+"
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-no_nls.patch
@@ -31,32 +35,12 @@
        econf \
                $(use_enable nls) \
                --disable-gtktest \
-               --enable-testfile \
                --enable-associations \
+               --enable-testfile \
                --with-default-xterm=${TERM}
 }
 
 src_install() {
-       einstall || die
+       default
        dodoc AUTHORS BUGS ChangeLog NEWS README TODO
 }
-
-pkg_postinst() {
-       elog "It is recommended to bind grun to a keychain. Fluxbox users can"
-       elog "do this by appending e.g. the following line to ~/.fluxbox/keys:"
-       elog
-       elog "Mod4 r :ExecCommand grun"
-       elog
-       elog "Then reconfigure Fluxbox (using the menu) and hit <WinKey>-<r>"
-       elog
-       elog "The default system-wide definition file for associating file"
-       elog "extensions with applications is /etc/gassoc, the default"
-       elog "system-wide definition file for recognized console"
-       elog "applications is /etc/consfile. They can be overridden"
-       elog "on a per user basis by ~/.gassoc and ~/.consfile respectively."
-       elog
-       elog "To change the default terminal application grun uses, adjust the"
-       elog "TERM environment variable accordingly and remerge grun, e.g."
-       elog
-       elog "TERM=Eterm emerge grun"
-}



1.40                 x11-misc/grun/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/ChangeLog?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/ChangeLog?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   15 Dec 2012 06:52:27 -0000      1.39
+++ ChangeLog   3 Sep 2014 08:23:00 -0000       1.40
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/grun
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.39 2012/12/15 
06:52:27 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.40 2014/09/03 
08:23:00 jer Exp $
+
+  03 Sep 2014; Jeroen Roovers <[email protected]> grun-0.9.3-r1.ebuild:
+  einstall -> EAPI 5 default (bug #521670).
 
   15 Dec 2012; Tim Harder <[email protected]> -grun-0.9.2-r1.ebuild:
   Remove old.




Reply via email to