summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-02-01 06:33:56 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-02-01 06:33:56 +0000
commit0ea5dad33b3b6cfa3074bac8c6cb72247cb57816 (patch)
tree1cc2b9f1e1902be5e06cfdc741f46b18604cf437 /kde-misc/customizable-weather
parentDepend on gst-plugins-bad, which is needed for qtmux. (diff)
downloadgentoo-2-0ea5dad33b3b6cfa3074bac8c6cb72247cb57816.tar.gz
gentoo-2-0ea5dad33b3b6cfa3074bac8c6cb72247cb57816.tar.bz2
gentoo-2-0ea5dad33b3b6cfa3074bac8c6cb72247cb57816.zip
bump
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/customizable-weather')
-rw-r--r--kde-misc/customizable-weather/ChangeLog8
-rw-r--r--kde-misc/customizable-weather/customizable-weather-1.3.3.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog
index 1ef7e239eeda..1e140fa3df83 100644
--- a/kde-misc/customizable-weather/ChangeLog
+++ b/kde-misc/customizable-weather/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-misc/customizable-weather
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.11 2011/01/31 02:59:39 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.12 2011/02/01 06:33:56 tampakrap Exp $
+
+*customizable-weather-1.3.3 (01 Feb 2011)
+
+ 01 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org>
+ +customizable-weather-1.3.3.ebuild:
+ bump
31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org>
customizable-weather-1.2.3.ebuild, customizable-weather-1.3.2.ebuild:
diff --git a/kde-misc/customizable-weather/customizable-weather-1.3.3.ebuild b/kde-misc/customizable-weather/customizable-weather-1.3.3.ebuild
new file mode 100644
index 000000000000..fe1305c73eab
--- /dev/null
+++ b/kde-misc/customizable-weather/customizable-weather-1.3.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.3.3.ebuild,v 1.1 2011/02/01 06:33:56 tampakrap Exp $
+
+EAPI=3
+
+KDE_LINGUAS="br de es fr hu it nb nl pl ro ru sr sr@latin tr zh_CN"
+inherit kde4-base
+
+MY_P="cwp-${PV}"
+
+DESCRIPTION="KDE4 weather plasmoid. It aims to be highly customizable, but is a little harder to setup."
+HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+ x11-libs/qt-gui:4[accessibility]
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep plasma-workspace)
+"
+
+S="${WORKDIR}/${MY_P}"