Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-SndFile/
Date: Tue, 05 Apr 2011 18:17:28
Message-Id: efa46b2bf8071e3caeb72f3a52e43dcda86180db.kent@gentoo
1 commit: efa46b2bf8071e3caeb72f3a52e43dcda86180db
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 5 15:18:19 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 5 15:18:19 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=efa46b2b
7
8 [added] Audio-SndFile-0.70.0
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Audio-SndFile/Audio-SndFile-0.70.0.ebuild | 21 ++++++++++++++++++++
14 dev-perl/Audio-SndFile/ChangeLog | 10 +++++++++
15 dev-perl/Audio-SndFile/metadata.xml | 9 ++++++++
16 3 files changed, 40 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Audio-SndFile/Audio-SndFile-0.70.0.ebuild b/dev-perl/Audio-SndFile/Audio-SndFile-0.70.0.ebuild
19 new file mode 100644
20 index 0000000..62dfb50
21 --- /dev/null
22 +++ b/dev-perl/Audio-SndFile/Audio-SndFile-0.70.0.ebuild
23 @@ -0,0 +1,21 @@
24 +# Copyright 1999-2011 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Header: $
27 +EAPI=4
28 +MODULE_AUTHOR=JDIEPEN
29 +MODULE_VERSION=0.07
30 +inherit perl-module
31 +
32 +DESCRIPTION="Portable reading and writing of sound files"
33 +LICENSE="|| ( Artistic GPL-2 )"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +COMMON_DEPEND="media-libs/libsndfile"
38 +DEPEND="
39 + ${COMMON_DEPEND}
40 +"
41 +RDEPEND="
42 + ${COMMON_DEPEND}
43 +"
44 +SRC_TEST="do"
45
46 diff --git a/dev-perl/Audio-SndFile/ChangeLog b/dev-perl/Audio-SndFile/ChangeLog
47 new file mode 100644
48 index 0000000..e588d62
49 --- /dev/null
50 +++ b/dev-perl/Audio-SndFile/ChangeLog
51 @@ -0,0 +1,10 @@
52 +# ChangeLog for dev-perl/Audio-SndFile
53 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
54 +# $Header: $
55 +
56 +*Audio-SndFile-0.70.0 (05 Apr 2011)
57 +
58 + 05 Apr 2011; Kent Fredric <kentfredric@×××××.com>
59 + +Audio-SndFile-0.70.0.ebuild, +metadata.xml:
60 + Added
61 +
62
63 diff --git a/dev-perl/Audio-SndFile/metadata.xml b/dev-perl/Audio-SndFile/metadata.xml
64 new file mode 100644
65 index 0000000..ccc7e0f
66 --- /dev/null
67 +++ b/dev-perl/Audio-SndFile/metadata.xml
68 @@ -0,0 +1,9 @@
69 +<?xml version="1.0" encoding="UTF-8"?>
70 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 +<pkgmetadata>
72 + <herd>perl</herd>
73 + <maintainer>
74 + <email>kentfredric@×××××.com</email>
75 + <name>Kent Fredric</name>
76 + </maintainer>
77 +</pkgmetadata>