summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-22 22:07:26 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-22 22:07:26 +0100
commit3b8cba93fab70dd0fa89cebdd4b37c732580e9ac (patch)
treecbcb946c9c0769acaec3648b63979c24ec30a5c2 /app-emacs/auctex
parentx11-libs/libxcb: Version bump to 1.14 (diff)
downloadgentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.gz
gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.bz2
gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.zip
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r--app-emacs/auctex/auctex-11.92.ebuild4
-rw-r--r--app-emacs/auctex/auctex-12.1-r1.ebuild4
-rw-r--r--app-emacs/auctex/auctex-12.2.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/auctex/auctex-11.92.ebuild b/app-emacs/auctex/auctex-11.92.ebuild
index 96cf2a9bfb02..0aebf21be4bf 100644
--- a/app-emacs/auctex/auctex-11.92.ebuild
+++ b/app-emacs/auctex/auctex-11.92.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -54,7 +54,7 @@ pkg_postinst() {
elisp-site-regen
}
-pkg_postrm(){
+pkg_postrm() {
use preview-latex && texmf-update
elisp-site-regen
}
diff --git a/app-emacs/auctex/auctex-12.1-r1.ebuild b/app-emacs/auctex/auctex-12.1-r1.ebuild
index 346fcb489299..fb86bce92256 100644
--- a/app-emacs/auctex/auctex-12.1-r1.ebuild
+++ b/app-emacs/auctex/auctex-12.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -56,7 +56,7 @@ pkg_postinst() {
elisp-site-regen
}
-pkg_postrm(){
+pkg_postrm() {
use preview-latex && texmf-update
elisp-site-regen
}
diff --git a/app-emacs/auctex/auctex-12.2.ebuild b/app-emacs/auctex/auctex-12.2.ebuild
index 3fded696f7b8..e3c8b0f88524 100644
--- a/app-emacs/auctex/auctex-12.2.ebuild
+++ b/app-emacs/auctex/auctex-12.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -55,7 +55,7 @@ pkg_postinst() {
elisp-site-regen
}
-pkg_postrm(){
+pkg_postrm() {
use preview-latex && texmf-update
elisp-site-regen
}