diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-07 11:27:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-07 11:27:22 +0000 |
commit | 70e9d58a18b326d533584cb7751c742e5909911c (patch) | |
tree | d5fe9a46d2ba1ee56f392eb4ae65bfaf21968c08 /media-sound/tunapie | |
parent | remove patch that was needed for bug #216096 as it is now included - thanks m... (diff) | |
download | historical-70e9d58a18b326d533584cb7751c742e5909911c.tar.gz historical-70e9d58a18b326d533584cb7751c742e5909911c.tar.bz2 historical-70e9d58a18b326d533584cb7751c742e5909911c.zip |
old
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'media-sound/tunapie')
-rw-r--r-- | media-sound/tunapie/tunapie-2.1.5.ebuild | 42 |
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 -} |