From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F5E5139694 for ; Sun, 23 Apr 2017 11:11:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76ADEE0C08; Sun, 23 Apr 2017 11:11:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41B5EE0C08 for ; Sun, 23 Apr 2017 11:11:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 624F333BEAE for ; Sun, 23 Apr 2017 11:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B6DC743F for ; Sun, 23 Apr 2017 11:11:07 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1492945856.0c8aadcbccddd583dbf702269d17da792a5b5195.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tunapie/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/tunapie/Manifest media-sound/tunapie/tunapie-2.1.19.ebuild X-VCS-Directories: media-sound/tunapie/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0c8aadcbccddd583dbf702269d17da792a5b5195 X-VCS-Branch: master Date: Sun, 23 Apr 2017 11:11:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ecc3a48d-9c5e-4249-8896-e0a1f22799b9 X-Archives-Hash: 035c1a3a179ddc7464c6d809109cb43b commit: 0c8aadcbccddd583dbf702269d17da792a5b5195 Author: Alexis Ballier gentoo org> AuthorDate: Sun Apr 23 11:10:34 2017 +0000 Commit: Alexis Ballier gentoo 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 +}