diff options
author | Johannes Huber <johu@gentoo.org> | 2013-05-15 16:58:06 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-05-15 16:58:06 +0000 |
commit | 74504e657cea6ef7ea9375bf0325595e5ef4c8ff (patch) | |
tree | 2ba7b3ba516dd874aa5d884c9d863745f91a334c /kde-misc/colibri | |
parent | Version bump (diff) | |
download | gentoo-2-74504e657cea6ef7ea9375bf0325595e5ef4c8ff.tar.gz gentoo-2-74504e657cea6ef7ea9375bf0325595e5ef4c8ff.tar.bz2 gentoo-2-74504e657cea6ef7ea9375bf0325595e5ef4c8ff.zip |
Version bump wrt bug #469934.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/colibri')
-rw-r--r-- | kde-misc/colibri/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/colibri/colibri-0.3.0.ebuild | 22 |
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} |