summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-05 17:39:01 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-05 17:39:01 +0000
commit483ec1ff4571f91be0b00f865f1084de0e30eafa (patch)
treee6c454e08b7901b8092675349df63d6d544f9057 /media-sound/tunapie
parentNeed to call linux-info_pkg_setup to pick up the correct environment variable... (diff)
downloadgentoo-2-483ec1ff4571f91be0b00f865f1084de0e30eafa.tar.gz
gentoo-2-483ec1ff4571f91be0b00f865f1084de0e30eafa.tar.bz2
gentoo-2-483ec1ff4571f91be0b00f865f1084de0e30eafa.zip
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/tunapie')
-rw-r--r--media-sound/tunapie/ChangeLog10
-rw-r--r--media-sound/tunapie/tunapie-2.1.5.ebuild (renamed from media-sound/tunapie/tunapie-2.0_rc8.ebuild)21
2 files changed, 19 insertions, 12 deletions
diff --git a/media-sound/tunapie/ChangeLog b/media-sound/tunapie/ChangeLog
index 0ebfaf5f46b1..c5fe093dd042 100644
--- a/media-sound/tunapie/ChangeLog
+++ b/media-sound/tunapie/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/tunapie
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/ChangeLog,v 1.2 2007/10/02 03:45:12 dirtyepic Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/ChangeLog,v 1.3 2008/04/05 17:39:01 drac Exp $
+
+*tunapie-2.1.5 (05 Apr 2008)
+
+ 05 Apr 2008; Samuli Suominen <drac@gentoo.org> -tunapie-2.0_rc8.ebuild,
+ +tunapie-2.1.5.ebuild:
+ Version bump wrt #215652, thanks to Markus Giese for reporting.
02 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> tunapie-2.0_rc8.ebuild:
Lock wxpython to 2.6.
diff --git a/media-sound/tunapie/tunapie-2.0_rc8.ebuild b/media-sound/tunapie/tunapie-2.1.5.ebuild
index 025349c8763f..29550b9c5bcf 100644
--- a/media-sound/tunapie/tunapie-2.0_rc8.ebuild
+++ b/media-sound/tunapie/tunapie-2.1.5.ebuild
@@ -1,26 +1,27 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/tunapie-2.0_rc8.ebuild,v 1.2 2007/10/02 03:45:12 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/tunapie-2.1.5.ebuild,v 1.1 2008/04/05 17:39:01 drac Exp $
inherit eutils
-MY_P=${P/_rc/rc}
-
DESCRIPTION="Directory browser for Radio and TV streams"
HOMEPAGE="http://tunapie.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="offensive"
RDEPEND="=dev-python/wxpython-2.6*"
+DEPEND=""
-S="${WORKDIR}"/${MY_P}
+src_unpack() {
+ unpack ${A}
+ sed -i -e 's:/usr/local:/usr:' "${S}"/${PN}
+}
src_install() {
- sed -i -e 's:/usr/local:/usr:' ${PN}
dobin ${PN}
doman ${PN}.1
dodoc CHANGELOG README
@@ -34,8 +35,8 @@ src_install() {
dodir /etc
if use offensive; then
- echo '1' > "${D}"/etc/${PN}.config
+ echo 1 > "${D}"/etc/${PN}.config
else
- echo '0' > "${D}"/etc/${PN}.config
+ echo 0 > "${D}"/etc/${PN}.config
fi
}