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/capistrano-stats | |
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/capistrano-stats')
-rw-r--r-- | dev-ruby/capistrano-stats/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/capistrano-stats/capistrano-stats-1.1.1.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/capistrano-stats/metadata.xml | 9 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-ruby/capistrano-stats/Manifest b/dev-ruby/capistrano-stats/Manifest new file mode 100644 index 000000000000..44a0c52062b0 --- /dev/null +++ b/dev-ruby/capistrano-stats/Manifest @@ -0,0 +1 @@ +DIST capistrano-stats-1.1.1.gem 7168 SHA256 ed26ea31b99091781d600436779343af7af2785a28a085c0c88751d20fe0a406 SHA512 d7198052dba1f518a972b4d9e4656b23b226222c58c4898745abf90876722f1040d0f0acce07d97aa090b77d4c7655ce300f73dd0d6f55666e551862a13b7e2b WHIRLPOOL 5b4fbf0dc9b0c8c851099d79478b7e836bf0aef02c50d84fa87232be7d6a1c3eb12f564f53323cfbaf10f5ff712bfdf30fb7d866698f35d7db90ffd62ef84ce6 diff --git a/dev-ruby/capistrano-stats/capistrano-stats-1.1.1.ebuild b/dev-ruby/capistrano-stats/capistrano-stats-1.1.1.ebuild new file mode 100644 index 000000000000..8e8690357a65 --- /dev/null +++ b/dev-ruby/capistrano-stats/capistrano-stats-1.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 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_TASK_DOC="" + +RUBY_FAKEGEM_EXTRAINSTALL="tasks" + +inherit ruby-fakegem + +DESCRIPTION="Official metrics to help the development direction of Capistrano" +HOMEPAGE="http://metrics.capistranorb.com/" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64" +IUSE="" diff --git a/dev-ruby/capistrano-stats/metadata.xml b/dev-ruby/capistrano-stats/metadata.xml new file mode 100644 index 000000000000..dbb6fb764591 --- /dev/null +++ b/dev-ruby/capistrano-stats/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +<longdescription> +Capistrano is a utility and framework for executing commands in parallel on +multiple remote machines, via SSH. +</longdescription> +</pkgmetadata> |