From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-ruby/trollop/Manifest | 4 ++++ dev-ruby/trollop/metadata.xml | 5 +++++ dev-ruby/trollop/trollop-1.16.2-r4.ebuild | 23 +++++++++++++++++++++++ dev-ruby/trollop/trollop-2.0.ebuild | 23 +++++++++++++++++++++++ dev-ruby/trollop/trollop-2.1.1.ebuild | 25 +++++++++++++++++++++++++ dev-ruby/trollop/trollop-2.1.2.ebuild | 25 +++++++++++++++++++++++++ 6 files changed, 105 insertions(+) create mode 100644 dev-ruby/trollop/Manifest create mode 100644 dev-ruby/trollop/metadata.xml create mode 100644 dev-ruby/trollop/trollop-1.16.2-r4.ebuild create mode 100644 dev-ruby/trollop/trollop-2.0.ebuild create mode 100644 dev-ruby/trollop/trollop-2.1.1.ebuild create mode 100644 dev-ruby/trollop/trollop-2.1.2.ebuild (limited to 'dev-ruby/trollop') diff --git a/dev-ruby/trollop/Manifest b/dev-ruby/trollop/Manifest new file mode 100644 index 000000000000..7ed09d699b68 --- /dev/null +++ b/dev-ruby/trollop/Manifest @@ -0,0 +1,4 @@ +DIST trollop-1.16.2.gem 22016 SHA256 8f96479851ce7c5b6c33dcce2ed13d34e5786f2b22bde4e680c608de40ba393b SHA512 ad99aa2c0c3b9a8ce7fe0e3f5fc1ab6f600dda5229cb5a15cdf2a3dcc6ffadb8e386a695eebc07b86742c7d62a99794e57e86263a6e03f3bd5f883ad9fe1959e WHIRLPOOL b6144aa7f9ab2ec62e4f7d01681d0c04445a5a45749abef6d07502ff37bdf9a93b46acaf31936e9cc2d0eaa236723f8685a99f41077235d649a6a49698410dbf +DIST trollop-2.0.gem 22528 SHA256 1f3eed108cf6dbceedf5a548b07ae788dc57893333a06b7aaab2a8d3d599e547 SHA512 325a58ffb1dae96a51497e671b3237e4ae15b46837a74f787f27e5419bf76e9870de407fe0004b6cf489f038cea44e7feed3a83e92f89d68587436c59fb62da0 WHIRLPOOL 9a2527fb42282724f997a7d9527daf89852bedc464e5f6aac614b6fed61abab0df82976cc254458527839ae697c2372e7978b22326bcfe8728e62d068d8d9cc9 +DIST trollop-2.1.1.gem 26112 SHA256 93c4a076c1c9afecfd544962e8a4869cf8efe0315d6a1869be1273fa0edcad7c SHA512 fe7932c73cad31fd0be9d5c0b8be7e026bd2f233282243cf381cbcfb72a20da4e451cc93f84c2ad0c524536228a255909b431265487ef72c0fcc2bb1f36ca2e5 WHIRLPOOL 475c60688a7ad1ab1c372a50b301a78585806702d176f124c191016c008bbba3cdc3314d1cbaf9b49744dc7ff0ef7abb443d3562edf55278e75c06f42025e45f +DIST trollop-2.1.2.gem 26112 SHA256 88422e8137b1e635ed07f6b8480c2c2a16d3ac1288023688c4da20d786f12510 SHA512 afebe220119476fe3b992f430c79c9de06a6b5398f3ccf957bc0e3b3a1bcebd47a350a94882b3c46aa4db93c70002f3d4adabfe95d0338f14149545c7a9e8dc3 WHIRLPOOL 1736490b908bb7be2206fcaed4afdded18255647e90b9519c7214a044b49c00f78d0b614107388a99a19d3ba74839ae2ffb3266e48f650b5eab0c99adbae610a diff --git a/dev-ruby/trollop/metadata.xml b/dev-ruby/trollop/metadata.xml new file mode 100644 index 000000000000..82312e92a052 --- /dev/null +++ b/dev-ruby/trollop/metadata.xml @@ -0,0 +1,5 @@ + + + +ruby + diff --git a/dev-ruby/trollop/trollop-1.16.2-r4.ebuild b/dev-ruby/trollop/trollop-1.16.2-r4.ebuild new file mode 100644 index 000000000000..6cb31e69f387 --- /dev/null +++ b/dev-ruby/trollop/trollop-1.16.2-r4.ebuild @@ -0,0 +1,23 @@ +# 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="" +RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.txt" + +inherit ruby-fakegem + +DESCRIPTION="Trollop is a commandline option parser for Ruby" +HOMEPAGE="http://trollop.rubyforge.org/" +LICENSE="Ruby" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +SLOT="0" +IUSE="" + +each_ruby_test() { + ${RUBY} -I lib test/test_trollop.rb || die "Tests failed." +} diff --git a/dev-ruby/trollop/trollop-2.0.ebuild b/dev-ruby/trollop/trollop-2.0.ebuild new file mode 100644 index 000000000000..b17fefabab07 --- /dev/null +++ b/dev-ruby/trollop/trollop-2.0.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_EXTRADOC="FAQ.txt History.txt README.txt" + +inherit ruby-fakegem + +DESCRIPTION="Trollop is a commandline option parser for Ruby" +HOMEPAGE="http://trollop.rubyforge.org/" +LICENSE="Ruby" + +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +SLOT="2" +IUSE="" + +each_ruby_test() { + ${RUBY} -I lib test/test_trollop.rb || die "Tests failed." +} diff --git a/dev-ruby/trollop/trollop-2.1.1.ebuild b/dev-ruby/trollop/trollop-2.1.1.ebuild new file mode 100644 index 000000000000..1dc7cf653b34 --- /dev/null +++ b/dev-ruby/trollop/trollop-2.1.1.ebuild @@ -0,0 +1,25 @@ +# 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="FAQ.txt History.txt README.md" + +inherit ruby-fakegem + +DESCRIPTION="Trollop is a commandline option parser for Ruby" +HOMEPAGE="http://manageiq.github.io/trollop/" +LICENSE="MIT" + +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +SLOT="2" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/chronic )" + +each_ruby_test() { + MUTANT=true ${RUBY} -I lib test/test_trollop.rb || die "Tests failed." +} diff --git a/dev-ruby/trollop/trollop-2.1.2.ebuild b/dev-ruby/trollop/trollop-2.1.2.ebuild new file mode 100644 index 000000000000..8c5857d63364 --- /dev/null +++ b/dev-ruby/trollop/trollop-2.1.2.ebuild @@ -0,0 +1,25 @@ +# 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="FAQ.txt History.txt README.md" + +inherit ruby-fakegem + +DESCRIPTION="Trollop is a commandline option parser for Ruby" +HOMEPAGE="http://manageiq.github.io/trollop/" +LICENSE="MIT" + +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +SLOT="2" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/chronic )" + +each_ruby_test() { + MUTANT=true ${RUBY} -Ilib:test test/test_trollop.rb || die "Tests failed." +} -- cgit v1.2.3-65-gdbad