Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 7af0828b8b27a55d2f80c956e9b1c0e2343c5e1b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 03:29:51 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 03:29:51 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7af0828b
[newversion] Audio-SndFile-0.90.0
(Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Audio-SndFile/Audio-SndFile-0.90.0.ebuild | 30 ++++++++++++++++++++
dev-perl/Audio-SndFile/ChangeLog | 8 ++++-
2 files changed, 37 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Audio-SndFile/Audio-SndFile-0.90.0.ebuild b/dev-perl/Audio-SndFile/Audio-SndFile-0.90.0.ebuild
new file mode 100644
index 0000000..ee91f38
--- /dev/null
+++ b/dev-perl/Audio-SndFile/Audio-SndFile-0.90.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JDIEPEN
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='Portable reading and writing of sound files'
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+DEPEND="
+ media-libs/libsndfile
+ $(perl_meta_configure)
+ $(perl_meta_build)
+"
+RDEPEND="
+ media-libs/libsndfile
+"
+SRC_TEST="do"
diff --git a/dev-perl/Audio-SndFile/ChangeLog b/dev-perl/Audio-SndFile/ChangeLog
index e588d62..9496232 100644
--- a/dev-perl/Audio-SndFile/ChangeLog
+++ b/dev-perl/Audio-SndFile/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Audio-SndFile
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Audio-SndFile-0.90.0 (27 Mar 2012)
+
+ 27 Mar 2012; Kent Fredric <kentfredric@...>
+ +Audio-SndFile-0.90.0.ebuild:
+ Version Bump
+
*Audio-SndFile-0.70.0 (05 Apr 2011)
05 Apr 2011; Kent Fredric <kentfredric@...>
|
|