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/github_api | |
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/github_api')
-rw-r--r-- | dev-ruby/github_api/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/github_api/github_api-0.11.3-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/github_api/github_api-0.11.3.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/github_api/github_api-0.12.4.ebuild | 35 | ||||
-rw-r--r-- | dev-ruby/github_api/metadata.xml | 8 |
5 files changed, 111 insertions, 0 deletions
diff --git a/dev-ruby/github_api/Manifest b/dev-ruby/github_api/Manifest new file mode 100644 index 000000000000..cf8a0535cbc8 --- /dev/null +++ b/dev-ruby/github_api/Manifest @@ -0,0 +1,2 @@ +DIST github_api-0.11.3.gem 844288 SHA256 cad4fb4c590468382d3d8cc3764f951549e16fdfa8396396cd58e128f8c190d5 SHA512 452f47f6b3570c42c2d4af9b4def507d34dbcaecf29aae76e6116b1b0ae67a4bce70e18d5e978ac6fe58a0ead49806a72ab89c9d46f34075c2fde6f41fd1763c WHIRLPOOL 64814598262350a0bccdddeaef4ac76bf04b22cf660b20bb32f2223b9945d5e8ab3e1c85ff53290464afc218a904db72b18325facc89e92c19c4af49395b82d7 +DIST github_api-0.12.4.tar.gz 2024775 SHA256 14d1cb0b9872297683e3dce55808550602d31bfde6778981bae85453bb7c7b10 SHA512 3517a5375359d233207aacc4fd1ac971e91f2be1c61dfa4529a0d531bca698e25c4f177932c5536c16808fe523bede64f20b92b9f30586706b9817ff9dc24cfe WHIRLPOOL c92e0f7a75c0a7a356afd26b664847a02f6a9f115e4cce9f200571728ffbe2f1dd00da87675b4ea5b16651262f7dece6553d430435ba3991657c61c82d3fbcde diff --git a/dev-ruby/github_api/github_api-0.11.3-r1.ebuild b/dev-ruby/github_api/github_api-0.11.3-r1.ebuild new file mode 100644 index 000000000000..c5b6dfc76be6 --- /dev/null +++ b/dev-ruby/github_api/github_api-0.11.3-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 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_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A Ruby wrapper for the GitHub REST API v3" +HOMEPAGE="https://github.com/peter-murach/github" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/addressable-2.3 + >=dev-ruby/descendants_tracker-0.0.1 + >=dev-ruby/faraday-0.8 + <dev-ruby/faraday-0.10 + >=dev-ruby/hashie-1.2 + >=dev-ruby/multi_json-1.7.5 + <dev-ruby/multi_json-2.0 + >=dev-ruby/nokogiri-1.6.0 + dev-ruby/oauth2" + +ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )" diff --git a/dev-ruby/github_api/github_api-0.11.3.ebuild b/dev-ruby/github_api/github_api-0.11.3.ebuild new file mode 100644 index 000000000000..cc5c4b3cb134 --- /dev/null +++ b/dev-ruby/github_api/github_api-0.11.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 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_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A Ruby wrapper for the GitHub REST API v3" +HOMEPAGE="https://github.com/peter-murach/github" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/addressable-2.3 + >=dev-ruby/descendants_tracker-0.0.1 + >=dev-ruby/faraday-0.8 + <dev-ruby/faraday-0.10 + >=dev-ruby/hashie-1.2 + >=dev-ruby/multi_json-1.7.5 + <dev-ruby/multi_json-2.0 + >=dev-ruby/nokogiri-1.6.0 + dev-ruby/oauth2" + +ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )" diff --git a/dev-ruby/github_api/github_api-0.12.4.ebuild b/dev-ruby/github_api/github_api-0.12.4.ebuild new file mode 100644 index 000000000000..e202b26bcaf6 --- /dev/null +++ b/dev-ruby/github_api/github_api-0.12.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 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_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A Ruby wrapper for the GitHub REST API v3" +HOMEPAGE="https://github.com/peter-murach/github" +SRC_URI="https://github.com/peter-murach/github/archive/v${PV}.tar.gz -> ${P}.tar.gz" +RUBY_S="github-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/addressable-2.3 + >=dev-ruby/descendants_tracker-0.0.4 + >=dev-ruby/faraday-0.8 + <dev-ruby/faraday-0.10 + >=dev-ruby/hashie-3.4 + >=dev-ruby/multi_json-1.7.5 + <dev-ruby/multi_json-2.0 + >=dev-ruby/nokogiri-1.6.6 + dev-ruby/oauth2" + +ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )" diff --git a/dev-ruby/github_api/metadata.xml b/dev-ruby/github_api/metadata.xml new file mode 100644 index 000000000000..63fecefad566 --- /dev/null +++ b/dev-ruby/github_api/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">peter-murach/github</remote-id> + </upstream> +</pkgmetadata> |