diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-01-09 10:37:48 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-01-09 10:37:48 +0000 |
commit | a7165a4997b918c6053e7f4f5f2cf063a290a059 (patch) | |
tree | 561c0bc51beb715ea36fb5f68e006acaebfe4988 /media-sound/waheela | |
parent | Install the rsync contrib scripts (includes useful rsync log parsing scripts,... (diff) | |
download | gentoo-2-a7165a4997b918c6053e7f4f5f2cf063a290a059.tar.gz gentoo-2-a7165a4997b918c6053e7f4f5f2cf063a290a059.tar.bz2 gentoo-2-a7165a4997b918c6053e7f4f5f2cf063a290a059.zip |
New application, fixes bug 283762. Thanks to Daniel Pinto dos Santos for the original ebuild.
(Portage version: 2.1.9.29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/waheela')
-rw-r--r-- | media-sound/waheela/ChangeLog | 11 | ||||
-rw-r--r-- | media-sound/waheela/metadata.xml | 5 | ||||
-rw-r--r-- | media-sound/waheela/waheela-0.3.ebuild | 22 |
3 files changed, 38 insertions, 0 deletions
diff --git a/media-sound/waheela/ChangeLog b/media-sound/waheela/ChangeLog new file mode 100644 index 000000000000..1c8b986b5e37 --- /dev/null +++ b/media-sound/waheela/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for media-sound/waheela +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/waheela/ChangeLog,v 1.1 2011/01/09 10:37:48 dilfridge Exp $ + +*waheela-0.3 (09 Jan 2011) + + 09 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +waheela-0.3.ebuild, +metadata.xml: + New application, fixes bug 283762. Thanks to Daniel Pinto dos Santos for + the original ebuild. + diff --git a/media-sound/waheela/metadata.xml b/media-sound/waheela/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/media-sound/waheela/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> diff --git a/media-sound/waheela/waheela-0.3.ebuild b/media-sound/waheela/waheela-0.3.ebuild new file mode 100644 index 000000000000..25bff8f149e8 --- /dev/null +++ b/media-sound/waheela/waheela-0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/waheela/waheela-0.3.ebuild,v 1.1 2011/01/09 10:37:48 dilfridge Exp $ + +EAPI=3 + +inherit kde4-base + +MY_P=${P/-/_} + +DESCRIPTION="Amarok Fullscreen Player" +HOMEPAGE="http://kde-apps.org/content/show.php?content=108863" +SRC_URI="http://linux.wuertz.org/dists/sid/main/source/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND="media-sound/amarok:4" + +S=${WORKDIR}/${PN} |