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

commit:     a022c6369464a94a3b28720d28aa4928e799ec7c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 08:15:53 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 10:35:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a022c636

app-vim/vim-flake8: Add vim-flake8 vim script.

Package-Manager: portage-2.2.28

 app-vim/vim-flake8/Manifest              |  1 +
 app-vim/vim-flake8/metadata.xml          |  8 ++++++++
 app-vim/vim-flake8/vim-flake8-1.6.ebuild | 16 ++++++++++++++++
 3 files changed, 25 insertions(+)

diff --git a/app-vim/vim-flake8/Manifest b/app-vim/vim-flake8/Manifest
new file mode 100644
index 0000000..d3f8eed
--- /dev/null
+++ b/app-vim/vim-flake8/Manifest
@@ -0,0 +1 @@
+DIST vim-flake8-1.6.zip 6499 SHA256 c35dc818ef8fee8bb0e8f4519b417be10ff4297322930c27ead75f8e3cb5bf24 SHA512 2cd6427d946d3ab310c9d04441355545065f501d9176b11e90a2df5b8c0fad679f56b77e934f9cf4078a947f8f35d0200411add0da34f33e6cfef4b9b4089c98 WHIRLPOOL 56dacac8e135e3601a9dfb66d4a6d4dee1a5570843eca748c139c84156705ddafd95f4a02a96df3e0d38adcf1f30f19565174c654758c699d62990479e867c8b

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

diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild
new file mode 100644
index 0000000..2b924a5
--- /dev/null
+++ b/app-vim/vim-flake8/vim-flake8-1.6.ebuild
@@ -0,0 +1,16 @@
+# 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: runs the currently open file through flake8"
+HOMEPAGE="https://github.com/nvie/vim-flake8"
+SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.zip -> ${P}.zip"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="app-arch/unzip"
+RDEPEND="dev-python/flake8"


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

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

commit:     446d7069adb6a3992ec8e8b6d4ec6134d2f832dc
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 10:08:16 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 10:35:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446d7069

app-vim/vim-flake8: Add myself to the list of maintainers.

Package-Manager: portage-2.2.28

 app-vim/vim-flake8/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-vim/vim-flake8/metadata.xml b/app-vim/vim-flake8/metadata.xml
index 84f8f1c..6c8987e 100644
--- a/app-vim/vim-flake8/metadata.xml
+++ b/app-vim/vim-flake8/metadata.xml
@@ -5,4 +5,7 @@
     <email>vim@gentoo.org</email>
     <name>Gentoo Vim Project</name>
   </maintainer>
+  <maintainer type="person">
+    <email>monsieurp@gentoo.org</email>
+  </maintainer>
 </pkgmetadata>


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

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

commit:     7eba3cf9613b08bc33014ec2684dd23fa92153eb
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 10:14:39 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 10:35:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eba3cf9

app-vim/vim-flake8: LICENSE is BSD.

Package-Manager: portage-2.2.28

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

diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild
index 2b924a5..65ef307 100644
--- a/app-vim/vim-flake8/vim-flake8-1.6.ebuild
+++ b/app-vim/vim-flake8/vim-flake8-1.6.ebuild
@@ -9,7 +9,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: runs the currently open file through flake8"
 HOMEPAGE="https://github.com/nvie/vim-flake8"
 SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.zip -> ${P}.zip"
-LICENSE="vim.org"
+LICENSE="BSD"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
 DEPEND="app-arch/unzip"


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

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

commit:     bca33fbf3731950792e67dec4730dd4af502356c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:36:00 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 10:36:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca33fbf

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

Package-Manager: portage-2.2.28

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

diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild
index 65ef307..64e9db8 100644
--- a/app-vim/vim-flake8/vim-flake8-1.6.ebuild
+++ b/app-vim/vim-flake8/vim-flake8-1.6.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: runs the currently open file through flake8"
 HOMEPAGE="https://github.com/nvie/vim-flake8"
 SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.zip -> ${P}.zip"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND="dev-python/flake8"


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

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

commit:     92be8fb0fd46bddd8959f485218107519a2768d3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  5 22:07:26 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 12:32:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92be8fb0

app-vim/vim-flake8: fetch tar.gz archive instead of zip.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/vim-flake8/Manifest              | 2 +-
 app-vim/vim-flake8/vim-flake8-1.6.ebuild | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-vim/vim-flake8/Manifest b/app-vim/vim-flake8/Manifest
index e1e3ac5a185..d44e59d86df 100644
--- a/app-vim/vim-flake8/Manifest
+++ b/app-vim/vim-flake8/Manifest
@@ -1 +1 @@
-DIST vim-flake8-1.6.zip 6499 BLAKE2B 2e07dce7d53ce96f02c4d2fdb1ddbc55a9ae8c877ce1ca6ec59046fef6dce1311e9a182960646b732690599ca66add6fecdc0a6d0c2ac6b1092b87dc3ae52789 SHA512 2cd6427d946d3ab310c9d04441355545065f501d9176b11e90a2df5b8c0fad679f56b77e934f9cf4078a947f8f35d0200411add0da34f33e6cfef4b9b4089c98
+DIST vim-flake8-1.6.tar.gz 5345 BLAKE2B dd726798a49231841f9fcb915999cf965a42b8b5f593a66f97268bc6d7993584d5f9ed0cfc50508bc57d60c5dcd19c8476e86ae26fb8be9c1dcf7007db2d0323 SHA512 a4208478f9754ef2d188a51e3262c449ef16b48fc0208425795d71c304118c129ae20a723fff96863291bae66237f1479a591cc23e5ec90222e0614d2dcccce9

diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild
index 513786e2a7a..8ff3e044493 100644
--- a/app-vim/vim-flake8/vim-flake8-1.6.ebuild
+++ b/app-vim/vim-flake8/vim-flake8-1.6.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
@@ -7,9 +7,8 @@ inherit vim-plugin
 
 DESCRIPTION="vim plugin: runs the currently open file through flake8"
 HOMEPAGE="https://github.com/nvie/vim-flake8"
-SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.zip -> ${P}.zip"
+SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 KEYWORDS="amd64 ppc ppc64 x86"
 
-DEPEND="app-arch/unzip"
 RDEPEND="dev-python/flake8"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-flake8/
@ 2023-04-08 20:56 Marek Szuba
  0 siblings, 0 replies; 12+ messages in thread
From: Marek Szuba @ 2023-04-08 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     8086b07eec8f590e6e00afa07f447d2f206c070c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 20:25:21 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 20:56:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8086b07e

app-vim/vim-flake8: add 1.7

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-vim/vim-flake8/Manifest              |  1 +
 app-vim/vim-flake8/vim-flake8-1.7.ebuild | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/app-vim/vim-flake8/Manifest b/app-vim/vim-flake8/Manifest
index d44e59d86df7..cb759c7adb26 100644
--- a/app-vim/vim-flake8/Manifest
+++ b/app-vim/vim-flake8/Manifest
@@ -1 +1,2 @@
 DIST vim-flake8-1.6.tar.gz 5345 BLAKE2B dd726798a49231841f9fcb915999cf965a42b8b5f593a66f97268bc6d7993584d5f9ed0cfc50508bc57d60c5dcd19c8476e86ae26fb8be9c1dcf7007db2d0323 SHA512 a4208478f9754ef2d188a51e3262c449ef16b48fc0208425795d71c304118c129ae20a723fff96863291bae66237f1479a591cc23e5ec90222e0614d2dcccce9
+DIST vim-flake8-1.7.tar.gz 6080 BLAKE2B bf78e2c4e9976fc148cf18fc5ec58c2807a9c82a6893160ca4a107664d438fc955c2eac3e41373529cc1dc5295acab06c7c9007c1ad72095548362e903d7d31a SHA512 c29cfc00e4fd94128be02e003116647819cd3b39916527b70a7684c19ef4184bce1c1556051fc269bde4696a98b752fb7b4e081c2aac46cdcdfdf35735ec76b0

diff --git a/app-vim/vim-flake8/vim-flake8-1.7.ebuild b/app-vim/vim-flake8/vim-flake8-1.7.ebuild
new file mode 100644
index 000000000000..b8772d16ea7d
--- /dev/null
+++ b/app-vim/vim-flake8/vim-flake8-1.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: runs the currently open file through flake8"
+HOMEPAGE="https://github.com/nvie/vim-flake8"
+SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="dev-python/flake8"


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

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

commit:     6b72844bb5402c04da0ceea38a8d0458f4a057e9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 03:42:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 03:42:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b72844b

app-vim/vim-flake8: Stabilize 1.7 ppc64, #913057

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

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

diff --git a/app-vim/vim-flake8/vim-flake8-1.7.ebuild b/app-vim/vim-flake8/vim-flake8-1.7.ebuild
index b8772d16ea7d..d68890259956 100644
--- a/app-vim/vim-flake8/vim-flake8-1.7.ebuild
+++ b/app-vim/vim-flake8/vim-flake8-1.7.ebuild
@@ -11,6 +11,6 @@ SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
 
 RDEPEND="dev-python/flake8"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-flake8/
@ 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:     cff5af914668be05b03c5526663acce06c8f60bb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 04:33:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 04:33:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff5af91

app-vim/vim-flake8: Stabilize 1.7 x86, #913057

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

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

diff --git a/app-vim/vim-flake8/vim-flake8-1.7.ebuild b/app-vim/vim-flake8/vim-flake8-1.7.ebuild
index d68890259956..3c78d18893b4 100644
--- a/app-vim/vim-flake8/vim-flake8-1.7.ebuild
+++ b/app-vim/vim-flake8/vim-flake8-1.7.ebuild
@@ -11,6 +11,6 @@ SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 x86"
 
 RDEPEND="dev-python/flake8"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-flake8/
@ 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:     8033c2aae2749fd9e8aef394c827091d4d989eed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 04:33:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 04:33:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8033c2aa

app-vim/vim-flake8: Stabilize 1.7 amd64, #913057

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

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

diff --git a/app-vim/vim-flake8/vim-flake8-1.7.ebuild b/app-vim/vim-flake8/vim-flake8-1.7.ebuild
index 3c78d18893b4..ee767bf49211 100644
--- a/app-vim/vim-flake8/vim-flake8-1.7.ebuild
+++ b/app-vim/vim-flake8/vim-flake8-1.7.ebuild
@@ -11,6 +11,6 @@ SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 
 RDEPEND="dev-python/flake8"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-flake8/
@ 2023-09-14 21:23 Conrad Kostecki
  0 siblings, 0 replies; 12+ messages in thread
From: Conrad Kostecki @ 2023-09-14 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1911668c1860f18a6c20c6c72b69ede309a91500
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 19 17:25:20 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:22:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1911668c

app-vim/vim-flake8: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild b/app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild
new file mode 100644
index 000000000000..a0e086fe68fb
--- /dev/null
+++ b/app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: runs the currently open file through flake8"
+HOMEPAGE="https://github.com/nvie/vim-flake8"
+SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="dev-python/flake8"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-flake8/
@ 2023-12-01  3:30 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-12-01  3:30 UTC (permalink / raw
  To: gentoo-commits

commit:     bc5423ddaa1fc13403f3b9458533d9a834204d92
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Dec  1 00:41:59 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 03:27:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5423dd

app-vim/vim-flake8: Stabilize 1.7 ppc, #913057

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/app-vim/vim-flake8/vim-flake8-1.7.ebuild b/app-vim/vim-flake8/vim-flake8-1.7.ebuild
index ee767bf49211..7185cc2d7084 100644
--- a/app-vim/vim-flake8/vim-flake8-1.7.ebuild
+++ b/app-vim/vim-flake8/vim-flake8-1.7.ebuild
@@ -11,6 +11,6 @@ SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 RDEPEND="dev-python/flake8"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-flake8/
@ 2024-04-19  6:08 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-19  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c3699f07982d0b94697c9d3274ba53e45d56f51c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 06:02:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 06:07:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3699f07

app-vim/vim-flake8: drop 1.6, 1.6-r1, EAPI6--

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

 app-vim/vim-flake8/Manifest                 |  1 -
 app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild | 15 ---------------
 app-vim/vim-flake8/vim-flake8-1.6.ebuild    | 14 --------------
 3 files changed, 30 deletions(-)

diff --git a/app-vim/vim-flake8/Manifest b/app-vim/vim-flake8/Manifest
index cb759c7adb26..aa5ac19d38b0 100644
--- a/app-vim/vim-flake8/Manifest
+++ b/app-vim/vim-flake8/Manifest
@@ -1,2 +1 @@
-DIST vim-flake8-1.6.tar.gz 5345 BLAKE2B dd726798a49231841f9fcb915999cf965a42b8b5f593a66f97268bc6d7993584d5f9ed0cfc50508bc57d60c5dcd19c8476e86ae26fb8be9c1dcf7007db2d0323 SHA512 a4208478f9754ef2d188a51e3262c449ef16b48fc0208425795d71c304118c129ae20a723fff96863291bae66237f1479a591cc23e5ec90222e0614d2dcccce9
 DIST vim-flake8-1.7.tar.gz 6080 BLAKE2B bf78e2c4e9976fc148cf18fc5ec58c2807a9c82a6893160ca4a107664d438fc955c2eac3e41373529cc1dc5295acab06c7c9007c1ad72095548362e903d7d31a SHA512 c29cfc00e4fd94128be02e003116647819cd3b39916527b70a7684c19ef4184bce1c1556051fc269bde4696a98b752fb7b4e081c2aac46cdcdfdf35735ec76b0

diff --git a/app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild b/app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild
deleted file mode 100644
index a0e086fe68fb..000000000000
--- a/app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: runs the currently open file through flake8"
-HOMEPAGE="https://github.com/nvie/vim-flake8"
-SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="dev-python/flake8"

diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild
deleted file mode 100644
index 8ff3e0444938..000000000000
--- a/app-vim/vim-flake8/vim-flake8-1.6.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: runs the currently open file through flake8"
-HOMEPAGE="https://github.com/nvie/vim-flake8"
-SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-RDEPEND="dev-python/flake8"


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

end of thread, other threads:[~2024-04-19  6:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-03  4:34 [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-flake8/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19  6:08 Arthur Zamarin
2023-12-01  3:30 Sam James
2023-09-14 21:23 Conrad Kostecki
2023-09-03  4:34 Sam James
2023-09-03  3:43 Sam James
2023-04-08 20:56 Marek Szuba
2018-06-06 12:32 Patrice Clement
2016-08-11 10:36 Patrice Clement
2016-06-07 11:03 Patrice Clement
2016-06-07 11:03 Patrice Clement
2016-06-07 11:03 Patrice Clement

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