diff options
author | 2010-03-30 19:47:10 +0000 | |
---|---|---|
committer | 2010-03-30 19:47:10 +0000 | |
commit | 26dc17adc34b7a4914f164f172cae581a72e2ce5 (patch) | |
tree | 7602a0b6c093ff7c2614cd4abec2fabecc9c74ea | |
parent | Version bump KDE 4.4.2 (diff) | |
download | gentoo-2-26dc17adc34b7a4914f164f172cae581a72e2ce5.tar.gz gentoo-2-26dc17adc34b7a4914f164f172cae581a72e2ce5.tar.bz2 gentoo-2-26dc17adc34b7a4914f164f172cae581a72e2ce5.zip |
Version bump KDE 4.4.2
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r-- | kde-base/kdeartwork-weatherwallpapers/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-4.4.2.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kdeartwork-weatherwallpapers/ChangeLog b/kde-base/kdeartwork-weatherwallpapers/ChangeLog index 9af3d3b3d220..dfd2393cab97 100644 --- a/kde-base/kdeartwork-weatherwallpapers/ChangeLog +++ b/kde-base/kdeartwork-weatherwallpapers/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdeartwork-weatherwallpapers # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-weatherwallpapers/ChangeLog,v 1.27 2010/03/11 18:38:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-weatherwallpapers/ChangeLog,v 1.28 2010/03/30 19:47:10 spatz Exp $ + +*kdeartwork-weatherwallpapers-4.4.2 (30 Mar 2010) + + 30 Mar 2010; Dror Levin <spatz@gentoo.org> + +kdeartwork-weatherwallpapers-4.4.2.ebuild: + Version bump 11 Mar 2010; Brent Baude <ranger@gentoo.org> kdeartwork-weatherwallpapers-4.3.5.ebuild: diff --git a/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-4.4.2.ebuild b/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-4.4.2.ebuild new file mode 100644 index 000000000000..be5eb128d446 --- /dev/null +++ b/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-4.4.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-4.4.2.ebuild,v 1.1 2010/03/30 19:47:10 spatz Exp $ + +EAPI="3" + +KMNAME="kdeartwork" +KMMODULE="WeatherWallpapers" +inherit kde4-meta + +DESCRIPTION="Weather aware wallpapers. Changes with weather outside." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + $(add_kdebase_dep kdeartwork-wallpapers) +" |