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 E4D10138334 for ; Sun, 29 Sep 2019 20:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02AF4E0909; Sun, 29 Sep 2019 20:07:32 +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 DFD0BE0909 for ; Sun, 29 Sep 2019 20:07:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8327234B6DF for ; Sun, 29 Sep 2019 20:07:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64C9D82A for ; Sun, 29 Sep 2019 20:07:26 +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: <1569787627.e30ed843c8402379df98749d633d75b1bf66efa0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kimap2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/kimap2/Manifest net-libs/kimap2/kimap2-0.2.0-r1.ebuild X-VCS-Directories: net-libs/kimap2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e30ed843c8402379df98749d633d75b1bf66efa0 X-VCS-Branch: master Date: Sun, 29 Sep 2019 20:07:26 +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: cacdcbd3-affb-4988-a98d-afcf2dfc6f42 X-Archives-Hash: 3ee0f4006a7dabc9065384a441df3654 commit: e30ed843c8402379df98749d633d75b1bf66efa0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 29 19:50:14 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 29 20:07:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30ed843 net-libs/kimap2: Drop 0.2.0-r1 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/kimap2/Manifest | 1 - net-libs/kimap2/kimap2-0.2.0-r1.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/net-libs/kimap2/Manifest b/net-libs/kimap2/Manifest index 605f57a8486..81b3b7cd45e 100644 --- a/net-libs/kimap2/Manifest +++ b/net-libs/kimap2/Manifest @@ -1,2 +1 @@ -DIST kimap2-0.2.0.tar.xz 91624 BLAKE2B 37065978c80739415a7b0acc9491b3344865d452c65e50cde5941fa45bf5c2423cf5389d85b46f229e28adb644f8ed12bab8af9c8cbe50ecfffa5b88fd30435a SHA512 33258217767cec2f0a3b7f47d733701fb90239b32ae8ae96bcac4215b059e7ab245d4c151e18f924c13f5a7bbfc890ecac6ccdccc40c91e008e44b67c322a8d4 DIST kimap2-0.3.0.tar.xz 91948 BLAKE2B 95bc03eb7a5d99525a897327e6e12d46bc5fecbcfb521ad91645db8b531a1cd3f7e3125b6ceee412f6e2a53bed9b75e4993f6267722d23976f50fd711481b631 SHA512 a351fbd8a2c532a963d488c64fc497d05be3521fb2ddf2d942a9c2ebc6a76068f509c283c6335dee03c9ff1a6df294fa69b2033874d33dc6a860b70e1d4e973a diff --git a/net-libs/kimap2/kimap2-0.2.0-r1.ebuild b/net-libs/kimap2/kimap2-0.2.0-r1.ebuild deleted file mode 100644 index 87ebec63372..00000000000 --- a/net-libs/kimap2/kimap2-0.2.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Library for interacting with IMAP servers - successor of kimap" -SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcoreaddons) - $(add_kdeapps_dep kmime) - $(add_qt_dep qtnetwork 'ssl') - dev-libs/cyrus-sasl:2 -" -RDEPEND="${DEPEND}" - -RESTRICT+=" test"