summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 00:21:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 13:59:58 +0100
commit0abb51da04615d49f02f5daf97acc338ba9afbf1 (patch)
tree6dbcd02ca723d620256a1e9e4933334cce647dd9 /kde-apps/kpimtextedit
parentkde-apps: Add KDE Applications 18.12.2 (diff)
downloadgentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.gz
gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.bz2
gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.zip
kde-apps: Drop KDE Applications 18.12.1
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kpimtextedit')
-rw-r--r--kde-apps/kpimtextedit/Manifest1
-rw-r--r--kde-apps/kpimtextedit/kpimtextedit-18.12.1.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/kpimtextedit/Manifest b/kde-apps/kpimtextedit/Manifest
index 7319f7669a9b..9d3005959cb8 100644
--- a/kde-apps/kpimtextedit/Manifest
+++ b/kde-apps/kpimtextedit/Manifest
@@ -1,3 +1,2 @@
DIST kpimtextedit-18.08.3.tar.xz 143012 BLAKE2B 157a6231e2def27b89781c29c99c73f8c35cf6e60bc6b5e293e9aa1eb78be65dad5a24485500193e9156c1fe2986dc75d7e8e80d3692e5ce1001d590fd2f5229 SHA512 3a5ca2c2fc30f1c961a6f8b76a01c29be4b36c4e512e3c0cfaaa36c95fa9ba548f0d56cca3b9be86f2453c5c4be990b031cb2cd52a0747e1ab8af798156a7da7
-DIST kpimtextedit-18.12.1.tar.xz 142852 BLAKE2B 6dbb5ec21b26dbf019ce851066a341844ef2e5149bf5ba13c9c820d3084c2361befe90f96788a12a5d30514a196c050feb5c289d268bd21223359acc57db7553 SHA512 93af30e10ffb1ed34ebbf10266c035595f5681a925d03914d151d4a59152153d86e402fbf9e48e1ec10795e02fbc12532bee613e16bd1b5650d4b319f56fb444
DIST kpimtextedit-18.12.2.tar.xz 142808 BLAKE2B 208bdb1647499c27972beeaf4bddb29951d3613cbb3b8a19d7b9150a2f9e7dc8b59a6cc2673ce9d250b918db18b5fbab76b5429771e41391488cf8a805018d6a SHA512 6961f0fff5343bf77518b0d7e4991375c1a4d8b909ca81019c4a9574806942a115d08a4793bb7cfd4f6aca97d4b3e0909c6475a66c25b89866f16509899a5326
diff --git a/kde-apps/kpimtextedit/kpimtextedit-18.12.1.ebuild b/kde-apps/kpimtextedit/kpimtextedit-18.12.1.ebuild
deleted file mode 100644
index 8408949a9177..000000000000
--- a/kde-apps/kpimtextedit/kpimtextedit-18.12.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_DESIGNERPLUGIN="true"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="A textedit with PIM-specific features"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kemoticons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep sonnet)
- $(add_frameworks_dep syntax-highlighting)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtspeech)
- $(add_qt_dep qtwidgets)
- dev-libs/grantlee:5
-"
-DEPEND="${COMMON_DEPEND}
- test? ( $(add_frameworks_dep ktextwidgets) )
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/kdepim-l10n
-"
-
-RESTRICT+=" test"