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 /sci-astronomy | |
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 'sci-astronomy')
-rw-r--r-- | sci-astronomy/casa-data/casa-data-20160222.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/casa-data/casa-data-20170703.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/casa-data/casa-data-99999.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/funtools/funtools-1.4.7.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/kstars/kstars-3.3.9.ebuild | 2 | ||||
-rw-r--r-- | sci-astronomy/missfits/missfits-2.8.0.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/montage/montage-4.1.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/montage/montage-5.0.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/psfex/psfex-3.17.1.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/scamp/scamp-2.0.4.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/sextractor/sextractor-2.19.5-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/sextractor/sextractor-2.19.5.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/stiff/stiff-2.4.0.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/swarp/swarp-2.38.0.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/wcslib/wcslib-5.16.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild | 4 |
18 files changed, 35 insertions, 35 deletions
diff --git a/sci-astronomy/casa-data/casa-data-20160222.ebuild b/sci-astronomy/casa-data/casa-data-20160222.ebuild index a912d275c5eb..78279ca3163b 100644 --- a/sci-astronomy/casa-data/casa-data-20160222.ebuild +++ b/sci-astronomy/casa-data/casa-data-20160222.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}" -src_install(){ +src_install() { insinto /usr/share/casa/data doins -r * } diff --git a/sci-astronomy/casa-data/casa-data-20170703.ebuild b/sci-astronomy/casa-data/casa-data-20170703.ebuild index ac7ef1f7f4f3..78279ca3163b 100644 --- a/sci-astronomy/casa-data/casa-data-20170703.ebuild +++ b/sci-astronomy/casa-data/casa-data-20170703.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=6 @@ -20,7 +20,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}" -src_install(){ +src_install() { insinto /usr/share/casa/data doins -r * } diff --git a/sci-astronomy/casa-data/casa-data-99999.ebuild b/sci-astronomy/casa-data/casa-data-99999.ebuild index d18eed7b8696..ea6f75add949 100644 --- a/sci-astronomy/casa-data/casa-data-99999.ebuild +++ b/sci-astronomy/casa-data/casa-data-99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,7 +22,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/distro" -src_install(){ +src_install() { insinto /usr/share/casa/data doins -r * } diff --git a/sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild b/sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild index c472c726c45a..ebd5721f29ef 100644 --- a/sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild +++ b/sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,7 +34,7 @@ S="${WORKDIR}" QA_PRESTRIPPED="usr/bin/ds9" QA_PREBUILT="usr/bin/ds9" -src_install () { +src_install() { dobin ds9 doicon ds9.png make_desktop_entry ds9 "SAOImage DS9" ds9 diff --git a/sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild b/sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild index 95bff1721725..667bb722e777 100644 --- a/sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild +++ b/sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,7 +34,7 @@ S="${WORKDIR}" QA_PRESTRIPPED="usr/bin/ds9" QA_PREBUILT="usr/bin/ds9" -src_install () { +src_install() { dobin ds9 doicon ds9.png make_desktop_entry ds9 "SAOImage DS9" ds9 diff --git a/sci-astronomy/funtools/funtools-1.4.7.ebuild b/sci-astronomy/funtools/funtools-1.4.7.ebuild index a9b6e77aa319..05371d13bf15 100644 --- a/sci-astronomy/funtools/funtools-1.4.7.ebuild +++ b/sci-astronomy/funtools/funtools-1.4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -56,7 +56,7 @@ src_compile() { emake shtclfun } -src_install () { +src_install() { default # install missing includes insinto /usr/include/funtools/fitsy diff --git a/sci-astronomy/kstars/kstars-3.3.9.ebuild b/sci-astronomy/kstars/kstars-3.3.9.ebuild index c64678a238f2..a5b59154562b 100644 --- a/sci-astronomy/kstars/kstars-3.3.9.ebuild +++ b/sci-astronomy/kstars/kstars-3.3.9.ebuild @@ -87,7 +87,7 @@ src_configure() { ecm_src_configure } -pkg_postinst () { +pkg_postinst() { ecm_pkg_postinst if [[ -z "${REPLACING_VERSIONS}" ]] && ! has_version "x11-misc/xplanet" ; then diff --git a/sci-astronomy/missfits/missfits-2.8.0.ebuild b/sci-astronomy/missfits/missfits-2.8.0.ebuild index 0d8b4cee3006..970e40703b1b 100644 --- a/sci-astronomy/missfits/missfits-2.8.0.ebuild +++ b/sci-astronomy/missfits/missfits-2.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ IUSE="doc" RDEPEND="" DEPEND="${RDEPEND}" -src_install () { +src_install() { default use doc && dodoc doc/* } diff --git a/sci-astronomy/montage/montage-4.1.ebuild b/sci-astronomy/montage/montage-4.1.ebuild index 41261e6c583c..f4ac9440cdce 100644 --- a/sci-astronomy/montage/montage-4.1.ebuild +++ b/sci-astronomy/montage/montage-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -55,7 +55,7 @@ src_prepare() { fi } -src_install () { +src_install() { dobin bin/* dodoc README* ChangeHistory if use doc; then diff --git a/sci-astronomy/montage/montage-5.0.ebuild b/sci-astronomy/montage/montage-5.0.ebuild index 91e67534e2fc..d426c00c3c12 100644 --- a/sci-astronomy/montage/montage-5.0.ebuild +++ b/sci-astronomy/montage/montage-5.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=6 @@ -60,7 +60,7 @@ src_prepare() { fi } -src_install () { +src_install() { dobin bin/* dodoc README* ChangeHistory use doc && dodoc -r man/* diff --git a/sci-astronomy/psfex/psfex-3.17.1.ebuild b/sci-astronomy/psfex/psfex-3.17.1.ebuild index 904072cc38fe..a6635393b98b 100644 --- a/sci-astronomy/psfex/psfex-3.17.1.ebuild +++ b/sci-astronomy/psfex/psfex-3.17.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -57,7 +57,7 @@ src_configure() { $(use_enable threads) } -src_install () { +src_install() { default use doc && dodoc doc/* } diff --git a/sci-astronomy/scamp/scamp-2.0.4.ebuild b/sci-astronomy/scamp/scamp-2.0.4.ebuild index ac8a2435dd18..b9bc758d7dfa 100644 --- a/sci-astronomy/scamp/scamp-2.0.4.ebuild +++ b/sci-astronomy/scamp/scamp-2.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,7 +45,7 @@ src_configure() { $(use_enable threads) } -src_install () { +src_install() { default use doc && dodoc doc/* } diff --git a/sci-astronomy/sextractor/sextractor-2.19.5-r1.ebuild b/sci-astronomy/sextractor/sextractor-2.19.5-r1.ebuild index becaa0b3c081..834a57a2649c 100644 --- a/sci-astronomy/sextractor/sextractor-2.19.5-r1.ebuild +++ b/sci-astronomy/sextractor/sextractor-2.19.5-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=6 @@ -60,7 +60,7 @@ src_configure() { $(use_enable threads) } -src_install () { +src_install() { default CONFDIR=/usr/share/sextractor insinto ${CONFDIR} diff --git a/sci-astronomy/sextractor/sextractor-2.19.5.ebuild b/sci-astronomy/sextractor/sextractor-2.19.5.ebuild index 8d374bc1d699..ada0e42fda44 100644 --- a/sci-astronomy/sextractor/sextractor-2.19.5.ebuild +++ b/sci-astronomy/sextractor/sextractor-2.19.5.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 @@ -59,7 +59,7 @@ src_configure() { $(use_enable threads) } -src_install () { +src_install() { default CONFDIR=/usr/share/sextractor insinto ${CONFDIR} diff --git a/sci-astronomy/stiff/stiff-2.4.0.ebuild b/sci-astronomy/stiff/stiff-2.4.0.ebuild index f812d640d0df..d0f551414a91 100644 --- a/sci-astronomy/stiff/stiff-2.4.0.ebuild +++ b/sci-astronomy/stiff/stiff-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ src_configure() { ECONF_SOURCE="${S}" econf $(use_enable threads) } -src_install () { +src_install() { default use doc && dodoc doc/stiff.pdf } diff --git a/sci-astronomy/swarp/swarp-2.38.0.ebuild b/sci-astronomy/swarp/swarp-2.38.0.ebuild index 3e8d9fc54134..493c4478dca7 100644 --- a/sci-astronomy/swarp/swarp-2.38.0.ebuild +++ b/sci-astronomy/swarp/swarp-2.38.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ src_configure() { econf $(use_enable threads) } -src_install () { +src_install() { default use doc && dodoc doc/* } diff --git a/sci-astronomy/wcslib/wcslib-5.16.ebuild b/sci-astronomy/wcslib/wcslib-5.16.ebuild index 8dd1482b0a44..b0ca93d98516 100644 --- a/sci-astronomy/wcslib/wcslib-5.16.ebuild +++ b/sci-astronomy/wcslib/wcslib-5.16.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 @@ -60,7 +60,7 @@ src_test() { emake -j1 check } -src_install () { +src_install() { default # static libs share the same symbols as shared (i.e. compiled with PIC) # so they are not compiled twice diff --git a/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild b/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild index 8df45c762e4f..c423074420aa 100644 --- a/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild +++ b/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ IUSE="doc" RDEPEND="" DEPEND="${RDEPEND}" -src_install () { +src_install() { default use doc && dodoc doc/* } |