diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 20:21:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 20:58:09 +0200 |
commit | c1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch) | |
tree | c62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/kcalcore | |
parent | media-libs/libqaccessibilityclient: New package (diff) | |
download | gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.gz gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.bz2 gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.zip |
kde-apps: Add KDE Applications 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/kcalcore')
-rw-r--r-- | kde-apps/kcalcore/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kcalcore/kcalcore-17.08.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-apps/kcalcore/Manifest b/kde-apps/kcalcore/Manifest index 0b4d6ab001ea..502013f81855 100644 --- a/kde-apps/kcalcore/Manifest +++ b/kde-apps/kcalcore/Manifest @@ -1 +1,2 @@ DIST kcalcore-17.04.3.tar.xz 296564 SHA256 ac4175f3c8cdb97e323bb0e984012804b8df165db25889878ed000ec9368279e SHA512 751437456247cac00b78cd6f11620eb8eb43f414f453f1bd3a6bce8b364c4ad77b67e313a0e32e373db5b625dce8440f54df0a55949a76dd843f4845e64d726f WHIRLPOOL 50369fcef0c56f10eb7d838031b8ac98195a70259e7fe30e64dd806873f41712d793008938c159fe9c73da4202d62ad07e736ba5ce4b708799c7dc06fc564432 +DIST kcalcore-17.08.0.tar.xz 282412 SHA256 3d3a2a1e0a021da17a74840835b98ec6d79d96b6a0f1cc3f8c496c6af6fafeee SHA512 83b8d9ecd6a6175e33bac431e94da3a58ed099052e976affbe94f4563474373c0e71774a5e4da25b8fbe928132bd924918dece6d9609e5b732f633a8348fc799 WHIRLPOOL baf16681cc2a667b7b8fd7f824b4a9d31870f4a81e8c1c577c84cea8eb09f943c2556afbfd25f89ba0cbaab933c5be247e185342929919ce8d47b136d68f467f diff --git a/kde-apps/kcalcore/kcalcore-17.08.0.ebuild b/kde-apps/kcalcore/kcalcore-17.08.0.ebuild new file mode 100644 index 000000000000..ad5afbb3802f --- /dev/null +++ b/kde-apps/kcalcore/kcalcore-17.08.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library for handling calendar data" +LICENSE="GPL-2+ test? ( LGPL-3+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_qt_dep qtgui) + dev-libs/libical:= + sys-apps/util-linux +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" # multiple tests fail or hang indefinitely |