public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2016-05-12 13:36 Patrice Clement
  0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2016-05-12 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8c61c07ed0f451becee9a9cf4dba5b2efb5854ec
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 13:07:42 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 13:17:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c61c07e

app-vim/ackvim: Add ebuild to the tree.

Package-Manager: portage-2.2.26

 app-vim/ackvim/Manifest            |  1 +
 app-vim/ackvim/ackvim-1.0.9.ebuild | 17 +++++++++++++++++
 app-vim/ackvim/metadata.xml        | 12 ++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/app-vim/ackvim/Manifest b/app-vim/ackvim/Manifest
new file mode 100644
index 0000000..9096bdc
--- /dev/null
+++ b/app-vim/ackvim/Manifest
@@ -0,0 +1 @@
+DIST ack.vim-1.0.9.zip 11910 SHA256 b479b04a94ddc4dd29bb9b525ba5e35f4925a96e92dd90a65120f225fd4fb241 SHA512 fc973144e4f82ee76f72709ab3755ed8c8fae0e3f9058d97cb4a19fb81cfb21aac4f0976e2fabfdbed67b9a2220732e335b81666ee42a31d9b4339881024cf10 WHIRLPOOL d4b4864d8dfcb41d0222a8f5bd81f3f3d64d4796b09ed3aff0ac347fb424246e165f6dfa2177723fa7805bed4b07c0973febbff9b7525bf0d6e4aa8467e8d8b1

diff --git a/app-vim/ackvim/ackvim-1.0.9.ebuild b/app-vim/ackvim/ackvim-1.0.9.ebuild
new file mode 100644
index 0000000..877e0de
--- /dev/null
+++ b/app-vim/ackvim/ackvim-1.0.9.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+MY_PN="ack.vim"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="vim plugin: run ack from within vim"
+HOMEPAGE="https://github.com/mileszs/ack.vim"
+SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.zip -> ${MY_P}.zip"
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+S="${WORKDIR}/${MY_P}"

diff --git a/app-vim/ackvim/metadata.xml b/app-vim/ackvim/metadata.xml
new file mode 100644
index 0000000..8fafbfe
--- /dev/null
+++ b/app-vim/ackvim/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>monsieurp@gentoo.org</email>
+		<name>Patrice Clement</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>vim@gentoo.org</email>
+		<name>Gentoo Vim Project</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2016-05-12 13:36 Patrice Clement
  0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2016-05-12 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1f850deb0c705c132ec4b31d2b4799b31e656798
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 13:17:21 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 13:17:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f850deb

app-vim/ackvim: Add ack to DEPEND/RDEPEND.

Package-Manager: portage-2.2.26

 app-vim/ackvim/ackvim-1.0.9.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-vim/ackvim/ackvim-1.0.9.ebuild b/app-vim/ackvim/ackvim-1.0.9.ebuild
index 877e0de..55abd3f 100644
--- a/app-vim/ackvim/ackvim-1.0.9.ebuild
+++ b/app-vim/ackvim/ackvim-1.0.9.ebuild
@@ -13,5 +13,9 @@ DESCRIPTION="vim plugin: run ack from within vim"
 HOMEPAGE="https://github.com/mileszs/ack.vim"
 SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.zip -> ${MY_P}.zip"
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="sys-apps/ack"
+RDEPEND="${DEPEND}"
+
 S="${WORKDIR}/${MY_P}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2016-05-12 21:12 Patrice Clement
  0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2016-05-12 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     cc901218c95748bbac6441f5cc99bbcb2d9b0379
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 20:56:28 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 20:56:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc901218

app-vim/ackvim: Add unzip to DEPEND.

Package-Manager: portage-2.2.26

 app-vim/ackvim/ackvim-1.0.9.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-vim/ackvim/ackvim-1.0.9.ebuild b/app-vim/ackvim/ackvim-1.0.9.ebuild
index 55abd3f..62f42a6 100644
--- a/app-vim/ackvim/ackvim-1.0.9.ebuild
+++ b/app-vim/ackvim/ackvim-1.0.9.ebuild
@@ -15,7 +15,10 @@ SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.zip -> ${MY_P}.zip"
 LICENSE="vim"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="sys-apps/ack"
+DEPEND="
+	sys-apps/ack
+	app-arch/unzip"
+
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2016-05-13 21:27 Patrice Clement
  0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2016-05-13 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     9233af0146ac462d9709f0a66d67396aef9c218e
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 20:44:31 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 13 20:59:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9233af01

app-vim/ackvim: Mend DEPEND/RDEPEND.

Package-Manager: portage-2.2.26

 app-vim/ackvim/ackvim-1.0.9.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/app-vim/ackvim/ackvim-1.0.9.ebuild b/app-vim/ackvim/ackvim-1.0.9.ebuild
index 62f42a6..211d2d6 100644
--- a/app-vim/ackvim/ackvim-1.0.9.ebuild
+++ b/app-vim/ackvim/ackvim-1.0.9.ebuild
@@ -15,10 +15,7 @@ SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.zip -> ${MY_P}.zip"
 LICENSE="vim"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="
-	sys-apps/ack
-	app-arch/unzip"
-
-RDEPEND="${DEPEND}"
+DEPEND="app-arch/unzip"
+RDEPEND="sys-apps/ack"
 
 S="${WORKDIR}/${MY_P}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2016-08-28 20:24 Patrice Clement
  0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2016-08-28 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c225b344c68a8829a0c8a60ffc96e113bf6654ea
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 19:37:36 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 19:37:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c225b344

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

Package-Manager: portage-2.2.28

 app-vim/ackvim/ackvim-1.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/ackvim/ackvim-1.0.9.ebuild b/app-vim/ackvim/ackvim-1.0.9.ebuild
index 211d2d6..8b65458 100644
--- a/app-vim/ackvim/ackvim-1.0.9.ebuild
+++ b/app-vim/ackvim/ackvim-1.0.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="vim plugin: run ack from within vim"
 HOMEPAGE="https://github.com/mileszs/ack.vim"
 SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.zip -> ${MY_P}.zip"
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND="sys-apps/ack"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2017-03-02 17:10 Patrice Clement
  0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-03-02 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5c4467e6812e7cc61b8d625a18bd54a0c894c6d4
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 17:08:57 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 17:10:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4467e6

app-vim/ackvim: avoid file collision with another package.

Gentoo-Bug: https://bugs.gentoo.org/584768

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/ackvim/Manifest               |  1 +
 app-vim/ackvim/ackvim-1.0.9-r1.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-vim/ackvim/Manifest b/app-vim/ackvim/Manifest
index 9096bdc2950..b39f126484b 100644
--- a/app-vim/ackvim/Manifest
+++ b/app-vim/ackvim/Manifest
@@ -1 +1,2 @@
+DIST ack.vim-1.0.9.tar.gz 9361 SHA256 598af55eed01886428027ea26f3f99a5029ece88c28e34c22fb94d09ac552cab SHA512 42c931433ca2554cee0ccdc576891ba82efaebb0e5301ab279b3db8160816892b6f6232da7389058177ef9640a07e9582409c852ee5b55f3c9ee0b6f547ae8d0 WHIRLPOOL eea0a155e3249cde98072367b7bcffc063f22ef250125c46e3a5b0713267a353bd30275e4d8f169087e5108c1734b16796bb836b249dd6663868b6164d051154
 DIST ack.vim-1.0.9.zip 11910 SHA256 b479b04a94ddc4dd29bb9b525ba5e35f4925a96e92dd90a65120f225fd4fb241 SHA512 fc973144e4f82ee76f72709ab3755ed8c8fae0e3f9058d97cb4a19fb81cfb21aac4f0976e2fabfdbed67b9a2220732e335b81666ee42a31d9b4339881024cf10 WHIRLPOOL d4b4864d8dfcb41d0222a8f5bd81f3f3d64d4796b09ed3aff0ac347fb424246e165f6dfa2177723fa7805bed4b07c0973febbff9b7525bf0d6e4aa8467e8d8b1

diff --git a/app-vim/ackvim/ackvim-1.0.9-r1.ebuild b/app-vim/ackvim/ackvim-1.0.9-r1.ebuild
new file mode 100644
index 00000000000..2157915d1aa
--- /dev/null
+++ b/app-vim/ackvim/ackvim-1.0.9-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+MY_PN="ack.vim"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="vim plugin: run ack from vim"
+HOMEPAGE="https://github.com/mileszs/ack.vim"
+SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-apps/ack"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	default
+	# See bug 584768.
+	mv ftplugin/qf.vim ftplugin/ackqf.vim || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2017-10-26 21:27 Patrice Clement
  0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-10-26 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     09cba66eac6a89c5f0047b6939c95f821a90db01
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 21:26:35 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 21:27:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09cba66e

app-vim/ackvim: fix file collision with app-vim/perl-support.

Closes: https://bugs.gentoo.org/584768
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-vim/ackvim/Manifest            |  1 -
 app-vim/ackvim/ackvim-1.0.9.ebuild | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/app-vim/ackvim/Manifest b/app-vim/ackvim/Manifest
index b39f126484b..b00539bfd0a 100644
--- a/app-vim/ackvim/Manifest
+++ b/app-vim/ackvim/Manifest
@@ -1,2 +1 @@
 DIST ack.vim-1.0.9.tar.gz 9361 SHA256 598af55eed01886428027ea26f3f99a5029ece88c28e34c22fb94d09ac552cab SHA512 42c931433ca2554cee0ccdc576891ba82efaebb0e5301ab279b3db8160816892b6f6232da7389058177ef9640a07e9582409c852ee5b55f3c9ee0b6f547ae8d0 WHIRLPOOL eea0a155e3249cde98072367b7bcffc063f22ef250125c46e3a5b0713267a353bd30275e4d8f169087e5108c1734b16796bb836b249dd6663868b6164d051154
-DIST ack.vim-1.0.9.zip 11910 SHA256 b479b04a94ddc4dd29bb9b525ba5e35f4925a96e92dd90a65120f225fd4fb241 SHA512 fc973144e4f82ee76f72709ab3755ed8c8fae0e3f9058d97cb4a19fb81cfb21aac4f0976e2fabfdbed67b9a2220732e335b81666ee42a31d9b4339881024cf10 WHIRLPOOL d4b4864d8dfcb41d0222a8f5bd81f3f3d64d4796b09ed3aff0ac347fb424246e165f6dfa2177723fa7805bed4b07c0973febbff9b7525bf0d6e4aa8467e8d8b1

diff --git a/app-vim/ackvim/ackvim-1.0.9.ebuild b/app-vim/ackvim/ackvim-1.0.9.ebuild
deleted file mode 100644
index 21d6e2a0007..00000000000
--- a/app-vim/ackvim/ackvim-1.0.9.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-MY_PN="ack.vim"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="vim plugin: run ack from within vim"
-HOMEPAGE="https://github.com/mileszs/ack.vim"
-SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.zip -> ${MY_P}.zip"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-DEPEND="app-arch/unzip"
-RDEPEND="sys-apps/ack"
-
-S="${WORKDIR}/${MY_P}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2017-10-26 21:27 Patrice Clement
  0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-10-26 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     fede5f93844c3237eca34190ace3d4a00530f9d5
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 21:23:02 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 21:27:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fede5f93

app-vim/ackvim: stable for amd64+x86.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/app-vim/ackvim/ackvim-1.0.9-r1.ebuild b/app-vim/ackvim/ackvim-1.0.9-r1.ebuild
index 2157915d1aa..1b57e2677c1 100644
--- a/app-vim/ackvim/ackvim-1.0.9-r1.ebuild
+++ b/app-vim/ackvim/ackvim-1.0.9-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="vim plugin: run ack from vim"
 HOMEPAGE="https://github.com/mileszs/ack.vim"
 SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sys-apps/ack"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2023-01-12 23:11 Patrice Clement
  0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2023-01-12 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f20756175411f8e9756de1c06872b9f2d43bb313
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 23:11:11 2023 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 23:11:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2075617

app-vim/ackvim: update dependencies

Closes: https://bugs.gentoo.org/827855
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/ackvim/ackvim-1.0.9-r2.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/app-vim/ackvim/ackvim-1.0.9-r2.ebuild b/app-vim/ackvim/ackvim-1.0.9-r2.ebuild
new file mode 100644
index 000000000000..85fc526a2a0d
--- /dev/null
+++ b/app-vim/ackvim/ackvim-1.0.9-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+MY_PN="ack.vim"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="vim plugin: run ack from vim"
+HOMEPAGE="https://github.com/mileszs/ack.vim"
+SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	|| (
+		sys-apps/ack
+		sys-apps/the_silver_searcher
+	)"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	default
+	# See bug 584768.
+	mv ftplugin/qf.vim ftplugin/ackqf.vim || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2023-09-03  4:34 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-09-03  4:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2d648b54c8ef50a363a1ebac2351d3986ec9a151
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 04:33:46 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 04:33:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d648b54

app-vim/ackvim: Stabilize 1.0.9-r2 x86, #913053

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

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

diff --git a/app-vim/ackvim/ackvim-1.0.9-r2.ebuild b/app-vim/ackvim/ackvim-1.0.9-r2.ebuild
index 85fc526a2a0d..8273ecd86f70 100644
--- a/app-vim/ackvim/ackvim-1.0.9-r2.ebuild
+++ b/app-vim/ackvim/ackvim-1.0.9-r2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="vim plugin: run ack from vim"
 HOMEPAGE="https://github.com/mileszs/ack.vim"
 SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	|| (


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2023-09-03  4:34 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-09-03  4:34 UTC (permalink / raw
  To: gentoo-commits

commit:     7eefb946aecd55b363bdc1747be375eb1c6ba9c4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 04:33:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 04:33:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eefb946

app-vim/ackvim: Stabilize 1.0.9-r2 amd64, #913053

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

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

diff --git a/app-vim/ackvim/ackvim-1.0.9-r2.ebuild b/app-vim/ackvim/ackvim-1.0.9-r2.ebuild
index 8273ecd86f70..b2434d5309b9 100644
--- a/app-vim/ackvim/ackvim-1.0.9-r2.ebuild
+++ b/app-vim/ackvim/ackvim-1.0.9-r2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="vim plugin: run ack from vim"
 HOMEPAGE="https://github.com/mileszs/ack.vim"
 SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
 LICENSE="vim"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	|| (


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/
@ 2023-09-03  7:58 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2023-09-03  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2428f07532304893e9774d3a3d0571a846154387
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 07:27:23 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 07:56:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2428f075

app-vim/ackvim: drop 1.0.9-r1

Closes: https://bugs.gentoo.org/913053
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-vim/ackvim/ackvim-1.0.9-r1.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/app-vim/ackvim/ackvim-1.0.9-r1.ebuild b/app-vim/ackvim/ackvim-1.0.9-r1.ebuild
deleted file mode 100644
index 1b57e2677c19..000000000000
--- a/app-vim/ackvim/ackvim-1.0.9-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-MY_PN="ack.vim"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="vim plugin: run ack from vim"
-HOMEPAGE="https://github.com/mileszs/ack.vim"
-SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-RDEPEND="sys-apps/ack"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default
-	# See bug 584768.
-	mv ftplugin/qf.vim ftplugin/ackqf.vim || die
-}


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

end of thread, other threads:[~2023-09-03  7:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-12 21:12 [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2023-09-03  7:58 Andreas Sturmlechner
2023-09-03  4:34 Sam James
2023-09-03  4:34 Sam James
2023-01-12 23:11 Patrice Clement
2017-10-26 21:27 Patrice Clement
2017-10-26 21:27 Patrice Clement
2017-03-02 17:10 Patrice Clement
2016-08-28 20:24 Patrice Clement
2016-05-13 21:27 Patrice Clement
2016-05-12 13:36 Patrice Clement
2016-05-12 13:36 Patrice Clement

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