public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/greputils/
@ 2016-04-08 15:52 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-04-08 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     54a78b8ec38309e2af7341ef328fb8ea98b2114c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 15:27:13 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 15:27:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a78b8e

app-vim/greputils: EAPI 6 bump.

Package-Manager: portage-2.2.26

 app-vim/greputils/greputils-2.8-r1.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/app-vim/greputils/greputils-2.8-r1.ebuild b/app-vim/greputils/greputils-2.8-r1.ebuild
new file mode 100644
index 0000000..2c60f05
--- /dev/null
+++ b/app-vim/greputils/greputils-2.8-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: interface with grep, find and id-utils"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1062"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPURI="${HOMEPAGE}"
+
+DEPEND=""
+RDEPEND="
+	${DEPEND}
+	>=app-vim/genutils-1.18
+	>=app-vim/multvals-3.6.1
+	>=app-vim/cmdalias-1.0"
+
+src_compile() {
+	default
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/greputils/
@ 2016-06-11 15:06 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-06-11 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     077aa29c0d93333b079ddf72e9880042b088ed3c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 09:52:20 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 14:38:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077aa29c

app-vim/greputils: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 app-vim/greputils/greputils-2.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/greputils/greputils-2.8-r1.ebuild b/app-vim/greputils/greputils-2.8-r1.ebuild
index 7ed52ac..d4887d3 100644
--- a/app-vim/greputils/greputils-2.8-r1.ebuild
+++ b/app-vim/greputils/greputils-2.8-r1.ebuild
@@ -9,7 +9,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: interface with grep, find and id-utils"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1062"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
 IUSE=""
 
 VIM_PLUGIN_HELPURI="${HOMEPAGE}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/greputils/
@ 2016-06-11 15:06 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-06-11 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f1a6cfb871cb80114f700231f804dc914dfbc69f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 09:53:01 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 14:38:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a6cfb8

app-vim/greputils: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/greputils/greputils-2.8.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/app-vim/greputils/greputils-2.8.ebuild b/app-vim/greputils/greputils-2.8.ebuild
deleted file mode 100644
index 41df90d..0000000
--- a/app-vim/greputils/greputils-2.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: interface with grep, find and id-utils"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1062"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPURI="${HOMEPAGE}"
-
-RDEPEND="
-	${RDEPEND}
-	>=app-vim/genutils-1.18
-	>=app-vim/multvals-3.6.1
-	>=app-vim/cmdalias-1.0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/greputils/
@ 2018-03-04 22:11 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2018-03-04 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6fe592a0343319abb314b082d1c05a6dd1d21418
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar  4 17:29:59 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 22:10:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe592a0

app-vim/greputils: use HTTPS.

 app-vim/greputils/greputils-2.8-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/greputils/greputils-2.8-r1.ebuild b/app-vim/greputils/greputils-2.8-r1.ebuild
index 08131ea5256..ad6fb677b12 100644
--- a/app-vim/greputils/greputils-2.8-r1.ebuild
+++ b/app-vim/greputils/greputils-2.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: interface with grep, find and id-utils"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1062"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1062"
 LICENSE="GPL-2"
 KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/greputils/
@ 2023-12-09 19:57 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a9848ae1e75caa6025f92ced3f773381a466c949
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 19:57:12 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 19:57:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9848ae1

app-vim/greputils: Stabilize 2.8-r2 ppc, #919604

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/greputils/greputils-2.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/greputils/greputils-2.8-r2.ebuild b/app-vim/greputils/greputils-2.8-r2.ebuild
index eb0e1b50bf42..c050121eae4a 100644
--- a/app-vim/greputils/greputils-2.8-r2.ebuild
+++ b/app-vim/greputils/greputils-2.8-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: interface with grep, find and id-utils"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1062"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ~sparc ~x86"
 
 VIM_PLUGIN_HELPURI="${HOMEPAGE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/greputils/
@ 2023-12-09 20:01 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2023-12-09 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7b9f9c83cabe60ae01e3c15424fafa5a347976d2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:01:16 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:01:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9f9c83

app-vim/greputils: Stabilize 2.8-r2 sparc, #919604

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/greputils/greputils-2.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/greputils/greputils-2.8-r2.ebuild b/app-vim/greputils/greputils-2.8-r2.ebuild
index c050121eae4a..2b258a7203d7 100644
--- a/app-vim/greputils/greputils-2.8-r2.ebuild
+++ b/app-vim/greputils/greputils-2.8-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: interface with grep, find and id-utils"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1062"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc sparc ~x86"
 
 VIM_PLUGIN_HELPURI="${HOMEPAGE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/greputils/
@ 2023-12-09 20:14 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a564f41efd17f2695fd9744d6baf9a53835396df
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:13:55 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:13:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a564f41e

app-vim/greputils: Stabilize 2.8-r2 x86, #919604

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/greputils/greputils-2.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/greputils/greputils-2.8-r2.ebuild b/app-vim/greputils/greputils-2.8-r2.ebuild
index 2b258a7203d7..e3e13a1b42e1 100644
--- a/app-vim/greputils/greputils-2.8-r2.ebuild
+++ b/app-vim/greputils/greputils-2.8-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: interface with grep, find and id-utils"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1062"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc sparc x86"
 
 VIM_PLUGIN_HELPURI="${HOMEPAGE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/greputils/
@ 2023-12-09 20:24 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     61eb7a94807def2d299214587026f80112a2b3e2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:23:26 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:23:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61eb7a94

app-vim/greputils: Stabilize 2.8-r2 amd64, #919604

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/greputils/greputils-2.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/greputils/greputils-2.8-r2.ebuild b/app-vim/greputils/greputils-2.8-r2.ebuild
index e3e13a1b42e1..83fa36062498 100644
--- a/app-vim/greputils/greputils-2.8-r2.ebuild
+++ b/app-vim/greputils/greputils-2.8-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: interface with grep, find and id-utils"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1062"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
 
 VIM_PLUGIN_HELPURI="${HOMEPAGE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/greputils/
@ 2024-01-13 18:51 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-01-13 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     62b2b26d83d31c3a10f99e1fd425f627b5ccc472
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 18:43:28 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 18:50:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b2b26d

app-vim/greputils: Fix EmptyGlobalAssignment

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/greputils/greputils-2.8-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-vim/greputils/greputils-2.8-r2.ebuild b/app-vim/greputils/greputils-2.8-r2.ebuild
index 83fa36062498..4086aafa6d80 100644
--- a/app-vim/greputils/greputils-2.8-r2.ebuild
+++ b/app-vim/greputils/greputils-2.8-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,6 @@ KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
 
 VIM_PLUGIN_HELPURI="${HOMEPAGE}"
 
-DEPEND=""
 RDEPEND="
 	${DEPEND}
 	>=app-vim/genutils-1.18


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

end of thread, other threads:[~2024-01-13 18:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 19:57 [gentoo-commits] repo/gentoo:master commit in: app-vim/greputils/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-01-13 18:51 Michał Górny
2023-12-09 20:24 Arthur Zamarin
2023-12-09 20:14 Arthur Zamarin
2023-12-09 20:01 Michał Górny
2018-03-04 22:11 Patrice Clement
2016-06-11 15:06 Patrice Clement
2016-06-11 15:06 Patrice Clement
2016-04-08 15:52 Patrice Clement

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