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/ruby-shout | |
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/ruby-shout')
-rw-r--r-- | dev-ruby/ruby-shout/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/ruby-shout/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild | 40 | ||||
-rw-r--r-- | dev-ruby/ruby-shout/ruby-shout-2.2.1-r2.ebuild | 40 | ||||
-rw-r--r-- | dev-ruby/ruby-shout/ruby-shout-2.2.1.ebuild | 41 |
5 files changed, 130 insertions, 0 deletions
diff --git a/dev-ruby/ruby-shout/Manifest b/dev-ruby/ruby-shout/Manifest new file mode 100644 index 000000000000..b26816a75d96 --- /dev/null +++ b/dev-ruby/ruby-shout/Manifest @@ -0,0 +1 @@ +DIST ruby-shout-2.2.1.gem 12288 SHA256 459da771249a2c05d82a548fed05b97ee8a230b6018b17779150204d91fb93e3 SHA512 a6dbbc84a4df369f6bdfccac202dfd23212d41fb35d817d6f0f393e9f8a174ee4159e2ebb874304b862e7dd709d3beac70013c568856995740e841f10add82ec WHIRLPOOL 068fe13ddd53e5c06ee68aefb2153ca3b1289b8dff194ce44b5bec7ca997e3e68d07c78597c6644bdfdd0d2e22b21c401d685c0d3242f8b4b9a78d180c059072 diff --git a/dev-ruby/ruby-shout/metadata.xml b/dev-ruby/ruby-shout/metadata.xml new file mode 100644 index 000000000000..33b8e90efea1 --- /dev/null +++ b/dev-ruby/ruby-shout/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">niko/ruby-shout</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild b/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild new file mode 100644 index 000000000000..82e58ba38745 --- /dev/null +++ b/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ruby22 -> Does not compile +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRADOC="README.textile" + +inherit multilib ruby-fakegem + +DESCRIPTION="A Ruby interface to libshout2" +HOMEPAGE="https://github.com/niko/ruby-shout" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND+=" >=media-libs/libshout-2.0" +DEPEND+=" >=media-libs/libshout-2.0" + +each_ruby_configure() { + ${RUBY} -Cext extconf.rb || die "extconf failed" +} + +each_ruby_compile() { + emake -C ext V=1 +} + +each_ruby_install() { + each_fakegem_install + + ruby_fakegem_newins ext/${PN#ruby-}_ext$(get_modname) lib/${PN#ruby-}_ext$(get_modname) +} diff --git a/dev-ruby/ruby-shout/ruby-shout-2.2.1-r2.ebuild b/dev-ruby/ruby-shout/ruby-shout-2.2.1-r2.ebuild new file mode 100644 index 000000000000..3b90e1b64f05 --- /dev/null +++ b/dev-ruby/ruby-shout/ruby-shout-2.2.1-r2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ruby22 -> Does not compile +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRADOC="README.textile" + +inherit multilib ruby-fakegem + +DESCRIPTION="A Ruby interface to libshout2" +HOMEPAGE="https://github.com/niko/ruby-shout" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND+=" >=media-libs/libshout-2.0" +DEPEND+=" >=media-libs/libshout-2.0" + +each_ruby_configure() { + ${RUBY} -Cext extconf.rb || die "extconf failed" +} + +each_ruby_compile() { + emake -C ext V=1 +} + +each_ruby_install() { + each_fakegem_install + + ruby_fakegem_newins ext/${PN#ruby-}_ext$(get_modname) lib/${PN#ruby-}_ext$(get_modname) +} diff --git a/dev-ruby/ruby-shout/ruby-shout-2.2.1.ebuild b/dev-ruby/ruby-shout/ruby-shout-2.2.1.ebuild new file mode 100644 index 000000000000..7b425eefe1c7 --- /dev/null +++ b/dev-ruby/ruby-shout/ruby-shout-2.2.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby19" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRADOC="README.textile" + +inherit multilib ruby-fakegem eutils + +DESCRIPTION="A Ruby interface to libshout2" +HOMEPAGE="http://ruby-shout.rubyforge.org/" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~ppc x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=media-libs/libshout-2.0" +DEPEND="${DEPEND} + >=media-libs/libshout-2.0" + +each_ruby_configure() { + ${RUBY} -Cext extconf.rb || die "extconf failed" +} + +each_ruby_compile() { + emake -C ext || die "emake failed" +} + +each_ruby_install() { + each_fakegem_install + + ruby_fakegem_newins ext/${PN#ruby-}_ext$(get_modname) lib/${PN#ruby-}_ext$(get_modname) +} |