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

commit:     79f467450adbe10133eb2706cf7ba27f4057a236
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 22:25:39 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 22:25:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f46745

app-vim/perlomni: add perlomni to the tree.

perl-completion is a plugin which supports basic Perl completion for vim.

Package-Manager: portage-2.2.28

 app-vim/perlomni/Manifest            |  1 +
 app-vim/perlomni/metadata.xml        | 11 +++++++++++
 app-vim/perlomni/perlomni-2.5.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/app-vim/perlomni/Manifest b/app-vim/perlomni/Manifest
new file mode 100644
index 00000000..fdd2bcd
--- /dev/null
+++ b/app-vim/perlomni/Manifest
@@ -0,0 +1 @@
+DIST perlomni-2.5.zip 26871 SHA256 b13f8ed41ecdfa779875c48ac2df1241272ac03cef53271054dc6e9c0b011288 SHA512 aeb4bb6efef859145a942271ac4e08c99af3aed45024ca2d5affe2e72c356fa4e8f9cef78ff8a1796426ec9d2339ea2b83f07b224a1b4b98598aec5f6f45b0d7 WHIRLPOOL a8f62ff6c7a0535d0177bea205206505ad3d578c50a2ce8880fa2cfb32ba3e8fa6f750908ec846ac0a7b2af546c34043676c8747b11504487e178f93ecbc4089

diff --git a/app-vim/perlomni/metadata.xml b/app-vim/perlomni/metadata.xml
new file mode 100644
index 00000000..6c8987e
--- /dev/null
+++ b/app-vim/perlomni/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>
+  <maintainer type="person">
+    <email>monsieurp@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>

diff --git a/app-vim/perlomni/perlomni-2.5.ebuild b/app-vim/perlomni/perlomni-2.5.ebuild
new file mode 100644
index 00000000..28b0746
--- /dev/null
+++ b/app-vim/perlomni/perlomni-2.5.ebuild
@@ -0,0 +1,28 @@
+# 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: Perl omni completion"
+HOMEPAGE="https://github.com/c9s/perlomni.vim"
+SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.zip -> ${P}.zip"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="
+	app-arch/unzip
+	dev-lang/perl"
+
+S="${WORKDIR}/${PN}.vim-${PV}"
+
+src_prepare() {
+	default
+	rm -v Makefile config.mk README.mkd README.mkd.old win32-install.bat TODO || die
+}
+
+src_compile() {
+	:;
+}


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

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

commit:     233380e49f71c727d8878d6fb8215797b81ca905
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 10:17:17 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 12:31:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233380e4

app-vim/perlomni: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 app-vim/perlomni/perlomni-2.5.ebuild | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/app-vim/perlomni/perlomni-2.5.ebuild b/app-vim/perlomni/perlomni-2.5.ebuild
index 28b0746..c576dc3 100644
--- a/app-vim/perlomni/perlomni-2.5.ebuild
+++ b/app-vim/perlomni/perlomni-2.5.ebuild
@@ -6,23 +6,31 @@ EAPI=6
 
 inherit vim-plugin
 
-DESCRIPTION="vim plugin: Perl omni completion"
+DESCRIPTION="vim plugin: a vim plugin with Perl omni completion functions"
 HOMEPAGE="https://github.com/c9s/perlomni.vim"
 SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.zip -> ${P}.zip"
 LICENSE="vim.org"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 DEPEND="
 	app-arch/unzip
 	dev-lang/perl"
 
+RDEPEND="${DEPEND}"
+
 S="${WORKDIR}/${PN}.vim-${PV}"
 
 src_prepare() {
 	default
-	rm -v Makefile config.mk README.mkd README.mkd.old win32-install.bat TODO || die
+	local CLEANUP=(
+		Makefile
+		config.mk
+		README.mkd
+		README.mkd.old
+		win32-install.bat
+		TODO
+	)
+	rm -v "${CLEANUP[@]}" || die
 }
 
-src_compile() {
-	:;
-}
+src_compile() { :; }


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/perlomni/
@ 2019-08-29 11:39 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2019-08-29 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     66c63cdad2375e118f00ec136fafd6d7f58e9de6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 11:39:00 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 11:39:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c63cda

app-vim/perlomni: [QA] Use tarball instead of zip archive

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-vim/perlomni/Manifest            | 2 +-
 app-vim/perlomni/perlomni-2.5.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/perlomni/Manifest b/app-vim/perlomni/Manifest
index 48e3dc55322..52e6b2f8c61 100644
--- a/app-vim/perlomni/Manifest
+++ b/app-vim/perlomni/Manifest
@@ -1 +1 @@
-DIST perlomni-2.5.zip 26871 BLAKE2B 02a905b42580d2c66f50182fc2cae1aad4a3cde1fbef5c48a6870a810069c53b24b2cfa4e2ecf16c3e60d0a6588359b337e0652e21bbda442dd04b5d3bb2b5aa SHA512 aeb4bb6efef859145a942271ac4e08c99af3aed45024ca2d5affe2e72c356fa4e8f9cef78ff8a1796426ec9d2339ea2b83f07b224a1b4b98598aec5f6f45b0d7
+DIST perlomni-2.5.tar.gz 20152 BLAKE2B ccba727b3ed2317a2f1983202eda97dac38080ee0e79173a402f45956c713741acebe9c79ab8321bd5b3c23481bb02963fe93edc26d022ccf29d3724a704f006 SHA512 5a7eb10233d620db73387d79801b451183e1a00f3086f4667cfaa871e6cdd43b1c978beca8eec28050148709d98e8f55be048806f111fb4bdee16a4e22786bb8

diff --git a/app-vim/perlomni/perlomni-2.5.ebuild b/app-vim/perlomni/perlomni-2.5.ebuild
index 8ec957c7ec1..a946abada7e 100644
--- a/app-vim/perlomni/perlomni-2.5.ebuild
+++ b/app-vim/perlomni/perlomni-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit vim-plugin
 
 DESCRIPTION="vim plugin: a vim plugin with Perl omni completion functions"
 HOMEPAGE="https://github.com/c9s/perlomni.vim"
-SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.zip -> ${P}.zip"
+SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="vim.org"
 KEYWORDS="amd64 ppc ppc64 x86"
 


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

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

commit:     7c9a12284a70168d5952b0c50500690f9faf4623
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 19:35:31 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 19:35:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9a1228

app-vim/perlomni: Stabilize 2.5-r1 amd64, #919623

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

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

diff --git a/app-vim/perlomni/perlomni-2.5-r1.ebuild b/app-vim/perlomni/perlomni-2.5-r1.ebuild
index fbaa53b23584..5bcba2381af7 100644
--- a/app-vim/perlomni/perlomni-2.5-r1.ebuild
+++ b/app-vim/perlomni/perlomni-2.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}.vim-${PV}"
 
 LICENSE="vim.org"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"


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

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

commit:     e704cf32e80434790f665c0557d35fa66f904a42
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 19:38:04 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 19:38:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e704cf32

app-vim/perlomni: Stabilize 2.5-r1 x86, #919623

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

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

diff --git a/app-vim/perlomni/perlomni-2.5-r1.ebuild b/app-vim/perlomni/perlomni-2.5-r1.ebuild
index 5bcba2381af7..b8ab518be0ee 100644
--- a/app-vim/perlomni/perlomni-2.5-r1.ebuild
+++ b/app-vim/perlomni/perlomni-2.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}.vim-${PV}"
 
 LICENSE="vim.org"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"


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

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

commit:     b9c711d93947d4771a3feef04ce5afc6583c59c0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 21:20:46 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 21:20:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c711d9

app-vim/perlomni: Stabilize 2.5-r1 ppc64, #919623

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

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

diff --git a/app-vim/perlomni/perlomni-2.5-r1.ebuild b/app-vim/perlomni/perlomni-2.5-r1.ebuild
index b8ab518be0ee..f9cf064c8acc 100644
--- a/app-vim/perlomni/perlomni-2.5-r1.ebuild
+++ b/app-vim/perlomni/perlomni-2.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}.vim-${PV}"
 
 LICENSE="vim.org"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-23 22:25 [gentoo-commits] repo/gentoo:master commit in: app-vim/perlomni/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2016-10-15 12:32 Patrice Clement
2019-08-29 11:39 David Seifert
2023-12-09 19:35 Arthur Zamarin
2023-12-09 19:38 Arthur Zamarin
2023-12-09 21:22 Sam James

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