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/ansi/Manifest | 1 + dev-ruby/ansi/ansi-1.5.0.ebuild | 23 +++++++++++++++++++++++ dev-ruby/ansi/metadata.xml | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 dev-ruby/ansi/Manifest create mode 100644 dev-ruby/ansi/ansi-1.5.0.ebuild create mode 100644 dev-ruby/ansi/metadata.xml (limited to 'dev-ruby/ansi') diff --git a/dev-ruby/ansi/Manifest b/dev-ruby/ansi/Manifest new file mode 100644 index 000000000000..d67eb0df9e6c --- /dev/null +++ b/dev-ruby/ansi/Manifest @@ -0,0 +1 @@ +DIST ansi-1.5.0.gem 41472 SHA256 5408253274e33d9d27d4a98c46d2998266fd51cba58a7eb9d08f50e57ed23592 SHA512 969cc749c08c5446b67a45acd02b7ca0256660804c3f8c148b50e7638de41fd5297b6d56613ac979e50b57371c83b382474c6ad4126d4e130bbaea4ce0e14300 WHIRLPOOL 4fbb5b530cf2600cfedc3d6354b6a80bdc1a8cc09bb60968f9e48488f4577373902def95468f29c94585c1b71a44eaeb7ed2e0635cdb960de02ab0323c2825e4 diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild new file mode 100644 index 000000000000..feef47af069c --- /dev/null +++ b/dev-ruby/ansi/ansi-1.5.0.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 ruby22" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_EXTRADOC="DEMO.md HISTORY.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="The Ruby ANSI project is collection of ANSI escape codes for Ruby" +HOMEPAGE="https://rubyworks.github.io/ansi/" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +# Tests cause circular dependencies with dev-ruby/qed & dev-ruby/rubytest +RESTRICT="test" diff --git a/dev-ruby/ansi/metadata.xml b/dev-ruby/ansi/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/ansi/metadata.xml @@ -0,0 +1,5 @@ + + + +ruby + -- cgit v1.2.3-18-g5258