diff options
author | E. Liddell <ejlddll@warpmail.net> | 2020-06-14 15:11:56 -0400 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-29 10:10:21 +0100 |
commit | 9b3eddb24c48f766b7d8b09e964b9c321a976e1a (patch) | |
tree | ee6b1818d83b16cddda46e819c5d1ae245f8ddd3 /trinity-base/libkpgp | |
parent | 18b54c6e19558c3dcfdf6d41bd64bd6850a3d924 (diff) | |
download | tde-packaging-gentoo-9b3eddb24c48f766b7d8b09e964b9c321a976e1a.tar.gz tde-packaging-gentoo-9b3eddb24c48f766b7d8b09e964b9c321a976e1a.zip |
14.0.7 and 14.0.8 ebuilds for roughly 50% of tdepim (see the tdepim-meta ebuild for what is missing and why)
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
Diffstat (limited to 'trinity-base/libkpgp')
-rw-r--r-- | trinity-base/libkpgp/Manifest | 2 | ||||
-rw-r--r-- | trinity-base/libkpgp/libkpgp-14.0.7.ebuild | 18 | ||||
-rw-r--r-- | trinity-base/libkpgp/libkpgp-14.0.8.ebuild | 18 |
3 files changed, 38 insertions, 0 deletions
diff --git a/trinity-base/libkpgp/Manifest b/trinity-base/libkpgp/Manifest new file mode 100644 index 00000000..7add9d33 --- /dev/null +++ b/trinity-base/libkpgp/Manifest @@ -0,0 +1,2 @@ +DIST tdepim-trinity-14.0.7.tar.xz 9367460 BLAKE2B cbb4a16cd18dcfbd09dffd829b086c02af36863e57b72af8496c28870b21cbfe2525809f0116e38ccbfd03ec0216617c240c46248f63fb35c993fe632c434048 SHA512 ebedf72b1454c22dfa60608ce83083e3e366758160b42dbaf881f754a0d95ea3cef9b5bbfe1849f3ef6ecfc2fb9635056cc8595d3f7e910e1c91394aceb2c76d +DIST tdepim-trinity-14.0.8.tar.xz 9357184 BLAKE2B d5e489faa5a2e7db41dc1f076280e8115fd5c7cfd136c65088418ef1e2f2e5ddb0eaf013818acabeb96d7b4ed72ae4b749b1872066c6f804fd4292aa7c0d1c5f SHA512 f9f4d49d5ec02f1e2f472d4dff5b1f326ffa657e3e33f83a3d396ae729c978afcf2ee6256098f4bf0f958a17838a50633a27cbb11e4d177f19b306b72bb5db62 diff --git a/trinity-base/libkpgp/libkpgp-14.0.7.ebuild b/trinity-base/libkpgp/libkpgp-14.0.7.ebuild new file mode 100644 index 00000000..0876ff56 --- /dev/null +++ b/trinity-base/libkpgp/libkpgp-14.0.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +TRINITY_MODULE_NAME="tdepim" + +inherit trinity-meta-2 + +DESCRIPTION="Trinity PGP library" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/libical + ~trinity-base/ktnef-${PV} + ~trinity-base/libkmime-${PV}" +RDEPEND="${DEPEND}" + +TSM_EXTRACT_ALSO="libtdepim/"
\ No newline at end of file diff --git a/trinity-base/libkpgp/libkpgp-14.0.8.ebuild b/trinity-base/libkpgp/libkpgp-14.0.8.ebuild new file mode 100644 index 00000000..0876ff56 --- /dev/null +++ b/trinity-base/libkpgp/libkpgp-14.0.8.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +TRINITY_MODULE_NAME="tdepim" + +inherit trinity-meta-2 + +DESCRIPTION="Trinity PGP library" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/libical + ~trinity-base/ktnef-${PV} + ~trinity-base/libkmime-${PV}" +RDEPEND="${DEPEND}" + +TSM_EXTRACT_ALSO="libtdepim/"
\ No newline at end of file |