summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-26 12:05:44 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-26 12:05:44 +0000
commitb45d203a7ee0c8afd3614456257583c24adb2d16 (patch)
treea77a97d2c2612d58e31c09b2a8c6a1a7708fabc9 /kde-misc/customizable-weather/customizable-weather-1.6.4.ebuild
parentstable arm, bug #435754 (diff)
downloadgentoo-2-b45d203a7ee0c8afd3614456257583c24adb2d16.tar.gz
gentoo-2-b45d203a7ee0c8afd3614456257583c24adb2d16.tar.bz2
gentoo-2-b45d203a7ee0c8afd3614456257583c24adb2d16.zip
Version bump.
(Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/customizable-weather/customizable-weather-1.6.4.ebuild')
-rw-r--r--kde-misc/customizable-weather/customizable-weather-1.6.4.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-misc/customizable-weather/customizable-weather-1.6.4.ebuild b/kde-misc/customizable-weather/customizable-weather-1.6.4.ebuild
new file mode 100644
index 000000000000..32414eb6f9d5
--- /dev/null
+++ b/kde-misc/customizable-weather/customizable-weather-1.6.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 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.6.4.ebuild,v 1.1 2012/09/26 12:05:44 johu Exp $
+
+EAPI=4
+
+KDE_LINGUAS="br de el 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"
+
+RDEPEND="
+ $(add_kdebase_dep plasma-workspace)
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"