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/rack-openid | |
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/rack-openid')
-rw-r--r-- | dev-ruby/rack-openid/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/rack-openid/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ruby/rack-openid/rack-openid-1.3.1.ebuild | 23 | ||||
-rw-r--r-- | dev-ruby/rack-openid/rack-openid-1.4.2.ebuild | 34 |
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-ruby/rack-openid/Manifest b/dev-ruby/rack-openid/Manifest new file mode 100644 index 000000000000..8e6874798df9 --- /dev/null +++ b/dev-ruby/rack-openid/Manifest @@ -0,0 +1,2 @@ +DIST rack-openid-1.3.1.gem 7680 SHA256 1b3a30ed9840e9cf1f3e28a524badfb8796519322e3f9d82b7a49c70b1832537 SHA512 875557a6cef873a20b5f1b1bb2e0e63d8e596d365f9a8eab992e357fcf4c8cfea499c583d9cd4a93a79f1bfac08d2e61047579b3271d8088f6608acba2277e03 WHIRLPOOL 59acbb0a066b46c7c42dcf5ba2cd1108bc60dba61f8e708a8c19f9797249a8634d1a8214a639f4b62f90887eabae4f2ca0c44c81ccedb399889205c52fc17cf5 +DIST rack-openid-1.4.2.tar.gz 9444 SHA256 4b13cb9ec1405ace7188799f248fbeeaa60c616ae6f34bdc8b4445203609ed84 SHA512 7b651899c7afc10d11358bd6de075f2f902c2188ce5f9d7bb6d1fb75ec77d1c53b11926ee254eead2229ac00312382540dd550debfc5fdc137e009011eadd321 WHIRLPOOL 49a51418552f572d891fa26e8b644191a34cee0656f25aada8693e987b22e1188ab095fe1a64dc4e81126417f8c2e8e15bb999a5c695e464b639d1716c580729 diff --git a/dev-ruby/rack-openid/metadata.xml b/dev-ruby/rack-openid/metadata.xml new file mode 100644 index 000000000000..e58b8cfdd9d1 --- /dev/null +++ b/dev-ruby/rack-openid/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">grosser/rack-openid</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ruby/rack-openid/rack-openid-1.3.1.ebuild b/dev-ruby/rack-openid/rack-openid-1.3.1.ebuild new file mode 100644 index 000000000000..d33d23698437 --- /dev/null +++ b/dev-ruby/rack-openid/rack-openid-1.3.1.ebuild @@ -0,0 +1,23 @@ +# 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_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Provides a more HTTPish API around the ruby-openid library" +HOMEPAGE="http://github.com/josh/rack-openid" +LICENSE="MIT" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/ruby-openid-2.1.8 >=dev-ruby/rack-1.1.0" diff --git a/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild b/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild new file mode 100644 index 000000000000..350730a18d4d --- /dev/null +++ b/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="Readme.md" + +inherit ruby-fakegem + +DESCRIPTION="Provides a more HTTPish API around the ruby-openid library" +SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/grosser/rack-openid" +LICENSE="MIT" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/ruby-openid-2.1.8 >=dev-ruby/rack-1.1.0:*" + +all_ruby_prepare() { + sed -i -e '/[Bb]undler/d' -e '/minitest\/rg/d' -e '/[Ll]og/d' test/helper.rb || die +} + +each_ruby_test() { + ${RUBY} -Ilib test/test_rack_openid.rb || die + # Needs unpackaged rots dependency https://github.com/roman/rots + # No release available right now + #${RUBY} -Ilib test/test_integration.rb || die +} |