public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/frawor/
@ 2017-12-22 23:44 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2017-12-22 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     18b967d141859565e7eacce517b0824cb9430f39
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 22:29:46 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 23:43:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b967d1

app-vim/frawor: new ebuild.

frawor is a module Vim framework.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-vim/frawor/Manifest            |  1 +
 app-vim/frawor/frawor-0.2.3.ebuild | 16 ++++++++++++++++
 app-vim/frawor/metadata.xml        | 11 +++++++++++
 3 files changed, 28 insertions(+)

diff --git a/app-vim/frawor/Manifest b/app-vim/frawor/Manifest
new file mode 100644
index 00000000000..0e705068ec3
--- /dev/null
+++ b/app-vim/frawor/Manifest
@@ -0,0 +1 @@
+DIST frawor-0.2.3.tar.xz 257268 BLAKE2B 4409de0fb392841676eac2d794e0e44f64e3978dea1b72b807b7660a9feb1da3850a1ba651287f624830da4d1529daea60da2b76db37e422b6a4827e73dcf8d6 SHA512 ad8c6939875b5783b3faa0a3194e187161ba10f662a896f06ea86aebf12b172bd8d419b14a95c0d14aedfb38ebc5de73895d6d472db64dc15f567509e55188b2

diff --git a/app-vim/frawor/frawor-0.2.3.ebuild b/app-vim/frawor/frawor-0.2.3.ebuild
new file mode 100644
index 00000000000..6a80c16a595
--- /dev/null
+++ b/app-vim/frawor/frawor-0.2.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: modular vim framework"
+HOMEPAGE="https://bitbucket.org/ZyX_I/frawor"
+SRC_URI="https://bitbucket.org/ZyX_I/${PN}/downloads/${P}.tar.xz"
+
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+# Tests rely on zsh. No.
+RESTRICT="test"

diff --git a/app-vim/frawor/metadata.xml b/app-vim/frawor/metadata.xml
new file mode 100644
index 00000000000..4de8542f5d2
--- /dev/null
+++ b/app-vim/frawor/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+	<upstream>
+		<remote-id type="bitbucket">ZyX_I/frawor</remote-id>
+	</upstream>
+</pkgmetadata>


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

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

commit:     815e1054d381272960cffd84bd30477680ba28db
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 15 20:43:45 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 21:44:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815e1054

app-vim/frawor: mark stable for amd64+x86.

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

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

diff --git a/app-vim/frawor/frawor-0.2.3.ebuild b/app-vim/frawor/frawor-0.2.3.ebuild
index 6a80c16a595..1f54b221723 100644
--- a/app-vim/frawor/frawor-0.2.3.ebuild
+++ b/app-vim/frawor/frawor-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://bitbucket.org/ZyX_I/frawor"
 SRC_URI="https://bitbucket.org/ZyX_I/${PN}/downloads/${P}.tar.xz"
 
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # Tests rely on zsh. No.
 RESTRICT="test"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/frawor/
@ 2021-03-21 19:50 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2021-03-21 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     787374eba7eca483dfde9f35dbecc88184197e72
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Mar  1 08:18:05 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 19:50:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787374eb

app-vim/frawor: SRC_URI, HOMEPAGE, EAPI 7.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://bugs.gentoo.org/739788
Closes: https://github.com/gentoo/gentoo/pull/19718
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/frawor/Manifest               |  1 +
 app-vim/frawor/frawor-0.2.3-r1.ebuild | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/app-vim/frawor/Manifest b/app-vim/frawor/Manifest
index 0e705068ec3..a8f4b7fe7ef 100644
--- a/app-vim/frawor/Manifest
+++ b/app-vim/frawor/Manifest
@@ -1 +1,2 @@
+DIST frawor-0.2.3.tar.gz 125909 BLAKE2B d82ddea09bba7a8b0e70b5fedbc54b40357003fb5652cc6cd94d70e50467775deb204d3c40e369675d87acaac5c3ecaf09281d90566f1d545a55c9091116d9ab SHA512 230adb0442a8c488eb3560f4d0b2ca4f70116ca30308e2ab4621b266f90eb975b10b449e3c4bdfdacb71988ba2df5191b220ff69c40499f9fc28737973cd2017
 DIST frawor-0.2.3.tar.xz 257268 BLAKE2B 4409de0fb392841676eac2d794e0e44f64e3978dea1b72b807b7660a9feb1da3850a1ba651287f624830da4d1529daea60da2b76db37e422b6a4827e73dcf8d6 SHA512 ad8c6939875b5783b3faa0a3194e187161ba10f662a896f06ea86aebf12b172bd8d419b14a95c0d14aedfb38ebc5de73895d6d472db64dc15f567509e55188b2

diff --git a/app-vim/frawor/frawor-0.2.3-r1.ebuild b/app-vim/frawor/frawor-0.2.3-r1.ebuild
new file mode 100644
index 00000000000..066e06f56fc
--- /dev/null
+++ b/app-vim/frawor/frawor-0.2.3-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: modular vim framework"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3631 https://github.com/vim-scripts/frawor"
+SRC_URI="https://github.com/vim-scripts/frawor/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+# Tests rely on zsh. No.
+RESTRICT="test"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/frawor/
@ 2022-06-02  3:57 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2022-06-02  3:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2fc8bb49d6c0c2f8d05338e8b58d597db781252f
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 03:57:45 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 03:57:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc8bb49

app-vim/frawor: Stabilize 0.2.3-r1 amd64, #849197

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

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

diff --git a/app-vim/frawor/frawor-0.2.3-r1.ebuild b/app-vim/frawor/frawor-0.2.3-r1.ebuild
index 066e06f56fc9..0a68fc4cd228 100644
--- a/app-vim/frawor/frawor-0.2.3-r1.ebuild
+++ b/app-vim/frawor/frawor-0.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3631 https://github.c
 SRC_URI="https://github.com/vim-scripts/frawor/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 # Tests rely on zsh. No.
 RESTRICT="test"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/frawor/
@ 2022-06-02  4:02 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2022-06-02  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     976f6d300e22356f7908153dea7db8624a1ef0de
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 04:01:28 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 04:02:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976f6d30

app-vim/frawor: Stabilize 0.2.3-r1 x86, #849197

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

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

diff --git a/app-vim/frawor/frawor-0.2.3-r1.ebuild b/app-vim/frawor/frawor-0.2.3-r1.ebuild
index 0a68fc4cd228..6d275565501d 100644
--- a/app-vim/frawor/frawor-0.2.3-r1.ebuild
+++ b/app-vim/frawor/frawor-0.2.3-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3631 https://github.c
 SRC_URI="https://github.com/vim-scripts/frawor/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="vim"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # Tests rely on zsh. No.
 RESTRICT="test"


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

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

commit:     203e047ba16a2e416c37f449092b7b9263c35776
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 17:43:34 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 18:07:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203e047b

app-vim/frawor: Drop old versions

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

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

diff --git a/app-vim/frawor/Manifest b/app-vim/frawor/Manifest
index a8f4b7fe7ef2..8b5248a9c8ee 100644
--- a/app-vim/frawor/Manifest
+++ b/app-vim/frawor/Manifest
@@ -1,2 +1 @@
 DIST frawor-0.2.3.tar.gz 125909 BLAKE2B d82ddea09bba7a8b0e70b5fedbc54b40357003fb5652cc6cd94d70e50467775deb204d3c40e369675d87acaac5c3ecaf09281d90566f1d545a55c9091116d9ab SHA512 230adb0442a8c488eb3560f4d0b2ca4f70116ca30308e2ab4621b266f90eb975b10b449e3c4bdfdacb71988ba2df5191b220ff69c40499f9fc28737973cd2017
-DIST frawor-0.2.3.tar.xz 257268 BLAKE2B 4409de0fb392841676eac2d794e0e44f64e3978dea1b72b807b7660a9feb1da3850a1ba651287f624830da4d1529daea60da2b76db37e422b6a4827e73dcf8d6 SHA512 ad8c6939875b5783b3faa0a3194e187161ba10f662a896f06ea86aebf12b172bd8d419b14a95c0d14aedfb38ebc5de73895d6d472db64dc15f567509e55188b2

diff --git a/app-vim/frawor/frawor-0.2.3.ebuild b/app-vim/frawor/frawor-0.2.3.ebuild
deleted file mode 100644
index 1f54b2217232..000000000000
--- a/app-vim/frawor/frawor-0.2.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: modular vim framework"
-HOMEPAGE="https://bitbucket.org/ZyX_I/frawor"
-SRC_URI="https://bitbucket.org/ZyX_I/${PN}/downloads/${P}.tar.xz"
-
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-# Tests rely on zsh. No.
-RESTRICT="test"


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

end of thread, other threads:[~2022-06-10 18:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-10 18:08 [gentoo-commits] repo/gentoo:master commit in: app-vim/frawor/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2022-06-02  4:02 Jakov Smolić
2022-06-02  3:57 Jakov Smolić
2021-03-21 19:50 Patrice Clement
2018-12-23 21:44 Patrice Clement
2017-12-22 23:44 Patrice Clement

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