summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild')
-rw-r--r--kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild28
1 files changed, 0 insertions, 28 deletions
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 )