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/litc | |
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/litc')
-rw-r--r-- | dev-ruby/litc/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/litc/litc-1.0.3-r1.ebuild | 30 | ||||
-rw-r--r-- | dev-ruby/litc/metadata.xml | 8 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-ruby/litc/Manifest b/dev-ruby/litc/Manifest new file mode 100644 index 000000000000..03eeddaa0906 --- /dev/null +++ b/dev-ruby/litc/Manifest @@ -0,0 +1 @@ +DIST litc-1.0.3.gem 9216 SHA256 e6b25eca229aba85d1529d8abd4d328f6448dc6b9f09074ec4092cbfae3bc8f0 SHA512 7fb36a051d0056a8ae2c7c48a404b8fc71b3e8f40d6487c7ba5c8d3896ff6c936604c47f8ccbe011c4ba7c1fc4ef863f9a551cdb06f40a93896692b1375b8b31 WHIRLPOOL 0bf3c2c8bc42887485b1a1ad8e48a308c0e5b91b1b3edaee538eba0751a2695e931b3a4156eff7ef7b198b9d2291fa4add68417dbb0f293c0e0ba6751da331d2 diff --git a/dev-ruby/litc/litc-1.0.3-r1.ebuild b/dev-ruby/litc/litc-1.0.3-r1.ebuild new file mode 100644 index 000000000000..cbaec9e03bfb --- /dev/null +++ b/dev-ruby/litc/litc-1.0.3-r1.ebuild @@ -0,0 +1,30 @@ +# 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_TASK_DOC="rerdoc" +RUBY_FAKEGEM_DOCDIR="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="A tiny ruby module for Amazon EC2 intance metadata" +HOMEPAGE="http://github.com/bkaney/litc" + +IUSE="" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/fakeweb dev-ruby/minitest:0 )" + +all_ruby_prepare() { + # Don't check dependencies since we provide slightly different packages. + sed -i -e '/check_dependencies/d'\ + -e 's#rake/rdoctask#rdoc/task#' Rakefile || die + sed -i -e '/ruby-debug/ s:^:#:' \ + -e '2agem "minitest", "~> 4.0"' test/helper.rb || die +} diff --git a/dev-ruby/litc/metadata.xml b/dev-ruby/litc/metadata.xml new file mode 100644 index 000000000000..6e2b50a86701 --- /dev/null +++ b/dev-ruby/litc/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">bkaney/litc</remote-id> + </upstream> +</pkgmetadata> |