diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-28 22:53:36 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-28 22:53:36 +0000 |
commit | 4c6a0c055fdf0ae5b18c5b200f18f72a72911349 (patch) | |
tree | 9b7ffe4cbb463661d46854a4e4e9cae4ca34f96e /media-sound/albumart | |
parent | Revision bump to add libtool fix. See bug #70867 (diff) | |
download | historical-4c6a0c055fdf0ae5b18c5b200f18f72a72911349.tar.gz historical-4c6a0c055fdf0ae5b18c5b200f18f72a72911349.tar.bz2 historical-4c6a0c055fdf0ae5b18c5b200f18f72a72911349.zip |
Version bump closes bug #70588.
Diffstat (limited to 'media-sound/albumart')
-rw-r--r-- | media-sound/albumart/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/albumart/albumart-1.4.0.ebuild | 24 | ||||
-rw-r--r-- | media-sound/albumart/files/digest-albumart-1.4.0 | 1 |
3 files changed, 32 insertions, 1 deletions
diff --git a/media-sound/albumart/ChangeLog b/media-sound/albumart/ChangeLog index 42b8055e193a..e535812133af 100644 --- a/media-sound/albumart/ChangeLog +++ b/media-sound/albumart/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/albumart # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/ChangeLog,v 1.6 2004/09/14 07:19:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/ChangeLog,v 1.7 2004/11/28 22:53:36 eradicator Exp $ + +*albumart-1.4.0 (28 Nov 2004) + + 28 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> + +albumart-1.4.0.ebuild: + Version bump closes bug #70588. 14 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> albumart-1.3.1.ebuild: diff --git a/media-sound/albumart/albumart-1.4.0.ebuild b/media-sound/albumart/albumart-1.4.0.ebuild new file mode 100644 index 000000000000..c601641cbd9b --- /dev/null +++ b/media-sound/albumart/albumart-1.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.4.0.ebuild,v 1.1 2004/11/28 22:53:36 eradicator Exp $ + +IUSE="" + +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="~amd64 ~ppc ~sparc ~x86" +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 +} diff --git a/media-sound/albumart/files/digest-albumart-1.4.0 b/media-sound/albumart/files/digest-albumart-1.4.0 new file mode 100644 index 000000000000..2b9dbda764cc --- /dev/null +++ b/media-sound/albumart/files/digest-albumart-1.4.0 @@ -0,0 +1 @@ +MD5 59ce5adb6924e969b550b0e92f83c6d0 albumart-1.4.0.tar.gz 134077 |