summaryrefslogtreecommitdiff
path: root/net-im/dino
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
commitb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /net-im/dino
parent066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff)
gentoo resync : 19.03.2019
Diffstat (limited to 'net-im/dino')
-rw-r--r--net-im/dino/Manifest4
-rw-r--r--net-im/dino/dino-9999.ebuild6
-rw-r--r--net-im/dino/metadata.xml2
3 files changed, 6 insertions, 6 deletions
diff --git a/net-im/dino/Manifest b/net-im/dino/Manifest
index fe201cf3075e..d1772b4b99d3 100644
--- a/net-im/dino/Manifest
+++ b/net-im/dino/Manifest
@@ -1,2 +1,2 @@
-EBUILD dino-9999.ebuild 1542 BLAKE2B 61c46ecd806503d17bf27f2f9346f01175cd6fc38ac4b5718fae2e7408ba6d50f9c9dba1bb16a4b12fd6edbf590b0e5bfa6997295e46344b6b21aacde48ff8f7 SHA512 8538cb7d1edae2dd8a34f2e3eef4bb2e93fcd5c9940adf2a9426baf7d8586742649751adf8c04938fb4b38568fc3a91b5d3a1be6119b6fd5f9f35f34e2006397
-MISC metadata.xml 575 BLAKE2B df85897e138ef2e19f9d4a700fe6b56b4aac9ac680ba68d9248465fd9ebfa0bb989591a9a47b91ad46009322c47a726bf773e86eda3697140629092e3d767650 SHA512 a5b5690198b7462f4abbfaacd2ff51e284dcaf1f721d92993cd42ce2bc4ccd543893cbeaa1af591cf676ccd68722ab18190fae0e3615d4defb272dfaec98c525
+EBUILD dino-9999.ebuild 1536 BLAKE2B 9fe17bbcddc215cfa10800fa234e9365e41c4f1b09fb3b52e9dbcee13b1d392cd8823eedf3f52ae1e62e5be45737bbec55ce6f5b3587a728c1189df239665090 SHA512 8cdb60f992429e98975fcb7f6e651aca203e3115f87e2ba07cd1dfd4772b8802bfa592ca2fc97fa6f8fefce4e020cc02e87356d48a7850312b560a18388dc435
+MISC metadata.xml 573 BLAKE2B cf7a2731750afde53919e6a41541c0829df4ffa6da202c179092de0640a8ac044445b258350704822d02f302c601738f38f05fc2ab938d6f0ea55bead77b0eae SHA512 7023554fe0c67fd41d9134315500a7206653f34a192673db9bd741af22e05f0a00e431fa96c109c94bab6dbdb31334729bc272a07773dd7b905dd0422ce8532f
diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild
index 80ecc7fbd0b2..a1a9b20b2833 100644
--- a/net-im/dino/dino-9999.ebuild
+++ b/net-im/dino/dino-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala"
HOMEPAGE="https://dino.im"
LICENSE="GPL-3"
SLOT="0"
-IUSE="+gnupg +http +omemo"
+IUSE="+gpg +http +omemo"
MY_REPO_URI="https://github.com/dino/dino"
if [[ ${PV} == "9999" ]]; then
@@ -32,7 +32,7 @@ RDEPEND="
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
x11-libs/pango
- gnupg? ( app-crypt/gpgme:1 )
+ gpg? ( app-crypt/gpgme:1 )
http? ( net-libs/libsoup:2.4 )
omemo? (
dev-libs/libgcrypt:0
@@ -52,7 +52,7 @@ src_prepare() {
src_configure() {
local disabled_plugins=(
- $(usex gnupg "" "openpgp")
+ $(usex gpg "" "openpgp")
$(usex omemo "" "omemo")
$(usex http "" "http-files")
)
diff --git a/net-im/dino/metadata.xml b/net-im/dino/metadata.xml
index c488bca606f2..05d64fd0a3f9 100644
--- a/net-im/dino/metadata.xml
+++ b/net-im/dino/metadata.xml
@@ -10,7 +10,7 @@
<remote-id type="github">dino/dino</remote-id>
</upstream>
<use>
- <flag name="gnupg">Enable OpenPGP encryption plugin</flag>
+ <flag name="gpg">Enable OpenPGP encryption plugin</flag>
<flag name="http">Enable HTTP file upload plugin</flag>
<flag name="omemo">Enable OMEMO encryption plugin</flag>
</use>