diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-14 23:13:40 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-14 23:13:40 +0000 |
commit | 973dcf13b6cd8bf5b453cfcb7e60d47b47be52b6 (patch) | |
tree | ce6565e30bc52addd83f15dc5a0056a62d8f62fc | |
parent | sync IUSE (missing) (diff) | |
download | historical-973dcf13b6cd8bf5b453cfcb7e60d47b47be52b6.tar.gz historical-973dcf13b6cd8bf5b453cfcb7e60d47b47be52b6.tar.bz2 historical-973dcf13b6cd8bf5b453cfcb7e60d47b47be52b6.zip |
Initial import. Closes #51373.
-rw-r--r-- | media-sound/albumart/ChangeLog | 11 | ||||
-rw-r--r-- | media-sound/albumart/Manifest | 4 | ||||
-rw-r--r-- | media-sound/albumart/albumart-1.3.1.ebuild | 23 | ||||
-rw-r--r-- | media-sound/albumart/files/digest-albumart-1.3.1 | 1 | ||||
-rw-r--r-- | media-sound/albumart/metadata.xml | 8 |
5 files changed, 47 insertions, 0 deletions
diff --git a/media-sound/albumart/ChangeLog b/media-sound/albumart/ChangeLog new file mode 100644 index 000000000000..dba9f3038bfb --- /dev/null +++ b/media-sound/albumart/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2004/07/14 23:13:40 squinky86 Exp $ + +*albumart-1.3.1 (14 Jul 2004) + + 14 Jul 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml, + +albumart-1.3.1.ebuild: + Initial import. Thanks to Joonas Kerttula <jokerttu@mail.student.oulu.fi> in + #51373 for this ebuild. + diff --git a/media-sound/albumart/Manifest b/media-sound/albumart/Manifest new file mode 100644 index 000000000000..394d46b92880 --- /dev/null +++ b/media-sound/albumart/Manifest @@ -0,0 +1,4 @@ +MD5 64bc4268b08cd8a84b52b6297304a9d7 albumart-1.3.1.ebuild 634 +MD5 28a48faf5a7066d88335279e052c8a57 ChangeLog 441 +MD5 e680c5e2ccb91369a26a8603f6e4606d metadata.xml 222 +MD5 fdc51f934be51b668279394b8c8f5e68 files/digest-albumart-1.3.1 66 diff --git a/media-sound/albumart/albumart-1.3.1.ebuild b/media-sound/albumart/albumart-1.3.1.ebuild new file mode 100644 index 000000000000..72b306200c0d --- /dev/null +++ b/media-sound/albumart/albumart-1.3.1.ebuild @@ -0,0 +1,23 @@ +# 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.3.1.ebuild,v 1.1 2004/07/14 23:13:40 squinky86 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" +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 +} diff --git a/media-sound/albumart/files/digest-albumart-1.3.1 b/media-sound/albumart/files/digest-albumart-1.3.1 new file mode 100644 index 000000000000..9881ea793bea --- /dev/null +++ b/media-sound/albumart/files/digest-albumart-1.3.1 @@ -0,0 +1 @@ +MD5 d443ffbfa46c5413b28c3b5d6e658aa5 albumart-1.3.1.tar.gz 150386 diff --git a/media-sound/albumart/metadata.xml b/media-sound/albumart/metadata.xml new file mode 100644 index 000000000000..b401bb87f474 --- /dev/null +++ b/media-sound/albumart/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sound</herd> +<maintainer> + <email>squinky86@gentoo.org</email> +</maintainer> +</pkgmetadata> |