diff options
author | Michael Weber <xmw@gentoo.org> | 2010-08-24 23:27:59 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-08-24 23:27:59 +0000 |
commit | ed580f236ca5196f584b7c0129f08605b27da24f (patch) | |
tree | 8c79070c2230604c1bd34bf383c1d56cf5334f60 /app-admin/conkyforecast | |
parent | Stable on amd64 wrt bug #334343 (diff) | |
download | historical-ed580f236ca5196f584b7c0129f08605b27da24f.tar.gz historical-ed580f236ca5196f584b7c0129f08605b27da24f.tar.bz2 historical-ed580f236ca5196f584b7c0129f08605b27da24f.zip |
Initial import of conkyforecast
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-admin/conkyforecast')
-rw-r--r-- | app-admin/conkyforecast/ChangeLog | 11 | ||||
-rw-r--r-- | app-admin/conkyforecast/Manifest | 4 | ||||
-rw-r--r-- | app-admin/conkyforecast/conkyforecast-2.12.ebuild | 41 | ||||
-rw-r--r-- | app-admin/conkyforecast/metadata.xml | 9 |
4 files changed, 65 insertions, 0 deletions
diff --git a/app-admin/conkyforecast/ChangeLog b/app-admin/conkyforecast/ChangeLog new file mode 100644 index 000000000000..525eb60349bb --- /dev/null +++ b/app-admin/conkyforecast/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-admin/conkyforecast +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/ChangeLog,v 1.1 2010/08/24 23:27:59 xmw Exp $ + +*conkyforecast-2.12 (24 Aug 2010) + + 24 Aug 2010; Michael Weber (xmw) <xmw@gentoo.org> + +conkyforecast-2.12.ebuild, +metadata.xml: + Initial commit for conkyforecast. Fixes bug #255948, thanks to Hans Meier + for the report and Christopher Robin Elmersson for the initial ebuilds + diff --git a/app-admin/conkyforecast/Manifest b/app-admin/conkyforecast/Manifest new file mode 100644 index 000000000000..db2d37eb1a44 --- /dev/null +++ b/app-admin/conkyforecast/Manifest @@ -0,0 +1,4 @@ +DIST conkyforecast_2.12.tar.gz 10998488 RMD160 756fbd92a289101166aff4671f1eb916441a6f21 SHA1 9033ab225adee46745e61d966f5044b27a9081d0 SHA256 dd82d294c96cc23281aa74f723fe26269bc6be3843c5386572a945ddb067c37c +EBUILD conkyforecast-2.12.ebuild 1117 RMD160 07d7ef10f97b529878cc9f84907b4b99e1b6575c SHA1 6e07624be6d6d698102a0a247d77584562606745 SHA256 31bb61e2afaa6e292c6d74963b226d0aabec979a860814a5ccd40e0a06f2cffa +MISC ChangeLog 498 RMD160 65d3a59d9f8e681fd82067966db74068571e2c38 SHA1 12ab700005b0e327d51da96f0c676f147d549f90 SHA256 8a17afb65d952f15c284d92edc12887ab04a130c9f196182a7325d42b9a45be3 +MISC metadata.xml 244 RMD160 ba31bc851ce5d8e007b223b4f799d84d4c6699d0 SHA1 2192e855054fb7016488afba3eda6d938fdf925d SHA256 1022f65be1952b5197408dfbf61543b61557601ce3a9f15acabeb3e9d84a0fbe diff --git a/app-admin/conkyforecast/conkyforecast-2.12.ebuild b/app-admin/conkyforecast/conkyforecast-2.12.ebuild new file mode 100644 index 000000000000..a70953b860c4 --- /dev/null +++ b/app-admin/conkyforecast/conkyforecast-2.12.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/conkyforecast-2.12.ebuild,v 1.1 2010/08/24 23:27:59 xmw Exp $ + +EAPI=2 + +PYTHON_DEPEND="2" + +inherit distutils python + +DESCRIPTION="Conky weather forecast script with support for language files" +HOMEPAGE="https://launchpad.net/~conkyhardcore" +SRC_URI="https://launchpad.net/~conkyhardcore/+archive/ppa/+files/${PN}_${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-admin/conky" + +S=${WORKDIR}/src + +pkg_config() { + python_set_active_version 2 + python_pkg_setup +} + +src_prepare() { + sed -i -e "s:/usr/bin/python:$(PYTHON -a):" conkyForecast || die + distutils_src_prepare +} + +pkg_postinst() { + elog "You have to define a partner id and registration code for " + elog "the weather.com xoap. You need to copy the template from" + elog "/usr/share/conkyforecast/conkyForecast.config into you account" + elog "as ~/.conkyForecast.config and edit the respective fields." + elog + elog "More details can be found in the README file." +} diff --git a/app-admin/conkyforecast/metadata.xml b/app-admin/conkyforecast/metadata.xml new file mode 100644 index 000000000000..32c2cb560368 --- /dev/null +++ b/app-admin/conkyforecast/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> +<email>xmw@gentoo.org</email> +<name>Michael Weber</name> +</maintainer> +</pkgmetadata> |