public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/ebook2cw/
@ 2024-04-24  8:03 Thomas Beierlein
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Beierlein @ 2024-04-24  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1afc2b23eb328a8bf3327546cec415e95bd37961
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 07:56:43 2024 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 08:02:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1afc2b23

app-text/ebook2cw: initial ebuild, 0.8.5

Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 app-text/ebook2cw/Manifest              |  1 +
 app-text/ebook2cw/ebook2cw-0.8.5.ebuild | 32 ++++++++++++++++++++++++++++++++
 app-text/ebook2cw/metadata.xml          |  8 ++++++++
 3 files changed, 41 insertions(+)

diff --git a/app-text/ebook2cw/Manifest b/app-text/ebook2cw/Manifest
new file mode 100644
index 000000000000..78ad133a72ce
--- /dev/null
+++ b/app-text/ebook2cw/Manifest
@@ -0,0 +1 @@
+DIST ebook2cw-0.8.5.tar.gz 34619 BLAKE2B 898a8bb6307a10c33085aca9d172cc145ec9fd1ccb8e76b2be051fd144097ff78f554c01af7540943e2042002b70b25106f615d7e3e9fcfa4f1dfde9cf7f5244 SHA512 88f1b42f1d9e96d34b923e31d78b597d00e2696cf4361fb7b2ebeda791f5e6df14bb60d152036d179c16ddceb35577f136a4bc959171faebc0fb5e0ea1877e4b

diff --git a/app-text/ebook2cw/ebook2cw-0.8.5.ebuild b/app-text/ebook2cw/ebook2cw-0.8.5.ebuild
new file mode 100644
index 000000000000..9ff5b441d55c
--- /dev/null
+++ b/app-text/ebook2cw/ebook2cw-0.8.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Convert ebooks to Morse MP3s/OGGs"
+HOMEPAGE="https://fkurz.net/ham/ebook2cw.html"
+SRC_URI="https://fkurz.net/ham/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	media-sound/lame
+	media-libs/libvorbis
+	media-libs/libogg
+	"
+
+src_prepare() {
+	# avoid prestripping of 'qrq' binary
+	sed -i -e "s/install -s -m/install -m/" Makefile || die
+	# fix install dir for doc files
+	sed -i -e "s#/doc/ebook2cw/#/doc/${P}/#g" Makefile || die
+	eapply_user
+}
+
+src_install() {
+	emake DESTDIR="${D}/usr" install
+	dodoc ChangeLog
+}

diff --git a/app-text/ebook2cw/metadata.xml b/app-text/ebook2cw/metadata.xml
new file mode 100644
index 000000000000..001997549c54
--- /dev/null
+++ b/app-text/ebook2cw/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tomjbe@gentoo.org</email>
+		<name>Thomas Beierlein</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/ebook2cw/
@ 2024-07-29  8:42 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-07-29  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     6bc76d6225fe999c0f3cbbc5bc1a438f5da884c3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 08:41:57 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 08:41:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc76d62

app-text/ebook2cw: Stabilize 0.8.5 amd64, #936827

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/ebook2cw/ebook2cw-0.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ebook2cw/ebook2cw-0.8.5.ebuild b/app-text/ebook2cw/ebook2cw-0.8.5.ebuild
index 9ff5b441d55c..b51299430a10 100644
--- a/app-text/ebook2cw/ebook2cw-0.8.5.ebuild
+++ b/app-text/ebook2cw/ebook2cw-0.8.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://fkurz.net/ham/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/ebook2cw/
@ 2024-07-31 12:39 Thomas Beierlein
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Beierlein @ 2024-07-31 12:39 UTC (permalink / raw
  To: gentoo-commits

commit:     68a9421504b7e8a580254dfe2a53ebf9a38ab01c
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sun Jul 28 11:56:25 2024 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 12:38:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a94215

app-text/ebook2cw: remove empty IUSE

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37758
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 app-text/ebook2cw/ebook2cw-0.8.5.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-text/ebook2cw/ebook2cw-0.8.5.ebuild b/app-text/ebook2cw/ebook2cw-0.8.5.ebuild
index b51299430a10..74457d2ebded 100644
--- a/app-text/ebook2cw/ebook2cw-0.8.5.ebuild
+++ b/app-text/ebook2cw/ebook2cw-0.8.5.ebuild
@@ -10,13 +10,12 @@ SRC_URI="https://fkurz.net/ham/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64"
-IUSE=""
 
 DEPEND="
 	media-sound/lame
 	media-libs/libvorbis
 	media-libs/libogg
-	"
+"
 
 src_prepare() {
 	# avoid prestripping of 'qrq' binary


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-31 12:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 12:39 [gentoo-commits] repo/gentoo:master commit in: app-text/ebook2cw/ Thomas Beierlein
  -- strict thread matches above, loose matches on Subject: below --
2024-07-29  8:42 Arthur Zamarin
2024-04-24  8:03 Thomas Beierlein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox