summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2006-05-19 10:49:17 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2006-05-19 10:49:17 +0000
commitd74bfb7759d8b05f7e73d1dbedbd8dd87649c495 (patch)
tree502d2d480331ded42139f99de577ccb836c69aba /media-sound/picard
parentSmall fix to contact file encoding and digest update (diff)
downloadoverlay-d74bfb7759d8b05f7e73d1dbedbd8dd87649c495.tar.gz
overlay-d74bfb7759d8b05f7e73d1dbedbd8dd87649c495.tar.bz2
overlay-d74bfb7759d8b05f7e73d1dbedbd8dd87649c495.zip
Picard now has its own overlay
svn path=/stable/; revision=713
Diffstat (limited to 'media-sound/picard')
-rw-r--r--media-sound/picard/Manifest2
-rw-r--r--media-sound/picard/files/digest-picard-0.6.01
-rw-r--r--media-sound/picard/picard-0.6.0.ebuild49
-rw-r--r--media-sound/picard/trac.BAK1
4 files changed, 0 insertions, 53 deletions
diff --git a/media-sound/picard/Manifest b/media-sound/picard/Manifest
deleted file mode 100644
index 3cb0ef8..0000000
--- a/media-sound/picard/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 997907fa6a8d9d878177b3d71fc5e505 files/digest-picard-0.6.0 64
-MD5 c054e0be1c4ce33038226ad548a6cee0 picard-0.6.0.ebuild 1301
diff --git a/media-sound/picard/files/digest-picard-0.6.0 b/media-sound/picard/files/digest-picard-0.6.0
deleted file mode 100644
index c2c32c0..0000000
--- a/media-sound/picard/files/digest-picard-0.6.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 82c2da853ba4c5a0ab8e1baf3fb494eb picard-0.6.0.tar.gz 234607
diff --git a/media-sound/picard/picard-0.6.0.ebuild b/media-sound/picard/picard-0.6.0.ebuild
deleted file mode 100644
index a0c14d1..0000000
--- a/media-sound/picard/picard-0.6.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="The PicardTagger is the next generation MusicBrainzTagger."
-HOMEPAGE="http://wiki.musicbrainz.org/PicardTagger"
-SRC_URI="https://helixcommunity.org/download.php/1791/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.4.0
- >=dev-python/wxpython-2.6.1.0
- =media-libs/musicbrainz-2.1.1*
- =media-libs/tunepimp-0.4.2
- dev-python/python-musicbrainz
- >=dev-python/ctypes-0.9
- "
-
-S="${WORKDIR}"
-
-pkg_setup() {
- if ! built_with_use dev-python/wxpython unicode ; then
- eerror "Dependency dev-python/wxpython must be intalled with USE=\"unicode\""
- die "Broken depencency"
- fi
- if ! built_with_use media-libs/tunepimp python; then
- eerror "Dependency media-libs/tunepimp must be installed with USE=\"python\""
- die "Broken dependency"
- fi
-}
-
-src_install() {
- dodir /usr/share
- cp -vr ${P} ${D}/usr/share/${P} || die
- dodir /usr/bin
- dosym /usr/share/${P}/tagger.py /usr/bin/tagger.py
- dosym /usr/share/${P}/tagger.py /usr/bin/picard-tagger.py
-}
-
-pkg_postinst() {
- einfo "You should set the environment variable BROWSER to something like"
- einfo "\"firefox '%s' &\" to let python know which browser to use."
-}
-
diff --git a/media-sound/picard/trac.BAK b/media-sound/picard/trac.BAK
deleted file mode 100644
index 5bdc4a9..0000000
--- a/media-sound/picard/trac.BAK
+++ /dev/null
@@ -1 +0,0 @@
-BUG="80312"