From 9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 Mon Sep 17 00:00:00 2001 From: ormorph Date: Mon, 15 Nov 2021 22:06:35 +0300 Subject: Added ebuilds for stable version 14.0.11 Signed-off-by: ormorph --- trinity-apps/keep/Manifest | 1 + trinity-apps/keep/keep-14.0.11.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 trinity-apps/keep/keep-14.0.11.ebuild (limited to 'trinity-apps/keep') diff --git a/trinity-apps/keep/Manifest b/trinity-apps/keep/Manifest index a88a83ca..17594906 100644 --- a/trinity-apps/keep/Manifest +++ b/trinity-apps/keep/Manifest @@ -1 +1,2 @@ +DIST keep-trinity-14.0.11.tar.xz 164396 BLAKE2B ea4a4076e5a74872e16be040364b6cf210db1d9724268095e2ca9354dd91bdb65c9357362c4cab18010d6b579f7b050bd0acb6cc86e29d1dc5227ebfc409779a SHA512 9b1f5e2e31a235569fa5271c68a3b66c23f4545b8dfabcc02149ce9155f65579ec1ad412661e8006c2efcc864083542594e15862854d803bb489165189922af9 DIST keep-trinity-14.0.8.tar.xz 437352 BLAKE2B 454f60375cf602a56b840ae2c3edcfb0dae95e682e366e49818a5c121ddf0373554878cd4bb97a581ff9624fe42cc8b8ae49aa92179fa9300fc1eafbb33687f2 SHA512 5516caf9b3e784eaf46142d536cb2bda9a31051904cbacc9db35345a20a74f2d2caf3476a85eba531d02c2e56aaeef74a1901675ffe5215f82e6847195e18131 diff --git a/trinity-apps/keep/keep-14.0.11.ebuild b/trinity-apps/keep/keep-14.0.11.ebuild new file mode 100644 index 00000000..8bc94c95 --- /dev/null +++ b/trinity-apps/keep/keep-14.0.11.ebuild @@ -0,0 +1,33 @@ +# 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 ~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 +} -- cgit v1.2.1