diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-03 14:08:23 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-03 14:08:23 +0000 |
commit | 07d4c12a41558551799132141d482ea6b415fce5 (patch) | |
tree | 29ac24480e52a14a3b03fc67e9835c1d4cf6a696 /media-sound/albumart | |
parent | Version bump for bug 219814, thanks to Tim Dodge (and Christian Heim) for rep... (diff) | |
download | gentoo-2-07d4c12a41558551799132141d482ea6b415fce5.tar.gz gentoo-2-07d4c12a41558551799132141d482ea6b415fce5.tar.bz2 gentoo-2-07d4c12a41558551799132141d482ea6b415fce5.zip |
Clean up a bit for previous commit to get this thing stable..
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'media-sound/albumart')
-rw-r--r-- | media-sound/albumart/albumart-1.6.4.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/albumart/albumart-1.6.4.ebuild b/media-sound/albumart/albumart-1.6.4.ebuild index f7dbc5b2bbe8..c38b8dc10d69 100644 --- a/media-sound/albumart/albumart-1.6.4.ebuild +++ b/media-sound/albumart/albumart-1.6.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.6.4.ebuild,v 1.1 2008/05/03 13:58:16 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.6.4.ebuild,v 1.2 2008/05/03 14:08:23 drac Exp $ -inherit distutils qt3 +inherit distutils eutils qt3 DESCRIPTION="Album Cover Art Downloader" HOMEPAGE="http://unrealvoodoo.org/hiteck/projects/albumart" @@ -13,6 +13,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND=">=dev-python/PyQt-3.14.1-r1 - >=dev-python/imaging-1" -DEPEND="${RDEPEND}" +DEPEND="dev-python/PyQt + dev-python/imaging" + +src_install() { + distutils_src_install + rm -rf "${D}"/usr/share/{doc/albumart,applnk} + make_desktop_entry ${PN}-qt "Album Cover Art Downloader" ${PN} +} |