commit: ae65ad7e9feb4b974798056dc377affeef5a35ce Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Tue Jan 17 20:29:25 2017 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue Jan 17 20:29:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=ae65ad7e
kde-misc/plasma-lionmail: Import latest from gentoo main tree Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-misc/plasma-lionmail/metadata.xml | 5 ++++ .../plasma-lionmail-0_p20121020.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/kde-misc/plasma-lionmail/metadata.xml b/kde-misc/plasma-lionmail/metadata.xml new file mode 100644 index 0000000..7a38bb9 --- /dev/null +++ b/kde-misc/plasma-lionmail/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> diff --git a/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild b/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild new file mode 100644 index 0000000..1893cc5 --- /dev/null +++ b/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Plasma widget displaying new and important email" +HOMEPAGE="https://www.kde.org http://www.vizzzion.org" +SRC_URI="https://dev.gentoo.org/~creffett/distfiles/${P}.tar.xz" + +LICENSE="GPL-2 LGPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + $(add_kdeapps_dep kdepimlibs) + kde-apps/akonadi:4 + kde-frameworks/kdelibs:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtwebkit:4 +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kdepim-runtime) +"
