* [gentoo-commits] repo/gentoo:master commit in: app-vim/rails/
@ 2015-08-25 3:41 Tim Harder
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder @ 2015-08-25 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 06a03bc89208bb54f202faa4e1e6f1d2880de47a
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 03:38:26 2015 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 03:38:26 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a03bc8
app-vim/rails: version bump
app-vim/rails/Manifest | 1 +
app-vim/rails/rails-5.2.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/app-vim/rails/Manifest b/app-vim/rails/Manifest
index 89be729..ef157c0 100644
--- a/app-vim/rails/Manifest
+++ b/app-vim/rails/Manifest
@@ -2,3 +2,4 @@ DIST rails-4.3.zip 62381 SHA256 4d9bf826803f1aa861a72a1981e831a8cd329c47cc035ab2
DIST rails-4.4.tar.gz 19618 SHA256 14a75fef42cb41a58c92892a3e7fd7c29b2f1272425626927722b2da9ad691d6 SHA512 1e0f3140c899a50eedd4f18c24e74f669bd8e81e183c2c1e99e342ff0647c38e8bbbc27f03871e73d06b6921f17a9d6331927ef461ee6be8bc83cc13266e2447 WHIRLPOOL c899a1a8c3b2fd5a0093c705e8054997533ac322d6c40dcd4dd00420412de58f2a7392ebe093999da5ddd91d25a2f04f4aa60828ed66d4782208b86112424e8b
DIST rails-5.0.tar.gz 58389 SHA256 1cacf4962e3abe42d0b8719243cd1a79077b61f1bfc3dfff0baa80ce9c108994 SHA512 ce022e01e285cb1909c0951eed96dd61734bb5f21202f4e2bcca4fba55fed11a3570765673c96beb6b43505575bf4e915c584fcf46a41e137a0e53d69dc702d1 WHIRLPOOL c66bc77d57739ff6cb38187e74c162fad87430b54b65f42c79c1724cbb809e65aa5f005beb295e221e3f538968b1d62a606dc45a381187c8e64f55e95d67308f
DIST rails-5.1.tar.gz 57639 SHA256 d7de2f81f41b2895cebd4568bd66c76934453b81a075ec439f22dc79bd7e036d SHA512 15aac8a66c84c939ad7628480ebae8008644a09c4901d1c20c09945232f39ccff236f4d0926dc4f902b9373bda30dc6740d76f7f580e5e74892cb16749ad5a11 WHIRLPOOL 1326312f9ed11e65494698c38c987115689844985eaa67110771b2ac234f9aeaafa2534210bbf77061d958926c287dc3962caa39c5a4b3935cecf8390846deb9
+DIST rails-5.2.tar.gz 60940 SHA256 b9dda94631dbb5f2c7b2e5bbf404d10f171c3b36754b2c8a0feeacef5633150d SHA512 0a704545b864eed46513747ab3a9f0d3537e3d6a5d01cb1cf628131f79b4b72f90e567df26364e3344adef423ccf96586367a97d0e7d4a8be9c72f54e842a810 WHIRLPOOL bb382e017667e0dbab671b03295a5934171f0ce5a115751e3a0f8366d7c0fa0bff3b3834fe41b9467ad0d5498228d91c6cfdbd73ca22890cfd588b166502ca18
diff --git a/app-vim/rails/rails-5.2.ebuild b/app-vim/rails/rails-5.2.ebuild
new file mode 100644
index 0000000..4cc4fa4
--- /dev/null
+++ b/app-vim/rails/rails-5.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vim-plugin
+
+MY_PN="vim-rails"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="vim plugin: aids developing Ruby on Rails applications"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567 https://github.com/tpope/vim-rails/"
+SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+ rm *.markdown || die
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/rails/
@ 2015-08-25 3:41 Tim Harder
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder @ 2015-08-25 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 7a2675d5ff9a297910fd811676bcce1c19c272ef
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 03:38:41 2015 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 03:38:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2675d5
app-vim/rails: remove old
app-vim/rails/Manifest | 3 ---
app-vim/rails/rails-4.3.ebuild | 21 ---------------------
app-vim/rails/rails-4.4.ebuild | 26 --------------------------
app-vim/rails/rails-5.0.ebuild | 24 ------------------------
4 files changed, 74 deletions(-)
diff --git a/app-vim/rails/Manifest b/app-vim/rails/Manifest
index ef157c0..4eaaf30 100644
--- a/app-vim/rails/Manifest
+++ b/app-vim/rails/Manifest
@@ -1,5 +1,2 @@
-DIST rails-4.3.zip 62381 SHA256 4d9bf826803f1aa861a72a1981e831a8cd329c47cc035ab2651203a379800f32 SHA512 603d61bebabab583b576ca3676d93e5dffd66574138d9a956a7af6743ca27c660a45adfe60257a447d2d2ca1f239fc8503bcd7c0d778d8b5285c846104f90e6b WHIRLPOOL 2fde7a0ce21fc49c497c69b450c3535776b26c46f213494d8df2fca070da9edf5e51a19b895641bb602b749a2543a26bfdad14f6ff8782059612f83f8ae611e1
-DIST rails-4.4.tar.gz 19618 SHA256 14a75fef42cb41a58c92892a3e7fd7c29b2f1272425626927722b2da9ad691d6 SHA512 1e0f3140c899a50eedd4f18c24e74f669bd8e81e183c2c1e99e342ff0647c38e8bbbc27f03871e73d06b6921f17a9d6331927ef461ee6be8bc83cc13266e2447 WHIRLPOOL c899a1a8c3b2fd5a0093c705e8054997533ac322d6c40dcd4dd00420412de58f2a7392ebe093999da5ddd91d25a2f04f4aa60828ed66d4782208b86112424e8b
-DIST rails-5.0.tar.gz 58389 SHA256 1cacf4962e3abe42d0b8719243cd1a79077b61f1bfc3dfff0baa80ce9c108994 SHA512 ce022e01e285cb1909c0951eed96dd61734bb5f21202f4e2bcca4fba55fed11a3570765673c96beb6b43505575bf4e915c584fcf46a41e137a0e53d69dc702d1 WHIRLPOOL c66bc77d57739ff6cb38187e74c162fad87430b54b65f42c79c1724cbb809e65aa5f005beb295e221e3f538968b1d62a606dc45a381187c8e64f55e95d67308f
DIST rails-5.1.tar.gz 57639 SHA256 d7de2f81f41b2895cebd4568bd66c76934453b81a075ec439f22dc79bd7e036d SHA512 15aac8a66c84c939ad7628480ebae8008644a09c4901d1c20c09945232f39ccff236f4d0926dc4f902b9373bda30dc6740d76f7f580e5e74892cb16749ad5a11 WHIRLPOOL 1326312f9ed11e65494698c38c987115689844985eaa67110771b2ac234f9aeaafa2534210bbf77061d958926c287dc3962caa39c5a4b3935cecf8390846deb9
DIST rails-5.2.tar.gz 60940 SHA256 b9dda94631dbb5f2c7b2e5bbf404d10f171c3b36754b2c8a0feeacef5633150d SHA512 0a704545b864eed46513747ab3a9f0d3537e3d6a5d01cb1cf628131f79b4b72f90e567df26364e3344adef423ccf96586367a97d0e7d4a8be9c72f54e842a810 WHIRLPOOL bb382e017667e0dbab671b03295a5934171f0ce5a115751e3a0f8366d7c0fa0bff3b3834fe41b9467ad0d5498228d91c6cfdbd73ca22890cfd588b166502ca18
diff --git a/app-vim/rails/rails-4.3.ebuild b/app-vim/rails/rails-4.3.ebuild
deleted file mode 100644
index 325d34f..0000000
--- a/app-vim/rails/rails-4.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: aids developing Ruby on Rails applications"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13800 -> ${P}.zip"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="rails"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
diff --git a/app-vim/rails/rails-4.4.ebuild b/app-vim/rails/rails-4.4.ebuild
deleted file mode 100644
index 0d15bea..0000000
--- a/app-vim/rails/rails-4.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin
-
-MY_PN="rails.vim"
-DESCRIPTION="vim plugin: aids developing Ruby on Rails applications"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_unpack() {
- unpack ${A}
- mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
- rm README || die
-}
diff --git a/app-vim/rails/rails-5.0.ebuild b/app-vim/rails/rails-5.0.ebuild
deleted file mode 100644
index fef37b0..0000000
--- a/app-vim/rails/rails-5.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="vim-rails"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="vim plugin: aids developing Ruby on Rails applications"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567"
-SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- rm *.markdown || die
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/rails/
@ 2018-03-11 14:15 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2018-03-11 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 910ce780eb729c57273dfe99b48a76f0d269d995
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar 8 20:05:53 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 14:15:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910ce780
app-vim/rails: use HTTPS
app-vim/rails/rails-5.1.ebuild | 4 ++--
app-vim/rails/rails-5.2.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-vim/rails/rails-5.1.ebuild b/app-vim/rails/rails-5.1.ebuild
index 8ccec2791ab..10a6335781c 100644
--- a/app-vim/rails/rails-5.1.ebuild
+++ b/app-vim/rails/rails-5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ MY_PN="vim-rails"
MY_P=${MY_PN}-${PV}
DESCRIPTION="vim plugin: aids developing Ruby on Rails applications"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567 https://github.com/tpope/vim-rails/"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1567 https://github.com/tpope/vim-rails/"
SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim"
KEYWORDS="~amd64 ~x86"
diff --git a/app-vim/rails/rails-5.2.ebuild b/app-vim/rails/rails-5.2.ebuild
index 8ccec2791ab..10a6335781c 100644
--- a/app-vim/rails/rails-5.2.ebuild
+++ b/app-vim/rails/rails-5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ MY_PN="vim-rails"
MY_P=${MY_PN}-${PV}
DESCRIPTION="vim plugin: aids developing Ruby on Rails applications"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567 https://github.com/tpope/vim-rails/"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1567 https://github.com/tpope/vim-rails/"
SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim"
KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/rails/
@ 2020-09-28 0:56 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-09-28 0:56 UTC (permalink / raw
To: gentoo-commits
commit: f2a9fc54748753b2a0b2721fe876ff02d89b3d0f
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 00:45:46 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 00:45:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a9fc54
app-vim/rails: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-vim/rails/Manifest | 1 -
app-vim/rails/rails-5.1.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/app-vim/rails/Manifest b/app-vim/rails/Manifest
index d95751b1b99..b9ed1767fd0 100644
--- a/app-vim/rails/Manifest
+++ b/app-vim/rails/Manifest
@@ -1,2 +1 @@
-DIST rails-5.1.tar.gz 57639 BLAKE2B 71873d4428a72b02efc1a516a8cdfebacd6505c914af54e1b59abda1db65b4a52afa7fbdb641311350068e490d08b0f850ea02701cfa02d3e60b67240e9ee84d SHA512 15aac8a66c84c939ad7628480ebae8008644a09c4901d1c20c09945232f39ccff236f4d0926dc4f902b9373bda30dc6740d76f7f580e5e74892cb16749ad5a11
DIST rails-5.2.tar.gz 60940 BLAKE2B 315b4bc96768682fdc8012eed63c9f3881e3e647f3fb065ac3c13b767325c13ff3c69f7c92d626f6cd01705b7bd56361b4a4bbe5c1626f9db0a41233285d6f92 SHA512 0a704545b864eed46513747ab3a9f0d3537e3d6a5d01cb1cf628131f79b4b72f90e567df26364e3344adef423ccf96586367a97d0e7d4a8be9c72f54e842a810
diff --git a/app-vim/rails/rails-5.1.ebuild b/app-vim/rails/rails-5.1.ebuild
deleted file mode 100644
index 10a6335781c..00000000000
--- a/app-vim/rails/rails-5.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="vim-rails"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="vim plugin: aids developing Ruby on Rails applications"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1567 https://github.com/tpope/vim-rails/"
-SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- rm *.markdown || die
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-09-28 0:56 UTC | newest]
Thread overview: 4+ 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/rails/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2018-03-11 14:15 Patrice Clement
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