public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: media-radio/ebook2cw/
Date: Thu, 14 Mar 2013 15:43:50 +0000 (UTC)	[thread overview]
Message-ID: <1363275814.1779b75ba5b2b893102edf2857784e181c2d5c8e.xmw@gentoo> (raw)

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>


                 reply	other threads:[~2013-03-14 15:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1363275814.1779b75ba5b2b893102edf2857784e181c2d5c8e.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