public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/omnicppcomplete/
@ 2018-05-26 20:31 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2018-05-26 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     df5d831a7657423323565fe7d3b67900ae6c2d1d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 19:47:47 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 20:31:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5d831a

app-vim/omnicppcomplete: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
index c87e6be5a06..31f04ffd523 100644
--- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
+++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
 VIM_PLUGIN_VIM_VERSION="7.0"
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: C/C++ omni-completion with ctags database"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1520"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520"
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip"
 
 LICENSE="vim.org"
 KEYWORDS="amd64 x86"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/omnicppcomplete/
@ 2019-08-10  9:05 Sergei Trofimovich
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2019-08-10  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     bbd593a278769ba6378390ac2c6a4d6707dd471c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 09:05:18 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 09:05:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd593a2

app-vim/omnicppcomplete: keyworded 0.41 for ppc, bug #689518

Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
index 31f04ffd523..78ac107aa9c 100644
--- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
+++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520"
 SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip"
 
 LICENSE="vim.org"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/omnicppcomplete/
@ 2020-06-09 21:30 Sergei Trofimovich
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2020-06-09 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ae3199796f6d48dc67d02c0158697d4108cf2ce3
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 21:30:29 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 21:30:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae319979

app-vim/omnicppcomplete: keyworded 0.41 for ppc64

keyworded wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
index 78ac107aa9c..542416719fb 100644
--- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
+++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520"
 SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip"
 
 LICENSE="vim.org"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/omnicppcomplete/
@ 2020-11-20  4:55 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-11-20  4:55 UTC (permalink / raw
  To: gentoo-commits

commit:     916793ed4f9121dd0cf571f86b37611354904719
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 04:54:58 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 04:54:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916793ed

app-vim/omnicppcomplete: Stabilize 0.41 ppc64, #755272

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

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

diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
index 4a14af2ab35..a5bfffb4083 100644
--- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
+++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520"
 SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip"
 
 LICENSE="vim.org"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/omnicppcomplete/
@ 2020-11-20  4:55 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-11-20  4:55 UTC (permalink / raw
  To: gentoo-commits

commit:     dafe631dbd2bd96f61d2494268578c33c8372ec8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 04:54:55 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 04:54:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafe631d

app-vim/omnicppcomplete: Stabilize 0.41 ppc, #755272

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

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

diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
index 542416719fb..4a14af2ab35 100644
--- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
+++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520"
 SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip"
 
 LICENSE="vim.org"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"


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

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

commit:     1d254f13aa99d364b32dd24cd07b9159d54df6d3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:01:24 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:01:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d254f13

app-vim/omnicppcomplete: Stabilize 0.41-r1 x86, #919648

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

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

diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild
index c68d0db8cdeb..12a5695d75d3 100644
--- a/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild
+++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip
 S="${WORKDIR}"
 
 LICENSE="vim.org"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND=">=dev-util/ctags-5.7"


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

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

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

app-vim/omnicppcomplete: Stabilize 0.41-r1 ppc64, #919648

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

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

diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild
index 12a5695d75d3..cd79bc127dd3 100644
--- a/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild
+++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip
 S="${WORKDIR}"
 
 LICENSE="vim.org"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc ppc64 x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND=">=dev-util/ctags-5.7"


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

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

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

app-vim/omnicppcomplete: Stabilize 0.41-r1 amd64, #919648

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

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

diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild
index cd79bc127dd3..a2bec1895aa1 100644
--- a/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild
+++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip
 S="${WORKDIR}"
 
 LICENSE="vim.org"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND=">=dev-util/ctags-5.7"


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

end of thread, other threads:[~2023-12-09 20:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-26 20:31 [gentoo-commits] repo/gentoo:master commit in: app-vim/omnicppcomplete/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2019-08-10  9:05 Sergei Trofimovich
2020-06-09 21:30 Sergei Trofimovich
2020-11-20  4:55 Sam James
2020-11-20  4:55 Sam James
2023-12-09 20:01 Michał Górny
2023-12-09 20:30 Arthur Zamarin
2023-12-09 20:30 Arthur Zamarin

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