diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-20 17:56:44 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-20 18:01:51 +0100 |
commit | 8ade18344590ec98f2884a5a53ab8136153de643 (patch) | |
tree | c08bf6cf4b53aecd3a5775639b670ea03549e4bf /kde-misc | |
parent | kde-misc/geekclock: Remove last-rited pkg (diff) | |
download | gentoo-8ade18344590ec98f2884a5a53ab8136153de643.tar.gz gentoo-8ade18344590ec98f2884a5a53ab8136153de643.tar.bz2 gentoo-8ade18344590ec98f2884a5a53ab8136153de643.zip |
kde-misc/gx-mail-notify: Remove last-rited pkg
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/gx-mail-notify/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/gx-mail-notify/files/gx-mail-notify-qt-4.7.patch | 10 | ||||
-rw-r--r-- | kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild | 28 | ||||
-rw-r--r-- | kde-misc/gx-mail-notify/metadata.xml | 8 |
4 files changed, 0 insertions, 47 deletions
diff --git a/kde-misc/gx-mail-notify/Manifest b/kde-misc/gx-mail-notify/Manifest deleted file mode 100644 index 518ad0f531b7..000000000000 --- a/kde-misc/gx-mail-notify/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST 99617-gx_mail_notify-0.4.4.tar.bz2 37891 SHA256 b92ed05e866a257b616f707cbacb5600ae62685e3e76560b49095eaca85e4454 SHA512 200390a745fea84e3fb42b5776042545184fbbefda7ec279497f95de4a167db9502e645296eef2332a8e19ca905369d43c5799fb205fd621dd7e8e3ead60a0f7 WHIRLPOOL 6bdf54dfd76df369eb9911af749e2a4ca9484f6fb24aa41e9137ce594c40e7fdd04b33a4e506765fa059dbb74fd1a3436005928fb046e4c908f52f89ba70487d diff --git a/kde-misc/gx-mail-notify/files/gx-mail-notify-qt-4.7.patch b/kde-misc/gx-mail-notify/files/gx-mail-notify-qt-4.7.patch deleted file mode 100644 index 1619f3b08f03..000000000000 --- a/kde-misc/gx-mail-notify/files/gx-mail-notify-qt-4.7.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/mail_checker.cpp 2010-10-02 17:02:29.833334239 +0200 -+++ b/mail_checker.cpp 2010-05-05 22:54:26.000000000 +0200 -@@ -19,7 +19,7 @@ - #include <KDebug> - - MailChecker::MailChecker(Account * account) : QObject(), -- actual_action(CLOSE_CONNECTION), certificate_details_dialog(0), time_to_check(0), check_messages(-1), check_error(false) -+ actual_action(CLOSE_CONNECTION), certificate_details_dialog(0), time_to_check(0), check_messages(-1) - { - this->account = account; diff --git a/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild b/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild deleted file mode 100644 index b8668c06b63b..000000000000 --- a/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OPENGL_REQUIRED=always -inherit kde4-base - -MY_P=gx_mail_notify-${PV} - -DESCRIPTION="Plasmoid for checking unread mail" -HOMEPAGE="http://www.kde-look.org/content/show.php/GX+Mail+Notify?content=99617" -SRC_URI="http://www.kde-look.org/CONTENT/content-files/99617-${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="kde-plasma/plasma-workspace:4" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-qt-4.7.patch" ) - -S=${WORKDIR}/${MY_P} - -DOCS=( README ) diff --git a/kde-misc/gx-mail-notify/metadata.xml b/kde-misc/gx-mail-notify/metadata.xml deleted file mode 100644 index 0cf59224b009..000000000000 --- a/kde-misc/gx-mail-notify/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="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> -</maintainer> -</pkgmetadata> |