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-perl/Audio-Wav | |
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-perl/Audio-Wav')
-rw-r--r-- | dev-perl/Audio-Wav/Audio-Wav-0.130.0-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Audio-Wav/Audio-Wav-0.140.0.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Audio-Wav/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Audio-Wav/metadata.xml | 13 |
4 files changed, 59 insertions, 0 deletions
diff --git a/dev-perl/Audio-Wav/Audio-Wav-0.130.0-r1.ebuild b/dev-perl/Audio-Wav/Audio-Wav-0.130.0-r1.ebuild new file mode 100644 index 000000000000..4fbcfd8f1cf0 --- /dev/null +++ b/dev-perl/Audio-Wav/Audio-Wav-0.130.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=BRIANSKI +MODULE_VERSION=0.13 +inherit perl-module + +DESCRIPTION="Modules for reading & writing Microsoft WAV files" + +SLOT="0" +KEYWORDS="amd64 hppa ppc x86" +IUSE="" + +RDEPEND="dev-perl/Inline" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Audio-Wav/Audio-Wav-0.140.0.ebuild b/dev-perl/Audio-Wav/Audio-Wav-0.140.0.ebuild new file mode 100644 index 000000000000..3a86d6fdbe5e --- /dev/null +++ b/dev-perl/Audio-Wav/Audio-Wav-0.140.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=BRIANSKI +MODULE_VERSION=0.14 +inherit perl-module + +DESCRIPTION="Modules for reading & writing Microsoft WAV files" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="" + +RDEPEND=" + || ( <dev-perl/Inline-0.790.0 ( >=dev-perl/Inline-0.790.0 dev-perl/Inline-C ) ) +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +SRC_TEST=do diff --git a/dev-perl/Audio-Wav/Manifest b/dev-perl/Audio-Wav/Manifest new file mode 100644 index 000000000000..c9044e3b8c43 --- /dev/null +++ b/dev-perl/Audio-Wav/Manifest @@ -0,0 +1,2 @@ +DIST Audio-Wav-0.13.tar.gz 23605 SHA256 af4e7d11c2328bff0ad0e1581bc962ab0d47113f2a7a4abb65752450a7b24da9 SHA512 d134dd056aacf7cb2241a92931155fd4f6b37207612612a9d95b550514bc19c40da7de96094b9bffc0a6741782a9afdc10f2c0f91bf53b4efdc2ca4745fe4218 WHIRLPOOL 9f0572142ad91f5a7c8b92f8bcdfb0119f4a7dcfa09316bf02154e0892cfd92970e08b765e1f2aa870efac8cf5231cf5a19ea9959265ed29ed197af8c3b581fe +DIST Audio-Wav-0.14.tar.gz 23688 SHA256 caad13f586375094a4212c48b6f4f75d2dd8f34536b295ba74489ffa766117a5 SHA512 8997eb3f3b2e3b2ba1fd1e4b7d88c037627940ed561b2fdc527eb6219ca8a194c6e078d54dc6253fcd5ca616578b69de6b4a3af33f9a42dff3d9e87c3f2cba16 WHIRLPOOL c0a3d97a083ed5cc93b7cc1c5c566bd0f0df2138dbbe2a4c4d007b75e9702246494594d175adc9ae1ee4044dfee5d07c85586df2cd34bc8b251f4ee7c87d18a9 diff --git a/dev-perl/Audio-Wav/metadata.xml b/dev-perl/Audio-Wav/metadata.xml new file mode 100644 index 000000000000..b3c51d9055f3 --- /dev/null +++ b/dev-perl/Audio-Wav/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Audio-Wav</remote-id> + <remote-id type="cpan-module">Audio::Wav</remote-id> + <remote-id type="cpan-module">Audio::Wav::Read</remote-id> + <remote-id type="cpan-module">Audio::Wav::Tools</remote-id> + <remote-id type="cpan-module">Audio::Wav::Write</remote-id> + <remote-id type="cpan-module">Audio::Wav::Write::Header</remote-id> + </upstream> +</pkgmetadata> |