From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1650099-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 708D61581C1 for <garchives@archives.gentoo.org>; Fri, 5 Jul 2024 18:43:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBCE32BC127; Fri, 5 Jul 2024 18:43:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 995E82BC127 for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jul 2024 18:43:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0A0233B864 for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jul 2024 18:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29EC01D0E for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jul 2024 18:43:03 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1720204976.dd8feb6b9c9b4e9a53b582294ce42a38e7f36a98.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/veracrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild X-VCS-Directories: app-crypt/veracrypt/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: dd8feb6b9c9b4e9a53b582294ce42a38e7f36a98 X-VCS-Branch: master Date: Fri, 5 Jul 2024 18:43:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc694ef1-feb0-4438-8544-fe0eb7e2d27b X-Archives-Hash: 3810efdd146f7878992f0ac5c0e6452a commit: dd8feb6b9c9b4e9a53b582294ce42a38e7f36a98 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Jul 5 18:42:41 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Jul 5 18:42:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8feb6b app-crypt/veracrypt: Update icon cache Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild b/app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild index 0e883d6368ed..aaf43d2ed09c 100644 --- a/app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild +++ b/app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild @@ -9,7 +9,7 @@ EAPI=8 # Please do not treeclean before February 2024 unless it's necessary. WX_GTK_VER="3.2-gtk3" -inherit desktop flag-o-matic linux-info pax-utils toolchain-funcs wxwidgets +inherit desktop flag-o-matic linux-info pax-utils toolchain-funcs wxwidgets xdg DESCRIPTION="Disk encryption with strong security based on TrueCrypt" HOMEPAGE="https://www.veracrypt.fr/en/Home.html" @@ -100,6 +100,7 @@ src_install() { } pkg_postinst() { + xdg_pkg_postinst ewarn "VeraCrypt has a very restrictive license. Please be explicitly aware" ewarn "of the limitations on redistribution of binaries or modified source." }