summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-07 11:27:22 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-07 11:27:22 +0000
commit004793d2753c0e312bab6f6dd4ec8e38da8717e5 (patch)
treeff0a9bc56e42e49589c15d4342b3b441870e50e6 /media-sound/tunapie
parentRemoved old versions. (diff)
downloadgentoo-2-004793d2753c0e312bab6f6dd4ec8e38da8717e5.tar.gz
gentoo-2-004793d2753c0e312bab6f6dd4ec8e38da8717e5.tar.bz2
gentoo-2-004793d2753c0e312bab6f6dd4ec8e38da8717e5.zip
old
(Portage version: 2.1.5.4)
Diffstat (limited to 'media-sound/tunapie')
-rw-r--r--media-sound/tunapie/tunapie-2.1.5.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-sound/tunapie/tunapie-2.1.5.ebuild b/media-sound/tunapie/tunapie-2.1.5.ebuild
deleted file mode 100644
index 29550b9c5bcf..000000000000
--- a/media-sound/tunapie/tunapie-2.1.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.1.5.ebuild,v 1.1 2008/04/05 17:39:01 drac Exp $
-
-inherit eutils
-
-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*"
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- sed -i -e 's:/usr/local:/usr:' "${S}"/${PN}
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
- dodoc CHANGELOG README
-
- domenu ${PN}.desktop
- doicon src/tplogo.xpm
-
- insinto /usr/share/${PN}
- doins src/{*.py,*.png}
-
- dodir /etc
-
- if use offensive; then
- echo 1 > "${D}"/etc/${PN}.config
- else
- echo 0 > "${D}"/etc/${PN}.config
- fi
-}