diff options
author | David Seifert <soap@gentoo.org> | 2020-02-22 22:07:26 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-22 22:07:26 +0100 |
commit | 3b8cba93fab70dd0fa89cebdd4b37c732580e9ac (patch) | |
tree | cbcb946c9c0769acaec3648b63979c24ec30a5c2 /app-backup/rear | |
parent | x11-libs/libxcb: Version bump to 1.14 (diff) | |
download | gentoo-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-backup/rear')
-rw-r--r-- | app-backup/rear/rear-1.15-r1.ebuild | 8 | ||||
-rw-r--r-- | app-backup/rear/rear-1.17.0.ebuild | 6 | ||||
-rw-r--r-- | app-backup/rear/rear-1.17.1.ebuild | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/app-backup/rear/rear-1.15-r1.ebuild b/app-backup/rear/rear-1.15-r1.ebuild index b7e163f56dd2..1ea1bebbf87b 100644 --- a/app-backup/rear/rear-1.15-r1.ebuild +++ b/app-backup/rear/rear-1.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -29,13 +29,13 @@ RDEPEND=" udev? ( virtual/udev ) " -src_prepare () { +src_prepare() { epatch "${FILESDIR}/${P}-add-support-for-gentoo-kernels.patch" } -src_compile () { :; } +src_compile() { :; } -src_install () { +src_install() { # Deploy udev USB rule and udev will autostart ReaR workflows in case a USB # drive with the label 'REAR_000' is connected, which in turn is the # default label when running the `rear format` command. diff --git a/app-backup/rear/rear-1.17.0.ebuild b/app-backup/rear/rear-1.17.0.ebuild index 2aa812a47a1a..cb3a99906765 100644 --- a/app-backup/rear/rear-1.17.0.ebuild +++ b/app-backup/rear/rear-1.17.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -31,9 +31,9 @@ RDEPEND=" udev? ( virtual/udev ) " -src_compile () { :; } +src_compile() { :; } -src_install () { +src_install() { # Deploy udev USB rule and udev will autostart ReaR workflows in case a USB # drive with the label 'REAR_000' is connected, which in turn is the # default label when running the `rear format` command. diff --git a/app-backup/rear/rear-1.17.1.ebuild b/app-backup/rear/rear-1.17.1.ebuild index 2aa812a47a1a..cb3a99906765 100644 --- a/app-backup/rear/rear-1.17.1.ebuild +++ b/app-backup/rear/rear-1.17.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -31,9 +31,9 @@ RDEPEND=" udev? ( virtual/udev ) " -src_compile () { :; } +src_compile() { :; } -src_install () { +src_install() { # Deploy udev USB rule and udev will autostart ReaR workflows in case a USB # drive with the label 'REAR_000' is connected, which in turn is the # default label when running the `rear format` command. |