diff options
author | 2010-08-24 23:20:41 +0000 | |
---|---|---|
committer | 2010-08-24 23:20:41 +0000 | |
commit | 3057e7a4cf43fe200a58336994bd2cf8f5ab9dca (patch) | |
tree | ca38bf4adf980d5eb70961c9191dd6f6a5625162 /app-admin | |
parent | app-text/mupdf moved to tree (diff) | |
download | sunrise-reviewed-3057e7a4cf43fe200a58336994bd2cf8f5ab9dca.tar.gz sunrise-reviewed-3057e7a4cf43fe200a58336994bd2cf8f5ab9dca.tar.bz2 sunrise-reviewed-3057e7a4cf43fe200a58336994bd2cf8f5ab9dca.zip |
app-admin/conkyforecast moved to tree
svn path=/sunrise/; revision=11242
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, 0 insertions, 60 deletions
diff --git a/app-admin/conkyforecast/ChangeLog b/app-admin/conkyforecast/ChangeLog deleted file mode 100644 index 553d5027a..000000000 --- a/app-admin/conkyforecast/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# 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 deleted file mode 100644 index 91a26c345..000000000 --- a/app-admin/conkyforecast/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index 9ff68053c..000000000 --- a/app-admin/conkyforecast/conkyforecast-2.10.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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 deleted file mode 100644 index e6233b5dc..000000000 --- a/app-admin/conkyforecast/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?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> |