From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tunapie/
Date: Sun, 23 Apr 2017 11:11:07 +0000 (UTC) [thread overview]
Message-ID: <1492945856.0c8aadcbccddd583dbf702269d17da792a5b5195.aballier@gentoo> (raw)
commit: 0c8aadcbccddd583dbf702269d17da792a5b5195
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 11:10:34 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 11:10:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8aadcb
media-sound/tunapie: bump to 2.1.19
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-sound/tunapie/Manifest | 1 +
media-sound/tunapie/tunapie-2.1.19.ebuild | 50 +++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/media-sound/tunapie/Manifest b/media-sound/tunapie/Manifest
index 3cde4d1bdb2..967ccddefb6 100644
--- a/media-sound/tunapie/Manifest
+++ b/media-sound/tunapie/Manifest
@@ -1 +1,2 @@
DIST tunapie-2.1.17.tar.gz 50165 SHA256 d3cf0d102df52da37ee50125fbaa8f9709b18d9f8bc13dd9fa3932e4f28828f6 SHA512 62215f99b863f3db24b78048302f8b2f54aa5b969e9ba09034e98227dcada3f561a1afcf5babd65dca7f251aeeba816352b252f9f8f22fdec77272d7583f7ce9 WHIRLPOOL d1ee2991c1f0f77ede710c9eadcfa003c359a262988f9599ac1740b412182b2e588a9e417f9cdb0e807a00715ea2e163dddde58fe9fb2c3d96cfe2d3808078a3
+DIST tunapie-2.1.19.tar.gz 48459 SHA256 2b83c146dd54478a7b35e58b21b7cef52efaa2431b92cd10d97715eeaa7dcb85 SHA512 6a53034e4172f8c96d6e1c92433a3d94c3e8b8bceb9587ff39bad5e7b97937ac000419c683474427ea293b7ba10d5e9dd845b4aa7eaad1a3bcc5b980d57e5669 WHIRLPOOL 79f5663b9d76aa74754be281f29e99a3db70d19a4192b14f40907b3957ca2971c4f32c0f534a9fa843dc017cc1cc130392e2515b3b36ff65c5cea17e82ad6920
diff --git a/media-sound/tunapie/tunapie-2.1.19.ebuild b/media-sound/tunapie/tunapie-2.1.19.ebuild
new file mode 100644
index 00000000000..db38951688e
--- /dev/null
+++ b/media-sound/tunapie/tunapie-2.1.19.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-single-r1
+
+DESCRIPTION="Directory browser for Radio and TV streams"
+HOMEPAGE="http://tunapie.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="offensive"
+
+RDEPEND=">=dev-python/wxpython-2.6[${PYTHON_USEDEP}]
+ ${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_prepare() {
+ default
+
+ # fix pixmap lookup
+ sed -i -e 's@../pixmaps@../../share/pixmaps@' \
+ src/tunapie2_main.py || die
+
+ # the original script requires more sed than code,
+ cat > tunapie <<-_EOF_ || die
+ #!/bin/sh
+ exec ${EPYTHON} /usr/lib/tunapie/Tunapie.py
+ _EOF_
+}
+
+src_install() {
+ dobin tunapie
+ doman tunapie.1
+ dodoc CHANGELOG README
+
+ python_moduleinto /usr/lib/tunapie
+ python_domodule src/{*.py,*.png}
+
+ doicon src/tplogo.xpm
+ domenu tunapie.desktop
+
+ dodir /etc
+ usex offensive 1 0 > "${ED%/}"/etc/tunapie.config || die
+}
next reply other threads:[~2017-04-23 11:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-23 11:11 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-09 16:31 [gentoo-commits] repo/gentoo:master commit in: media-sound/tunapie/ Michał Górny
2017-02-21 9:29 Michał Górny
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=1492945856.0c8aadcbccddd583dbf702269d17da792a5b5195.aballier@gentoo \
--to=aballier@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