diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-30 14:13:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-30 14:13:39 +0000 |
commit | b1b6d1d7a8b3999304d05be4124b946029accc6d (patch) | |
tree | 334c4fb9e90390f64fff75e2b8a95f107872d1f1 /media-sound/musicman/musicman-0.15.ebuild | |
parent | Marked stable on x86 (diff) | |
download | historical-b1b6d1d7a8b3999304d05be4124b946029accc6d.tar.gz historical-b1b6d1d7a8b3999304d05be4124b946029accc6d.tar.bz2 historical-b1b6d1d7a8b3999304d05be4124b946029accc6d.zip |
Updated to latest upstream version.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-sound/musicman/musicman-0.15.ebuild')
-rw-r--r-- | media-sound/musicman/musicman-0.15.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-sound/musicman/musicman-0.15.ebuild b/media-sound/musicman/musicman-0.15.ebuild new file mode 100644 index 000000000000..9431e3f2b9e3 --- /dev/null +++ b/media-sound/musicman/musicman-0.15.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/musicman/musicman-0.15.ebuild,v 1.1 2005/08/30 14:13:39 flameeyes Exp $ + +IUSE="" + +inherit eutils kde + +S="${WORKDIR}/musicman" + +DESCRIPTION="A Konqueror plugin for manipulating ID3 tags in MP3 files" +HOMEPAGE="http://musicman.sourceforge.net/" +SRC_URI="mirror://sourceforge/musicman/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +DEPEND="|| ( kde-base/libkonq >=kde-base/kdebase-3.2.1 )" + +need-kde 3.2 + +src_unpack() { + kde_src_unpack + + cd ${S} + epatch ${FILESDIR}/${PN}-0.11-amd64.patch +} |