diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2012-04-29 13:13:46 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2012-04-29 13:13:46 +0000 |
commit | 0bb704c313b63707905c7cbbd03a90357ab2fc21 (patch) | |
tree | 6a087b70627284b2f163d4fe620ef5700341d825 /dev-ruby/mixlib-shellout | |
parent | vdr-plugin-2.eclass added; include major fixes for obselet i18n handling, Lin... (diff) | |
download | gentoo-2-0bb704c313b63707905c7cbbd03a90357ab2fc21.tar.gz gentoo-2-0bb704c313b63707905c7cbbd03a90357ab2fc21.tar.bz2 gentoo-2-0bb704c313b63707905c7cbbd03a90357ab2fc21.zip |
initial version (required dependency of chef-0.10.10)
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/mixlib-shellout')
-rw-r--r-- | dev-ruby/mixlib-shellout/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/mixlib-shellout/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild | 19 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-ruby/mixlib-shellout/ChangeLog b/dev-ruby/mixlib-shellout/ChangeLog new file mode 100644 index 000000000000..fc0626417d9a --- /dev/null +++ b/dev-ruby/mixlib-shellout/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/mixlib-shellout +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.1 2012/04/29 13:13:46 hollow Exp $ + +*mixlib-shellout-1.0.0 (29 Apr 2012) + + 29 Apr 2012; Benedikt Böhm <hollow@gentoo.org> + +mixlib-shellout-1.0.0.ebuild, +metadata.xml: + initial version (required dependency of chef-0.10.10) + diff --git a/dev-ruby/mixlib-shellout/metadata.xml b/dev-ruby/mixlib-shellout/metadata.xml new file mode 100644 index 000000000000..0040b1162894 --- /dev/null +++ b/dev-ruby/mixlib-shellout/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ruby</herd> +</pkgmetadata> diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild new file mode 100644 index 000000000000..79d79f409d25 --- /dev/null +++ b/dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild,v 1.1 2012/04/29 13:13:46 hollow Exp $ + +EAPI="2" +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="Run external commands on Unix or Windows" +HOMEPAGE="http://github.com/opscode/mixlib-shellout" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |