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 7DB0F1382C5 for ; Tue, 6 Mar 2018 22:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DF1FE09A2; Tue, 6 Mar 2018 22:10:27 +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 38ABAE0999 for ; Tue, 6 Mar 2018 22:10:26 +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 B13E4335C2E for ; Tue, 6 Mar 2018 22:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E93F71EF for ; Tue, 6 Mar 2018 22:10:22 +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: <1520374183.f66a42b8497831d81a73a1c37542113041b74a25.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligra/calligra-9999.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f66a42b8497831d81a73a1c37542113041b74a25 X-VCS-Branch: master Date: Tue, 6 Mar 2018 22:10:22 +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: bfd15eef-6fa8-4841-9a4c-5f0e6c1086be X-Archives-Hash: d21477a29e26f6256a320ec01cbe225e commit: f66a42b8497831d81a73a1c37542113041b74a25 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 6 21:51:37 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 6 22:09:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f66a42b8 app-office/calligra: Drop unused versionator.eclass Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-office/calligra/calligra-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index 14c26f0e0b..79b6407bea 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -8,7 +8,7 @@ KDE_APPS_MINIMAL="17.12.0" KDE_HANDBOOK="forceoptional" KDE_PO_DIRS="po plan/po" KDE_TEST="forceoptional" -inherit check-reqs kde5 versionator +inherit check-reqs kde5 DESCRIPTION="KDE Office Suite" HOMEPAGE="https://www.calligra.org/"