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/paint | |
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/paint')
-rw-r--r-- | dev-ruby/paint/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/paint/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ruby/paint/paint-0.9.0.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/paint/paint-1.0.0.ebuild | 22 |
4 files changed, 53 insertions, 0 deletions
diff --git a/dev-ruby/paint/Manifest b/dev-ruby/paint/Manifest new file mode 100644 index 000000000000..2961e07f9410 --- /dev/null +++ b/dev-ruby/paint/Manifest @@ -0,0 +1,2 @@ +DIST paint-0.9.0.gem 22016 SHA256 cc87ffd4c796489fb8d14e69a7e2a0ebc031f0318d555712b5842e981d3b96b9 SHA512 a56c62cac15d3e14699f5044ad19408f704cdc243e34f2ac451cbcf68a9417a4e9a51fe0e9a17218b822c9a382fd328151d4bfb7f729c95c2c32b32fa514a216 WHIRLPOOL 816af7d20b4b3ce94afdc1fc52005dd4717800e99e961235e89f84da1d27824c0d9422f20cec91224d875b7434c07edb33ea264224b7a3e288204f546c681504 +DIST paint-1.0.0.tar.gz 18392 SHA256 b141f1c1ccb43ee1d7e3c6e4a42a9465846de0664efec8e2cd231e813f1eb7de SHA512 15461471d5a6eb08402e78bd9f86c99322d4e6ba1fc24054240190270021fdd2105070e99602799d65fed53f8065da012e0351462d82572cf7015760eb1946b1 WHIRLPOOL 11d55f6b42195dc3e436957f1f02936087d56416baafbfb29311300db24c8ac1056a1ce5dee0d3edd4fe413e2e281b6a8b0f1923f8207accbb11564dc93eb241 diff --git a/dev-ruby/paint/metadata.xml b/dev-ruby/paint/metadata.xml new file mode 100644 index 000000000000..e578ed34c163 --- /dev/null +++ b/dev-ruby/paint/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">janlelis/paint</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ruby/paint/paint-0.9.0.ebuild b/dev-ruby/paint/paint-0.9.0.ebuild new file mode 100644 index 000000000000..70a95f32fcbe --- /dev/null +++ b/dev-ruby/paint/paint-0.9.0.ebuild @@ -0,0 +1,21 @@ +# 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_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Terminal painter" +HOMEPAGE="https://github.com/janlelis/paint" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test doc" diff --git a/dev-ruby/paint/paint-1.0.0.ebuild b/dev-ruby/paint/paint-1.0.0.ebuild new file mode 100644 index 000000000000..33c7d5b664d9 --- /dev/null +++ b/dev-ruby/paint/paint-1.0.0.ebuild @@ -0,0 +1,22 @@ +# 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_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Terminal painter" +HOMEPAGE="https://github.com/janlelis/paint" +SRC_URI="https://github.com/janlelis/paint/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test doc" |