diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-11 11:44:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-11 11:44:33 +0200 |
commit | b437c61347c2eecbde3f3f1ac51334712dd22ddb (patch) | |
tree | 9d38cf80383264d404bda19ac4955b4dfb1ca11f /kde-frameworks/kcalendarcore | |
parent | kde-frameworks/ktexteditor: Tarball respun (diff) | |
download | kde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.tar.gz kde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.tar.bz2 kde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.zip |
kde-frameworks: Drop KDE Frameworks 5.69.0
Moved to Gentoo ebuild repository.
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcalendarcore')
-rw-r--r-- | kde-frameworks/kcalendarcore/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kcalendarcore/kcalendarcore-5.69.0.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest deleted file mode 100644 index 1c2de67d2b..0000000000 --- a/kde-frameworks/kcalendarcore/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kcalendarcore-5.69.0.tar.xz 253928 BLAKE2B 2575f6694aa45cae472362099800b0d6d772d0d63c55cf487cbd5bd8a9ecd6d54927ac59962320a792358c972d308bfd90e15614a753a70dd8fbfe29dce370c0 SHA512 ad6dec851b7ced7432d4437411b2a7fd4d0ed346b68908e416d6a1622a8c71b8f7464c7795d53291cce58e7280b3427ad1a3f2c76c125f9ca5d94a7bdf8a036c diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.69.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.69.0.ebuild deleted file mode 100644 index b38d5f3054..0000000000 --- a/kde-frameworks/kcalendarcore/kcalendarcore-5.69.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="true" -QTMIN=5.12.3 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Library for interfacing with calendars" -LICENSE="GPL-2+ test? ( LGPL-3+ )" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="" - -BDEPEND=" - sys-devel/bison -" -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - dev-libs/libical:= -" -RDEPEND="${DEPEND} - !kde-apps/kcalcore:5 -" - -RESTRICT+=" test" # multiple tests fail or hang indefinitely |