public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/
@ 2015-08-25  2:24 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2015-08-25  2:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c76e76b53dbfe76d843e2c899f4e4e7a25ba6e64
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 02:08:15 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 02:08:15 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76e76b5

app-vim/pathogen: remove old

 app-vim/pathogen/Manifest            |  1 -
 app-vim/pathogen/pathogen-2.2.ebuild | 16 ----------------
 2 files changed, 17 deletions(-)

diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest
index f3019f2..180188d 100644
--- a/app-vim/pathogen/Manifest
+++ b/app-vim/pathogen/Manifest
@@ -1,2 +1 @@
-DIST pathogen-2.2.tar.gz 5968 SHA256 35fc1413005611130ed1b7543f7a7afc0eadb9956300d301ced006071c6f1cd2 SHA512 b3892fc11215bbc63fdaee2ab533fad025f373f344483223fea4bbbbf256873f8464d7ee35f4a065e3663f6552b973fe59bf87e46463f0ad09c95eeb08bb953e WHIRLPOOL defd4f1972a020416bafbb2fb82f920503c11d16b8287695399f3bf6ffb3da2ba5be55eb14835741d677b8e2c70d331751d4365d542bf183d72a4d403e11625e
 DIST pathogen-2.3.tar.gz 6136 SHA256 3a2ec24f47dbb59dd4f3fea12f89cf64add951da4646dedced54b7284fdc38ac SHA512 da603a4d111dce6fba1542e3301a8e180def545d1f81339bc60782698c777625500e158d0f15c01ac0144e6a3045bb2d2d2ed19bfe661c233a0633a9aa14b749 WHIRLPOOL ab99d35d078e65eda60d5b3d96fa77f0913a97bcec19aceb2a104e493561e2fff8874c8fa3bb67f2875356ddcfe827972d84bacc5cb72ba42fd33613495a60bb

diff --git a/app-vim/pathogen/pathogen-2.2.ebuild b/app-vim/pathogen/pathogen-2.2.ebuild
deleted file mode 100644
index fd1f6c4..0000000
--- a/app-vim/pathogen/pathogen-2.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: manage your runtimepath"
-HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://www.vim.org/scripts/script.php?script_id=2332"
-SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86 ~x64-macos"
-IUSE=""
-
-S=${WORKDIR}/vim-${P}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/
@ 2016-01-17  0:22 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-01-17  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b6bb855354c15b2c70667abdc3be541b28e1a342
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 00:13:12 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 00:22:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bb8553

app-vim/pathogen: version bump to 2.4

 app-vim/pathogen/Manifest            |  1 +
 app-vim/pathogen/pathogen-2.4.ebuild | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest
index 180188d..27ed8ed 100644
--- a/app-vim/pathogen/Manifest
+++ b/app-vim/pathogen/Manifest
@@ -1 +1,2 @@
 DIST pathogen-2.3.tar.gz 6136 SHA256 3a2ec24f47dbb59dd4f3fea12f89cf64add951da4646dedced54b7284fdc38ac SHA512 da603a4d111dce6fba1542e3301a8e180def545d1f81339bc60782698c777625500e158d0f15c01ac0144e6a3045bb2d2d2ed19bfe661c233a0633a9aa14b749 WHIRLPOOL ab99d35d078e65eda60d5b3d96fa77f0913a97bcec19aceb2a104e493561e2fff8874c8fa3bb67f2875356ddcfe827972d84bacc5cb72ba42fd33613495a60bb
+DIST pathogen-2.4.tar.gz 6458 SHA256 2551a0f4ac3681cba97c265af088460c2977fba9c5152afb4ce1b56fdf3195a8 SHA512 54da8755991e5c52c5a9258c92ce5731434a15873df44d12e9491ed9bff1f9ebfe2a1c1b94a9ea3615b38aa1833d511bb03c65e85955d96373b6bffceae89fbe WHIRLPOOL 95f54f2cb1747fc92aefca54a7497155db05e89c7dd7249717fce6de34838e7a4ab57aadf46ef8eece668ae7156d4c4b5d481b7fd3dc16b248652b57334fe4b3

diff --git a/app-vim/pathogen/pathogen-2.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild
new file mode 100644
index 0000000..718bb09
--- /dev/null
+++ b/app-vim/pathogen/pathogen-2.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: manage your runtimepath"
+HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://www.vim.org/scripts/script.php?script_id=2332"
+SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+
+S=${WORKDIR}/vim-${P}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/
@ 2016-02-29  2:51 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-02-29  2:51 UTC (permalink / raw
  To: gentoo-commits

commit:     880013f9cfbcfd613ede07e71f297595f22261e9
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 29 02:46:52 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 02:46:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880013f9

app-vim/pathogen: stabilize 2.4

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

diff --git a/app-vim/pathogen/pathogen-2.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild
index 718bb09..7129b0c 100644
--- a/app-vim/pathogen/pathogen-2.4.ebuild
+++ b/app-vim/pathogen/pathogen-2.4.ebuild
@@ -10,6 +10,6 @@ DESCRIPTION="vim plugin: manage your runtimepath"
 HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://www.vim.org/scripts/script.php?script_id=2332"
 SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 S=${WORKDIR}/vim-${P}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/
@ 2016-02-29  2:51 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-02-29  2:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5c73de07e6752dcc9219feb50c2b680d3dcdb060
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 29 02:47:15 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 02:47:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c73de07

app-vim/pathogen: remove old

 app-vim/pathogen/Manifest            |  1 -
 app-vim/pathogen/pathogen-2.3.ebuild | 15 ---------------
 2 files changed, 16 deletions(-)

diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest
index 27ed8ed..f6225e9 100644
--- a/app-vim/pathogen/Manifest
+++ b/app-vim/pathogen/Manifest
@@ -1,2 +1 @@
-DIST pathogen-2.3.tar.gz 6136 SHA256 3a2ec24f47dbb59dd4f3fea12f89cf64add951da4646dedced54b7284fdc38ac SHA512 da603a4d111dce6fba1542e3301a8e180def545d1f81339bc60782698c777625500e158d0f15c01ac0144e6a3045bb2d2d2ed19bfe661c233a0633a9aa14b749 WHIRLPOOL ab99d35d078e65eda60d5b3d96fa77f0913a97bcec19aceb2a104e493561e2fff8874c8fa3bb67f2875356ddcfe827972d84bacc5cb72ba42fd33613495a60bb
 DIST pathogen-2.4.tar.gz 6458 SHA256 2551a0f4ac3681cba97c265af088460c2977fba9c5152afb4ce1b56fdf3195a8 SHA512 54da8755991e5c52c5a9258c92ce5731434a15873df44d12e9491ed9bff1f9ebfe2a1c1b94a9ea3615b38aa1833d511bb03c65e85955d96373b6bffceae89fbe WHIRLPOOL 95f54f2cb1747fc92aefca54a7497155db05e89c7dd7249717fce6de34838e7a4ab57aadf46ef8eece668ae7156d4c4b5d481b7fd3dc16b248652b57334fe4b3

diff --git a/app-vim/pathogen/pathogen-2.3.ebuild b/app-vim/pathogen/pathogen-2.3.ebuild
deleted file mode 100644
index 9ec64cc..0000000
--- a/app-vim/pathogen/pathogen-2.3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: manage your runtimepath"
-HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://www.vim.org/scripts/script.php?script_id=2332"
-SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86 ~x64-macos"
-
-S=${WORKDIR}/vim-${P}


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

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

commit:     ae9226f54731172a77b34190fe9b658701b3d53d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar  8 20:04:58 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 14:15:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9226f5

app-vim/pathogen: use HTTPS.

Closes: https://github.com/gentoo/gentoo/pull/7397

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

diff --git a/app-vim/pathogen/pathogen-2.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild
index b3e2872fcac..fc4009c0861 100644
--- a/app-vim/pathogen/pathogen-2.4.ebuild
+++ b/app-vim/pathogen/pathogen-2.4.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=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: manage your runtimepath"
-HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://www.vim.org/scripts/script.php?script_id=2332"
+HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332"
 SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="vim"
 KEYWORDS="amd64 x86 ~x64-macos"


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

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

commit:     e35895368ce0e1ef181e9c22e74ee8c42c5f6a42
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 15:48:15 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 15:55:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3589536

app-vim/pathogen: clean up old.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/pathogen/pathogen-2.4.ebuild | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/app-vim/pathogen/pathogen-2.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild
deleted file mode 100644
index fc4009c0861..00000000000
--- a/app-vim/pathogen/pathogen-2.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: manage your runtimepath"
-HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332"
-SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86 ~x64-macos"
-
-S=${WORKDIR}/vim-${P}


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

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

commit:     ff92e2855e58fbdf81401481a0023d24ccf0d4d9
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 15:47:49 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 15:55:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff92e285

app-vim/pathogen: EAPI 6 bump.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --force

 app-vim/pathogen/pathogen-2.4-r1.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/app-vim/pathogen/pathogen-2.4-r1.ebuild b/app-vim/pathogen/pathogen-2.4-r1.ebuild
new file mode 100644
index 00000000000..94ac011cc1c
--- /dev/null
+++ b/app-vim/pathogen/pathogen-2.4-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: manage your runtimepath"
+HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332"
+SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="vim"
+KEYWORDS="amd64 x86 ~x64-macos"
+
+S="${WORKDIR}/vim-${P}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/
@ 2023-05-07 13:40 Jakov Smolić
  0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2023-05-07 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     05e4a0c6172b793d38778e374d7a0887d4fdf881
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 13:39:45 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun May  7 13:39:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e4a0c6

app-vim/pathogen: Keyword 2.4-r1 arm, #905784

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/app-vim/pathogen/pathogen-2.4-r1.ebuild b/app-vim/pathogen/pathogen-2.4-r1.ebuild
index 94ac011cc1c4..4d6029f90cfd 100644
--- a/app-vim/pathogen/pathogen-2.4-r1.ebuild
+++ b/app-vim/pathogen/pathogen-2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,6 +9,6 @@ DESCRIPTION="vim plugin: manage your runtimepath"
 HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332"
 SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="vim"
-KEYWORDS="amd64 x86 ~x64-macos"
+KEYWORDS="amd64 ~arm x86 ~x64-macos"
 
 S="${WORKDIR}/vim-${P}"


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

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

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

app-vim/pathogen: Stabilize 2.4-r2 amd64, #919639

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

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

diff --git a/app-vim/pathogen/pathogen-2.4-r2.ebuild b/app-vim/pathogen/pathogen-2.4-r2.ebuild
index bc7c022bf56f..c59586357226 100644
--- a/app-vim/pathogen/pathogen-2.4-r2.ebuild
+++ b/app-vim/pathogen/pathogen-2.4-r2.ebuild
@@ -12,4 +12,4 @@ SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar
 S="${WORKDIR}/vim-${P}"
 
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~x86 ~x64-macos"


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

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

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

app-vim/pathogen: Stabilize 2.4-r2 x86, #919639

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

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

diff --git a/app-vim/pathogen/pathogen-2.4-r2.ebuild b/app-vim/pathogen/pathogen-2.4-r2.ebuild
index c59586357226..a6aa69dcb9a5 100644
--- a/app-vim/pathogen/pathogen-2.4-r2.ebuild
+++ b/app-vim/pathogen/pathogen-2.4-r2.ebuild
@@ -12,4 +12,4 @@ SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar
 S="${WORKDIR}/vim-${P}"
 
 LICENSE="vim"
-KEYWORDS="amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 x86 ~x64-macos"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/
@ 2024-01-20 21:22 Conrad Kostecki
  0 siblings, 0 replies; 12+ messages in thread
From: Conrad Kostecki @ 2024-01-20 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     81cfd8611a8a3dd66696ccb0051d83b49917c4c7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jan 14 18:44:19 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 21:21:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cfd861

app-vim/pathogen: fix whitespace

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

 app-vim/pathogen/pathogen-2.4-r2.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-vim/pathogen/pathogen-2.4-r2.ebuild b/app-vim/pathogen/pathogen-2.4-r2.ebuild
index a6aa69dcb9a5..dbc444e6a34c 100644
--- a/app-vim/pathogen/pathogen-2.4-r2.ebuild
+++ b/app-vim/pathogen/pathogen-2.4-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
@@ -6,8 +6,10 @@ EAPI=8
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: manage your runtimepath"
-HOMEPAGE="https://github.com/tpope/vim-pathogen/
-  https://www.vim.org/scripts/script.php?script_id=2332"
+HOMEPAGE="
+	https://github.com/tpope/vim-pathogen/
+	https://www.vim.org/scripts/script.php?script_id=2332
+"
 SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/vim-${P}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/
@ 2024-05-23 17:07 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-05-23 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ea2bafe868834394f5a66d51f47d34488b2bb2e4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 16:48:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 23 16:48:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2bafe8

app-vim/pathogen: drop 2.4-r1

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

 app-vim/pathogen/pathogen-2.4-r1.ebuild | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/app-vim/pathogen/pathogen-2.4-r1.ebuild b/app-vim/pathogen/pathogen-2.4-r1.ebuild
deleted file mode 100644
index 4d6029f90cfd..000000000000
--- a/app-vim/pathogen/pathogen-2.4-r1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: manage your runtimepath"
-HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332"
-SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 ~arm x86 ~x64-macos"
-
-S="${WORKDIR}/vim-${P}"


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

end of thread, other threads:[~2024-05-23 17:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-11 14:15 [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2024-05-23 17:07 Arthur Zamarin
2024-01-20 21:22 Conrad Kostecki
2023-12-09 20:24 Arthur Zamarin
2023-12-09 20:13 Arthur Zamarin
2023-05-07 13:40 Jakov Smolić
2018-12-31 15:55 Patrice Clement
2018-12-31 15:55 Patrice Clement
2016-02-29  2:51 Tim Harder
2016-02-29  2:51 Tim Harder
2016-01-17  0:22 Tim Harder
2015-08-25  2:24 Tim Harder

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