diff options
author | Johannes Huber <johu@gentoo.org> | 2012-01-10 16:30:19 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-01-10 16:30:19 +0000 |
commit | a1dfccfa1cc4bb4f2f1539012475e31c828978ab (patch) | |
tree | 766d1159a2202a8e4839934c6b48bdc098277a97 /kde-misc/colibri | |
parent | Version Bump, Dropped old, fixes python.eclass related issues, do not link ag... (diff) | |
download | gentoo-2-a1dfccfa1cc4bb4f2f1539012475e31c828978ab.tar.gz gentoo-2-a1dfccfa1cc4bb4f2f1539012475e31c828978ab.tar.bz2 gentoo-2-a1dfccfa1cc4bb4f2f1539012475e31c828978ab.zip |
Version bump, remove old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/colibri')
-rw-r--r-- | kde-misc/colibri/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/colibri/colibri-0.2.2.ebuild (renamed from kde-misc/colibri/colibri-0.2.1.ebuild) | 9 |
2 files changed, 13 insertions, 6 deletions
diff --git a/kde-misc/colibri/ChangeLog b/kde-misc/colibri/ChangeLog index 589e11830cee..1075a509c1e6 100644 --- a/kde-misc/colibri/ChangeLog +++ b/kde-misc/colibri/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-misc/colibri -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/colibri/ChangeLog,v 1.1 2011/03/05 15:48:24 dilfridge Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/colibri/ChangeLog,v 1.2 2012/01/10 16:30:19 johu Exp $ + +*colibri-0.2.2 (10 Jan 2012) + + 10 Jan 2012; Johannes Huber <johu@gentoo.org> +colibri-0.2.2.ebuild, + -colibri-0.2.1.ebuild: + Version bump, remove old. *colibri-0.2.1 (05 Mar 2011) diff --git a/kde-misc/colibri/colibri-0.2.1.ebuild b/kde-misc/colibri/colibri-0.2.2.ebuild index c493ab01e0e5..639a164b4e27 100644 --- a/kde-misc/colibri/colibri-0.2.1.ebuild +++ b/kde-misc/colibri/colibri-0.2.2.ebuild @@ -1,20 +1,21 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/colibri/colibri-0.2.1.ebuild,v 1.1 2011/03/05 15:48:24 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/colibri/colibri-0.2.2.ebuild,v 1.1 2012/01/10 16:30:19 johu Exp $ EAPI=4 +KDE_LINGUAS="cs de es it pt_BR sk tr" inherit kde4-base KDE_LOOK="117147" DESCRIPTION="Alternative to KDE4 Plasma notifications" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KDE-LOOK}" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KDE_LOOK}" SRC_URI="http://www.kde-look.org/CONTENT/content-files/${KDE_LOOK}-${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" |