diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-vim/rails | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-vim/rails')
-rw-r--r-- | app-vim/rails/Manifest | 4 | ||||
-rw-r--r-- | app-vim/rails/metadata.xml | 8 | ||||
-rw-r--r-- | app-vim/rails/rails-4.3.ebuild | 21 | ||||
-rw-r--r-- | app-vim/rails/rails-4.4.ebuild | 26 | ||||
-rw-r--r-- | app-vim/rails/rails-5.0.ebuild | 24 | ||||
-rw-r--r-- | app-vim/rails/rails-5.1.ebuild | 24 |
6 files changed, 107 insertions, 0 deletions
diff --git a/app-vim/rails/Manifest b/app-vim/rails/Manifest new file mode 100644 index 000000000000..89be729f03c4 --- /dev/null +++ b/app-vim/rails/Manifest @@ -0,0 +1,4 @@ +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 diff --git a/app-vim/rails/metadata.xml b/app-vim/rails/metadata.xml new file mode 100644 index 000000000000..e4ba72cf7cee --- /dev/null +++ b/app-vim/rails/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">tpope/vim-rails</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/rails/rails-4.3.ebuild b/app-vim/rails/rails-4.3.ebuild new file mode 100644 index 000000000000..325d34f92ba9 --- /dev/null +++ b/app-vim/rails/rails-4.3.ebuild @@ -0,0 +1,21 @@ +# 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 new file mode 100644 index 000000000000..0d15beace913 --- /dev/null +++ b/app-vim/rails/rails-4.4.ebuild @@ -0,0 +1,26 @@ +# 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 new file mode 100644 index 000000000000..fef37b05f080 --- /dev/null +++ b/app-vim/rails/rails-5.0.ebuild @@ -0,0 +1,24 @@ +# 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 +} diff --git a/app-vim/rails/rails-5.1.ebuild b/app-vim/rails/rails-5.1.ebuild new file mode 100644 index 000000000000..4cc4fa4489d8 --- /dev/null +++ b/app-vim/rails/rails-5.1.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 +} |