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 /dev-ruby/will_paginate | |
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 'dev-ruby/will_paginate')
-rw-r--r-- | dev-ruby/will_paginate/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/will_paginate/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ruby/will_paginate/will_paginate-3.0.5.ebuild | 31 | ||||
-rw-r--r-- | dev-ruby/will_paginate/will_paginate-3.0.6.ebuild | 27 | ||||
-rw-r--r-- | dev-ruby/will_paginate/will_paginate-3.0.7.ebuild | 27 |
5 files changed, 96 insertions, 0 deletions
diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest new file mode 100644 index 000000000000..6fca3d1938be --- /dev/null +++ b/dev-ruby/will_paginate/Manifest @@ -0,0 +1,3 @@ +DIST will_paginate-3.0.5.gem 34816 SHA256 4b0b2c85011a8bc3675e932d6f9a86d75b5563e47586f02f63a2263dd3261867 SHA512 540b400c93841481a68934b849add0775b3c8538a754a2f5c7a7425e8097a224315ccb0b582510b3f7fb7289e259a2825ddee9501fe605c05a47bf89ba1007c7 WHIRLPOOL 6b9300bdd0781296a31ac211ce684b87bc55aebfea4c93522a75fca3f363477ca0be2f2f5193e98c645427f86840d7e318abfe40b4332f0f3bde9faa645de40d +DIST will_paginate-3.0.6.gem 35840 SHA256 24762459c71fc5a0fe077a63a59835345a189a041587f48dcee7d543123c40db SHA512 cd800b7f460fdacd5fdef137c368d382f51dda20af2c8557806bb09db36d3a795d1bb693da4ead66365417a312721c3d31ad08b7a9333a78f05cc404fbd2ddbf WHIRLPOOL b9325dd66c88539e385d1c60c820311cfe321ffd90c061cc01dfa96c75beac084efe9cd5d9227a72593ce6930c3124a0fa307f7919604027404d8b07601798c3 +DIST will_paginate-3.0.7.gem 35840 SHA256 49ec0239005b65efec4c762e187674ff9963a1a82123fa4b01d1bc037381abcb SHA512 2f675905bcc5c890781677188576584ea7b2a003d3e5e9c9c32a5c5a1093ae436dec72b93cc39a1a7c897d81b181fbd8ab88ed7d098ba204426f7462806f677b WHIRLPOOL 16842c0091ab2a3027f77d7cfd10787a1eeb8105d6ecd80bee5ce04dd17da634dac10ea96a9048f995af4d77ff10547acb8dac15f00684959266852304d596ca diff --git a/dev-ruby/will_paginate/metadata.xml b/dev-ruby/will_paginate/metadata.xml new file mode 100644 index 000000000000..3d990dbc5ea8 --- /dev/null +++ b/dev-ruby/will_paginate/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>ruby</herd> + <upstream> + <remote-id type="github">mislav/will_paginate</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ruby/will_paginate/will_paginate-3.0.5.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.5.ebuild new file mode 100644 index 000000000000..ca005bfac506 --- /dev/null +++ b/dev-ruby/will_paginate/will_paginate-3.0.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Most awesome pagination solution for Ruby" +HOMEPAGE="http://github.com/mislav/will_paginate/" + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~amd64 ~x86 ~x86-macos" +IUSE="" + +ruby_add_bdepend " + test? ( + =dev-ruby/rails-3* + dev-ruby/mocha + )" + +all_ruby_prepare() { + sed -e '1igem "rails", "~> 3.2.0"' -i spec/spec_helper.rb || die +} diff --git a/dev-ruby/will_paginate/will_paginate-3.0.6.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.6.ebuild new file mode 100644 index 000000000000..f5fd7e9a4802 --- /dev/null +++ b/dev-ruby/will_paginate/will_paginate-3.0.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Most awesome pagination solution for Ruby" +HOMEPAGE="http://github.com/mislav/will_paginate/" + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~amd64 ~x86 ~x86-macos" +IUSE="" + +ruby_add_bdepend " + test? ( + dev-ruby/rails + dev-ruby/mocha + )" diff --git a/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild new file mode 100644 index 000000000000..f5fd7e9a4802 --- /dev/null +++ b/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Most awesome pagination solution for Ruby" +HOMEPAGE="http://github.com/mislav/will_paginate/" + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~amd64 ~x86 ~x86-macos" +IUSE="" + +ruby_add_bdepend " + test? ( + dev-ruby/rails + dev-ruby/mocha + )" |