summaryrefslogtreecommitdiff
path: root/app-admin/conkyforecast
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /app-admin/conkyforecast
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'app-admin/conkyforecast')
-rw-r--r--app-admin/conkyforecast/Manifest3
-rw-r--r--app-admin/conkyforecast/conkyforecast-2.24-r1.ebuild44
-rw-r--r--app-admin/conkyforecast/metadata.xml8
3 files changed, 0 insertions, 55 deletions
diff --git a/app-admin/conkyforecast/Manifest b/app-admin/conkyforecast/Manifest
deleted file mode 100644
index d2b9b629078c..000000000000
--- a/app-admin/conkyforecast/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST conkyforecast_2.24.tar.gz 11347231 BLAKE2B 76d77229044375e7852823b92ac60cfafd190731e823a6e0d639ece16ef0dc94b7e182b4c6735529fc1f3145baa52c25412436acfb67ea69398a873aee81b14d SHA512 dcff08915c00915f6be4cd25824e3d8de978ed15ffb6776f002d585d95856f5e0827632371dd4d37016e07d58542e2bc95a7a859ebdc8ab9d1200ac04d4364e0
-EBUILD conkyforecast-2.24-r1.ebuild 1143 BLAKE2B 618f34f3c0260394f72ba7fadcabb372e7cc4cd63594e4abda88e5ad8399f28ea2931d09f6bd992ebe2339f717d4c37b89de14dad30e2e120ce7ee8ad5fe5308 SHA512 b269faef892efa7ded0d49830e0232fb2eefc95c55e24a6e50935aa40b9e2c0ad198c061237d7200a252a6169cc2480df6b1d865423963374375dc264f4c5695
-MISC metadata.xml 252 BLAKE2B 8405041f79f507686df5b7ac19534b6a561ebc2f49b731b755acb886332bca8fa7bc10115229b19e23762a779cdf613eb232dcbfa1981306d6fedd0ce01e7b9b SHA512 98a18ba2acd187bdaec4f059bf263d2d78c2d243aad0c52d7730d1cf61d29a318c2bf31cab791b9190fc7884bb602167a3aafa05f24e690757cd5f0d7eed9084
diff --git a/app-admin/conkyforecast/conkyforecast-2.24-r1.ebuild b/app-admin/conkyforecast/conkyforecast-2.24-r1.ebuild
deleted file mode 100644
index 2a1f73e2ee42..000000000000
--- a/app-admin/conkyforecast/conkyforecast-2.24-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# upstream broke setup.py to install into /usr/share...
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Conky weather forecast script with support for language files"
-HOMEPAGE="https://launchpad.net/~conky-companions"
-SRC_URI="https://launchpad.net/~conky-companions/+archive/ppa/+files/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-admin/conky"
-
-S=${WORKDIR}/src
-
-python_prepare_all() {
- sed -i -e "s:pythoncmd=.*$:pythoncmd=${EPYTHON}:" conkyForecast* || die
-
- distutils-r1_python_prepare_all
-}
-
-python_install() {
- distutils-r1_python_install
-
- python_optimize "${ED%/}"/usr/share/${PN}
-}
-
-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 3d71692a6bbd..000000000000
--- a/app-admin/conkyforecast/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="launchpad">~conky-companions</remote-id>
- </upstream>
-</pkgmetadata>