summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-08-27 23:33:28 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-08-27 23:33:28 +0000
commit1cfb80c30ab84f6adf420d934e1868ce0abb766d (patch)
treebc81afeb8a35d9483cc7e3b0bac2795455dcf4bc /kde-misc/customizable-weather
parentStable on amd64 wrt bug #334667 (diff)
downloadgentoo-2-1cfb80c30ab84f6adf420d934e1868ce0abb766d.tar.gz
gentoo-2-1cfb80c30ab84f6adf420d934e1868ce0abb766d.tar.bz2
gentoo-2-1cfb80c30ab84f6adf420d934e1868ce0abb766d.zip
Version bump
(Portage version: 2.2_rc67/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.2.1.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog
index fc98316b6814..d6eb00cdac2d 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.2 2010/06/27 15:52:12 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.3 2010/08/27 23:33:28 hwoarang Exp $
+
+*customizable-weather-1.2.1 (27 Aug 2010)
+
+ 27 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+ +customizable-weather-1.2.1.ebuild:
+ Version bump
*customizable-weather-1.0.5 (27 Jun 2010)
diff --git a/kde-misc/customizable-weather/customizable-weather-1.2.1.ebuild b/kde-misc/customizable-weather/customizable-weather-1.2.1.ebuild
new file mode 100644
index 000000000000..63c5d9eb3400
--- /dev/null
+++ b/kde-misc/customizable-weather/customizable-weather-1.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 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.2.1.ebuild,v 1.1 2010/08/27 23:33:28 hwoarang Exp $
+
+EAPI="2"
+
+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 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="0"
+IUSE="debug"
+
+DEPEND="
+ x11-libs/qt-gui:4[accessibility]
+"
+RDEPEND="${DEPEND}
+ >=kde-base/plasma-workspace-${KDE_MINIMAL}
+"
+
+S="${WORKDIR}/${MY_P}"