summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-ruby/mercenary
downloadgentoo-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/mercenary')
-rw-r--r--dev-ruby/mercenary/Manifest1
-rw-r--r--dev-ruby/mercenary/mercenary-0.3.5.ebuild21
-rw-r--r--dev-ruby/mercenary/metadata.xml8
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-ruby/mercenary/Manifest b/dev-ruby/mercenary/Manifest
new file mode 100644
index 000000000000..9540eeb241a8
--- /dev/null
+++ b/dev-ruby/mercenary/Manifest
@@ -0,0 +1 @@
+DIST mercenary-0.3.5.gem 16896 SHA256 eba688178f74a0c180ac97defa3213a299a31385b2a8489e00b4936d10f84753 SHA512 2f44a40b5e51046e7815f6e2f1500583276d378018ba31e6ef9c12bf9e511122579952864acd4349d0c5f8b7aac1d8b878533b5b79c0913926ff82873672b2dd WHIRLPOOL 548338977cb9e8c777421c0862423deabda411d3603d65151e1042b98193176163099c7d42feaf59e4698a6e15d8d208abde564d946a66e8b699ff224a7cbaae
diff --git a/dev-ruby/mercenary/mercenary-0.3.5.ebuild b/dev-ruby/mercenary/mercenary-0.3.5.ebuild
new file mode 100644
index 000000000000..e82478aaed36
--- /dev/null
+++ b/dev-ruby/mercenary/mercenary-0.3.5.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_EXTRADOC="History.markdown README.md"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Lightweight and flexible library for writing command-line apps"
+HOMEPAGE="https://github.com/jekyll/mercenary"
+
+IUSE=""
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
diff --git a/dev-ruby/mercenary/metadata.xml b/dev-ruby/mercenary/metadata.xml
new file mode 100644
index 000000000000..c25d37f5d0d7
--- /dev/null
+++ b/dev-ruby/mercenary/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">jekyll/mercenary</remote-id>
+ </upstream>
+</pkgmetadata>