public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/grun/
@ 2015-09-01 20:11 Tobias Klausmann
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann @ 2015-09-01 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8943bc1125644c70b62b9e7b6d80e0a93d11a95f
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 20:08:46 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 20:08:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8943bc11

x11-misc/grun: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 x11-misc/grun/grun-0.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild
index 4719826..f2a80d5 100644
--- a/x11-misc/grun/grun-0.9.3-r1.ebuild
+++ b/x11-misc/grun/grun-0.9.3-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils
 
 DESCRIPTION="gRun is a GTK based Run dialog that closely resembles the Windows Run dialog, just like xexec"
-HOMEPAGE="https://code.google.com/p/grun/"
+HOMEPAGE="https://github.com/lrgc/grun"
 SRC_URI="https://grun.googlecode.com/files/${P}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/grun/
@ 2016-03-13 13:41 Manuel Rüger
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-03-13 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     207aaaab2dad5fafb6bc09a9872b494d0f948683
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 13:41:15 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 13:41:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207aaaab

x11-misc/grun: Fix description

Package-Manager: portage-2.2.28

 x11-misc/grun/grun-0.9.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild
index f2a80d5..a9dfb96 100644
--- a/x11-misc/grun/grun-0.9.3-r1.ebuild
+++ b/x11-misc/grun/grun-0.9.3-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 inherit eutils
 
-DESCRIPTION="gRun is a GTK based Run dialog that closely resembles the Windows Run dialog, just like xexec"
+DESCRIPTION="A GTK based Run dialog resembling the Windows Run dialog, just like xexec"
 HOMEPAGE="https://github.com/lrgc/grun"
 SRC_URI="https://grun.googlecode.com/files/${P}.tar.gz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/grun/
@ 2021-04-18  6:06 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-18  6:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e10c67dac3ed1a279db0c7884b07a4005d6146d2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 14:07:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:05:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10c67da

x11-misc/grun: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/grun/grun-0.9.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild
index 46abc996d14..285e3e6bfdb 100644
--- a/x11-misc/grun/grun-0.9.3-r1.ebuild
+++ b/x11-misc/grun/grun-0.9.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils
+inherit epatch
 
 DESCRIPTION="A GTK based Run dialog resembling the Windows Run dialog, just like xexec"
 HOMEPAGE="https://github.com/lrgc/grun"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/grun/
@ 2021-04-20  1:50 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-20  1:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a4a98bcc6e95624c7cc952a002fbd51c6b74d902
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 01:48:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 01:49:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a98bcc

x11-misc/grun: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/grun/grun-0.9.3-r1.ebuild | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild
index 285e3e6bfdb..e354f70eaec 100644
--- a/x11-misc/grun/grun-0.9.3-r1.ebuild
+++ b/x11-misc/grun/grun-0.9.3-r1.ebuild
@@ -1,8 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit epatch
+EAPI=7
 
 DESCRIPTION="A GTK based Run dialog resembling the Windows Run dialog, just like xexec"
 HOMEPAGE="https://github.com/lrgc/grun"
@@ -18,15 +17,15 @@ RDEPEND="
 	x11-libs/gdk-pixbuf
 	x11-libs/gtk+:2
 "
-DEPEND="
-	${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	virtual/pkgconfig
 	nls? ( sys-devel/gettext )
 "
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-no_nls.patch
-}
+PATCHES=(
+	"${FILESDIR}"/${P}-no_nls.patch
+)
 
 src_configure() {
 	[[ -z ${TERM} ]] && TERM=xterm


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

end of thread, other threads:[~2021-04-20  1:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 13:41 [gentoo-commits] repo/gentoo:master commit in: x11-misc/grun/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2021-04-20  1:50 Sam James
2021-04-18  6:06 Sam James
2015-09-01 20:11 Tobias Klausmann

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