summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-14 23:13:40 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-14 23:13:40 +0000
commit9aecd28839517bfcdb7f897b3b8e94809ccf5ae6 (patch)
tree070232bf86848f06f47560d77867ba3e0f2a7068 /media-sound/albumart
parentsync IUSE (missing) (Manifest recommit) (diff)
downloadgentoo-2-9aecd28839517bfcdb7f897b3b8e94809ccf5ae6.tar.gz
gentoo-2-9aecd28839517bfcdb7f897b3b8e94809ccf5ae6.tar.bz2
gentoo-2-9aecd28839517bfcdb7f897b3b8e94809ccf5ae6.zip
Initial import. Closes #51373.
Diffstat (limited to 'media-sound/albumart')
-rw-r--r--media-sound/albumart/ChangeLog11
-rw-r--r--media-sound/albumart/Manifest2
-rw-r--r--media-sound/albumart/albumart-1.3.1.ebuild23
-rw-r--r--media-sound/albumart/files/digest-albumart-1.3.11
-rw-r--r--media-sound/albumart/metadata.xml8
5 files changed, 45 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..a27321652c10
--- /dev/null
+++ b/media-sound/albumart/Manifest
@@ -0,0 +1,2 @@
+MD5 f0172bd85dda3cf17cfab4e7273104a8 albumart-1.3.1.ebuild 541
+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>