From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C565139695 for ; Mon, 20 Feb 2017 17:03:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3AAEE0D26; Mon, 20 Feb 2017 17:03:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5BC9E0D26 for ; Mon, 20 Feb 2017 17:03:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85B96340E75 for ; Mon, 20 Feb 2017 17:03:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8010F4E98 for ; Mon, 20 Feb 2017 17:03:34 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1487610116.5cecdd201bc2318c8cfdd10db563ae196a9f43ca.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-lionmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/plasma-lionmail/Manifest kde-misc/plasma-lionmail/metadata.xml kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild X-VCS-Directories: kde-misc/plasma-lionmail/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5cecdd201bc2318c8cfdd10db563ae196a9f43ca X-VCS-Branch: master Date: Mon, 20 Feb 2017 17:03:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 64f74393-e8aa-4b5a-99af-e7348cb653dc X-Archives-Hash: e0ee32002a19cac47de292306db54ad5 commit: 5cecdd201bc2318c8cfdd10db563ae196a9f43ca Author: Johannes Huber gentoo org> AuthorDate: Mon Feb 20 16:58:10 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Feb 20 17:01:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cecdd20 kde-misc/plasma-lionmail: Remove last-rited pkg kde-misc/plasma-lionmail/Manifest | 1 - kde-misc/plasma-lionmail/metadata.xml | 8 ------- .../plasma-lionmail-0_p20121020.ebuild | 28 ---------------------- 3 files changed, 37 deletions(-) diff --git a/kde-misc/plasma-lionmail/Manifest b/kde-misc/plasma-lionmail/Manifest deleted file mode 100644 index bd23926aea..0000000000 --- a/kde-misc/plasma-lionmail/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-lionmail-0_p20121020.tar.xz 38840 SHA256 30c773a274bff567ba9b1b4cc6a2acbb2587f7665a407125b5e004afa822e765 SHA512 f66d7a1b71a357c06bca0a7057ba6f0b15e6ea59d3bf3639baabf89de6d87ecbd2ba77199fa1a430f4a65fabb279c30d7bbea78796445098a2f24527897a89e3 WHIRLPOOL 653bfef94498ac246e66be656b38aa40cbdbb90eba1b34fbcf1c4602adfad6854046446a61a843d0ba06c1e02fd7a9928ec2924bd9a7bec50a35b819787eae30 diff --git a/kde-misc/plasma-lionmail/metadata.xml b/kde-misc/plasma-lionmail/metadata.xml deleted file mode 100644 index 2fdbf33d96..0000000000 --- a/kde-misc/plasma-lionmail/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - diff --git a/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild b/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild deleted file mode 100644 index 6472332137..0000000000 --- a/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.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 - -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) -"