diff options
Diffstat (limited to 'kde-apps/akonadi-calendar-tools-common')
3 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar-tools-common/Manifest b/kde-apps/akonadi-calendar-tools-common/Manifest new file mode 100644 index 000000000000..18af3e017f98 --- /dev/null +++ b/kde-apps/akonadi-calendar-tools-common/Manifest @@ -0,0 +1,3 @@ +DIST akonadi-calendar-tools-24.08.0.tar.xz 264900 BLAKE2B 6d8c6dd6ce2a1e92cf36405f81d90e676a31ae01db4ab86047ccba1418098c597021fdf698b46eca514de81dca61b768adf9b255f07b4194b58829bb68bd553e SHA512 a29abacbd77396ed2a9c7fa9e6104e28d6b2c47186e05c91ed8f32abc5451438b74c28ecbea157dcc686853a797b2fffc524857996613d4579d73f5c60070436 +EBUILD akonadi-calendar-tools-common-24.08.0.ebuild 362 BLAKE2B 2e9a22bf83e8bece99ff4d6ed848ba3e1160e3dc82f08f61aa30a829b3989310232d16646651ae787a15e77d5003d7765104448252a556212cf949037e240a9e SHA512 8cdafb1ce40278105264464553ed27b3a24736ac31d72466f1964e9cb0dfcf6b0a4ca5345e40dd1671090f68828fd10d0128a1b3feb0938cedc4c76f20d702ca +MISC metadata.xml 388 BLAKE2B 9e6ad08af2697daa84bd94a34450986acaf0f46c2715fc93de6049794b430786e88cc01a861bedb36fa4a6769f6868dfcd991e5c92a70d0ea5287b2d410be87d SHA512 795b6fc9030c09254d057ab70962daf231a41c9f9f0316d95dedf0a9dc7ec606b829863b931aa025e4245a4632ff48998ec26c8bffaf2aab42ee189e4d4a464b diff --git a/kde-apps/akonadi-calendar-tools-common/akonadi-calendar-tools-common-24.08.0.ebuild b/kde-apps/akonadi-calendar-tools-common/akonadi-calendar-tools-common-24.08.0.ebuild new file mode 100644 index 000000000000..0a0bb03bd6c4 --- /dev/null +++ b/kde-apps/akonadi-calendar-tools-common/akonadi-calendar-tools-common-24.08.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="true" +KDE_ORG_NAME="${PN/-common/}" +inherit ecm-common gear.kde.org + +LICENSE="GPL-2 handbook? ( FDL-1.2+ )" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + !<kde-apps/calendarjanitor-24.07.90-r1 + !<kde-apps/konsolekalendar-24.07.90-r1 +" diff --git a/kde-apps/akonadi-calendar-tools-common/metadata.xml b/kde-apps/akonadi-calendar-tools-common/metadata.xml new file mode 100644 index 000000000000..684b4d954c41 --- /dev/null +++ b/kde-apps/akonadi-calendar-tools-common/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/</bugs-to> + <remote-id type="kde-invent">pim/akonadi-calendar-tools</remote-id> + </upstream> +</pkgmetadata> |