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/radius | |
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/radius')
-rw-r--r-- | dev-ruby/radius/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/radius/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ruby/radius/radius-0.7.4-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/radius/radius-0.7.4-r2.ebuild | 24 |
4 files changed, 57 insertions, 0 deletions
diff --git a/dev-ruby/radius/Manifest b/dev-ruby/radius/Manifest new file mode 100644 index 000000000000..6dcc67c02d98 --- /dev/null +++ b/dev-ruby/radius/Manifest @@ -0,0 +1 @@ +DIST radius-0.7.4.gem 220160 SHA256 ba6c93d0047568ac7c5065905617410b163e9fe928fd4be51355debedfa70c58 SHA512 68d28f4bcf7122b729bc92fec8021bd9844407d65e3ee9075c909b1b9fe7e0227ff70c678829b8fc9386b46dbc2983f835486609f74eba99a2511cc43ea78526 WHIRLPOOL cc64b3e679c2f34fda347374a6bf933085c441fbdcb3f30ee03695ced771b966635e26ffd54fa3bdb135d65b87fbd0c764057a8b1dbfd1a7ab8b4902bc267966 diff --git a/dev-ruby/radius/metadata.xml b/dev-ruby/radius/metadata.xml new file mode 100644 index 000000000000..e400d036035b --- /dev/null +++ b/dev-ruby/radius/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">jlong/radius</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ruby/radius/radius-0.7.4-r1.ebuild b/dev-ruby/radius/radius-0.7.4-r1.ebuild new file mode 100644 index 000000000000..970317eff85a --- /dev/null +++ b/dev-ruby/radius/radius-0.7.4-r1.ebuild @@ -0,0 +1,24 @@ +# 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_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Powerful tag-based template system" +HOMEPAGE="https://github.com/jlong/radius http://radius.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/kramdown )" + +all_ruby_prepare() { + sed -i -e "/simplecov/,/end/d" -e "/coveralls/d" test/test_helper.rb || die +} diff --git a/dev-ruby/radius/radius-0.7.4-r2.ebuild b/dev-ruby/radius/radius-0.7.4-r2.ebuild new file mode 100644 index 000000000000..b9e52def2d27 --- /dev/null +++ b/dev-ruby/radius/radius-0.7.4-r2.ebuild @@ -0,0 +1,24 @@ +# 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_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Powerful tag-based template system" +HOMEPAGE="https://github.com/jlong/radius http://radius.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/kramdown )" + +all_ruby_prepare() { + sed -i -e "/simplecov/,/end/d" -e "/coveralls/d" test/test_helper.rb || die +} |