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, 27 Mar 2012 09:32:02
Message-Id: 1332818991.7af0828b8b27a55d2f80c956e9b1c0e2343c5e1b.kent@gentoo
1 commit: 7af0828b8b27a55d2f80c956e9b1c0e2343c5e1b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 27 03:29:51 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Mar 27 03:29:51 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7af0828b
7
8 [newversion] Audio-SndFile-0.90.0
9
10 (Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Audio-SndFile/Audio-SndFile-0.90.0.ebuild | 30 ++++++++++++++++++++
14 dev-perl/Audio-SndFile/ChangeLog | 8 ++++-
15 2 files changed, 37 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Audio-SndFile/Audio-SndFile-0.90.0.ebuild b/dev-perl/Audio-SndFile/Audio-SndFile-0.90.0.ebuild
18 new file mode 100644
19 index 0000000..ee91f38
20 --- /dev/null
21 +++ b/dev-perl/Audio-SndFile/Audio-SndFile-0.90.0.ebuild
22 @@ -0,0 +1,30 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=JDIEPEN
28 +MODULE_VERSION=0.09
29 +inherit perl-module
30 +
31 +DESCRIPTION='Portable reading and writing of sound files'
32 +LICENSE="GPL-2"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker
38 + echo virtual/perl-ExtUtils-MakeMaker
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker
42 + echo virtual/perl-ExtUtils-MakeMaker
43 +}
44 +DEPEND="
45 + media-libs/libsndfile
46 + $(perl_meta_configure)
47 + $(perl_meta_build)
48 +"
49 +RDEPEND="
50 + media-libs/libsndfile
51 +"
52 +SRC_TEST="do"
53
54 diff --git a/dev-perl/Audio-SndFile/ChangeLog b/dev-perl/Audio-SndFile/ChangeLog
55 index e588d62..9496232 100644
56 --- a/dev-perl/Audio-SndFile/ChangeLog
57 +++ b/dev-perl/Audio-SndFile/ChangeLog
58 @@ -1,7 +1,13 @@
59 # ChangeLog for dev-perl/Audio-SndFile
60 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 # $Header: $
63
64 +*Audio-SndFile-0.90.0 (27 Mar 2012)
65 +
66 + 27 Mar 2012; Kent Fredric <kentfredric@×××××.com>
67 + +Audio-SndFile-0.90.0.ebuild:
68 + Version Bump
69 +
70 *Audio-SndFile-0.70.0 (05 Apr 2011)
71
72 05 Apr 2011; Kent Fredric <kentfredric@×××××.com>