diff options
author | 2024-07-25 11:16:30 +0200 | |
---|---|---|
committer | 2024-07-25 11:18:16 +0200 | |
commit | 8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78 (patch) | |
tree | a6e2dd96c7e66bc0ec70dcc6620621b05d6e687b /app-crypt | |
parent | gui-libs/aquamarine: treeclean (moved to ::gentoo) (diff) | |
download | guru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.tar.gz guru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.tar.bz2 guru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.zip |
Revert "*/*: ExcessiveLineLength fix most of them"
This reverts commit 79341e9f046f373509b9ab9d14ef711797d5bfa5.
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/autofirma/autofirma-1.8.3.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-crypt/autofirma/autofirma-1.8.3.ebuild b/app-crypt/autofirma/autofirma-1.8.3.ebuild index 327d3d7d2..2b82b2135 100644 --- a/app-crypt/autofirma/autofirma-1.8.3.ebuild +++ b/app-crypt/autofirma/autofirma-1.8.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE=" https://github.com/ctt-gob-es/clienteafirma " -# Upstream blocks wget with no User Agent. It can be addressed globally, see https://wiki.gentoo.org/wiki/FETCHCOMMAND. +# Upstream blocks wget with no User Agent. It can be addressed globally (see https://wiki.gentoo.org/wiki/FETCHCOMMAND). # If Gentoo's default configuration is in place, pkg_pretend() and pkg_nofetch() provide fallback options. SRC_URI="https://estaticos.redsara.es/comunes/autofirma/$(ver_rs 1- /)/AutoFirma_Linux_Fedora.zip -> ${PF}.zip" diff --git a/app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild b/app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild index d91dff27c..82d5ded55 100644 --- a/app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild +++ b/app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild @@ -22,7 +22,5 @@ src_install() { java-pkg_dojar "usr/lib64/${PN}/${PN}.jar" java-pkg_dolauncher doicon "usr/lib64/${PN}/${PN}.png" - - make_desktop_entry "${PN} %u" "Configurador FNMT" "${PN}" "Utility" "Comment[es]=Generador de certificados de la FNMT -MimeType=x-scheme-handler/fnmtcr" + make_desktop_entry "${PN} %u" "Configurador FNMT" "${PN}" "Utility" "Comment[es]=Generador de certificados de la FNMT\nMimeType=x-scheme-handler/fnmtcr" } |