commit:     c9cf20e7aa9f205408ddc6a2e83e9579b8ff08ad
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 13:34:53 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 13:36:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cf20e7

app-editors/okteta: Drop 0.26.2

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-editors/okteta/Manifest             |  1 -
 app-editors/okteta/okteta-0.26.2.ebuild | 66 ---------------------------------
 2 files changed, 67 deletions(-)

diff --git a/app-editors/okteta/Manifest b/app-editors/okteta/Manifest
index d68cbbc1a7b..64034c02aa8 100644
--- a/app-editors/okteta/Manifest
+++ b/app-editors/okteta/Manifest
@@ -1,2 +1 @@
-DIST okteta-0.26.2.tar.xz 976264 BLAKE2B 
6bd0708ecab61097130ad3b96d44c4a58a7711f6d9ecc9c70d3db792728489f395e691b0157f0cf8ffc0e07b1796ce6fde9f689108c3236412ad37c4e87a210a
 SHA512 
9d79cfecf80a7bfd4eb42ac8ee93d83140064601c16be0bed38481f7f0ea8ed2fa0aedfd16be3547f2bbd65ab483281e0ecdc0e59799040d67ecf1b4cda39246
 DIST okteta-0.26.3.tar.xz 947272 BLAKE2B 
c4502315a3713aebfb6f19adb92b01268346b0f71f1f59007b7f0dc06aa1ad71993a7b022669f7912ad10cec6c7d2eed9b552d66294f6b6657e664c3b1ba95bd
 SHA512 
345e6ebb339a046e66e0d5b056ee487d881afa21d1ed29db2fb213200e431ba6936b1bf75a49733c14c96bdbee2482ed860257b0666b19f701c5ad0fd57e58c6

diff --git a/app-editors/okteta/okteta-0.26.2.ebuild 
b/app-editors/okteta/okteta-0.26.2.ebuild
deleted file mode 100644
index 4e9dc984c24..00000000000
--- a/app-editors/okteta/okteta-0.26.2.ebuild
+++ /dev/null
@@ -1,66 +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="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-       SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-       KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Hex editor by KDE"
-HOMEPAGE="https://kde.org/applications/utilities/okteta
-https://utils.kde.org/projects/okteta/";
-IUSE="crypt designer"
-
-DEPEND="
-       $(add_frameworks_dep kbookmarks)
-       $(add_frameworks_dep kcmutils)
-       $(add_frameworks_dep kcodecs)
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kjobwidgets)
-       $(add_frameworks_dep knewstuff)
-       $(add_frameworks_dep kparts)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtnetwork)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qtscript 'scripttools')
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       crypt? ( app-crypt/qca:2[qt5(+)] )
-       designer? ( $(add_qt_dep designer) )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DOMIT_EXAMPLES=ON
-               $(cmake_use_find_package crypt Qca-qt5)
-               -DBUILD_DESIGNERPLUGIN=$(usex designer)
-       )
-
-       kde5_src_configure
-}
-
-src_test() {
-       local myctestargs=( -j1 )
-
-       kde5_src_test
-}

Reply via email to