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: 3168e1e4415273b573a9b9627a6940b7b55ebb63
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 21 11:30:24 2012 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Jun 21 11:30:24 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=3168e1e4
media-radio/xdemorse: initial import
(Portage version: 2.1.10.65/git/Linux x86_64, signed Manifest commit with key 62EEF090)
---
media-radio/xdemorse/Manifest | 11 +++++++++
media-radio/xdemorse/metadata.xml | 9 +++++++
media-radio/xdemorse/xdemorse-2.2.ebuild | 36 ++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/media-radio/xdemorse/Manifest b/media-radio/xdemorse/Manifest
new file mode 100644
index 0000000..abf65e2
--- /dev/null
+++ b/media-radio/xdemorse/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST xdemorse-2.2.tar.bz2 49552 RMD160 c142861159b31438d4042f364609bd502ce0c70c SHA1 582ebf94780ab67b811f3c3d7bd9da44bc73419b SHA256 29bfaf06651473e7c9676ddc8bb36154aaa23fda396072b71f5fcea0a90facbf
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk/jBc8ACgkQknrdDGLu8JCHzAD7BeK1AD20qsdBU0HAEF/E/KiL
+PHCPS8N+rjgH9ksrqicA/0wUjqGzoPgpjErxLC+VZj9mWbic4KWOT3SCINd5Pvp+
+=ZexA
+-----END PGP SIGNATURE-----
diff --git a/media-radio/xdemorse/metadata.xml b/media-radio/xdemorse/metadata.xml
new file mode 100644
index 0000000..59acc2c
--- /dev/null
+++ b/media-radio/xdemorse/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@g.o</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
+
diff --git a/media-radio/xdemorse/xdemorse-2.2.ebuild b/media-radio/xdemorse/xdemorse-2.2.ebuild
new file mode 100644
index 0000000..2148412
--- /dev/null
+++ b/media-radio/xdemorse/xdemorse-2.2.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 autotools
+
+DESCRIPTION="GTK+ based Morse code signal decoder"
+HOMEPAGE="http://www.qsl.net/5b4az/pages/morse.html"
+SRC_URI="http://www.qsl.net/5b4az/pkg/morse/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="media-libs/alsa-lib"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+ eautoreconf
+}
+
+src_install() {
+ default
+
+ dodoc doc/Morsecode.txt
+ dohtml doc/${PN}.html
+ dodoc doc/.${PN}rc
+
+ elog "In order to capture audio, please copy .${PN}rc from"
+ elog "/usr/share/doc/${PF} into your home dir."
+}
|
|