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

commit:     7b7c49580b74f9e18906cf58ef8d661a96e902c6
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 03:33:41 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 03:33:41 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7c4958

app-vim/vim-r: version bump

 app-vim/vim-r/Manifest           |  1 +
 app-vim/vim-r/vim-r-1.2.6.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/app-vim/vim-r/Manifest b/app-vim/vim-r/Manifest
index 662ed41..40bbac8 100644
--- a/app-vim/vim-r/Manifest
+++ b/app-vim/vim-r/Manifest
@@ -5,3 +5,4 @@ DIST vim-r-0.9.9.7.tar.bz2 126403 SHA256 4b2a95dab6d51621b31ae25edb8dbd724757bc4
 DIST vim-r-0.9.9.8.tar.bz2 75236 SHA256 eb6048d872b0156a0cdc9644d48fa6eb2418f2d784698c43a1e333d40790a75f SHA512 4356ca4493b564ec0881dfc6e596983f88124f79bfd5a20483f6d3b72488807c31090f43b676abc89f3c5aefe8f533c72f22bec89ee580ff244d22b0b7d3aa4d WHIRLPOOL b0031e1a238f3c7e0b0332306d10dda5ead65abf1ead95efe2129538f15f900ed51a11a346e33e5d50c8510dcf10b0eec1645aac64fa5c0f0975e6d79c76df4d
 DIST vim-r-0.9.9.9.tar.bz2 76020 SHA256 728aead76d0d70495f48b12482cdcaa590e5f9586e6298e53e6116a3676529f7 SHA512 90420a5b4f86765e4a376aef0c4008600cb010832f86c585d05248218e6736adec192d7ddccf8a581cdbb4b85e60741398023a88a213dc7c847ee078ae528078 WHIRLPOOL ab1823829e86aa9e1a308b75e015b64f49bb0284a9f80d2013697f8c07d4f31bac628f21a319451d083ea9f2355095f0a3579fe9bb5474810fa650c0e6fabd6b
 DIST vim-r-1.0.tar.bz2 82116 SHA256 6836f4adc44355607d08b4bed03f4afa2359b40f95afdf685fb771a84bdbbfc9 SHA512 9df3bf35da9da6f650c3de23f0a7607e5e02a6193e1f2352d8129668d0ad37a63088a6ae7ac77831952aa7d35bde2d2d7b6f592a15dc856eaf64a1cbb5cd07cc WHIRLPOOL 9d24f09d7e3c22a0ebe71f1e65809acaffb3d8dbaf511f3703dc327706774634d9722a2093afaabb75178d8f9d62a4c51dddd0b21068089e75d647478c80f2ed
+DIST vim-r-1.2.6.tar.bz2 76361 SHA256 31881c9ea00af18786ef3bd0bb8526447c04f13b00369a6b55e2dc5a66fb6cc7 SHA512 187b31068d32c22c182650571dc5af68cc804562ffdc6b4902729735e4000b1ca4e0636d6b5617f3c2f36403eb4f0b1adc35d2387b5c110286da2ea2254f9009 WHIRLPOOL 118704ba1ce184a09569844d4a2dfeb3c66774a97ad7d4bd7ea695c176fb0093133dd54e0b4cedf49ddb74b75bd324585898a70bb8985c6893d79a2701eee06d

diff --git a/app-vim/vim-r/vim-r-1.2.6.ebuild b/app-vim/vim-r/vim-r-1.2.6.ebuild
new file mode 100644
index 0000000..6da9877
--- /dev/null
+++ b/app-vim/vim-r/vim-r-1.2.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: integrate vim with R"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-lang/R"
+
+VIM_PLUGIN_HELPFILES="r-plugin.txt"
+
+pkg_postinst() {
+	if [[ -z ${REPLACING_VERSIONS} ]]; then
+		elog "This plugin requires the vimcom R package to be installed,"
+		elog "see https://github.com/jalvesaq/VimCom for instructions."
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-r/
@ 2015-08-25  3:41 Tim Harder
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder @ 2015-08-25  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     a1fa4ed284a45ff58d982260f68a5baf1337da8c
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 03:34:05 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 03:34:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fa4ed2

app-vim/vim-r: remove old

 app-vim/vim-r/Manifest             |  6 ------
 app-vim/vim-r/vim-r-0.9.9.2.ebuild | 17 -----------------
 app-vim/vim-r/vim-r-0.9.9.3.ebuild | 17 -----------------
 app-vim/vim-r/vim-r-0.9.9.4.ebuild | 17 -----------------
 app-vim/vim-r/vim-r-0.9.9.7.ebuild | 17 -----------------
 app-vim/vim-r/vim-r-0.9.9.8.ebuild | 17 -----------------
 app-vim/vim-r/vim-r-0.9.9.9.ebuild | 17 -----------------
 7 files changed, 108 deletions(-)

diff --git a/app-vim/vim-r/Manifest b/app-vim/vim-r/Manifest
index 40bbac8..7c8ffdf 100644
--- a/app-vim/vim-r/Manifest
+++ b/app-vim/vim-r/Manifest
@@ -1,8 +1,2 @@
-DIST vim-r-0.9.9.2.tar.bz2 125721 SHA256 4e6f73f9c2c9032e5e0480b0ffc52e8967bf24188545599ad5eda6021a449340 SHA512 c6e4ad970e0f80c35883cb059a7649b182c3c89587725a992b0e5190b113b7bbe4a130ff6d99c6f5d480f21e9dfcd241d87b57e59a2fe6e02ac7ee7a630f38f4 WHIRLPOOL 257445cba31341523c3c245f92e36705783539015c61caeb3bb38b228fd2ecc2586dc0e2dcd5050b66ab414dc55ea1d46a70a8bad158f8a7754ea09ff5065499
-DIST vim-r-0.9.9.3.tar.bz2 126223 SHA256 e395b346c755da4f7844d914641d03af315860d8d0f70afe9b4519e254e2d3c6 SHA512 6660e34cdaa14613cdc7b4a6992001b615740bddc4fafd15ffb3d10a51c055dbc8cb18a4ec7013f2587e7075de3826d7c24eed79571efdf466420a8bbea30bab WHIRLPOOL 62e9292af83c6ec987140b76834dd9958301ee8a9e3ba57a83cd246ea09599e85bf8ff8937c485629f614c24a3412c54c59b88fd0629a60b1c505985695321ad
-DIST vim-r-0.9.9.4.tar.bz2 124665 SHA256 cc7a88d1b7eb810586d184e3a13424226da5c38c46480faaccad2143feb8283e SHA512 90a5239e8a581f31168e81f651dfb8a650b5400cccb24d1b4a4a4eda51c317e8f9d917779b6a7d174e4e4b7a032bf43982d787b8351a425721169cec579d0a67 WHIRLPOOL 8ed5ac058069aab31edcd39b6c77e476b38903f97625fb97ec1fdf29e285d723be5eba384f0baa132e52cc00ab3f12077d8227c9f973cb6b14cb3939a32f4d8d
-DIST vim-r-0.9.9.7.tar.bz2 126403 SHA256 4b2a95dab6d51621b31ae25edb8dbd724757bc4d5ee6030c2b7cd1d1039b4c79 SHA512 785175dc9033afaa5fc7f8e274774095fdddddd2979be5c7d92b5f4726224db4687e6460964f1c1c28c04e0bcdeb3c190d7d94a273e321443900f5759230071a WHIRLPOOL 6711fbfcd4cc389c4159b5e360af17415368c6d692255cf16c5e473df2dbd729ee12b0233c0875f9ec14da7ea3a45a11cef8396adaa856088bb592fe2db079ff
-DIST vim-r-0.9.9.8.tar.bz2 75236 SHA256 eb6048d872b0156a0cdc9644d48fa6eb2418f2d784698c43a1e333d40790a75f SHA512 4356ca4493b564ec0881dfc6e596983f88124f79bfd5a20483f6d3b72488807c31090f43b676abc89f3c5aefe8f533c72f22bec89ee580ff244d22b0b7d3aa4d WHIRLPOOL b0031e1a238f3c7e0b0332306d10dda5ead65abf1ead95efe2129538f15f900ed51a11a346e33e5d50c8510dcf10b0eec1645aac64fa5c0f0975e6d79c76df4d
-DIST vim-r-0.9.9.9.tar.bz2 76020 SHA256 728aead76d0d70495f48b12482cdcaa590e5f9586e6298e53e6116a3676529f7 SHA512 90420a5b4f86765e4a376aef0c4008600cb010832f86c585d05248218e6736adec192d7ddccf8a581cdbb4b85e60741398023a88a213dc7c847ee078ae528078 WHIRLPOOL ab1823829e86aa9e1a308b75e015b64f49bb0284a9f80d2013697f8c07d4f31bac628f21a319451d083ea9f2355095f0a3579fe9bb5474810fa650c0e6fabd6b
 DIST vim-r-1.0.tar.bz2 82116 SHA256 6836f4adc44355607d08b4bed03f4afa2359b40f95afdf685fb771a84bdbbfc9 SHA512 9df3bf35da9da6f650c3de23f0a7607e5e02a6193e1f2352d8129668d0ad37a63088a6ae7ac77831952aa7d35bde2d2d7b6f592a15dc856eaf64a1cbb5cd07cc WHIRLPOOL 9d24f09d7e3c22a0ebe71f1e65809acaffb3d8dbaf511f3703dc327706774634d9722a2093afaabb75178d8f9d62a4c51dddd0b21068089e75d647478c80f2ed
 DIST vim-r-1.2.6.tar.bz2 76361 SHA256 31881c9ea00af18786ef3bd0bb8526447c04f13b00369a6b55e2dc5a66fb6cc7 SHA512 187b31068d32c22c182650571dc5af68cc804562ffdc6b4902729735e4000b1ca4e0636d6b5617f3c2f36403eb4f0b1adc35d2387b5c110286da2ea2254f9009 WHIRLPOOL 118704ba1ce184a09569844d4a2dfeb3c66774a97ad7d4bd7ea695c176fb0093133dd54e0b4cedf49ddb74b75bd324585898a70bb8985c6893d79a2701eee06d

diff --git a/app-vim/vim-r/vim-r-0.9.9.2.ebuild b/app-vim/vim-r/vim-r-0.9.9.2.ebuild
deleted file mode 100644
index 958f528..0000000
--- a/app-vim/vim-r/vim-r-0.9.9.2.ebuild
+++ /dev/null
@@ -1,17 +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: integrate vim with R"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/R
-	|| ( app-vim/conque app-vim/screen )"
-
-VIM_PLUGIN_HELPFILES="r-plugin.txt"

diff --git a/app-vim/vim-r/vim-r-0.9.9.3.ebuild b/app-vim/vim-r/vim-r-0.9.9.3.ebuild
deleted file mode 100644
index 958f528..0000000
--- a/app-vim/vim-r/vim-r-0.9.9.3.ebuild
+++ /dev/null
@@ -1,17 +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: integrate vim with R"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/R
-	|| ( app-vim/conque app-vim/screen )"
-
-VIM_PLUGIN_HELPFILES="r-plugin.txt"

diff --git a/app-vim/vim-r/vim-r-0.9.9.4.ebuild b/app-vim/vim-r/vim-r-0.9.9.4.ebuild
deleted file mode 100644
index 958f528..0000000
--- a/app-vim/vim-r/vim-r-0.9.9.4.ebuild
+++ /dev/null
@@ -1,17 +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: integrate vim with R"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/R
-	|| ( app-vim/conque app-vim/screen )"
-
-VIM_PLUGIN_HELPFILES="r-plugin.txt"

diff --git a/app-vim/vim-r/vim-r-0.9.9.7.ebuild b/app-vim/vim-r/vim-r-0.9.9.7.ebuild
deleted file mode 100644
index 958f528..0000000
--- a/app-vim/vim-r/vim-r-0.9.9.7.ebuild
+++ /dev/null
@@ -1,17 +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: integrate vim with R"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/R
-	|| ( app-vim/conque app-vim/screen )"
-
-VIM_PLUGIN_HELPFILES="r-plugin.txt"

diff --git a/app-vim/vim-r/vim-r-0.9.9.8.ebuild b/app-vim/vim-r/vim-r-0.9.9.8.ebuild
deleted file mode 100644
index 958f528..0000000
--- a/app-vim/vim-r/vim-r-0.9.9.8.ebuild
+++ /dev/null
@@ -1,17 +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: integrate vim with R"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/R
-	|| ( app-vim/conque app-vim/screen )"
-
-VIM_PLUGIN_HELPFILES="r-plugin.txt"

diff --git a/app-vim/vim-r/vim-r-0.9.9.9.ebuild b/app-vim/vim-r/vim-r-0.9.9.9.ebuild
deleted file mode 100644
index 222484a..0000000
--- a/app-vim/vim-r/vim-r-0.9.9.9.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: integrate vim with R"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/R
-	|| ( app-vim/conque app-vim/screen )"
-
-VIM_PLUGIN_HELPFILES="r-plugin.txt"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-r/
@ 2020-09-28  0:56 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-09-28  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1e1de890bdbd8010057c7fbaa8760ad44193f84a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 00:47:35 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 00:47:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1de890

app-vim/vim-r: drop old EAPI=5

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-vim/vim-r/Manifest         |  1 -
 app-vim/vim-r/vim-r-1.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-vim/vim-r/Manifest b/app-vim/vim-r/Manifest
index 0bb4955a1bd..557acb649ef 100644
--- a/app-vim/vim-r/Manifest
+++ b/app-vim/vim-r/Manifest
@@ -1,2 +1 @@
-DIST vim-r-1.0.tar.bz2 82116 BLAKE2B cd4b6c44644b1f5675ec5f893ddfed4a87879afb4ea97c338ff948d6e29065369e4da1a86a29b3c217e4556a43a926a05e07b32cef1f5756cfcf2bfa527ca887 SHA512 9df3bf35da9da6f650c3de23f0a7607e5e02a6193e1f2352d8129668d0ad37a63088a6ae7ac77831952aa7d35bde2d2d7b6f592a15dc856eaf64a1cbb5cd07cc
 DIST vim-r-1.2.6.tar.bz2 76361 BLAKE2B 0f3596f7cf249562700db24b837a77b2edf8295ab23bd1bf3dff2f59970033ffc2de6017f26e1a5b53aed240aea4c20e8bce673aabcced45ec4f7eef027a972f SHA512 187b31068d32c22c182650571dc5af68cc804562ffdc6b4902729735e4000b1ca4e0636d6b5617f3c2f36403eb4f0b1adc35d2387b5c110286da2ea2254f9009

diff --git a/app-vim/vim-r/vim-r-1.0.ebuild b/app-vim/vim-r/vim-r-1.0.ebuild
deleted file mode 100644
index c02b63c3817..00000000000
--- a/app-vim/vim-r/vim-r-1.0.ebuild
+++ /dev/null
@@ -1,22 +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: integrate vim with R"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2628"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/R"
-
-VIM_PLUGIN_HELPFILES="r-plugin.txt"
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]]; then
-		elog "This plugin requires the vimcom R package to be installed,"
-		elog "see https://github.com/jalvesaq/VimCom for instructions."
-	fi
-}


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

end of thread, other threads:[~2020-09-28  0:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-28  0:56 [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-r/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2015-08-25  3:41 Tim Harder
2015-08-25  3:41 Tim Harder

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