summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-06 17:39:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-06 17:42:05 +0100
commit64b98b15a33d18d664bcecc6d0d922e6746fe50f (patch)
tree4ec5cff8b28333484f7e2dbfc6461b5143cf5c18 /kde-apps/mailcommon
parentapp-admin/ansible: cleanup (diff)
downloadgentoo-64b98b15a33d18d664bcecc6d0d922e6746fe50f.tar.gz
gentoo-64b98b15a33d18d664bcecc6d0d922e6746fe50f.tar.bz2
gentoo-64b98b15a33d18d664bcecc6d0d922e6746fe50f.zip
kde-apps: Drop KDE Release Service 19.12.1
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/mailcommon')
-rw-r--r--kde-apps/mailcommon/Manifest1
-rw-r--r--kde-apps/mailcommon/mailcommon-19.12.1.ebuild64
2 files changed, 0 insertions, 65 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest
index a012f7e50b1d..ce79293ccd4e 100644
--- a/kde-apps/mailcommon/Manifest
+++ b/kde-apps/mailcommon/Manifest
@@ -1,3 +1,2 @@
DIST mailcommon-19.08.3.tar.xz 693672 BLAKE2B 2be6b716903e83a8e9397a24d8f062b65180e39fef1b0d784804a9bb09a1760d66a2099c331da6456c3bac7654d91c238acc3275961fbd4234afdc11c8784470 SHA512 d1bf8aea689f0cb24dc2030c258795465b3a5e5c16bb49a2f35f62b999faf97cb40f0dd3d4e2bd2d6033e48438bc693fddcfa69d34ad799f4fb22d808f9b06ff
-DIST mailcommon-19.12.1.tar.xz 701392 BLAKE2B 639f8b60776ac49546c51f09b25a491bf95f0a898f5feb4efbdbfed1a432de76884e2d31380a07bd63da2f0a0dc44734dbb8fb33809d2705d51863ed1e74899a SHA512 4af1bb83d4f2a54ba1053708345f47b93b300a14e4cae6ce6f5b631c0155b0973916d26b66fe0a51e6713929a6ea002c07d5d3756b5e9fbdf1b33685b7bb899a
DIST mailcommon-19.12.2.tar.xz 699336 BLAKE2B cfb9fa71d1e189406154d422e29e3b52c1f6477def749acaf13461a1a85a4f1c0b11ddd93647b582e1f9395780c3f6aa93c356150a7c3c6efda41602d07a5b0f SHA512 f16000d4f0dc40f0a6d645283ac7ab4eae8ae1f07090800c95d2c929ab707179b7c50b0e1820bdcae34a5bfa823331256a17027037109a3628beb21761d66eb8
diff --git a/kde-apps/mailcommon/mailcommon-19.12.1.ebuild b/kde-apps/mailcommon/mailcommon-19.12.1.ebuild
deleted file mode 100644
index c0d0519ae014..000000000000
--- a/kde-apps/mailcommon/mailcommon-19.12.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.63.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Common mail library"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-# drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0
-BDEPEND="
- dev-libs/libxslt
-"
-DEPEND="
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcontacts-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kitemmodels-${KFMIN}:5
- >=kde-frameworks/kitemviews-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/syntax-highlighting-${KFMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/akonadi-contacts-${PVCUT}:5
- >=kde-apps/akonadi-mime-${PVCUT}:5
- >=kde-apps/kmailtransport-${PVCUT}:5
- >=kde-apps/kmime-${PVCUT}:5
- >=kde-apps/kpimtextedit-${PVCUT}:5
- >=kde-apps/libkdepim-${PVCUT}:5
- >=kde-apps/mailimporter-${PVCUT}:5
- >=kde-apps/messagelib-${PVCUT}:5
- >=kde-apps/pimcommon-${PVCUT}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtmultimedia-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5=
- >=dev-qt/qtxml-${QTMIN}:5
- >=media-libs/phonon-4.10.90
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
-"
-
-RESTRICT+=" test"