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 64C99138334 for ; Tue, 12 Mar 2019 07:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 901FCE0B1C; Tue, 12 Mar 2019 07:10:23 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63EB5E0B19 for ; Tue, 12 Mar 2019 07:10:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CE07335C9C for ; Tue, 12 Mar 2019 07:10:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 258C357A for ; Tue, 12 Mar 2019 07:10:18 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1552374460.489661b545ec4e03aa70052882d5afecf05cd850.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/gmailfeed/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/gmailfeed/gmailfeed-1.1.ebuild X-VCS-Directories: kde-misc/gmailfeed/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 489661b545ec4e03aa70052882d5afecf05cd850 X-VCS-Branch: master Date: Tue, 12 Mar 2019 07:10:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6413b61-f8bd-40d6-8b8f-3b26fc21ac3a X-Archives-Hash: 39622438cf11b887986e23adff749e38 commit: 489661b545ec4e03aa70052882d5afecf05cd850 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 12 00:24:54 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 12 07:07:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489661b5 kde-misc/gmailfeed: Drop 1.1 (r0) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/gmailfeed/gmailfeed-1.1.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/kde-misc/gmailfeed/gmailfeed-1.1.ebuild b/kde-misc/gmailfeed/gmailfeed-1.1.ebuild deleted file mode 100644 index b62ca23bf81..00000000000 --- a/kde-misc/gmailfeed/gmailfeed-1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Plasma 5 applet providing a list of unread emails from your Gmail inbox" -HOMEPAGE="https://store.kde.org/p/998911/ https://github.com/anthon38/gmailfeed" -SRC_URI="https://github.com/anthon38/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - $(add_frameworks_dep knotifications) - $(add_frameworks_dep plasma) - $(add_qt_dep qtdeclarative 'xml') - $(add_qt_dep qtnetwork) -" -RDEPEND="${DEPEND} - $(add_qt_dep qtquickcontrols) -"