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/kissfft | |
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/kissfft')
-rw-r--r-- | dev-ruby/kissfft/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/kissfft/kissfft-0.0.1-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/kissfft/kissfft-0.0.2.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/kissfft/metadata.xml | 12 |
4 files changed, 80 insertions, 0 deletions
diff --git a/dev-ruby/kissfft/Manifest b/dev-ruby/kissfft/Manifest new file mode 100644 index 000000000000..c7ef2ed73aad --- /dev/null +++ b/dev-ruby/kissfft/Manifest @@ -0,0 +1,2 @@ +DIST kissfft-0.0.1.gem 12800 SHA256 ba168a3063e1cf76a44dc03d472e6d40f324da7c82df6a78fb5aaf3b2664d541 SHA512 4dc8a53268ec40494e9ab7e986dea7ee87c0822e252ec36002eb52830150d06d0c7fee36bb0d6e441537ed1fdf368682067d3d483b00ffca647965ff603587db WHIRLPOOL 1c3838e16867dc8f60ec7fc7efee8ef23705bc826e166199e93b68fb5d5e97d05a82be72632f4d66f2b1c218bb719df4808ce4a17ef15c807a6320fa6eb63dfb +DIST kissfft-0.0.2.gem 13824 SHA256 a3898c8a4cafcb4aead604fba539587a49e456199618497a01973973dca20e25 SHA512 3513008db848c92948e35c01bb568dcb8d52656ffe3510b81fb57b71b5abab121b3f1e6f3c20f2c94d0cbf1870d612b48f983a6639588ecd8a54f8b736fe81cc WHIRLPOOL 6532f03c51a069b6018a429ff5115c2e49a95957e4c5fc114a5017f46921914f52816073de42c915833aec332870380c322ed6b7da1d2fe2dd03fc344eecf0c2 diff --git a/dev-ruby/kissfft/kissfft-0.0.1-r1.ebuild b/dev-ruby/kissfft/kissfft-0.0.1-r1.ebuild new file mode 100644 index 000000000000..91742d783efa --- /dev/null +++ b/dev-ruby/kissfft/kissfft-0.0.1-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="ruby interface to kissfft" +HOMEPAGE="https://rubygems.org/gems/kissfft" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +each_ruby_configure() { + ${RUBY} -Cext/${PN} extconf.rb || die +} + +each_ruby_compile() { + emake -Cext/${PN} V=1 + mkdir lib || die + cp ext/${PN}/${PN}$(get_modname) lib/ || die +} diff --git a/dev-ruby/kissfft/kissfft-0.0.2.ebuild b/dev-ruby/kissfft/kissfft-0.0.2.ebuild new file mode 100644 index 000000000000..f986875ddfaf --- /dev/null +++ b/dev-ruby/kissfft/kissfft-0.0.2.ebuild @@ -0,0 +1,33 @@ +# 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_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="ruby interface to kissfft" +HOMEPAGE="https://rubygems.org/gems/kissfft" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +each_ruby_configure() { + ${RUBY} -Cext/${PN} extconf.rb || die +} + +each_ruby_compile() { + emake -Cext/${PN} V=1 + mkdir lib || die + cp ext/${PN}/${PN}$(get_modname) lib/ || die +} diff --git a/dev-ruby/kissfft/metadata.xml b/dev-ruby/kissfft/metadata.xml new file mode 100644 index 000000000000..75ebbc3be76e --- /dev/null +++ b/dev-ruby/kissfft/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>zerochaos@gentoo.org</email> + <name>Rick Farina</name> +</maintainer> +<herd>ruby</herd> +<longdescription lang="en"> +</longdescription> +</pkgmetadata> + |