* [gentoo-commits] dev/xmw:master commit in: media-radio/ebook2cw/
@ 2013-03-14 15:43 Michael Weber
0 siblings, 0 replies; only message in thread
From: Michael Weber @ 2013-03-14 15:43 UTC (permalink / raw
To: gentoo-commits
commit: 1779b75ba5b2b893102edf2857784e181c2d5c8e
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 15:43:34 2013 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 15:43:34 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=1779b75b
Initial import
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: 62EEF090
---
media-radio/ebook2cw/ChangeLog | 5 +++
media-radio/ebook2cw/Manifest | 11 ++++++++
media-radio/ebook2cw/ebook2cw-0.8.2.ebuild | 38 ++++++++++++++++++++++++++++
media-radio/ebook2cw/metadata.xml | 8 ++++++
4 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/media-radio/ebook2cw/ChangeLog b/media-radio/ebook2cw/ChangeLog
new file mode 100644
index 0000000..390bccb
--- /dev/null
+++ b/media-radio/ebook2cw/ChangeLog
@@ -0,0 +1,5 @@
+*ebook2cw-0.8.2 (14 Mar 2013)
+
+ 14 Mar 2013; Michael Weber <xmw@gentoo.org> +ebook2cw-0.8.2.ebuild,
+ +metadata.xml:
+ Initial import
diff --git a/media-radio/ebook2cw/Manifest b/media-radio/ebook2cw/Manifest
new file mode 100644
index 0000000..a34f373
--- /dev/null
+++ b/media-radio/ebook2cw/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST ebook2cw-0.8.2.tar.gz 29170 SHA256 d8277ac6aaf9e64d9cb9a96457488b3a0dbd77e87622ded8f0825acb500c5758 SHA512 cc000a4d1a6a33255fd175e3b44dc15044f0ee2946c17e60925022ada63f392080c48af26acdd8d6e88548324ccca3f1d54fe467c1ff931219fbec4e57a68f2b WHIRLPOOL 8df14a80e6559563e6e7a09c3a17547731b93fb871fb3216f90b414c07c24748ac8b1322384d379eb0332b8784033bac42a582680f04be25e7bef61cd5c6686d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iF4EAREIAAYFAlFB8CYACgkQknrdDGLu8JBajgD/S+W/zK/uFFIDrPaOCGG26yaK
+bYfiGEQviKeEKEwSoOYA/1hqGzGb28BGS+WoQilm5gCLrg/pG+hrP6UbJfQeBYMM
+=Djhx
+-----END PGP SIGNATURE-----
diff --git a/media-radio/ebook2cw/ebook2cw-0.8.2.ebuild b/media-radio/ebook2cw/ebook2cw-0.8.2.ebuild
new file mode 100644
index 0000000..7540b34
--- /dev/null
+++ b/media-radio/ebook2cw/ebook2cw-0.8.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="command line program which converts a plain text ebook to Morse code audio files"
+HOMEPAGE="http://fkurz.net/ham/ebook2cw.html"
+SRC_URI="http://fkurz.net/ham/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="lame vorbis"
+
+RDEPEND="lame? ( media-sound/lame )
+ vorbis? ( media-libs/libogg
+ media-libs/libvorbis )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ sed -e 's/gcc/$(CC)/' \
+ -i Makefile || die
+}
+
+src_compile() {
+ emake CC=$(tc-getCC) \
+ USE_LAME=$(usex lame YES NO) \
+ USE_OGG=$(usex vorbis YES NO)
+}
+
+src_install() {
+ dobin ${PN}
+ doman ${PN}.1
+ dodoc ChangeLog README ${PN}.conf isomap.txt utf8map.txt
+}
diff --git a/media-radio/ebook2cw/metadata.xml b/media-radio/ebook2cw/metadata.xml
new file mode 100644
index 0000000..5b80fb9
--- /dev/null
+++ b/media-radio/ebook2cw/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-14 15:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 15:43 [gentoo-commits] dev/xmw:master commit in: media-radio/ebook2cw/ Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox