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-DSP | |
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-DSP')
-rw-r--r-- | dev-perl/Audio-DSP/Audio-DSP-0.20.0-r1.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/Audio-DSP/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Audio-DSP/metadata.xml | 9 |
3 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Audio-DSP/Audio-DSP-0.20.0-r1.ebuild b/dev-perl/Audio-DSP/Audio-DSP-0.20.0-r1.ebuild new file mode 100644 index 000000000000..1abe2e49b889 --- /dev/null +++ b/dev-perl/Audio-DSP/Audio-DSP-0.20.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SETHJ +MODULE_VERSION=0.02 +inherit perl-module + +DESCRIPTION="Perl interface to *NIX digital audio device" + +SLOT="0" +KEYWORDS="amd64 sparc ~x86" +IUSE="" diff --git a/dev-perl/Audio-DSP/Manifest b/dev-perl/Audio-DSP/Manifest new file mode 100644 index 000000000000..d38b4fa94404 --- /dev/null +++ b/dev-perl/Audio-DSP/Manifest @@ -0,0 +1 @@ +DIST Audio-DSP-0.02.tar.gz 28446 SHA256 fc5f018f7f4247111ade59c3d1bff7c65b3e09cbe11217e25151c7f4328dba04 SHA512 19b4526962ac2f229f9fca4490e2542e4c259e35aea626f684a225a673666b632f6c69cf33d0940f97bfa7b3c8a2ba86674dc1efe8efb432be9bc0a371d61fa2 WHIRLPOOL 714b1fd27bd2be099b6add898a7983049cec7ebc4b65ec5d289deb2ec3b6120229bb64281226094cd81ab9751fb77dd380ee71da030865ac18930d08de75f585 diff --git a/dev-perl/Audio-DSP/metadata.xml b/dev-perl/Audio-DSP/metadata.xml new file mode 100644 index 000000000000..6a5259b601ef --- /dev/null +++ b/dev-perl/Audio-DSP/metadata.xml @@ -0,0 +1,9 @@ +<?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-DSP</remote-id> + <remote-id type="cpan-module">Audio::DSP</remote-id> + </upstream> +</pkgmetadata> |