* [gentoo-commits] repo/gentoo:master commit in: app-vim/indentpython/
@ 2016-06-06 23:06 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-06-06 23:06 UTC (permalink / raw
To: gentoo-commits
commit: 0377401e0f3f693adb9544499b170c29f2907691
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 22:23:47 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 22:38:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0377401e
app-vim/indentpython: Add vim script to indent Python code.
Package-Manager: portage-2.2.28
app-vim/indentpython/Manifest | 1 +
app-vim/indentpython/indentpython-0.3.ebuild | 17 +++++++++++++++++
app-vim/indentpython/metadata.xml | 8 ++++++++
3 files changed, 26 insertions(+)
diff --git a/app-vim/indentpython/Manifest b/app-vim/indentpython/Manifest
new file mode 100644
index 0000000..3facd60
--- /dev/null
+++ b/app-vim/indentpython/Manifest
@@ -0,0 +1 @@
+DIST indentpython-0.3.zip 2682 SHA256 0e6e16f80e21d173d6f9b87efcb7d2027026d8e7125156a01a9367f7a9489baf SHA512 d358579357d5197dc035816b02557b8e84d5f0c85fb6433d171b9880e211dee75ef6f5fd7a37651677591c6c31a570c39094d6bbd5052a29ef344ec18b0e13c5 WHIRLPOOL 976555635d61360b55deb975c78ccf079eb17bf66595babf6c307f0f7eb0e5c68fd9a26abd85d7d5181942524388ef3dfe7795767cba19e2097ec77c7859c5b8
diff --git a/app-vim/indentpython/indentpython-0.3.ebuild b/app-vim/indentpython/indentpython-0.3.ebuild
new file mode 100644
index 0000000..d3e592f
--- /dev/null
+++ b/app-vim/indentpython/indentpython-0.3.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
+
+DESCRIPTION="vim plugin: Indent Python code according to PEP8"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=974"
+SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}.vim-${PV}"
diff --git a/app-vim/indentpython/metadata.xml b/app-vim/indentpython/metadata.xml
new file mode 100644
index 0000000..84f8f1c
--- /dev/null
+++ b/app-vim/indentpython/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>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/indentpython/
@ 2016-06-07 11:03 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-06-07 11:03 UTC (permalink / raw
To: gentoo-commits
commit: 7f99f7769770756d69041710d3d6b866c2eab098
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 7 10:07:36 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 7 10:35:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f99f776
app-vim/indentpython: Add myself to the list of maintainers.
Package-Manager: portage-2.2.28
app-vim/indentpython/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-vim/indentpython/metadata.xml b/app-vim/indentpython/metadata.xml
index 84f8f1c..6c8987e 100644
--- a/app-vim/indentpython/metadata.xml
+++ b/app-vim/indentpython/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] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/indentpython/
@ 2016-08-11 11:02 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-08-11 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 30ef3293a294b5e95ec415da276c7312f26b3df6
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:40:52 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 11:02:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ef3293
app-vim/indentpython: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
app-vim/indentpython/indentpython-0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/indentpython/indentpython-0.3.ebuild b/app-vim/indentpython/indentpython-0.3.ebuild
index d3e592f..c570369 100644
--- a/app-vim/indentpython/indentpython-0.3.ebuild
+++ b/app-vim/indentpython/indentpython-0.3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: Indent Python code according to PEP8"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=974"
SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
LICENSE="vim.org"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/indentpython/
@ 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: bc2b54a1b991b58c073ba6b3a6ec67867bd9feff
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 4 17:31:25 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 4 22:10:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2b54a1
app-vim/indentpython: use HTTPS.
app-vim/indentpython/indentpython-0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/indentpython/indentpython-0.3.ebuild b/app-vim/indentpython/indentpython-0.3.ebuild
index ec5e9935e3c..2f897aa847f 100644
--- a/app-vim/indentpython/indentpython-0.3.ebuild
+++ b/app-vim/indentpython/indentpython-0.3.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: Indent Python code according to PEP8"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=974"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=974"
SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
LICENSE="vim.org"
KEYWORDS="amd64 ppc ppc64 x86"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/indentpython/
@ 2018-06-06 12:32 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2018-06-06 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 4aa4e1070bc8ac30de51bd165ac88f7b6e39bcb8
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 5 22:06:42 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 12:32:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa4e107
app-vim/indentpython: fetch tar.gz archive instead of zip.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-vim/indentpython/Manifest | 2 +-
app-vim/indentpython/indentpython-0.3.ebuild | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-vim/indentpython/Manifest b/app-vim/indentpython/Manifest
index 297943cd6bc..eb44d7fa6fd 100644
--- a/app-vim/indentpython/Manifest
+++ b/app-vim/indentpython/Manifest
@@ -1 +1 @@
-DIST indentpython-0.3.zip 2682 BLAKE2B 0c803921ce23796dc48792a2e55ab721edd86d690e75df35e646cb71c53d32e3aa37870e2840b2363bb1ae277d4e35631a1b6d0d1735a62374b4fbc6e14154d9 SHA512 d358579357d5197dc035816b02557b8e84d5f0c85fb6433d171b9880e211dee75ef6f5fd7a37651677591c6c31a570c39094d6bbd5052a29ef344ec18b0e13c5
+DIST indentpython-0.3.tar.gz 2305 BLAKE2B 080224b87a10d1a7cd87523b37257b099efc873a954a5af63d8046351ad67fa6a58c6d84405ca50416b735f52835029e2fe653a24cd80d66dfb851f050b2421c SHA512 a3750ad7f935be914821cdff6b55b9bca1fe4d076d6c364be3854679c8c3466f14a4df486258fbee5a24d58373bc6258080e598992b22a0897e18a170555ebd6
diff --git a/app-vim/indentpython/indentpython-0.3.ebuild b/app-vim/indentpython/indentpython-0.3.ebuild
index 2f897aa847f..d2abc1777cf 100644
--- a/app-vim/indentpython/indentpython-0.3.ebuild
+++ b/app-vim/indentpython/indentpython-0.3.ebuild
@@ -7,10 +7,8 @@ inherit vim-plugin
DESCRIPTION="vim plugin: Indent Python code according to PEP8"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=974"
-SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
+SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim.org"
KEYWORDS="amd64 ppc ppc64 x86"
-DEPEND="app-arch/unzip"
-
S="${WORKDIR}/${PN}.vim-${PV}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/indentpython/
@ 2023-12-09 20:13 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:13 UTC (permalink / raw
To: gentoo-commits
commit: 19a5e84a6a01678f7246d49446c75d51ee79c719
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:12:30 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:12:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a5e84a
app-vim/indentpython: Stabilize 0.3-r1 amd64, #919609
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/indentpython/indentpython-0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/indentpython/indentpython-0.3-r1.ebuild b/app-vim/indentpython/indentpython-0.3-r1.ebuild
index 8d60d7933396..7f6d36bff58e 100644
--- a/app-vim/indentpython/indentpython-0.3-r1.ebuild
+++ b/app-vim/indentpython/indentpython-0.3-r1.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.t
S="${WORKDIR}/${PN}.vim-${PV}"
LICENSE="vim.org"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/indentpython/
@ 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: 7c95557d31c6e97a131b46bb99ec4e99126dd79a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:13:56 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:13:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c95557d
app-vim/indentpython: Stabilize 0.3-r1 x86, #919609
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/indentpython/indentpython-0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/indentpython/indentpython-0.3-r1.ebuild b/app-vim/indentpython/indentpython-0.3-r1.ebuild
index 7f6d36bff58e..21495fa7cf86 100644
--- a/app-vim/indentpython/indentpython-0.3-r1.ebuild
+++ b/app-vim/indentpython/indentpython-0.3-r1.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.t
S="${WORKDIR}/${PN}.vim-${PV}"
LICENSE="vim.org"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/indentpython/
@ 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: 724ccadffa34f2201b069dd8bf75012df2d2c7e6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:23:28 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:23:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724ccadf
app-vim/indentpython: Stabilize 0.3-r1 ppc, #919609
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/indentpython/indentpython-0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/indentpython/indentpython-0.3-r1.ebuild b/app-vim/indentpython/indentpython-0.3-r1.ebuild
index 21495fa7cf86..cc24a713e7be 100644
--- a/app-vim/indentpython/indentpython-0.3-r1.ebuild
+++ b/app-vim/indentpython/indentpython-0.3-r1.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.t
S="${WORKDIR}/${PN}.vim-${PV}"
LICENSE="vim.org"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/indentpython/
@ 2023-12-09 20:25 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:25 UTC (permalink / raw
To: gentoo-commits
commit: a7e918233c979ae46660c804e88946986d1754b8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:25:17 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:25:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e91823
app-vim/indentpython: Stabilize 0.3-r1 ppc64, #919609
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/indentpython/indentpython-0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/indentpython/indentpython-0.3-r1.ebuild b/app-vim/indentpython/indentpython-0.3-r1.ebuild
index cc24a713e7be..0fa07e0aef6d 100644
--- a/app-vim/indentpython/indentpython-0.3-r1.ebuild
+++ b/app-vim/indentpython/indentpython-0.3-r1.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.t
S="${WORKDIR}/${PN}.vim-${PV}"
LICENSE="vim.org"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-12-09 20:25 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-06 23:06 [gentoo-commits] repo/gentoo:master commit in: app-vim/indentpython/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2016-06-07 11:03 Patrice Clement
2016-08-11 11:02 Patrice Clement
2018-03-04 22:11 Patrice Clement
2018-06-06 12:32 Patrice Clement
2023-12-09 20:13 Arthur Zamarin
2023-12-09 20:14 Arthur Zamarin
2023-12-09 20:24 Arthur Zamarin
2023-12-09 20:25 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox