diff options
author | Michael Weber <xmw@gentoo.org> | 2010-07-09 14:23:55 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-07-09 14:23:55 +0000 |
commit | 080873d2e0b6729bbead4f0ae69b3d1945f3fbc5 (patch) | |
tree | d62fa6662963771ee464489379103dc8b51b226f /app-admin | |
parent | dev-scheme/ .: mosh schmeme interpreter added, thx hwoarang (diff) | |
download | sunrise-080873d2e0b6729bbead4f0ae69b3d1945f3fbc5.tar.gz sunrise-080873d2e0b6729bbead4f0ae69b3d1945f3fbc5.tar.bz2 sunrise-080873d2e0b6729bbead4f0ae69b3d1945f3fbc5.zip |
app-admin/conkyforecast: New ebuild for bug 255948, thanks to Christopher Robin Elmersson for the initial ebuild
svn path=/sunrise/; revision=10971
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/conkyforecast/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/conkyforecast/Manifest | 4 | ||||
-rw-r--r-- | app-admin/conkyforecast/conkyforecast-2.10.ebuild | 41 | ||||
-rw-r--r-- | app-admin/conkyforecast/metadata.xml | 6 |
4 files changed, 60 insertions, 0 deletions
diff --git a/app-admin/conkyforecast/ChangeLog b/app-admin/conkyforecast/ChangeLog new file mode 100644 index 000000000..553d5027a --- /dev/null +++ b/app-admin/conkyforecast/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-admin/conkyforecast +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 09 Jul 2010; Michael Weber (xmw) <gentoo@xmw.de> + +conkyforecast-2.10.ebuild, +metadata.xml: + New ebuild for bug 255948, thanks to Christopher Robin Elmersson for the + initial ebuild + diff --git a/app-admin/conkyforecast/Manifest b/app-admin/conkyforecast/Manifest new file mode 100644 index 000000000..91a26c345 --- /dev/null +++ b/app-admin/conkyforecast/Manifest @@ -0,0 +1,4 @@ +DIST conkyforecast_2.10.tar.gz 11004040 RMD160 581d1e999505f4d0bfc9de1b23c62afb0455cf5f SHA1 34042c8f9e7a4cb38d4231ea097e2562ce9aaf1f SHA256 241175ec39243127c22e31719fcb7f71a8df0a0a0570dc15f2067f7890d99fd7 +EBUILD conkyforecast-2.10.ebuild 1009 RMD160 9cf252e323bc00e8a1753a945cb8559e8abeed56 SHA1 9a082ac9ecfd5a3115a1cc9f0c9dbc852b745fe2 SHA256 0b359aa1db3752bb6d8f5f0a0b9f4841e5825b39bfcbab69ffb8876a7d27d7cd +MISC ChangeLog 313 RMD160 8411fae3ab88f5a35cc7b19af2ddb8d396cf6b25 SHA1 282fe0b6f734e6f6f9ffd22bf4f6beb23dbaa722 SHA256 2e1178d98d63314c1731a87681dd3aae212abfb18c35224985b968b0022333a4 +MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f diff --git a/app-admin/conkyforecast/conkyforecast-2.10.ebuild b/app-admin/conkyforecast/conkyforecast-2.10.ebuild new file mode 100644 index 000000000..9ff68053c --- /dev/null +++ b/app-admin/conkyforecast/conkyforecast-2.10.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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 000000000..e6233b5dc --- /dev/null +++ b/app-admin/conkyforecast/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>no-herd</herd> +<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer> +</pkgmetadata> |