diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-13 16:55:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-13 16:55:35 +0000 |
commit | 1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (patch) | |
tree | c99a472cce74148d499f42ada873454b0e32a42d /x11-plugins | |
parent | da6a52f691ef980bab92d003d5df8f463c623af8 (diff) |
gentoo resync : 13.03.2018
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/Manifest.gz | bin | 28833 -> 28672 bytes | |||
-rw-r--r-- | x11-plugins/thinkhdaps/Manifest | 5 | ||||
-rw-r--r-- | x11-plugins/thinkhdaps/files/thinkhdaps-0.2.1-fix-desktop-qa.patch | 12 | ||||
-rw-r--r-- | x11-plugins/thinkhdaps/files/thinkhdaps-0.2.1-fix-python-shebang.patch | 11 | ||||
-rw-r--r-- | x11-plugins/thinkhdaps/metadata.xml | 8 | ||||
-rw-r--r-- | x11-plugins/thinkhdaps/thinkhdaps-0.2.1-r1.ebuild | 32 |
6 files changed, 0 insertions, 68 deletions
diff --git a/x11-plugins/Manifest.gz b/x11-plugins/Manifest.gz Binary files differindex 8007e0b93964..4dc9fef23870 100644 --- a/x11-plugins/Manifest.gz +++ b/x11-plugins/Manifest.gz diff --git a/x11-plugins/thinkhdaps/Manifest b/x11-plugins/thinkhdaps/Manifest deleted file mode 100644 index cb118573fd4c..000000000000 --- a/x11-plugins/thinkhdaps/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX thinkhdaps-0.2.1-fix-desktop-qa.patch 284 BLAKE2B 6884c65b85001b292c31561935dad5896f625951de76f44ec9a1b9e8827983307a924b35d4797ad52d87e6df1d73ba39919c31b88eeff3b2c500c418e25a5466 SHA512 26b236e21849f5bfff2e1dd84e0ef6b90c3032da1d3b1cc7fea311f892e427520995df921d9a5d2e4d11ef4a03b9b670f64c4c43090a3751e9c11962f08ca1d7 -AUX thinkhdaps-0.2.1-fix-python-shebang.patch 359 BLAKE2B e19404e8123f42e3ff1d6aa5b367a084acb0df5eb602861fe73ae4e6f39a36ddbe5a4f9cf58beaf403b115c0f164c99290e76cef6ef5d4d477763dbeee47af2d SHA512 6205420fb910c9dfd769edfabb85ec26c4133edc7a8809a455ef2945a75fc543275cff732c46ca58f579bdfb12770c015e5cb59b2b2e54e437d38cb67c98ff42 -DIST thinkhdaps-0.2.1.tar.gz 91489 BLAKE2B 09eb032096c997368492114dc4e8200f39b99753b2f13b1daf2d060335bfc64640b1f28cb61c9a3dc2bf6f435394f3f9ceb7037dbb7dffeabc7e1fd97216a994 SHA512 207ee7c506a94fba3a7639c4eca6bf5b80a5fe67dac2e6e410fa70c8552eed29e478c52906a9049ce5a6fbe2c2b0680d06b32ecd4455073c360b5b41895e1b5f -EBUILD thinkhdaps-0.2.1-r1.ebuild 748 BLAKE2B b2b22cc265b60ef1972bc6968f1462e27d4390cb22e66bf2362aace2ae49f17526fba0ed8205e8d84c77ff067d0212ae6ce33b4efea69b2856a6c4d4e38d22d8 SHA512 3900e5d99bb6a29472b6a71d193afd6a44124733644e8bdc5898d14c21d796128c45bbd1b91059cde793ccc375b2ee4000acbd58a70f19f4c63248e0e87647c1 -MISC metadata.xml 237 BLAKE2B f22c3926ba75c18fce7667217807f3710a315b12b1341622c949e7bc0056cd1cb403ea6c66d838675f3cb5dcd53d2fc4ec71425ec3f96aaffb94b70b73e99320 SHA512 ae2360aa6b1b00c67e0acea4935c02b64585b9a15e126fec9d5d99637021c542c0a495e5116205f3da287def46fa5b19cb1a7f3042c12c5f7a78d66d92fcb03f diff --git a/x11-plugins/thinkhdaps/files/thinkhdaps-0.2.1-fix-desktop-qa.patch b/x11-plugins/thinkhdaps/files/thinkhdaps-0.2.1-fix-desktop-qa.patch deleted file mode 100644 index 7bcfafe32234..000000000000 --- a/x11-plugins/thinkhdaps/files/thinkhdaps-0.2.1-fix-desktop-qa.patch +++ /dev/null @@ -1,12 +0,0 @@ -Fix .desktop file to adhere to modern FDO standards. - ---- a/thinkhdaps.desktop -+++ b/thinkhdaps.desktop -@@ -2,6 +2,6 @@ - Name=ThinkHDAPS - Comment=Monitor your HDAPS-enabled harddisk - Exec=thinkhdaps --Icon=thinkhdaps-logo.svg -+Icon=thinkhdaps-logo - Type=Application - Categories=System diff --git a/x11-plugins/thinkhdaps/files/thinkhdaps-0.2.1-fix-python-shebang.patch b/x11-plugins/thinkhdaps/files/thinkhdaps-0.2.1-fix-python-shebang.patch deleted file mode 100644 index 314ef789c3b6..000000000000 --- a/x11-plugins/thinkhdaps/files/thinkhdaps-0.2.1-fix-python-shebang.patch +++ /dev/null @@ -1,11 +0,0 @@ -Make shebangs Gentoo Prefix friendly -See also: https://blogs.gentoo.org/mgorny/2016/02/08/a-quick-note-on-portable-shebangs/ - ---- a/thinkhdaps.py -+++ b/thinkhdaps.py -@@ -1,4 +1,4 @@ --#!@PYTHON@ -+#!/usr/bin/env python2 - # Copyright (c) 2008-2009 Thomas Pani <thomas.pani@gmail.com> - # based on an awn applet Copyright (c) 2008 onox <denkpadje@gmail.com> - # diff --git a/x11-plugins/thinkhdaps/metadata.xml b/x11-plugins/thinkhdaps/metadata.xml deleted file mode 100644 index a535b8852829..000000000000 --- a/x11-plugins/thinkhdaps/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 type="person"> -<email>xmw@gentoo.org</email> -<name>Michael Weber</name> -</maintainer> -</pkgmetadata> diff --git a/x11-plugins/thinkhdaps/thinkhdaps-0.2.1-r1.ebuild b/x11-plugins/thinkhdaps/thinkhdaps-0.2.1-r1.ebuild deleted file mode 100644 index 94b7c9ea504e..000000000000 --- a/x11-plugins/thinkhdaps/thinkhdaps-0.2.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="A PyGTK based HDAPS monitor" -HOMEPAGE="http://thpani.at/projects/thinkhdaps/" -SRC_URI="http://thpani.at/media/downloads/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-python/libgnome-python:2[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}]" - -PATCHES=( - "${FILESDIR}"/${PN}-0.2.1-fix-desktop-qa.patch - "${FILESDIR}"/${PN}-0.2.1-fix-python-shebang.patch -) - -src_configure() { - econf --enable-desktop PYTHON="${EPYTHON}" -} |