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 /media-gfx/meshlab
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 'media-gfx/meshlab')
-rw-r--r--media-gfx/meshlab/meshlab-2016.12-r2.ebuild4
-rw-r--r--media-gfx/meshlab/meshlab-2016.12-r3.ebuild4
-rw-r--r--media-gfx/meshlab/meshlab-2016.12-r4.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/meshlab/meshlab-2016.12-r2.ebuild b/media-gfx/meshlab/meshlab-2016.12-r2.ebuild
index adc2830aa0fc..2c5cb0f61d06 100644
--- a/media-gfx/meshlab/meshlab-2016.12-r2.ebuild
+++ b/media-gfx/meshlab/meshlab-2016.12-r2.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
@@ -60,7 +60,7 @@ PATCHES=(
"${FILESDIR}/${PV}/${P}-align2.patch"
)
-src_prepare(){
+src_prepare() {
mv "${WORKDIR}/vcglib-${VCG_VERSION}" "${WORKDIR}/vcglib" || die "vcglib mv failed"
default
#proof of patchset
diff --git a/media-gfx/meshlab/meshlab-2016.12-r3.ebuild b/media-gfx/meshlab/meshlab-2016.12-r3.ebuild
index 4fc8458b15a7..9cd64b0952cc 100644
--- a/media-gfx/meshlab/meshlab-2016.12-r3.ebuild
+++ b/media-gfx/meshlab/meshlab-2016.12-r3.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
@@ -61,7 +61,7 @@ PATCHES=(
"${FILESDIR}/${PV}/${P}-asString.patch"
)
-src_prepare(){
+src_prepare() {
mv "${WORKDIR}/vcglib-${VCG_VERSION}" "${WORKDIR}/vcglib" || die "vcglib mv failed"
default
#proof of patchset
diff --git a/media-gfx/meshlab/meshlab-2016.12-r4.ebuild b/media-gfx/meshlab/meshlab-2016.12-r4.ebuild
index b9df6e46bbc5..bea9e2857554 100644
--- a/media-gfx/meshlab/meshlab-2016.12-r4.ebuild
+++ b/media-gfx/meshlab/meshlab-2016.12-r4.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=6
@@ -63,7 +63,7 @@ PATCHES=(
"${FILESDIR}/${PV}/${P}-qt-includes.patch"
)
-src_prepare(){
+src_prepare() {
mv "${WORKDIR}/vcglib-${VCG_VERSION}" "${WORKDIR}/vcglib" || die "vcglib mv failed"
default
#proof of patchset