summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/umbrello')
-rw-r--r--kde-apps/umbrello/Manifest1
-rw-r--r--kde-apps/umbrello/umbrello-19.08.0.ebuild56
2 files changed, 0 insertions, 57 deletions
diff --git a/kde-apps/umbrello/Manifest b/kde-apps/umbrello/Manifest
index 2a1856dc05e0..803ef0902498 100644
--- a/kde-apps/umbrello/Manifest
+++ b/kde-apps/umbrello/Manifest
@@ -1,3 +1,2 @@
DIST umbrello-19.04.3.tar.xz 3689040 BLAKE2B f5225082dd67340fdb17fd8b04504cb5fa299dfd21c7d79d46c3c120d55b7a4a92855e981428bb8be30ea1cad9032365e9f330b0db4e5a5116951a2596d4a766 SHA512 85add6795409f3ea2ce5b835edc9878ee3bb9f17b52d0dbb56b3230c4ef3b3fd9f4533238112390efd6cfbf33fd084ac8abb759992124926080fb1da64f34b68
-DIST umbrello-19.08.0.tar.xz 3705704 BLAKE2B be2349fdd68032548c2bdbba5ab148017628478a3ad9dbc1f7169e11cbb75625341a2316659e81d7ba773da4775366af51d99e69b1df462f9a10c0af34a76a9d SHA512 46f95eba5b5880e1df7bbc952c35fbf93959a03aed4e9b2247e54b1cfcc65388a38c85e596a080c70f750f9ffeff17089e186ed7ea9a4dfb1248ba8118f9ecda
DIST umbrello-19.08.1.tar.xz 3704860 BLAKE2B 0187bffdc2fa441e86d4d704b82b2b634def6e3d31fbe994a5b9d5e7ba49627a48b52ce079e9d4222ba5f0f2bbd46334ec677ff544de4cd21161e5d9127278e7 SHA512 a960cd47f5a6df91354d143345aedc1212810bad90de3f11387e848f65db6d1c0814ca6034c44ad130082ffe68cad5585f25e9cf710e9b4332f6218f2d2fd3fb
diff --git a/kde-apps/umbrello/umbrello-19.08.0.ebuild b/kde-apps/umbrello/umbrello-19.08.0.ebuild
deleted file mode 100644
index a75e8d122d85..000000000000
--- a/kde-apps/umbrello/umbrello-19.08.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE UML Modeller"
-HOMEPAGE="
- https://kde.org/applications/development/umbrello
- https://umbrello.kde.org
-"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- dev-libs/libxml2
- dev-libs/libxslt
- >=dev-qt/qtwebkit-5.212.0_pre20180120:5
-"
-DEPEND="${RDEPEND}
- $(add_frameworks_dep kdelibs4support)
-"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_KF5=ON
- -DBUILD_unittests=$(usex test)
- )
- use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON )
-
- kde5_src_configure
-}