diff options
author | ormorph <roma251078@mail.ru> | 2022-10-21 21:26:06 +0200 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-21 21:26:06 +0200 |
commit | d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2 (patch) | |
tree | db683ceb3b70596ea88833fc6fd9dfc1d3361f0a /trinity-apps/keep | |
parent | f6f1346c2bc2531895b27077add6f0f3adea8d04 (diff) | |
download | tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.tar.gz tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.zip |
Removing version 14.0.11
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/keep')
-rw-r--r-- | trinity-apps/keep/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/keep/keep-14.0.11.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/trinity-apps/keep/Manifest b/trinity-apps/keep/Manifest index c509221e..3284002d 100644 --- a/trinity-apps/keep/Manifest +++ b/trinity-apps/keep/Manifest @@ -1,2 +1 @@ -DIST keep-trinity-14.0.11.tar.xz 164396 BLAKE2B ea4a4076e5a74872e16be040364b6cf210db1d9724268095e2ca9354dd91bdb65c9357362c4cab18010d6b579f7b050bd0acb6cc86e29d1dc5227ebfc409779a SHA512 9b1f5e2e31a235569fa5271c68a3b66c23f4545b8dfabcc02149ce9155f65579ec1ad412661e8006c2efcc864083542594e15862854d803bb489165189922af9 DIST keep-trinity-14.0.12.tar.xz 164384 BLAKE2B 177f8cc4babebd6f059eb060fb72826aa4d7550e1e0fe3eb9bd8ee4b2f4f38f75bae9e7c14a78889bf0355c50e3807976c5b1023d40b7c93b2371ce446d4b2f0 SHA512 0af7cfe17dd4c0a2f8961d96550e56bfeeacfe7673be056593bd1b0b64519cc8a099909523bad7fc9eff21b0db263a46222e8a50cf8cbf723523ca60777d97c4 diff --git a/trinity-apps/keep/keep-14.0.11.ebuild b/trinity-apps/keep/keep-14.0.11.ebuild deleted file mode 100644 index 8f39b9cf..00000000 --- a/trinity-apps/keep/keep-14.0.11.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Copyright 2021 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -TRINITY_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="optional" - -TRINITY_LANGS="bg br cs da de el es ga gl it ja - ka lt nl pl pt ru sk sr sr@Latn sv tr" - -TRINITY_MODULE_TYPE="applications/utilities" -inherit trinity-base-2 - -DESCRIPTION="A simple backup system for TDE." -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -RDEPEND="~trinity-base/kcontrol-${PV} - app-backup/rdiff-backup" - -pkg_postinst () { - echo - einfo "After initial install the Keep daemon needs to be started via KControl." - einfo "The Keep daemon will be loaded automatically at the next TDE startup." - echo -} |