public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/grun: ChangeLog grun-0.9.3-r1.ebuild
@ 2009-12-23 15:36 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-23 15:36 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/23 15:36:30

  Modified:             ChangeLog
  Added:                grun-0.9.3-r1.ebuild
  Log:
  Fix building with USE="-nls" wrt #237046 by Christophe LEFEBVRE.
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 x11-misc/grun/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grun/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grun/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grun/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	2 Feb 2009 23:56:08 -0000	1.29
+++ ChangeLog	23 Dec 2009 15:36:29 -0000	1.30
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/grun
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.29 2009/02/02 23:56:08 nelchael Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.30 2009/12/23 15:36:29 ssuominen Exp $
+
+*grun-0.9.3-r1 (23 Dec 2009)
+
+  23 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +grun-0.9.3-r1.ebuild,
+  +files/grun-0.9.3-no_nls.patch:
+  Fix building with USE="-nls" wrt #237046 by Christophe LEFEBVRE.
 
   02 Feb 2009; Krzysiek Pawlik <nelchael@gentoo.org> ChangeLog:
   Fix ChangeLog entries.



1.1                  x11-misc/grun/grun-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: grun-0.9.3-r1.ebuild
===================================================================
# Copyright 1999-2009 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.1 2009/12/23 15:36:29 ssuominen Exp $

EAPI=2
inherit eutils

DESCRIPTION="a GTK+ application launcher with nice features such as a history"
HOMEPAGE="http://code.google.com/p/grun/"
SRC_URI="http://grun.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="nls"

RDEPEND=">=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	nls? ( sys-devel/gettext )"

src_prepare() {
	epatch "${FILESDIR}"/${P}-no_nls.patch
}

src_configure() {
	[[ -z ${TERM} ]] && TERM=xterm

	econf \
		$(use_enable nls) \
		--disable-gtktest \
		--enable-testfile \
		--enable-associations \
		--with-default-xterm=${TERM}
}

src_install() {
	einstall || die
	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 /usr/share/grun/gassoc, the"
	elog "default system-wide definition file for recognized console"
	elog "applications is /usr/share/grun/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"
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/grun: ChangeLog grun-0.9.3-r1.ebuild
@ 2010-06-06 13:30 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-06 13:30 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/06 13:30:02

  Modified:             ChangeLog grun-0.9.3-r1.ebuild
  Log:
  Fix postinst message wrt #278091 by Alexandros Diamantidis.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 x11-misc/grun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	23 Dec 2009 15:36:29 -0000	1.30
+++ ChangeLog	6 Jun 2010 13:30:02 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/grun
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.30 2009/12/23 15:36:29 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.31 2010/06/06 13:30:02 ssuominen Exp $
+
+  06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> grun-0.9.3-r1.ebuild:
+  Fix postinst message wrt #278091 by Alexandros Diamantidis.
 
 *grun-0.9.3-r1 (23 Dec 2009)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?r1=1.1&r2=1.2

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grun-0.9.3-r1.ebuild	23 Dec 2009 15:36:29 -0000	1.1
+++ grun-0.9.3-r1.ebuild	6 Jun 2010 13:30:02 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.1 2009/12/23 15:36:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.2 2010/06/06 13:30:02 ssuominen Exp $
 
 EAPI=2
 inherit eutils
@@ -48,9 +48,9 @@
 	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 /usr/share/grun/gassoc, the"
-	elog "default system-wide definition file for recognized console"
-	elog "applications is /usr/share/grun/consfile. They can be overridden"
+	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"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/grun: ChangeLog grun-0.9.3-r1.ebuild
@ 2011-12-07  7:56 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-07  7:56 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/07 07:56:44

  Modified:             ChangeLog grun-0.9.3-r1.ebuild
  Log:
  x86 stable wrt bug #391549
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.34                 x11-misc/grun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	2 Dec 2011 23:44:49 -0000	1.33
+++ ChangeLog	7 Dec 2011 07:56:43 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/grun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.33 2011/12/02 23:44:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.34 2011/12/07 07:56:43 phajdan.jr Exp $
+
+  07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> grun-0.9.3-r1.ebuild:
+  x86 stable wrt bug #391549
 
   02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> grun-0.9.3-r1.ebuild:
   Add missing gdk-pixbuf and glib dependencies. Stable on amd64. bug #391549



1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?r1=1.4&r2=1.5

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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- grun-0.9.3-r1.ebuild	2 Dec 2011 23:44:49 -0000	1.4
+++ grun-0.9.3-r1.ebuild	7 Dec 2011 07:56:43 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.4 2011/12/02 23:44:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.5 2011/12/07 07:56:43 phajdan.jr Exp $
 
 EAPI=2
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
 IUSE="nls"
 
 RDEPEND="dev-libs/glib






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/grun: ChangeLog grun-0.9.3-r1.ebuild
@ 2012-01-04 21:30 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-01-04 21:30 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/04 21:30:04

  Modified:             ChangeLog grun-0.9.3-r1.ebuild
  Log:
  Marking grun-0.9.3-r1 ppc for bug 391549
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.35                 x11-misc/grun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	7 Dec 2011 07:56:43 -0000	1.34
+++ ChangeLog	4 Jan 2012 21:30:04 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/grun
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.34 2011/12/07 07:56:43 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.35 2012/01/04 21:30:04 ranger Exp $
+
+  04 Jan 2012; Brent Baude <ranger@gentoo.org> grun-0.9.3-r1.ebuild:
+  Marking grun-0.9.3-r1 ppc for bug 391549
 
   07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> grun-0.9.3-r1.ebuild:
   x86 stable wrt bug #391549



1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild?r1=1.5&r2=1.6

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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- grun-0.9.3-r1.ebuild	7 Dec 2011 07:56:43 -0000	1.5
+++ grun-0.9.3-r1.ebuild	4 Jan 2012 21:30:04 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.5 2011/12/07 07:56:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.6 2012/01/04 21:30:04 ranger Exp $
 
 EAPI=2
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
 IUSE="nls"
 
 RDEPEND="dev-libs/glib






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-04 21:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-04 21:30 [gentoo-commits] gentoo-x86 commit in x11-misc/grun: ChangeLog grun-0.9.3-r1.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-07  7:56 PaweA Hajdan (phajdan.jr)
2010-06-06 13:30 Samuli Suominen (ssuominen)
2009-12-23 15:36 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox