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 0F2B81396DA for ; Sun, 19 Nov 2017 22:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ED3FE0F24; Sun, 19 Nov 2017 22:33:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0A9EBE0F24 for ; Sun, 19 Nov 2017 22:33:20 +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 5236F33BE2E for ; Sun, 19 Nov 2017 22:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 158D7A0AA for ; Sun, 19 Nov 2017 22:33: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: <1511119653.8222f4e33910d972be8f3580f331f155f4f7016f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kraft/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kraft/kraft-0.80_beta2.ebuild X-VCS-Directories: app-office/kraft/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8222f4e33910d972be8f3580f331f155f4f7016f X-VCS-Branch: master Date: Sun, 19 Nov 2017 22:33: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-Archives-Salt: 214804fe-647b-4fa6-b361-954417ed2756 X-Archives-Hash: a53a3cafea414797590cfd25f65326e4 commit: 8222f4e33910d972be8f3580f331f155f4f7016f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 19 19:27:33 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 19 19:27:33 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8222f4e3 app-office/kraft: Drop 0.80_beta2 Newer snapshot is in Gentoo ebuild repository. Package-Manager: Portage-2.3.14, Repoman-2.3.6 app-office/kraft/kraft-0.80_beta2.ebuild | 45 -------------------------------- 1 file changed, 45 deletions(-) diff --git a/app-office/kraft/kraft-0.80_beta2.ebuild b/app-office/kraft/kraft-0.80_beta2.ebuild deleted file mode 100644 index dd793e912f..0000000000 --- a/app-office/kraft/kraft-0.80_beta2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Software to manage quotes and invoices in small enterprises" -HOMEPAGE="http://www.volle-kraft-voraus.de/" -SRC_URI="https://github.com/dragotin/${PN}/archive/${PV/_/}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kemoticons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep sonnet) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep kcontacts) - $(add_qt_dep qtconcurrent) - $(add_qt_dep qtdbus) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtsql) - $(add_qt_dep qtwebengine 'widgets') - $(add_qt_dep qtwidgets) - dev-cpp/ctemplate -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${PV/_/}" - -DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )