summaryrefslogtreecommitdiffstats
path: root/trinity-apps/keep
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/keep')
-rw-r--r--trinity-apps/keep/Manifest1
-rw-r--r--trinity-apps/keep/keep-14.0.11.ebuild33
2 files changed, 34 insertions, 0 deletions
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
+}