Gentoo Archives: gentoo-commits

From: "Andreas K. Huettel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/colibri/
Date: Fri, 25 Feb 2011 20:56:55
Message-Id: 63267d12ea09c13d9fe61c62c296a1a06c7aeaa2.dilfridge@gentoo
1 commit: 63267d12ea09c13d9fe61c62c296a1a06c7aeaa2
2 Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
3 AuthorDate: Fri Feb 25 20:14:01 2011 +0000
4 Commit: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 20:14:01 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=63267d12
7
8 [kde-misc/colibri] Added ebuild from Jean-Francis Roy <jeanfrancisroy <AT> gmail.com>, bug 316913
9
10 ---
11 kde-misc/colibri/colibri-0.1.1.ebuild | 22 ++++++++++++++++++++++
12 1 files changed, 22 insertions(+), 0 deletions(-)
13
14 diff --git a/kde-misc/colibri/colibri-0.1.1.ebuild b/kde-misc/colibri/colibri-0.1.1.ebuild
15 new file mode 100644
16 index 0000000..04b2bed
17 --- /dev/null
18 +++ b/kde-misc/colibri/colibri-0.1.1.ebuild
19 @@ -0,0 +1,22 @@
20 +# Copyright 1999-2010 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI=2
25 +
26 +inherit kde4-base
27 +
28 +KDE_LOOK="117147"
29 +
30 +DESCRIPTION="Colibri provides an alternative to KDE4 Plasma notifications."
31 +HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KDE-LOOK}"
32 +SRC_URI="http://www.kde-look.org/CONTENT/content-files/${KDE_LOOK}-${P}.tar.bz2"
33 +
34 +LICENSE="GPL"
35 +SLOT="0"
36 +KEYWORDS="~amd64"
37 +IUSE=""
38 +
39 +DEPEND=">=kde-base/kdelibs-4.4"
40 +RDEPEND="${DEPEND}"
41 +