summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-misc/colibri/ChangeLog9
-rw-r--r--kde-misc/colibri/colibri-0.3.0.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/kde-misc/colibri/ChangeLog b/kde-misc/colibri/ChangeLog
index eb0bf60ae4ee..a08933f817de 100644
--- a/kde-misc/colibri/ChangeLog
+++ b/kde-misc/colibri/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-misc/colibri
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/colibri/ChangeLog,v 1.5 2012/07/24 21:19:19 hwoarang Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/colibri/ChangeLog,v 1.6 2013/05/15 16:58:06 johu Exp $
+
+*colibri-0.3.0 (15 May 2013)
+
+ 15 May 2013; Johannes Huber <johu@gentoo.org> +colibri-0.3.0.ebuild:
+ Version bump wrt bug #469934.
24 Jul 2012; Markos Chandras <hwoarang@gentoo.org> colibri-0.2.2.ebuild:
Stable on amd64 wrt bug #426712
diff --git a/kde-misc/colibri/colibri-0.3.0.ebuild b/kde-misc/colibri/colibri-0.3.0.ebuild
new file mode 100644
index 000000000000..0ff6744d4222
--- /dev/null
+++ b/kde-misc/colibri/colibri-0.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/colibri/colibri-0.3.0.ebuild,v 1.1 2013/05/15 16:58:06 johu Exp $
+
+EAPI=5
+
+KDE_LINGUAS="cs da de es et fi fr it mr nl pl pt pt_BR ru sk sl sv tr uk"
+inherit kde4-base
+
+DESCRIPTION="Alternative to KDE4 Plasma notifications"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=117147"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ x11-libs/libX11
+ x11-libs/libXext"
+RDEPEND=${DEPEND}