summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-22 21:35:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-22 21:35:15 +0000
commitd07be91abfe4902f390eff2708290da3b49d3d75 (patch)
tree7b775bd2399fac4f8464e8d5045f1d4f3c07863a /media-sound/karlyriceditor
parentVersion bump (diff)
downloadgentoo-2-d07be91abfe4902f390eff2708290da3b49d3d75.tar.gz
gentoo-2-d07be91abfe4902f390eff2708290da3b49d3d75.tar.bz2
gentoo-2-d07be91abfe4902f390eff2708290da3b49d3d75.zip
Version bump wrt #399743 by "Michael (kensington)"
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/karlyriceditor')
-rw-r--r--media-sound/karlyriceditor/ChangeLog10
-rw-r--r--media-sound/karlyriceditor/karlyriceditor-1.1.ebuild26
2 files changed, 34 insertions, 2 deletions
diff --git a/media-sound/karlyriceditor/ChangeLog b/media-sound/karlyriceditor/ChangeLog
index 119287dadfbc..6682cc80f153 100644
--- a/media-sound/karlyriceditor/ChangeLog
+++ b/media-sound/karlyriceditor/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/karlyriceditor
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/ChangeLog,v 1.2 2011/03/26 16:21:35 dilfridge Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/ChangeLog,v 1.3 2012/01/22 21:35:15 ssuominen Exp $
+
+*karlyriceditor-1.1 (22 Jan 2012)
+
+ 22 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+ +karlyriceditor-1.1.ebuild:
+ Version bump wrt #399743 by "Michael (kensington)"
26 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
karlyriceditor-0.7.ebuild:
diff --git a/media-sound/karlyriceditor/karlyriceditor-1.1.ebuild b/media-sound/karlyriceditor/karlyriceditor-1.1.ebuild
new file mode 100644
index 000000000000..b0644af4c29b
--- /dev/null
+++ b/media-sound/karlyriceditor/karlyriceditor-1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/karlyriceditor-1.1.ebuild,v 1.1 2012/01/22 21:35:15 ssuominen Exp $
+
+EAPI=4
+inherit eutils qt4-r2
+
+DESCRIPTION="A program which lets you edit and synchronize lyrics with karaoke songs in varions formats"
+HOMEPAGE="http://www.karlyriceditor.com/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/phonon
+ x11-libs/qt-core:4
+ x11-libs/qt-gui:4"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ dobin bin/${PN}
+ doicon packages/${PN}.png
+ make_desktop_entry ${PN} 'Karaoke Lyrics Editor'
+}