summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-02-26 11:50:14 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-02-26 11:50:14 +0000
commit03b766c0f2b81deac0a1a7728c86ddfdab72853a (patch)
tree796d7137dc25b0da7a60dcf2c7b88e9923be18d3 /media-sound/kmid/kmid-2.4.0-r1.ebuild
parentStable for ia64, wrt bug #455724 (diff)
downloadgentoo-2-03b766c0f2b81deac0a1a7728c86ddfdab72853a.tar.gz
gentoo-2-03b766c0f2b81deac0a1a7728c86ddfdab72853a.tar.bz2
gentoo-2-03b766c0f2b81deac0a1a7728c86ddfdab72853a.zip
Migrate to EAPI 5. Fix potential dependency problems with the handbook. Add upstream metadata.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-sound/kmid/kmid-2.4.0-r1.ebuild')
-rw-r--r--media-sound/kmid/kmid-2.4.0-r1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/media-sound/kmid/kmid-2.4.0-r1.ebuild b/media-sound/kmid/kmid-2.4.0-r1.ebuild
new file mode 100644
index 000000000000..8bdeac1c0460
--- /dev/null
+++ b/media-sound/kmid/kmid-2.4.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kmid/kmid-2.4.0-r1.ebuild,v 1.1 2013/02/26 11:50:14 kensington Exp $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KDE_LINGUAS="ca ca@valencia cs da de en_GB es fr gl nb nl pt pt_BR
+sr sr@ijekavian sr@ijekavianlatin sr@Latn sv tr uk zh_CN"
+inherit kde4-base
+
+DESCRIPTION="A MIDI/Karaoke player for KDE"
+HOMEPAGE="http://userbase.kde.org/KMid"
+SRC_URI="mirror://sourceforge/kmid2/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+ media-libs/alsa-lib
+ >=media-sound/drumstick-0.4
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog README TODO )