commit:     3e3097a1ea9c73cc9021b93e7ab6858be3dd1bd6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 18:12:27 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 18:12:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3097a1

app-office/kraft: drop 0.95

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/kraft/Manifest          |  1 -
 app-office/kraft/kraft-0.95.ebuild | 50 --------------------------------------
 2 files changed, 51 deletions(-)

diff --git a/app-office/kraft/Manifest b/app-office/kraft/Manifest
index 8f3e97345d87..0094ce821964 100644
--- a/app-office/kraft/Manifest
+++ b/app-office/kraft/Manifest
@@ -1,2 +1 @@
-DIST kraft-0.95.tar.gz 877790 BLAKE2B 
4099845816191c5760f81a5512dc5d5afab1a76eb79c5d3fdead58d7a25342c4f461a6bf4d65313837d6bce32e80c1c8348f674b62358bb08cfdfd3ecf845bad
 SHA512 
8070827a491b2a923b4608752ee2202377aeb2c472a3ee81feaad3b853d13bafe9f9c70719e1dfffeceb1492df80608327a56541453456be87a97bb3d5457f42
 DIST kraft-0.98.tar.gz 968081 BLAKE2B 
01221ea11e3d4793b2158f1742a2629759405aed22cc4e2c33e0c2d54862c34eb51f435af11738b383671b254e984a92a3362e9465ebb899054401156f535cba
 SHA512 
f8241ac00d80d45224fdc1d4847724d08ac138ea4c6a95a598b001c977002b2c3e8a9f054a1ac2ac4e86de6de8eff304b11b653a3dc3225ad757c5f5ca501850

diff --git a/app-office/kraft/kraft-0.95.ebuild 
b/app-office/kraft/kraft-0.95.ebuild
deleted file mode 100644
index e601fabc76db..000000000000
--- a/app-office/kraft/kraft-0.95.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VIRTUALX_REQUIRED="test"
-inherit ecm
-
-DESCRIPTION="Software to manage quotes and invoices in small enterprises"
-HOMEPAGE="https://www.volle-kraft-voraus.de/";
-SRC_URI="https://github.com/dragotin/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-IUSE="pim"
-
-RESTRICT+=" test" # requires package installed, bug 745408
-
-DEPEND="
-       dev-cpp/ctemplate
-       dev-libs/grantlee:5
-       dev-qt/qtgui:5
-       dev-qt/qtsql:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtxml:5
-       kde-frameworks/kconfig:5
-       kde-frameworks/kcontacts:5
-       kde-frameworks/ki18n:5
-       pim? (
-               >=kde-apps/akonadi-19.04.3:5
-               >=kde-apps/akonadi-contacts-19.04.3:5
-               kde-frameworks/kcoreaddons:5
-       )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
-
-PATCHES=( "${FILESDIR}/${P}-i18n-warning.patch" )
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_DISABLE_FIND_PACKAGE_Asciidoctor=ON
-               $(cmake_use_find_package pim KF5Akonadi)
-               $(cmake_use_find_package pim KF5AkonadiContact)
-       )
-
-       ecm_src_configure
-}

Reply via email to