diff options
author | Patrick Dawson <pkdawson@gentoo.org> | 2004-10-20 19:34:13 +0000 |
---|---|---|
committer | Patrick Dawson <pkdawson@gentoo.org> | 2004-10-20 19:34:13 +0000 |
commit | 0422dd5dc0e32ace902d11741918bfd08a66cde3 (patch) | |
tree | 885613b3706504efcca8ae415b3f415e334d03e7 /media-sound/kid3/kid3-0.5.ebuild | |
parent | dont set PORTDIR/PKGDIR (diff) | |
download | historical-0422dd5dc0e32ace902d11741918bfd08a66cde3.tar.gz historical-0422dd5dc0e32ace902d11741918bfd08a66cde3.tar.bz2 historical-0422dd5dc0e32ace902d11741918bfd08a66cde3.zip |
version bump
Diffstat (limited to 'media-sound/kid3/kid3-0.5.ebuild')
-rw-r--r-- | media-sound/kid3/kid3-0.5.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/kid3/kid3-0.5.ebuild b/media-sound/kid3/kid3-0.5.ebuild new file mode 100644 index 000000000000..3cdac2546a65 --- /dev/null +++ b/media-sound/kid3/kid3-0.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.5.ebuild,v 1.1 2004/10/20 19:34:13 pkdawson Exp $ + +IUSE="" + +inherit kde eutils + +DESCRIPTION="A simple id3 tag editor for QT/KDE with automatic string replacements, case conversion etc." +HOMEPAGE="http://kid3.sourceforge.net/" +SRC_URI="mirror://sourceforge/kid3/${P}.tar.gz" + +SLOT="0" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + +DEPEND=">=media-libs/id3lib-3.8.3" +need-kde 3.1 + |