diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2007-08-19 11:18:06 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2007-08-19 11:18:06 +0000 |
commit | f5e5dc999d53acd4895f205a36b77e7afec8e245 (patch) | |
tree | cbbf54bead92c68bd046480c81cb4ea600395419 /media-sound/albumart/albumart-1.3.1.ebuild | |
parent | Fixed homepage (diff) | |
download | historical-f5e5dc999d53acd4895f205a36b77e7afec8e245.tar.gz historical-f5e5dc999d53acd4895f205a36b77e7afec8e245.tar.bz2 historical-f5e5dc999d53acd4895f205a36b77e7afec8e245.zip |
Fix unicode encoding error which prevented application startup.
Package-Manager: portage-2.1.3.6
Diffstat (limited to 'media-sound/albumart/albumart-1.3.1.ebuild')
-rw-r--r-- | media-sound/albumart/albumart-1.3.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/media-sound/albumart/albumart-1.3.1.ebuild b/media-sound/albumart/albumart-1.3.1.ebuild deleted file mode 100644 index 7131341125fb..000000000000 --- a/media-sound/albumart/albumart-1.3.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.3.1.ebuild,v 1.7 2005/02/22 21:01:30 carlo Exp $ - -DESCRIPTION="Album Cover Art Downloader" -SRC_URI="http://kempele.fi/~skyostil/projects/albumart/dist/${P}.tar.gz" -HOMEPAGE="http://kempele.fi/~skyostil/projects/albumart/" - -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc amd64 sparc" -IUSE="" -SLOT="0" - -DEPEND=">=dev-python/PyQt-3.0 - >=dev-python/imaging-1.0.0" - -src_compile() { - einfo "nothing to compile" -} - -src_install() { - python setup.py install --root= --prefix=/${D}usr || die -} |