diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 08:56:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 08:56:22 +0000 |
commit | fde53a0343ee3d04e61fa0dc4a68841fc47551aa (patch) | |
tree | 9aba7d64d296eb03d63bbebb2210f33c5f283098 /media-sound/karlyriceditor | |
parent | Fix implicit function warnings. (diff) | |
download | gentoo-2-fde53a0343ee3d04e61fa0dc4a68841fc47551aa.tar.gz gentoo-2-fde53a0343ee3d04e61fa0dc4a68841fc47551aa.tar.bz2 gentoo-2-fde53a0343ee3d04e61fa0dc4a68841fc47551aa.zip |
Initial commit.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/karlyriceditor')
-rw-r--r-- | media-sound/karlyriceditor/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/karlyriceditor/karlyriceditor-0.7.ebuild | 28 | ||||
-rw-r--r-- | media-sound/karlyriceditor/metadata.xml | 6 |
3 files changed, 44 insertions, 0 deletions
diff --git a/media-sound/karlyriceditor/ChangeLog b/media-sound/karlyriceditor/ChangeLog new file mode 100644 index 000000000000..9e0051c3e154 --- /dev/null +++ b/media-sound/karlyriceditor/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-sound/karlyriceditor +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/ChangeLog,v 1.1 2009/12/15 08:56:22 ssuominen Exp $ + +*karlyriceditor-0.7 (15 Dec 2009) + + 15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> + +karlyriceditor-0.7.ebuild: + Initial commit. + diff --git a/media-sound/karlyriceditor/karlyriceditor-0.7.ebuild b/media-sound/karlyriceditor/karlyriceditor-0.7.ebuild new file mode 100644 index 000000000000..ddd50266da44 --- /dev/null +++ b/media-sound/karlyriceditor/karlyriceditor-0.7.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/karlyriceditor-0.7.ebuild,v 1.1 2009/12/15 08:56:22 ssuominen Exp $ + +EAPI=2 +inherit eutils qt4 + +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="" + +DEPEND="media-sound/phonon + x11-libs/qt-gui:4" + +src_configure() { + eqmake4 +} + +src_install() { + dobin bin/${PN} || die + doicon packages/${PN}.png + domenu packages/${PN}.desktop +} diff --git a/media-sound/karlyriceditor/metadata.xml b/media-sound/karlyriceditor/metadata.xml new file mode 100644 index 000000000000..e1edf87fa28c --- /dev/null +++ b/media-sound/karlyriceditor/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sound</herd> +<herd>qt</herd> +</pkgmetadata> |