diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-06-02 23:04:29 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-06-02 23:04:29 +0000 |
commit | 23784a44e41313b4e93a2360f1ff868dd33b4b32 (patch) | |
tree | bf321685c3e046569ad2f0abf226f9cd89d31a38 /kde-misc/customizable-weather | |
parent | Version bump, bug 322431. Thanks to Frank. (diff) | |
download | historical-23784a44e41313b4e93a2360f1ff868dd33b4b32.tar.gz historical-23784a44e41313b4e93a2360f1ff868dd33b4b32.tar.bz2 historical-23784a44e41313b4e93a2360f1ff868dd33b4b32.zip |
Initial commit of customizable-weather plasmoid. Moved from kde overlay. Fixes bug #322477
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'kde-misc/customizable-weather')
-rw-r--r-- | kde-misc/customizable-weather/ChangeLog | 11 | ||||
-rw-r--r-- | kde-misc/customizable-weather/Manifest | 4 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.0.4.ebuild | 27 | ||||
-rw-r--r-- | kde-misc/customizable-weather/metadata.xml | 6 |
4 files changed, 48 insertions, 0 deletions
diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog new file mode 100644 index 000000000000..fb01af585402 --- /dev/null +++ b/kde-misc/customizable-weather/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2010/06/02 23:04:29 hwoarang Exp $ + +*customizable-weather-1.0.4 (02 Jun 2010) + + 02 Jun 2010; Markos Chandras <hwoarang@gentoo.org> + +customizable-weather-1.0.4.ebuild, +metadata.xml: + Initial commit of customizable-weather plasmoid. Moved from kde overlay. + Fixes bug #322477 + diff --git a/kde-misc/customizable-weather/Manifest b/kde-misc/customizable-weather/Manifest new file mode 100644 index 000000000000..82ec40f2968f --- /dev/null +++ b/kde-misc/customizable-weather/Manifest @@ -0,0 +1,4 @@ +DIST 98925-cwp-1.0.4.tar.bz2 183992 RMD160 83b320d51b2c6616dc360f72bc2ba84817ab7b57 SHA1 444d058fb69cf00b5f906bb99ab8281ef1282104 SHA256 68472e3a8ee631e9452f38d68da8facd926e030db8c21414351172d605667dfc +EBUILD customizable-weather-1.0.4.ebuild 768 RMD160 2ede72763be3b507820fe5ff5e2a605f8b2cd1d3 SHA1 0c48b0031c228cd01605ba113c0bd29195d8c95b SHA256 3260f6a4306db39923898ff1086a11136f43b9074184867040957a324d4b6a65 +MISC ChangeLog 478 RMD160 f551af5b8b9bb8819cba847e85a8216ef4696b58 SHA1 aa384bf22f71347d8fd337a0021ec43d5b714ffe SHA256 e57d66763939c6e59ed9ce3fd6817958b548d240fc3d0733285484f02e9c7abf +MISC metadata.xml 158 RMD160 7344d8189b297bc3aaa35226811d79c8dacb9f6f SHA1 4f1871fb2f1f05defed13aa3d8fd3d0e65788b5e SHA256 b1f2af69cc9a002750dfc0abd0f1dc63431290bebbabd4a17169dd3d4dbe89a2 diff --git a/kde-misc/customizable-weather/customizable-weather-1.0.4.ebuild b/kde-misc/customizable-weather/customizable-weather-1.0.4.ebuild new file mode 100644 index 000000000000..278265f19ecd --- /dev/null +++ b/kde-misc/customizable-weather/customizable-weather-1.0.4.ebuild @@ -0,0 +1,27 @@ +# 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.0.4.ebuild,v 1.1 2010/06/02 23:04:29 hwoarang Exp $ + +EAPI="2" + +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}" diff --git a/kde-misc/customizable-weather/metadata.xml b/kde-misc/customizable-weather/metadata.xml new file mode 100644 index 000000000000..721dd1c8d2fa --- /dev/null +++ b/kde-misc/customizable-weather/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> + |