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

commit:     75b39aaf4829e48996738231c18b948e664df1e3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 10:19:39 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 19:06:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b39aaf

app-vim/txtfmt: clean up old.

Package-Manager: portage-2.2.28

 app-vim/txtfmt/txtfmt-2.4.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/app-vim/txtfmt/txtfmt-2.4.ebuild b/app-vim/txtfmt/txtfmt-2.4.ebuild
deleted file mode 100644
index 22c9ef7..00000000
--- a/app-vim/txtfmt/txtfmt-2.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VIM_PLUGIN_VIM_VERSION="7.2"
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: rich text highlighting in vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13856 -> ${P}.tar.gz"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="txtfmt.txt"
-
-S=${WORKDIR}
-
-src_prepare() {
-	rm indent_patch.txt
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/txtfmt/
@ 2016-09-25 19:06 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-09-25 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f0d5ceffc32b827cc43d4b7d9d3d8ab1226b2424
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 10:19:09 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 19:06:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d5ceff

app-vim/txtfmt: EAPI 6 bump.

Package-Manager: portage-2.2.28

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

diff --git a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
new file mode 100644
index 00000000..22eca92
--- /dev/null
+++ b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+VIM_PLUGIN_VIM_VERSION="7.2"
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: rich text highlighting in vim"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208"
+SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13856 -> ${P}.tar.gz"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="txtfmt.txt"
+
+S="${WORKDIR}"
+
+src_prepare() {
+	rm indent_patch.txt || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/txtfmt/
@ 2016-10-31  6:24 Tim Harder
  0 siblings, 0 replies; 7+ messages in thread
From: Tim Harder @ 2016-10-31  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d5e432fda6733cb298f5ec74ee1a0790ec86e8b1
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 06:23:57 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 06:23:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e432fd

app-vim/txtfmt: fix bad EAPI 6 port (bug #595158)

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

diff --git a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
index 22eca92..450e6eb 100644
--- a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
+++ b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
@@ -4,8 +4,6 @@
 
 EAPI=6
 
-VIM_PLUGIN_VIM_VERSION="7.2"
-
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: rich text highlighting in vim"
@@ -13,12 +11,12 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208"
 SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13856 -> ${P}.tar.gz"
 LICENSE="public-domain"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-VIM_PLUGIN_HELPFILES="txtfmt.txt"
+VIM_PLUGIN_HELPFILES="${PN}.txt"
 
-S="${WORKDIR}"
+S=${WORKDIR}
 
 src_prepare() {
+	default
 	rm indent_patch.txt || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/txtfmt/
@ 2016-10-31  6:26 Tim Harder
  0 siblings, 0 replies; 7+ messages in thread
From: Tim Harder @ 2016-10-31  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9c7d2ba715526e372278d09243f09e5c98f38204
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 06:26:22 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 06:26:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7d2ba7

app-vim/txtfmt: version bump to 3.1

 app-vim/txtfmt/Manifest          |  1 +
 app-vim/txtfmt/txtfmt-3.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-vim/txtfmt/Manifest b/app-vim/txtfmt/Manifest
index 10442e9..c5f723c 100644
--- a/app-vim/txtfmt/Manifest
+++ b/app-vim/txtfmt/Manifest
@@ -1 +1,2 @@
 DIST txtfmt-2.4.tar.gz 127123 SHA256 1d3880e4c23e2bdaf8065a569f54bda84292ee9e276ca4e055fca9c8e542f2e0 SHA512 4f3a32c34b11477a7b78fca47367754093b04dbe60bdfee16d2f05c992a82f9f64fb82b8dc811afd43fd4206f426c88ade95943cc1686e6bf57813596b9652f8 WHIRLPOOL 15815e7b69ecc07dc9ca7721c867b752bf2278732152402ff63276a930cacd1564c9fa8030b02054c494495b2447ab421fee4045d0b50d509da5e3d2a103f59f
+DIST txtfmt-3.1.tar.gz 172348 SHA256 fcc8e727075a1ff9ea9463122c18ce954b727f0cc67b3d6dc19cd81aab832420 SHA512 bdef5350626ee5251fbf3cb4a4270e72f0b8ab29948f0469cfadbcf0735ccd7c104b34a25e43d4ff147ed48de3667fba472080f81f72d5a4687467e5c44af5d1 WHIRLPOOL 757a05247ec6eea1736a7e003788fb6ff44006e04e980a7630af0fae32bfd37246f85be9e341a7457b54cdfaab7390841a09bdc799ecc8bc52ad9c88bc102693

diff --git a/app-vim/txtfmt/txtfmt-3.1.ebuild b/app-vim/txtfmt/txtfmt-3.1.ebuild
new file mode 100644
index 00000000..e66d0cc
--- /dev/null
+++ b/app-vim/txtfmt/txtfmt-3.1.ebuild
@@ -0,0 +1,22 @@
+# 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: rich text highlighting in vim"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208"
+SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=24489 -> ${P}.tar.gz"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+S=${WORKDIR}
+
+src_prepare() {
+	default
+	rm indent_patch.txt || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/txtfmt/
@ 2018-03-10 22:55 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2018-03-10 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6546bd07b9f67959a8e9809c3923d367574833be
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar  9 14:52:23 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 22:55:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6546bd07

app-vim/txtfmt: use HTTPS.

 app-vim/txtfmt/txtfmt-2.4-r1.ebuild | 6 +++---
 app-vim/txtfmt/txtfmt-3.1.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
index 05e0149577c..4adcc7962d6 100644
--- a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
+++ b/app-vim/txtfmt/txtfmt-2.4-r1.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,8 +6,8 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: rich text highlighting in vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13856 -> ${P}.tar.gz"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2208"
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=13856 -> ${P}.tar.gz"
 LICENSE="public-domain"
 KEYWORDS="~amd64 ~x86"
 

diff --git a/app-vim/txtfmt/txtfmt-3.1.ebuild b/app-vim/txtfmt/txtfmt-3.1.ebuild
index 737dbf320ec..97b915a6b3b 100644
--- a/app-vim/txtfmt/txtfmt-3.1.ebuild
+++ b/app-vim/txtfmt/txtfmt-3.1.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,8 +6,8 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: rich text highlighting in vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=24489 -> ${P}.tar.gz"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2208"
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=24489 -> ${P}.tar.gz"
 LICENSE="public-domain"
 KEYWORDS="~amd64 ~x86"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/txtfmt/
@ 2022-06-10 18:08 Matt Turner
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2022-06-10 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f57025c1f20f57268741a02504e400bac8614b58
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 17:44:50 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 18:07:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57025c1

app-vim/txtfmt: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-vim/txtfmt/Manifest             |  1 -
 app-vim/txtfmt/txtfmt-2.4-r1.ebuild | 16 ----------------
 2 files changed, 17 deletions(-)

diff --git a/app-vim/txtfmt/Manifest b/app-vim/txtfmt/Manifest
index 8d5df030d925..af92edbc7230 100644
--- a/app-vim/txtfmt/Manifest
+++ b/app-vim/txtfmt/Manifest
@@ -1,2 +1 @@
-DIST txtfmt-2.4.tar.gz 127123 BLAKE2B c7623a462ae9a2562b9455ca94b013bc1555bb13d50b37f0edc27a297a420d24462e0f6a8140c8e18fd89ec400276b3fdbb5f76ea164f2e857f3849bf232c9f7 SHA512 4f3a32c34b11477a7b78fca47367754093b04dbe60bdfee16d2f05c992a82f9f64fb82b8dc811afd43fd4206f426c88ade95943cc1686e6bf57813596b9652f8
 DIST txtfmt-3.1.tar.gz 172348 BLAKE2B aa44aef49665f034dcb0528bc6795f716540088b59e026bb079e49e5d2b9f6034f99afa220cb63b7e534257e2fc249c779b2ad0fb8ef01d3fa99e609b70e059e SHA512 bdef5350626ee5251fbf3cb4a4270e72f0b8ab29948f0469cfadbcf0735ccd7c104b34a25e43d4ff147ed48de3667fba472080f81f72d5a4687467e5c44af5d1

diff --git a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
deleted file mode 100644
index d570eeb05132..000000000000
--- a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: rich text highlighting in vim"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2208"
-SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=13856 -> ${P}.tar.gz"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}


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

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

commit:     6e2b5eedcde9fdeaae6f7777f7fca653fb536eec
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 19 17:06:35 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:22:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2b5eed

app-vim/txtfmt: EAPI8 bump

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

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

diff --git a/app-vim/txtfmt/txtfmt-3.1.ebuild b/app-vim/txtfmt/txtfmt-3.1.ebuild
index fecf4ab91e7f..5efa61dab90e 100644
--- a/app-vim/txtfmt/txtfmt-3.1.ebuild
+++ b/app-vim/txtfmt/txtfmt-3.1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: rich text highlighting in vim"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2208"
 SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=24489 -> ${P}.tar.gz"
+S="${WORKDIR}"
+
 LICENSE="public-domain"
 KEYWORDS="~amd64 ~x86"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}


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

end of thread, other threads:[~2023-09-14 21:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-25 19:06 [gentoo-commits] repo/gentoo:master commit in: app-vim/txtfmt/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2016-09-25 19:06 Patrice Clement
2016-10-31  6:24 Tim Harder
2016-10-31  6:26 Tim Harder
2018-03-10 22:55 Patrice Clement
2022-06-10 18:08 Matt Turner
2023-09-14 21:23 Conrad Kostecki

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