summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Sapp <nixphoeni@gentoo.org>2005-05-26 03:00:40 +0000
committerJoe Sapp <nixphoeni@gentoo.org>2005-05-26 03:00:40 +0000
commita432f16524a8cb584af3f42a9210088f8dd4355f (patch)
tree5069f8c65612b2ef2c1943396612f36f28bc305d /x11-plugins/desklet-scweather
parentStable on SPARC. (diff)
downloadgentoo-2-a432f16524a8cb584af3f42a9210088f8dd4355f.tar.gz
gentoo-2-a432f16524a8cb584af3f42a9210088f8dd4355f.tar.bz2
gentoo-2-a432f16524a8cb584af3f42a9210088f8dd4355f.zip
Initial commit
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-plugins/desklet-scweather')
-rw-r--r--x11-plugins/desklet-scweather/ChangeLog10
-rw-r--r--x11-plugins/desklet-scweather/Manifest3
-rw-r--r--x11-plugins/desklet-scweather/desklet-scweather-0.1.ebuild33
-rw-r--r--x11-plugins/desklet-scweather/files/digest-desklet-scweather-0.11
-rw-r--r--x11-plugins/desklet-scweather/metadata.xml5
5 files changed, 52 insertions, 0 deletions
diff --git a/x11-plugins/desklet-scweather/ChangeLog b/x11-plugins/desklet-scweather/ChangeLog
new file mode 100644
index 000000000000..ee1784c1e82f
--- /dev/null
+++ b/x11-plugins/desklet-scweather/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/desklet-scweather
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-scweather/ChangeLog,v 1.1 2005/05/26 03:00:40 nixphoeni Exp $
+
+*desklet-scweather-0.1 (26 May 2005)
+
+ 26 May 2005; Joe Sapp <nixphoeni@gentoo.org> +metadata.xml,
+ +desklet-scweather-0.1.ebuild:
+ Initial commit
+
diff --git a/x11-plugins/desklet-scweather/Manifest b/x11-plugins/desklet-scweather/Manifest
new file mode 100644
index 000000000000..90ce39b3c321
--- /dev/null
+++ b/x11-plugins/desklet-scweather/Manifest
@@ -0,0 +1,3 @@
+MD5 d6a602e491b510aeb09c2367d1d5b2cb desklet-scweather-0.1.ebuild 680
+MD5 6bdff92f19f48041cb28629b5174dae1 metadata.xml 162
+MD5 664529ad95448d873ba06cdc877adb23 files/digest-desklet-scweather-0.1 67
diff --git a/x11-plugins/desklet-scweather/desklet-scweather-0.1.ebuild b/x11-plugins/desklet-scweather/desklet-scweather-0.1.ebuild
new file mode 100644
index 000000000000..3ab9327bac90
--- /dev/null
+++ b/x11-plugins/desklet-scweather/desklet-scweather-0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-scweather/desklet-scweather-0.1.ebuild,v 1.1 2005/05/26 03:00:40 nixphoeni Exp $
+
+inherit gdesklets
+
+DESKLET_NAME="SC-Weather"
+
+MY_P="${DESKLET_NAME}-${PV}"
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="A weather display using SideCandy for gDesklets"
+HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=244"
+SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2"
+LICENSE="GPL-2"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86 ~ppc"
+
+RDEPEND=">=gnome-extra/gdesklets-core-0.34.3"
+
+DOCS="README"
+
+src_unpack ()
+{
+
+ unpack ${A}
+
+ mkdir ${S}/controls/IYahooWeather
+ mv ${S}/controls/*.py ${S}/controls/IYahooWeather/
+
+}
diff --git a/x11-plugins/desklet-scweather/files/digest-desklet-scweather-0.1 b/x11-plugins/desklet-scweather/files/digest-desklet-scweather-0.1
new file mode 100644
index 000000000000..4bab0de49140
--- /dev/null
+++ b/x11-plugins/desklet-scweather/files/digest-desklet-scweather-0.1
@@ -0,0 +1 @@
+MD5 71cf95809269af97810f2ab4f952085a SC-Weather-0.1.tar.bz2 379907
diff --git a/x11-plugins/desklet-scweather/metadata.xml b/x11-plugins/desklet-scweather/metadata.xml
new file mode 100644
index 000000000000..e60183ab6a7d
--- /dev/null
+++ b/x11-plugins/desklet-scweather/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gdesklets</herd>
+</pkgmetadata>