From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: media-sound/sndio/, media-sound/sndio/files/
Date: Wed, 19 Sep 2012 18:44:25 +0000 (UTC) [thread overview]
Message-ID: <1348080263.ff0bbff5902fa91b5049112d30a9b764e7535ac2.xmw@gentoo> (raw)
commit: ff0bbff5902fa91b5049112d30a9b764e7535ac2
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 18:44:23 2012 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 18:44:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=ff0bbff5
media-sound/sndio: Initial import
(Portage version: 2.1.11.13/git/Linux x86_64, signed Manifest commit with key 62EEF090)
---
media-sound/sndio/files/sndio-9999-configure.patch | 12 ++++++
media-sound/sndio/metadata.xml | 9 +++++
media-sound/sndio/sndio-9999.ebuild | 36 ++++++++++++++++++++
3 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/media-sound/sndio/files/sndio-9999-configure.patch b/media-sound/sndio/files/sndio-9999-configure.patch
new file mode 100644
index 0000000..1735071
--- /dev/null
+++ b/media-sound/sndio/files/sndio-9999-configure.patch
@@ -0,0 +1,12 @@
+--- sndio-9999/work/sndio/configure
++++ sndio-9999/work/sndio/configure
+@@ -105,8 +105,7 @@
+ vars="$vars$i$nl"
+ shift;;
+ *)
+- help
+- exit 1
++ echo unrecognized argument $i
+ ;;
+ esac
+ done
diff --git a/media-sound/sndio/metadata.xml b/media-sound/sndio/metadata.xml
new file mode 100644
index 0000000..59acc2c
--- /dev/null
+++ b/media-sound/sndio/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
+
diff --git a/media-sound/sndio/sndio-9999.ebuild b/media-sound/sndio/sndio-9999.ebuild
new file mode 100644
index 0000000..9998abe
--- /dev/null
+++ b/media-sound/sndio/sndio-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cvs eutils toolchain-funcs
+
+DESCRIPTION="small audio and MIDI framework part of the OpenBSD project"
+HOMEPAGE="http://www.sndio.org/"
+ECVS_SERVER="moule.caoua.org:/sndio"
+ECVS_MODULE="${PN}"
+ECVS_AUTH="ext"
+ECVS_USER="anoncvs"
+#ECVS_SSH_HOST_KEY="moule.caoua.org,2001:7a8:4e69::1 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGPWNw+u/o4raby5ZszCAUC2b4BCwfvGzm81s5mRHqDRt1ksrde6uaB79mzzM3dm/rp3rjYFx38cVeGjQDxVgs="
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="alsa"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-configure.patch
+}
+
+src_configure() {
+ econf \
+ $(use_enable alsa) \
+ --disable-sun || die
+ tc-export CC
+}
next reply other threads:[~2012-09-19 18:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-19 18:44 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-09-25 21:42 [gentoo-commits] dev/xmw:master commit in: media-sound/sndio/, media-sound/sndio/files/ Michael Weber
2012-09-25 21:55 Michael Weber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1348080263.ff0bbff5902fa91b5049112d30a9b764e7535ac2.xmw@gentoo \
--to=xmw@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox