diff --git a/app-accessibility/sound-icons/sound-icons-0.1.ebuild b/app-accessibility/sound-icons/sound-icons-0.1.ebuild index a4b952bff872f..30a81fbc310ea 100644 --- a/app-accessibility/sound-icons/sound-icons-0.1.ebuild +++ b/app-accessibility/sound-icons/sound-icons-0.1.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 @@ -14,7 +14,7 @@ IUSE="" RDEPEND="app-accessibility/speech-dispatcher" -src_compile(){ +src_compile() { einfo "Nothing to compile." } diff --git a/app-admin/bcfg2/bcfg2-1.2.4-r1.ebuild b/app-admin/bcfg2/bcfg2-1.2.4-r1.ebuild index 99526eb04d2b6..8b8b427e03e6d 100644 --- a/app-admin/bcfg2/bcfg2-1.2.4-r1.ebuild +++ b/app-admin/bcfg2/bcfg2-1.2.4-r1.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=5 @@ -58,7 +58,7 @@ python_install() { fi } -pkg_postinst () { +pkg_postinst() { if use server; then einfo "If this is a new installation, you probably need to run:" einfo " bcfg2-admin init" diff --git a/app-admin/cgmanager/cgmanager-0.41.ebuild b/app-admin/cgmanager/cgmanager-0.41.ebuild index 9f2cbede4729f..877c4a579cfb7 100644 --- a/app-admin/cgmanager/cgmanager-0.41.ebuild +++ b/app-admin/cgmanager/cgmanager-0.41.ebuild @@ -38,7 +38,7 @@ src_configure() { --with-init-script=systemd } -src_install () { +src_install() { default # I see no reason to have the tests in the filesystem. Drop them diff --git a/app-admin/cgmanager/cgmanager-0.42.ebuild b/app-admin/cgmanager/cgmanager-0.42.ebuild index ec194ccee43a2..af8480ae28ea4 100644 --- a/app-admin/cgmanager/cgmanager-0.42.ebuild +++ b/app-admin/cgmanager/cgmanager-0.42.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 @@ -38,7 +38,7 @@ src_configure() { --with-init-script=systemd } -src_install () { +src_install() { default # I see no reason to have the tests in the filesystem. Drop them diff --git a/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild b/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild index 817082f7df2d8..7a0b4f3d09211 100644 --- a/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild +++ b/app-admin/pwcrypt/pwcrypt-1.2.2-r2.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 @@ -16,7 +16,7 @@ IUSE="" DOCS=( CREDITS README ) -src_prepare() { +src_prepare() { default sed -i "s/make\( \|$\)/\$(MAKE)\1/g" Makefile.in || die sed -i \ diff --git a/app-admin/verynice/verynice-1.1-r3.ebuild b/app-admin/verynice/verynice-1.1-r3.ebuild index 7df42daf3590f..bcb090717f3d0 100644 --- a/app-admin/verynice/verynice-1.1-r3.ebuild +++ b/app-admin/verynice/verynice-1.1-r3.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 @@ -25,7 +25,7 @@ src_compile() { emake RPM_BUILD_ROOT="${D}" PREFIX=/usr } -src_install(){ +src_install() { emake RPM_BUILD_ROOT="${D}" PREFIX=/usr VERSION=${PVR} install doinitd "${FILESDIR}"/verynice systemd_dounit "${FILESDIR}"/verynice.service diff --git a/app-arch/brotli/brotli-1.0.6-r1.ebuild b/app-arch/brotli/brotli-1.0.6-r1.ebuild index 7d56b2ee77fae..9e9784ed26476 100644 --- a/app-arch/brotli/brotli-1.0.6-r1.ebuild +++ b/app-arch/brotli/brotli-1.0.6-r1.ebuild @@ -60,7 +60,7 @@ src_compile() { use python && distutils-r1_src_compile } -python_test(){ +python_test() { esetup.py test || die } diff --git a/app-arch/brotli/brotli-1.0.7.ebuild b/app-arch/brotli/brotli-1.0.7.ebuild index 9df9ee84b3066..ae09bf54d54f2 100644 --- a/app-arch/brotli/brotli-1.0.7.ebuild +++ b/app-arch/brotli/brotli-1.0.7.ebuild @@ -59,7 +59,7 @@ src_compile() { use python && distutils-r1_src_compile } -python_test(){ +python_test() { esetup.py test || die } diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index 14ee808e7b955..ba54348bd985e 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-9999.ebuild @@ -59,7 +59,7 @@ src_compile() { use python && distutils-r1_src_compile } -python_test(){ +python_test() { esetup.py test || die } diff --git a/app-arch/lz5/lz5-2.0.ebuild b/app-arch/lz5/lz5-2.0.ebuild index 1e20502cc3bb1..9a430c70373f0 100644 --- a/app-arch/lz5/lz5-2.0.ebuild +++ b/app-arch/lz5/lz5-2.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 @@ -25,7 +25,7 @@ src_compile() { emake -Cprograms CC="$(tc-getCC)" lz5 } -src_install(){ +src_install() { emake install DESTDIR="${D}" PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" if ! use static-libs; then rm "${D}"/usr/$(get_libdir)/liblz5.a || die diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild index b548623da7eb1..f87d57f11a792 100644 --- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild +++ b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/${PV}/+download/ LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="s3 test" CDEPEND=" diff --git a/app-backup/rear/rear-1.15-r1.ebuild b/app-backup/rear/rear-1.15-r1.ebuild index b7e163f56dd27..1ea1bebbf87b4 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 2aa812a47a1a6..cb3a99906765b 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 2aa812a47a1a6..cb3a99906765b 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. diff --git a/app-backup/tsm/tsm-7.1.8.0.ebuild b/app-backup/tsm/tsm-7.1.8.0.ebuild index 415ae4aa672d5..7f08336f18a42 100644 --- a/app-backup/tsm/tsm-7.1.8.0.ebuild +++ b/app-backup/tsm/tsm-7.1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -114,7 +114,7 @@ src_unpack() { chmod -R u+w "${S}" || die } -src_install(){ +src_install() { cp -a opt "${D}" || die cp -a usr "${D}" || die diff --git a/app-backup/tsm/tsm-8.1.6.0.ebuild b/app-backup/tsm/tsm-8.1.6.0.ebuild index edcdcbf19e4c8..e8319f4cd21b2 100644 --- a/app-backup/tsm/tsm-8.1.6.0.ebuild +++ b/app-backup/tsm/tsm-8.1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -114,7 +114,7 @@ src_unpack() { chmod -R u+w "${S}" || die } -src_install(){ +src_install() { cp -a opt "${D}" || die cp -a usr "${D}" || die diff --git a/app-benchmarks/contest/contest-0.61-r1.ebuild b/app-benchmarks/contest/contest-0.61-r1.ebuild index a2254a708dd51..f5671af63d0d9 100644 --- a/app-benchmarks/contest/contest-0.61-r1.ebuild +++ b/app-benchmarks/contest/contest-0.61-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=6 @@ -19,7 +19,7 @@ PATCHES=( "${FILESDIR}/${P}-fix-buildsystem.patch" ) -src_prepare () { +src_prepare() { # fix #570250 by restoring pre-GCC5 inline semantics append-cflags -std=gnu89 diff --git a/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild b/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild index cf2ff261ad0b0..01310ac9a2f37 100644 --- a/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild +++ b/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ IUSE="cpu_flags_x86_sse pic" S="${WORKDIR}/${MY_P}" -src_configure(){ +src_configure() { local obj local arch_prefix=./ @@ -53,7 +53,7 @@ src_configure(){ echo "ramsmp: ${obj[@]}" > Makefile } -src_install(){ +src_install() { dobin ramsmp dosym ramsmp /usr/bin/ramspeed dodoc HISTORY README diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild b/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild index 19737649d4a52..19c4ac78d11d0 100644 --- a/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild +++ b/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild @@ -37,6 +37,6 @@ src_compile() { emake CFLAGS="${CFLAGS}" dumpet } -pkg_setup(){ +pkg_setup() { tc-export CC } diff --git a/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.2.ebuild b/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.2.ebuild index 7167e56436981..e6e66ef983820 100644 --- a/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.2.ebuild +++ b/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.2.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=5 @@ -22,18 +22,18 @@ RDEPEND="" S=${WORKDIR}/${MY_P} -src_prepare () { +src_prepare() { sed -i "s:wirouterkeyrec:${PN}:" src/*.h || die } -src_compile () { +src_compile() { emake \ CC="$(tc-getCC)" \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" } -src_install () { +src_install() { newbin build/wirouterkeyrec ${PN} insinto /etc/${PN} doins config/agpf_config.lst config/teletu_config.lst diff --git a/app-crypt/eid-mw/eid-mw-4.4.1.ebuild b/app-crypt/eid-mw/eid-mw-4.4.1.ebuild index 445cf84dbf83c..f446179c580be 100644 --- a/app-crypt/eid-mw/eid-mw-4.4.1.ebuild +++ b/app-crypt/eid-mw/eid-mw-4.4.1.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 @@ -77,14 +77,14 @@ src_install() { fi } -pkg_postinst(){ +pkg_postinst() { if use gtk; then gnome2_schemas_update gnome2_icon_cache_update fi } -pkg_postrm(){ +pkg_postrm() { if use gtk; then gnome2_schemas_update gnome2_icon_cache_update diff --git a/app-crypt/eid-mw/eid-mw-4.4.19.ebuild b/app-crypt/eid-mw/eid-mw-4.4.19.ebuild index 98c8bfee6ce36..a73a18dec69eb 100644 --- a/app-crypt/eid-mw/eid-mw-4.4.19.ebuild +++ b/app-crypt/eid-mw/eid-mw-4.4.19.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 @@ -86,7 +86,7 @@ src_install() { fi } -pkg_postinst(){ +pkg_postinst() { if use gtk; then gnome2_schemas_update xdg_desktop_database_update @@ -94,7 +94,7 @@ pkg_postinst(){ fi } -pkg_postrm(){ +pkg_postrm() { if use gtk; then gnome2_schemas_update xdg_desktop_database_update diff --git a/app-crypt/eid-mw/eid-mw-4.4.23.ebuild b/app-crypt/eid-mw/eid-mw-4.4.23.ebuild index 95d518b2d3f65..6dc98d418711b 100644 --- a/app-crypt/eid-mw/eid-mw-4.4.23.ebuild +++ b/app-crypt/eid-mw/eid-mw-4.4.23.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 @@ -86,7 +86,7 @@ src_install() { fi } -pkg_postinst(){ +pkg_postinst() { if use gtk; then gnome2_schemas_update xdg_desktop_database_update @@ -94,7 +94,7 @@ pkg_postinst(){ fi } -pkg_postrm(){ +pkg_postrm() { if use gtk; then gnome2_schemas_update xdg_desktop_database_update diff --git a/app-crypt/eid-mw/eid-mw-9999.ebuild b/app-crypt/eid-mw/eid-mw-9999.ebuild index 4f93816f0b921..023f52ee56b02 100644 --- a/app-crypt/eid-mw/eid-mw-9999.ebuild +++ b/app-crypt/eid-mw/eid-mw-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -68,14 +68,14 @@ src_install() { fi } -pkg_postinst(){ +pkg_postinst() { if use gtk; then gnome2_schemas_update gnome2_icon_cache_update fi } -pkg_postrm(){ +pkg_postrm() { if use gtk; then gnome2_schemas_update gnome2_icon_cache_update diff --git a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild index e68bcf0944a4d..b73f0399baf45 100644 --- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild +++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-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 @@ -26,7 +26,7 @@ src_prepare() { python_fix_shebang . } -src_compile(){ +src_compile() { : } diff --git a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild index 1736e198435ce..2a87e255209af 100644 --- a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild +++ b/app-dicts/dictd-vera/dictd-vera-1.23.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=5 @@ -16,7 +16,7 @@ RDEPEND="${DEPEND}" S=${WORKDIR}/vera-${PV} -src_compile () { +src_compile() { # sed -f debian/dict-vera/sedfile vera.? >vera1 || die # sed '1,2!s/^/ /' vera. > vera || die # cat vera1>>vera || die @@ -26,7 +26,7 @@ src_compile () { /usr/bin/dictzip -v vera.dict || die } -src_install () { +src_install() { dodir /usr/lib/dict insinto /usr/lib/dict doins vera.dict.dz diff --git a/app-dicts/ipadic/ipadic-2.7.0-r2.ebuild b/app-dicts/ipadic/ipadic-2.7.0-r2.ebuild index 5c5669004c106..fba0b8b37b2d2 100644 --- a/app-dicts/ipadic/ipadic-2.7.0-r2.ebuild +++ b/app-dicts/ipadic/ipadic-2.7.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -21,7 +21,7 @@ src_prepare() { eautoreconf } -src_install () { +src_install() { default insinto /etc diff --git a/app-dicts/wordnet/wordnet-3.1.ebuild b/app-dicts/wordnet/wordnet-3.1.ebuild index 4179efca8e6b8..8c773b19ec0d0 100644 --- a/app-dicts/wordnet/wordnet-3.1.ebuild +++ b/app-dicts/wordnet/wordnet-3.1.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 @@ -75,11 +75,11 @@ src_configure() { --with-tk="${EPREFIX}"/usr/$(get_libdir) } -src_compile(){ +src_compile() { emake -e } -src_install(){ +src_install() { # For clarification, WN is still on version 3.0. Only the database files # have been updated to 3.1 as a package for 3.1 does not currently exist. emake -e DESTDIR="${D}" install @@ -88,7 +88,7 @@ src_install(){ mv "${WORKDIR}/dict" "${D}/usr/share/wordnet" || die } -pkg_postinst(){ +pkg_postinst() { elog "The WordNet 3.1 ebuild has installed WordNet v3.0 with v3.1 database files instead." elog "See https://wordnet.princeton.edu/download/current-version/ for more." } diff --git a/app-editors/emacs/emacs-23.4-r18.ebuild b/app-editors/emacs/emacs-23.4-r18.ebuild index 53c33166a56ce..259fb7f0e46b0 100644 --- a/app-editors/emacs/emacs-23.4-r18.ebuild +++ b/app-editors/emacs/emacs-23.4-r18.ebuild @@ -227,7 +227,7 @@ src_compile() { RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" } -src_install () { +src_install() { emake DESTDIR="${D}" install rm "${ED}"/usr/bin/emacs-${FULL_VERSION}-${EMACS_SUFFIX} \ diff --git a/app-editors/emacs/emacs-24.5-r7.ebuild b/app-editors/emacs/emacs-24.5-r7.ebuild index e9c1acefad7f0..15c84029d9a05 100644 --- a/app-editors/emacs/emacs-24.5-r7.ebuild +++ b/app-editors/emacs/emacs-24.5-r7.ebuild @@ -227,7 +227,7 @@ src_compile() { emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" } -src_install () { +src_install() { emake DESTDIR="${D}" NO_BIN_LINK=t install mv "${ED}"/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} \ diff --git a/app-editors/emacs/emacs-25.3-r6.ebuild b/app-editors/emacs/emacs-25.3-r6.ebuild index c40c846ef96e4..2003b002c9b65 100644 --- a/app-editors/emacs/emacs-25.3-r6.ebuild +++ b/app-editors/emacs/emacs-25.3-r6.ebuild @@ -238,7 +238,7 @@ src_compile() { emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" } -src_install () { +src_install() { emake DESTDIR="${D}" NO_BIN_LINK=t install mv "${ED}"/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} \ diff --git a/app-editors/emacs/emacs-26.2.ebuild b/app-editors/emacs/emacs-26.2.ebuild index 964a43517a84b..3ad56c98ba2cd 100644 --- a/app-editors/emacs/emacs-26.2.ebuild +++ b/app-editors/emacs/emacs-26.2.ebuild @@ -256,7 +256,7 @@ src_compile() { emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" } -src_install () { +src_install() { emake DESTDIR="${D}" NO_BIN_LINK=t install mv "${ED}"/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} || die diff --git a/app-editors/emacs/emacs-26.3-r1.ebuild b/app-editors/emacs/emacs-26.3-r1.ebuild index 196d59a9e82fc..959bdf99c211a 100644 --- a/app-editors/emacs/emacs-26.3-r1.ebuild +++ b/app-editors/emacs/emacs-26.3-r1.ebuild @@ -256,7 +256,7 @@ src_compile() { emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" } -src_install () { +src_install() { emake DESTDIR="${D}" NO_BIN_LINK=t install mv "${ED}"/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} || die diff --git a/app-editors/emacs/emacs-27.0.50_pre20191223.ebuild b/app-editors/emacs/emacs-27.0.50_pre20191223.ebuild index 255885512a475..2a5b0f38100dc 100644 --- a/app-editors/emacs/emacs-27.0.50_pre20191223.ebuild +++ b/app-editors/emacs/emacs-27.0.50_pre20191223.ebuild @@ -286,7 +286,7 @@ src_configure() { # emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" #} -src_install () { +src_install() { emake DESTDIR="${D}" NO_BIN_LINK=t install mv "${ED}"/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} || die diff --git a/app-editors/emacs/emacs-27.0.9999-r1.ebuild b/app-editors/emacs/emacs-27.0.9999-r1.ebuild index 477a6dea020e2..b3043e239e847 100644 --- a/app-editors/emacs/emacs-27.0.9999-r1.ebuild +++ b/app-editors/emacs/emacs-27.0.9999-r1.ebuild @@ -286,7 +286,7 @@ src_configure() { # emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" #} -src_install () { +src_install() { emake DESTDIR="${D}" NO_BIN_LINK=t install mv "${ED}"/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} || die diff --git a/app-editors/emacs/emacs-28.0.9999.ebuild b/app-editors/emacs/emacs-28.0.9999.ebuild index e4991fa853dd6..6f91886c2bc2d 100644 --- a/app-editors/emacs/emacs-28.0.9999.ebuild +++ b/app-editors/emacs/emacs-28.0.9999.ebuild @@ -283,7 +283,7 @@ src_configure() { # emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" #} -src_install () { +src_install() { emake DESTDIR="${D}" NO_BIN_LINK=t install mv "${ED}"/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} || die diff --git a/app-editors/jedit/jedit-5.2.0-r1.ebuild b/app-editors/jedit/jedit-5.2.0-r1.ebuild index 956701724a067..3d842a2ef6be4 100644 --- a/app-editors/jedit/jedit-5.2.0-r1.ebuild +++ b/app-editors/jedit/jedit-5.2.0-r1.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=5 @@ -61,7 +61,7 @@ src_test() { java-pkg-2_src_test } -src_install () { +src_install() { dodir ${JEDIT_HOME} cp -R build/${PN}.jar jars doc keymaps macros modes properties startup \ diff --git a/app-editors/jedit/jedit-5.4.0.ebuild b/app-editors/jedit/jedit-5.4.0.ebuild index e38548dd3afe0..42744cd248a8f 100644 --- a/app-editors/jedit/jedit-5.4.0.ebuild +++ b/app-editors/jedit/jedit-5.4.0.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 @@ -65,7 +65,7 @@ src_test() { java-pkg-2_src_test } -src_install () { +src_install() { dodir ${JEDIT_HOME} cp -R build/${PN}.jar jars doc keymaps macros modes properties startup \ diff --git a/app-editors/jext/jext-5.0-r2.ebuild b/app-editors/jext/jext-5.0-r2.ebuild index 2f7cae2e4a850..bec3821aed578 100644 --- a/app-editors/jext/jext-5.0-r2.ebuild +++ b/app-editors/jext/jext-5.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -46,7 +46,7 @@ src_compile() { -Dclasspath="$(java-pkg_getjars jython-2.7,jgoodies-looks-1.2,gnu-regexp-1)" } -src_install () { +src_install() { java-pkg_newjar lib/${P}.jar java-pkg_dojar lib/dawn*.jar diff --git a/app-editors/joe/joe-4.6.ebuild b/app-editors/joe/joe-4.6.ebuild index 8722b52fc70a1..dcd75491611a5 100644 --- a/app-editors/joe/joe-4.6.ebuild +++ b/app-editors/joe/joe-4.6.ebuild @@ -50,7 +50,7 @@ pkg_postinst() { fi } -pkg_postrm(){ +pkg_postrm() { xdg_desktop_database_update gnome2_icon_cache_update } diff --git a/app-editors/mg/mg-20171014.ebuild b/app-editors/mg/mg-20171014.ebuild index 5da3f68340e17..47478a302f6d2 100644 --- a/app-editors/mg/mg-20171014.ebuild +++ b/app-editors/mg/mg-20171014.ebuild @@ -32,7 +32,7 @@ src_compile() { PKG_CONFIG="$(tc-getPKG_CONFIG)" } -src_install() { +src_install() { dobin mg doman mg.1 dodoc README tutorial diff --git a/app-editors/mg/mg-20180408.ebuild b/app-editors/mg/mg-20180408.ebuild index e404a4324b144..5e8bfbef1b6b0 100644 --- a/app-editors/mg/mg-20180408.ebuild +++ b/app-editors/mg/mg-20180408.ebuild @@ -31,7 +31,7 @@ src_compile() { PKG_CONFIG="$(tc-getPKG_CONFIG)" } -src_install() { +src_install() { dobin mg doman mg.1 dodoc README tutorial diff --git a/app-editors/mg/mg-20200215.ebuild b/app-editors/mg/mg-20200215.ebuild index 0df3d41ffca7e..5c0a161545583 100644 --- a/app-editors/mg/mg-20200215.ebuild +++ b/app-editors/mg/mg-20200215.ebuild @@ -31,7 +31,7 @@ src_compile() { PKG_CONFIG="$(tc-getPKG_CONFIG)" } -src_install() { +src_install() { dobin mg doman mg.1 dodoc README tutorial diff --git a/app-emacs/auctex/auctex-11.92.ebuild b/app-emacs/auctex/auctex-11.92.ebuild index 96cf2a9bfb02b..0aebf21be4bf1 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 346fcb489299c..fb86bce922560 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 3fded696f7b86..e3c8b0f885240 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 } diff --git a/app-emacs/ddskk/ddskk-16.2.ebuild b/app-emacs/ddskk/ddskk-16.2.ebuild index ec56dd3838d20..b57957d034569 100644 --- a/app-emacs/ddskk/ddskk-16.2.ebuild +++ b/app-emacs/ddskk/ddskk-16.2.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" @@ -43,7 +43,7 @@ src_compile() { emake -C nicola } -src_install () { +src_install() { local lispdir=${SITELISP}/${PN} emake install-elc elisp-compile "${ED}"/${lispdir}/skk-setup.el diff --git a/app-emulation/ganeti/ganeti-2.15.2-r9.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r9.ebuild index 2f365cb6ab41c..8b8fe0676e4ea 100644 --- a/app-emulation/ganeti/ganeti-2.15.2-r9.ebuild +++ b/app-emulation/ganeti/ganeti-2.15.2-r9.ebuild @@ -222,7 +222,7 @@ QA_FLAGS_IGNORED=" /usr/lib64/ganeti/2.15/usr/bin/htools " -pkg_setup () { +pkg_setup() { local user python-single-r1_pkg_setup @@ -281,7 +281,7 @@ src_prepare() { eautoreconf } -src_configure () { +src_configure() { # this is kind of a hack to work around the removal of the qemu-kvm wrapper local kvm_arch @@ -314,7 +314,7 @@ src_configure () { --enable-socat-compress } -src_install () { +src_install() { emake V=1 DESTDIR="${D}" install newinitd "${T}"/ganeti.initd ${PN} @@ -375,7 +375,7 @@ pkg_postinst() { fi } -src_test () { +src_test() { PATH="${S}/scripts:${S}/src:${PATH}" \ TMPDIR="/tmp" \ GANETI_MASTER="$(hostname -f)" \ diff --git a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild index 94c05841d25ec..3ce80aaa085d7 100644 --- a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild +++ b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild @@ -196,7 +196,7 @@ QA_WX_LOAD=" usr/lib*/${PN}/${SERIES}/usr/bin/htools " -pkg_setup () { +pkg_setup() { local user python-single-r1_pkg_setup @@ -252,7 +252,7 @@ src_prepare() { eautoreconf } -src_configure () { +src_configure() { # this is kind of a hack to work around the removal of the qemu-kvm wrapper local kvm_arch @@ -285,7 +285,7 @@ src_configure () { --enable-socat-compress } -src_install () { +src_install() { emake V=1 DESTDIR="${D}" install newinitd "${FILESDIR}"/ganeti.initd-r3 ${PN} @@ -346,7 +346,7 @@ pkg_postinst() { fi } -src_test () { +src_test() { PATH="${S}/scripts:${S}/src:${PATH}" \ TMPDIR="/tmp" \ GANETI_MASTER="$(hostname -f)" \ diff --git a/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild b/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild index 061cb74ba0f5b..5571ec375586b 100644 --- a/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild +++ b/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild @@ -196,7 +196,7 @@ QA_WX_LOAD=" usr/lib*/${PN}/${SERIES}/usr/bin/htools " -pkg_setup () { +pkg_setup() { local user python-single-r1_pkg_setup @@ -252,7 +252,7 @@ src_prepare() { eautoreconf } -src_configure () { +src_configure() { # this is kind of a hack to work around the removal of the qemu-kvm wrapper local kvm_arch @@ -285,7 +285,7 @@ src_configure () { --enable-socat-compress } -src_install () { +src_install() { emake V=1 DESTDIR="${D}" install newinitd "${FILESDIR}"/ganeti.initd-r3 ${PN} @@ -346,7 +346,7 @@ pkg_postinst() { fi } -src_test () { +src_test() { PATH="${S}/scripts:${S}/src:${PATH}" \ TMPDIR="/tmp" \ GANETI_MASTER="$(hostname -f)" \ diff --git a/app-emulation/libguestfs/libguestfs-1.36.13.ebuild b/app-emulation/libguestfs/libguestfs-1.36.13.ebuild index e15a24c935331..21857f1bb62d8 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.13.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.13.ebuild @@ -106,7 +106,7 @@ RDEPEND="${COMMON_DEPEND} DOCS=( AUTHORS BUGS ChangeLog HACKING README TODO ) -pkg_setup () { +pkg_setup() { CONFIG_CHECK="~KVM ~VIRTIO" [ -n "${CONFIG_CHECK}" ] && check_extra_config; diff --git a/app-emulation/libguestfs/libguestfs-1.36.15.ebuild b/app-emulation/libguestfs/libguestfs-1.36.15.ebuild index 904393423c05a..e2ae26f43a8f4 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.15.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.15.ebuild @@ -111,7 +111,7 @@ PATCHES=( "${FILESDIR}"/${MY_PV_1}/0004-Loosen-build-time-requirement-on-bash-completion.patch ) -pkg_setup () { +pkg_setup() { CONFIG_CHECK="~KVM ~VIRTIO" [ -n "${CONFIG_CHECK}" ] && check_extra_config; diff --git a/app-emulation/libguestfs/libguestfs-1.38.6.ebuild b/app-emulation/libguestfs/libguestfs-1.38.6.ebuild index dd447616b780d..13777175b45e3 100644 --- a/app-emulation/libguestfs/libguestfs-1.38.6.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.38.6.ebuild @@ -107,7 +107,7 @@ PATCHES=( "${FILESDIR}"/${MY_PV_1}/ ) -pkg_setup () { +pkg_setup() { CONFIG_CHECK="~KVM ~VIRTIO" [ -n "${CONFIG_CHECK}" ] && check_extra_config; diff --git a/app-emulation/wine-gecko/wine-gecko-2.47-r1.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47-r1.ebuild index 598b063ec4660..6a66a478caf11 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47-r1.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47-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=6 @@ -21,7 +21,7 @@ DEPEND="!!app-emulation/wine:0" S="${WORKDIR}" -src_install(){ +src_install() { insinto /usr/share/wine/gecko use abi_x86_32 && doins "${DISTDIR}/${MY_PN}-${PV}-x86.msi" use abi_x86_64 && doins "${DISTDIR}/${MY_PN}-${PV}-x86_64.msi" diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild index 6f99f662aee12..7330018c9c4be 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild @@ -19,7 +19,7 @@ DEPEND="!!app-emulation/wine:0" S="${WORKDIR}" -src_install(){ +src_install() { insinto /usr/share/wine/gecko use abi_x86_32 && doins "${DISTDIR}/${PN}-${PV}-x86.msi" use abi_x86_64 && doins "${DISTDIR}/${PN}-${PV}-x86_64.msi" diff --git a/app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild b/app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild index 58123ac29ba17..680e6b6eaf881 100644 --- a/app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild +++ b/app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild @@ -18,7 +18,7 @@ IUSE="fpm apache2" RDEPEND="app-admin/eselect apache2? ( www-servers/apache[apache2_modules_dir] )" -src_configure(){ +src_configure() { # We expect localstatedir to be "var"ish, not "var/lib"ish, because # that's what PHP upstream expects. See for example the FPM # configuration where they put logs in @localstatedir@/log. diff --git a/app-eselect/eselect-php/eselect-php-0.9.5.ebuild b/app-eselect/eselect-php/eselect-php-0.9.5.ebuild index 75a865e0e15c3..a086b76e704a2 100644 --- a/app-eselect/eselect-php/eselect-php-0.9.5.ebuild +++ b/app-eselect/eselect-php/eselect-php-0.9.5.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 @@ -18,7 +18,7 @@ IUSE="fpm apache2" RDEPEND="app-admin/eselect apache2? ( www-servers/apache[apache2_modules_dir] )" -src_configure(){ +src_configure() { # We expect localstatedir to be "var"ish, not "var/lib"ish, because # that's what PHP upstream expects. See for example the FPM # configuration where they put logs in @localstatedir@/log. diff --git a/app-eselect/eselect-php/eselect-php-9999.ebuild b/app-eselect/eselect-php/eselect-php-9999.ebuild index 013fabe6fdd3a..34d741711590c 100644 --- a/app-eselect/eselect-php/eselect-php-9999.ebuild +++ b/app-eselect/eselect-php/eselect-php-9999.ebuild @@ -23,7 +23,7 @@ src_prepare() { eautoreconf } -src_configure(){ +src_configure() { # We expect localstatedir to be "var"ish, not "var/lib"ish, because # that's what PHP upstream expects. See for example the FPM # configuration where they put logs in @localstatedir@/log. diff --git a/app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild b/app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild index 369b5e03a84f6..e205472bb1bf8 100644 --- a/app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild +++ b/app-forensics/ovaldi/ovaldi-5.10.1.7.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=5 @@ -78,11 +78,11 @@ src_prepare() { tc-export CXX } -src_compile () { +src_compile() { emake -C project/linux } -src_install () { +src_install() { # no make install in Makefile dosbin project/linux/Release/ovaldi project/linux/ovaldi.sh dodir /var/log/${PN} diff --git a/app-laptop/hdapsd/hdapsd-20141203.ebuild b/app-laptop/hdapsd/hdapsd-20141203.ebuild index 9752237fd0bde..ca4d09f54cee2 100644 --- a/app-laptop/hdapsd/hdapsd-20141203.ebuild +++ b/app-laptop/hdapsd/hdapsd-20141203.ebuild @@ -27,7 +27,7 @@ pkg_setup() { fi } -src_configure(){ +src_configure() { econf \ $(use_enable libconfig) \ --with-systemdsystemunitdir=$(systemd_get_unitdir) \ @@ -41,7 +41,7 @@ src_install() { readme.gentoo_create_doc } -pkg_postinst(){ +pkg_postinst() { [[ -z $(ls "${ROOT}"sys/block/*/queue/protect 2>/dev/null) ]] && \ [[ -z $(ls "${ROOT}"sys/block/*/device/unload_heads 2>/dev/null) ]] && \ ewarn "Your kernel does NOT support shock protection." diff --git a/app-leechcraft/lc-aggregator/lc-aggregator-9999.ebuild b/app-leechcraft/lc-aggregator/lc-aggregator-9999.ebuild index d21b16bdb0abc..1b1effd492850 100644 --- a/app-leechcraft/lc-aggregator/lc-aggregator-9999.ebuild +++ b/app-leechcraft/lc-aggregator/lc-aggregator-9999.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 @@ -25,7 +25,7 @@ RDEPEND="${DEPEND} REQUIRED_USE="|| ( mysql sqlite postgres )" -pkg_postinst(){ +pkg_postinst() { if use mysql; then ewarn "Support for MySQL databases is experimental and is more likely" ewarn "to contain bugs or mishandle your data than other storage" diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild index 4337e2d6adebd..aadccf015c705 100644 --- a/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild +++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.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 @@ -22,7 +22,7 @@ RDEPEND="${DEPEND} geoip? ( dev-libs/geoip ) " -src_configure(){ +src_configure() { local mycmakeargs=( -DENABLE_BITTORRENT_GEOIP=$(usex geoip) ) diff --git a/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild b/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild index 872a448699a6b..c6e83169cf0ee 100644 --- a/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild +++ b/app-leechcraft/lc-blasq/lc-blasq-9999.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 @@ -28,7 +28,7 @@ DEPEND=" vangog? ( dev-qt/qtxml:5 )" RDEPEND="${DEPEND}" -src_configure(){ +src_configure() { local mycmakeargs=( -DENABLE_BLASQ_DEATHNOTE=$(usex deathnote) -DENABLE_BLASQ_RAPPOR=$(usex rappor) diff --git a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-9999.ebuild b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-9999.ebuild index 88f56dfa9b67a..2ba63d2f7b056 100644 --- a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-9999.ebuild +++ b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-9999.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 @@ -17,7 +17,7 @@ DEPEND="~app-leechcraft/lc-core-${PV} " RDEPEND="${DEPEND}" -src_configure(){ +src_configure() { local mycmakeargs=( -DENABLE_NETSTOREMANAGER_DROPBOX=$(usex dropbox) -DENABLE_NETSTOREMANAGER_GOOGLEDRIVE=$(usex googledrive) diff --git a/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild b/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild index 776d02627d443..d94b36b268ffc 100644 --- a/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild +++ b/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.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 @@ -18,7 +18,7 @@ DEPEND="~app-leechcraft/lc-core-${PV} " RDEPEND="${DEPEND}" -src_configure(){ +src_configure() { local mycmakeargs=( -DENABLE_OTLOZHU_SYNC=OFF ) diff --git a/app-misc/cfiles/cfiles-1.5.ebuild b/app-misc/cfiles/cfiles-1.5.ebuild index 9c770c677606d..4c793131b9da5 100644 --- a/app-misc/cfiles/cfiles-1.5.ebuild +++ b/app-misc/cfiles/cfiles-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_install(){ +src_install() { dobin cfiles dobin scripts/displayimg_uberzug dobin scripts/clearimg_uberzug diff --git a/app-misc/cfiles/cfiles-1.8.ebuild b/app-misc/cfiles/cfiles-1.8.ebuild index 9c770c677606d..4c793131b9da5 100644 --- a/app-misc/cfiles/cfiles-1.8.ebuild +++ b/app-misc/cfiles/cfiles-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_install(){ +src_install() { dobin cfiles dobin scripts/displayimg_uberzug dobin scripts/clearimg_uberzug diff --git a/app-misc/cpipe/cpipe-3.0.3.ebuild b/app-misc/cpipe/cpipe-3.0.3.ebuild index 6c512482572b7..ff2b6594a3f66 100644 --- a/app-misc/cpipe/cpipe-3.0.3.ebuild +++ b/app-misc/cpipe/cpipe-3.0.3.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 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -src_prepare() { +src_prepare() { default sed -i \ @@ -26,7 +26,7 @@ src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" } -src_install() { +src_install() { dobin "${PN}" doman "${PN}.1" } diff --git a/app-misc/crunch/crunch-3.6.ebuild b/app-misc/crunch/crunch-3.6.ebuild index 7488fad701ea8..68517dd073226 100644 --- a/app-misc/crunch/crunch-3.6.ebuild +++ b/app-misc/crunch/crunch-3.6.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 @@ -21,7 +21,7 @@ src_compile() { emake CC="$(tc-getCC)" } -src_install(){ +src_install() { dobin crunch doman crunch.1 insinto /usr/share/crunch diff --git a/app-misc/ddccontrol-db/ddccontrol-db-20061014_p20121105.ebuild b/app-misc/ddccontrol-db/ddccontrol-db-20061014_p20121105.ebuild index aa4bd4bb42eaa..79ee7d4da0ba9 100644 --- a/app-misc/ddccontrol-db/ddccontrol-db-20061014_p20121105.ebuild +++ b/app-misc/ddccontrol-db/ddccontrol-db-20061014_p20121105.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=5 @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} dev-util/intltool dev-perl/XML-Parser" -src_prepare(){ +src_prepare() { touch db/options.xml.h ABOUT-NLS config.rpath || die eautoreconf } diff --git a/app-misc/flirc/flirc-3.22.4.ebuild b/app-misc/flirc/flirc-3.22.4.ebuild index 12b9e1c6f9bfb..487445f6ea37d 100644 --- a/app-misc/flirc/flirc-3.22.4.ebuild +++ b/app-misc/flirc/flirc-3.22.4.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 @@ -35,7 +35,7 @@ RDEPEND="virtual/libusb:1 QA_PREBUILT="/usr/bin/*" -src_install () { +src_install() { udev_newrules etc/udev/rules.d/99-flirc.rules 51-flirc.rules dobin usr/bin/flirc_util doman usr/share/doc/flirc/flirc_util.1 diff --git a/app-misc/flirc/flirc-3.24.0.ebuild b/app-misc/flirc/flirc-3.24.0.ebuild index 0db412357a0f4..770c51abbc353 100644 --- a/app-misc/flirc/flirc-3.24.0.ebuild +++ b/app-misc/flirc/flirc-3.24.0.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 @@ -36,7 +36,7 @@ RDEPEND="virtual/libusb:1 QA_PREBUILT="/usr/bin/*" -src_install () { +src_install() { udev_newrules etc/udev/rules.d/99-flirc.rules 51-flirc.rules dobin usr/bin/flirc_util doman usr/share/doc/flirc/flirc_util.1 diff --git a/app-misc/flirc/flirc-3.25.2.ebuild b/app-misc/flirc/flirc-3.25.2.ebuild index d0279f48d691c..770c51abbc353 100644 --- a/app-misc/flirc/flirc-3.25.2.ebuild +++ b/app-misc/flirc/flirc-3.25.2.ebuild @@ -36,7 +36,7 @@ RDEPEND="virtual/libusb:1 QA_PREBUILT="/usr/bin/*" -src_install () { +src_install() { udev_newrules etc/udev/rules.d/99-flirc.rules 51-flirc.rules dobin usr/bin/flirc_util doman usr/share/doc/flirc/flirc_util.1 diff --git a/app-misc/pdfpc/pdfpc-4.3.0.ebuild b/app-misc/pdfpc/pdfpc-4.3.0.ebuild index 2268d0460d91f..1d5e52835d67e 100644 --- a/app-misc/pdfpc/pdfpc-4.3.0.ebuild +++ b/app-misc/pdfpc/pdfpc-4.3.0.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 @@ -35,7 +35,7 @@ src_prepare() { vala_src_prepare } -src_configure(){ +src_configure() { local mycmakeargs=( -DSYSCONFDIR="${EPREFIX}/etc" -DMOVIES=$(usex gstreamer on off) diff --git a/app-misc/pdfpc/pdfpc-4.3.2.ebuild b/app-misc/pdfpc/pdfpc-4.3.2.ebuild index 39321e79f29ed..14c6cd5430889 100644 --- a/app-misc/pdfpc/pdfpc-4.3.2.ebuild +++ b/app-misc/pdfpc/pdfpc-4.3.2.ebuild @@ -35,7 +35,7 @@ src_prepare() { vala_src_prepare } -src_configure(){ +src_configure() { local mycmakeargs=( -DSYSCONFDIR="${EPREFIX}/etc" -DMOVIES=$(usex gstreamer on off) diff --git a/app-misc/ttysnoop/ttysnoop-0.12d.ebuild b/app-misc/ttysnoop/ttysnoop-0.12d.ebuild index f458720b20b46..400e1e6c2c64b 100644 --- a/app-misc/ttysnoop/ttysnoop-0.12d.ebuild +++ b/app-misc/ttysnoop/ttysnoop-0.12d.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -23,12 +23,12 @@ S="${WORKDIR}/${MY_P}" DOCS="README snooptab.dist" -src_prepare(){ +src_prepare() { epatch "${FILESDIR}"/pinkbyte_masking.patch epatch "${FILESDIR}"/"${PN}"-makefile.patch } -src_compile(){ +src_compile() { emake CC="$(tc-getCC)" } diff --git a/app-office/openoffice-bin/openoffice-bin-4.1.7.ebuild b/app-office/openoffice-bin/openoffice-bin-4.1.7.ebuild index dc29730dc2588..67d8f818cb93a 100644 --- a/app-office/openoffice-bin/openoffice-bin-4.1.7.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-4.1.7.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" @@ -119,7 +119,7 @@ src_unpack() { done } -src_install () { +src_install() { INSTDIR="/usr/$(get_libdir)/${NM}" dodir ${INSTDIR} # mv "${WORKDIR}"/opt/${NM}/* "${ED}${INSTDIR}" || die diff --git a/app-office/sc/sc-7.16-r2.ebuild b/app-office/sc/sc-7.16-r2.ebuild index 52b5a7888ace7..cfd4d64222b70 100644 --- a/app-office/sc/sc-7.16-r2.ebuild +++ b/app-office/sc/sc-7.16-r2.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 @@ -55,7 +55,7 @@ src_compile() { sed -i -e "s:${D}::g" sc.1 || die } -src_install () { +src_install() { dodir /usr/bin dodir /usr/$(get_libdir)/sc dodir /usr/share/man/man1 diff --git a/app-portage/deltup/deltup-0.4.6-r1.ebuild b/app-portage/deltup/deltup-0.4.6-r1.ebuild index 9c4ebf21a6585..635dc23ba668f 100644 --- a/app-portage/deltup/deltup-0.4.6-r1.ebuild +++ b/app-portage/deltup/deltup-0.4.6-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=6 @@ -31,11 +31,11 @@ PATCHES=( "${FILESDIR}"/${PN}-0.4.6-cxx.patch ) -src_compile () { +src_compile() { emake CXX=$(tc-getCXX) } -src_install () { +src_install() { emake DESTDIR="${D}" PREFIX=/usr install dodoc "${S}"/../{README,ChangeLog} doman "${S}"/../deltup.1 diff --git a/app-portage/getdelta/getdelta-0.7.9-r2.ebuild b/app-portage/getdelta/getdelta-0.7.9-r2.ebuild index cff0c6a6fe5e5..55f536597134d 100644 --- a/app-portage/getdelta/getdelta-0.7.9-r2.ebuild +++ b/app-portage/getdelta/getdelta-0.7.9-r2.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 @@ src_prepare() { epatch "${FILESDIR}"/${P}.patch } -src_install () { +src_install() { # portage has moved make.globals, so we just hotfix it sed -i -e "s:/etc/make.globals:/usr/share/portage/config/make.globals:g" "${WORKDIR}"/getdelta.sh || die "Couldn't fix make.globals path" diff --git a/app-portage/layman/layman-2.4.2-r1.ebuild b/app-portage/layman/layman-2.4.2-r1.ebuild index 316be315fb4cf..b52d58816c934 100644 --- a/app-portage/layman/layman-2.4.2-r1.ebuild +++ b/app-portage/layman/layman-2.4.2-r1.ebuild @@ -55,7 +55,7 @@ pkg_setup() { layman_check_kernel_config } -python_prepare_all() { +python_prepare_all() { python_setup esetup.py setup_plugins distutils-r1_python_prepare_all diff --git a/app-portage/layman/layman-2.4.2-r2.ebuild b/app-portage/layman/layman-2.4.2-r2.ebuild index c681b67f3feac..42f4617776fde 100644 --- a/app-portage/layman/layman-2.4.2-r2.ebuild +++ b/app-portage/layman/layman-2.4.2-r2.ebuild @@ -61,7 +61,7 @@ pkg_setup() { layman_check_kernel_config } -python_prepare_all() { +python_prepare_all() { python_setup esetup.py setup_plugins distutils-r1_python_prepare_all diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild index c681b67f3feac..42f4617776fde 100644 --- a/app-portage/layman/layman-9999.ebuild +++ b/app-portage/layman/layman-9999.ebuild @@ -61,7 +61,7 @@ pkg_setup() { layman_check_kernel_config } -python_prepare_all() { +python_prepare_all() { python_setup esetup.py setup_plugins distutils-r1_python_prepare_all diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild index c2817fcb4edcc..9558fdd285e7a 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild @@ -26,7 +26,7 @@ RDEPEND=" >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}] " -python_prepare_all() { +python_prepare_all() { python_setup eprefixify setup.py mirrorselect/main.py echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py set_version diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild index 701069cfcc2dd..bfbde93a0843d 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild @@ -26,7 +26,7 @@ RDEPEND=" >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}] " -python_prepare_all() { +python_prepare_all() { python_setup eprefixify setup.py mirrorselect/main.py echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py set_version diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild index 53b5eee7bccc2..38b3bb9d9f51c 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild @@ -26,7 +26,7 @@ RDEPEND=" >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}] " -python_prepare_all() { +python_prepare_all() { python_setup eprefixify setup.py mirrorselect/main.py echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py set_version diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild index 5b8f8d1c2029a..14f0555e41262 100644 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild @@ -26,7 +26,7 @@ RDEPEND=" =dev-python/ssl-fetch-9999[${PYTHON_USEDEP}] " -python_prepare_all() { +python_prepare_all() { python_setup eprefixify setup.py mirrorselect/main.py echo Now setting version... VERSION="9999-${EGIT_VERSION}" "${PYTHON}" setup.py set_version diff --git a/app-portage/porthole/porthole-0.6.1-r5.ebuild b/app-portage/porthole/porthole-0.6.1-r5.ebuild index 242cd072f7d3e..8dbd7c1237fe8 100644 --- a/app-portage/porthole/porthole-0.6.1-r5.ebuild +++ b/app-portage/porthole/porthole-0.6.1-r5.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="5" @@ -33,7 +33,7 @@ PATCHES=( "${FILESDIR}/${P}-missing-attribute.patch" #bug 323179 ) -src_compile(){ +src_compile() { # Compile localizations if necessary if use nls ; then cd scripts diff --git a/app-text/chasen/chasen-2.4.4-r3.ebuild b/app-text/chasen/chasen-2.4.4-r3.ebuild index 102f7e147888a..913b177defb5c 100644 --- a/app-text/chasen/chasen-2.4.4-r3.ebuild +++ b/app-text/chasen/chasen-2.4.4-r3.ebuild @@ -47,7 +47,7 @@ src_test() { fi } -src_install () { +src_install() { default if use perl ; then diff --git a/app-text/cuneiform/cuneiform-1.1.0-r3.ebuild b/app-text/cuneiform/cuneiform-1.1.0-r3.ebuild index b3da9fad05400..53d1efd18b7b5 100644 --- a/app-text/cuneiform/cuneiform-1.1.0-r3.ebuild +++ b/app-text/cuneiform/cuneiform-1.1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -37,7 +37,7 @@ PATCHES=( "${FILESDIR}/${P}-typos.patch" ) -src_prepare(){ +src_prepare() { use graphicsmagick && PATCHES+=( "${FILESDIR}/graphicsmagick.diff" ) cmake-utils_src_prepare diff --git a/app-text/mftrace/mftrace-1.2.18-r3.ebuild b/app-text/mftrace/mftrace-1.2.18-r3.ebuild index 043340c9e9abb..eb25b659a5f23 100644 --- a/app-text/mftrace/mftrace-1.2.18-r3.ebuild +++ b/app-text/mftrace/mftrace-1.2.18-r3.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 @@ -37,7 +37,7 @@ src_compile() { emake CFLAGS="-Wall ${CFLAGS}" } -src_install () { +src_install() { default python_optimize } diff --git a/app-text/mftrace/mftrace-1.2.19-r1.ebuild b/app-text/mftrace/mftrace-1.2.19-r1.ebuild index ec0f31be3231a..2ad5875953484 100644 --- a/app-text/mftrace/mftrace-1.2.19-r1.ebuild +++ b/app-text/mftrace/mftrace-1.2.19-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 @@ -37,7 +37,7 @@ src_compile() { emake CFLAGS="-Wall ${CFLAGS}" } -src_install () { +src_install() { default python_optimize } diff --git a/app-text/mpage/mpage-2.5.6-r1.ebuild b/app-text/mpage/mpage-2.5.6-r1.ebuild index 6ab60421dd8f7..f5e91377a3b50 100644 --- a/app-text/mpage/mpage-2.5.6-r1.ebuild +++ b/app-text/mpage/mpage-2.5.6-r1.ebuild @@ -33,7 +33,7 @@ src_compile() { MANDIR="${EPREFIX}"/usr/share/man/man1 } -src_install () { +src_install() { emake \ PREFIX="${ED}"/usr \ MANDIR="${ED}"/usr/share/man/man1 install diff --git a/app-text/multitail/multitail-6.4.1.ebuild b/app-text/multitail/multitail-6.4.1.ebuild index 38b011b1d39f8..2c67a1735992c 100644 --- a/app-text/multitail/multitail-6.4.1.ebuild +++ b/app-text/multitail/multitail-6.4.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 @@ -43,7 +43,7 @@ src_compile() { emake UTF8_SUPPORT=$(usex unicode) } -src_install () { +src_install() { dobin multitail insinto /etc diff --git a/app-text/multitail/multitail-6.4.2.ebuild b/app-text/multitail/multitail-6.4.2.ebuild index dbb81bb224363..819fc4d3e7245 100644 --- a/app-text/multitail/multitail-6.4.2.ebuild +++ b/app-text/multitail/multitail-6.4.2.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 @@ -43,7 +43,7 @@ src_compile() { emake UTF8_SUPPORT=$(usex unicode) } -src_install () { +src_install() { dobin multitail insinto /etc diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild index 54ecb12f321db..5d0b4d0d14e39 100644 --- a/app-text/namazu/namazu-2.0.21.ebuild +++ b/app-text/namazu/namazu-2.0.21.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" @@ -77,7 +77,7 @@ src_test() { emake -j1 check } -src_install () { +src_install() { default find "${ED}" -name '*.la' -delete || die diff --git a/app-text/namazu/namazu-2.0.22_pre7.ebuild b/app-text/namazu/namazu-2.0.22_pre7.ebuild index 8bb6261583235..8517c85543672 100644 --- a/app-text/namazu/namazu-2.0.22_pre7.ebuild +++ b/app-text/namazu/namazu-2.0.22_pre7.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" @@ -75,7 +75,7 @@ src_test() { emake -j1 check } -src_install () { +src_install() { default find "${ED}" -name '*.la' -delete || die diff --git a/app-text/pdfminer/pdfminer-20140328-r1.ebuild b/app-text/pdfminer/pdfminer-20140328-r1.ebuild index 91cf73768b9e3..342b4f9f88f39 100644 --- a/app-text/pdfminer/pdfminer-20140328-r1.ebuild +++ b/app-text/pdfminer/pdfminer-20140328-r1.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="doc examples test" RESTRICT="!test? ( test )" -python_compile_all(){ +python_compile_all() { use examples && emake -C samples all } diff --git a/app-text/pdfminer/pdfminer-20140328.ebuild b/app-text/pdfminer/pdfminer-20140328.ebuild index eea303083e1bc..97c356bcfc39f 100644 --- a/app-text/pdfminer/pdfminer-20140328.ebuild +++ b/app-text/pdfminer/pdfminer-20140328.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="doc examples" -python_compile_all(){ +python_compile_all() { use examples && emake -C samples all } diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r4.ebuild index f08483acb74d3..e514f3c9a3799 100644 --- a/app-text/pstotext/pstotext-1.9-r4.ebuild +++ b/app-text/pstotext/pstotext-1.9-r4.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 @@ -27,7 +27,7 @@ src_prepare() { tc-export CC } -src_install () { +src_install() { dobin pstotext doman pstotext.1 } diff --git a/app-text/psutils/psutils-1.17-r3.ebuild b/app-text/psutils/psutils-1.17-r3.ebuild index 0b41f05b4edb2..8aca2e46858c9 100644 --- a/app-text/psutils/psutils-1.17-r3.ebuild +++ b/app-text/psutils/psutils-1.17-r3.ebuild @@ -33,7 +33,7 @@ src_compile() { emake CC="$(tc-getCC)" } -src_install () { +src_install() { dodir /usr/{bin,share/man} emake DESTDIR="${D}" install dodoc README diff --git a/app-text/refbase/refbase-0.9.6_p20180223.ebuild b/app-text/refbase/refbase-0.9.6_p20180223.ebuild index 425caca6082e8..a36d4ed7ff869 100644 --- a/app-text/refbase/refbase-0.9.6_p20180223.ebuild +++ b/app-text/refbase/refbase-0.9.6_p20180223.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 @@ -18,7 +18,7 @@ DEPEND="app-arch/unzip" S="${WORKDIR}/${PN}-code-r1422-branches-bleeding-edge" -src_install () { +src_install() { webapp_src_preinst DOCS="AUTHORS BUGS ChangeLog NEWS README TODO UPDATE" diff --git a/app-text/referencer/referencer-1.2.2-r1.ebuild b/app-text/referencer/referencer-1.2.2-r1.ebuild index aec67160a1d3c..6fa53d118dd74 100644 --- a/app-text/referencer/referencer-1.2.2-r1.ebuild +++ b/app-text/referencer/referencer-1.2.2-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" @@ -40,7 +40,7 @@ DEPEND=" PATCHES=( ${FILESDIR}/${PN}-${PV}-lib_path.patch ) -src_prepare () { +src_prepare() { default python_fix_shebang plugins } diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild b/app-text/tkinfo/tkinfo-2.8-r1.ebuild index 0f8c3044f5d79..bff5686e6c966 100644 --- a/app-text/tkinfo/tkinfo-2.8-r1.ebuild +++ b/app-text/tkinfo/tkinfo-2.8-r1.ebuild @@ -23,7 +23,7 @@ src_prepare() { die "sed tkinfo failed" } -src_install () { +src_install() { dobin "${PN}" doman "${PN}.1" } diff --git a/app-text/wv/wv-1.2.9-r2.ebuild b/app-text/wv/wv-1.2.9-r2.ebuild index 64c371e4ece24..2927d8aeef2ac 100644 --- a/app-text/wv/wv-1.2.9-r2.ebuild +++ b/app-text/wv/wv-1.2.9-r2.ebuild @@ -51,7 +51,7 @@ src_configure() { $(use_with wmf libwmf) } -src_install () { +src_install() { default prune_libtool_files diff --git a/app-text/xapian-omega/xapian-omega-1.2.25.ebuild b/app-text/xapian-omega/xapian-omega-1.2.25.ebuild index 7689f58353353..dbca81512708e 100644 --- a/app-text/xapian-omega/xapian-omega-1.2.25.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.2.25.ebuild @@ -19,7 +19,7 @@ DEPEND="dev-libs/xapian:0/1.2.22 sys-libs/zlib" RDEPEND="${DEPEND}" -src_install () { +src_install() { emake DESTDIR="${D}" install # Protect /etc/omega.conf diff --git a/app-text/xapian-omega/xapian-omega-1.4.10.ebuild b/app-text/xapian-omega/xapian-omega-1.4.10.ebuild index 4a7e3ffd806dd..f76f70d1acab3 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.10.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.10.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" @@ -19,7 +19,7 @@ DEPEND="dev-libs/xapian:0/30 sys-libs/zlib" RDEPEND="${DEPEND}" -src_install () { +src_install() { emake DESTDIR="${D}" install # Protect /etc/omega.conf diff --git a/app-text/xapian-omega/xapian-omega-1.4.11.ebuild b/app-text/xapian-omega/xapian-omega-1.4.11.ebuild index 4a7e3ffd806dd..f76f70d1acab3 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.11.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.11.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" @@ -19,7 +19,7 @@ DEPEND="dev-libs/xapian:0/30 sys-libs/zlib" RDEPEND="${DEPEND}" -src_install () { +src_install() { emake DESTDIR="${D}" install # Protect /etc/omega.conf diff --git a/app-text/xapian-omega/xapian-omega-1.4.12.ebuild b/app-text/xapian-omega/xapian-omega-1.4.12.ebuild index 4a7e3ffd806dd..f76f70d1acab3 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.12.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.12.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" @@ -19,7 +19,7 @@ DEPEND="dev-libs/xapian:0/30 sys-libs/zlib" RDEPEND="${DEPEND}" -src_install () { +src_install() { emake DESTDIR="${D}" install # Protect /etc/omega.conf diff --git a/app-text/xapian-omega/xapian-omega-1.4.13.ebuild b/app-text/xapian-omega/xapian-omega-1.4.13.ebuild index 4a7e3ffd806dd..f76f70d1acab3 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.13.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.13.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" @@ -19,7 +19,7 @@ DEPEND="dev-libs/xapian:0/30 sys-libs/zlib" RDEPEND="${DEPEND}" -src_install () { +src_install() { emake DESTDIR="${D}" install # Protect /etc/omega.conf diff --git a/app-text/xapian-omega/xapian-omega-1.4.14.ebuild b/app-text/xapian-omega/xapian-omega-1.4.14.ebuild index 4a7e3ffd806dd..f76f70d1acab3 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.14.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.14.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" @@ -19,7 +19,7 @@ DEPEND="dev-libs/xapian:0/30 sys-libs/zlib" RDEPEND="${DEPEND}" -src_install () { +src_install() { emake DESTDIR="${D}" install # Protect /etc/omega.conf diff --git a/app-text/xapian-omega/xapian-omega-1.4.5.ebuild b/app-text/xapian-omega/xapian-omega-1.4.5.ebuild index 60c5f808c3fa5..92413d87bc987 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.5.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.5.ebuild @@ -19,7 +19,7 @@ DEPEND="dev-libs/xapian:0/30 sys-libs/zlib" RDEPEND="${DEPEND}" -src_install () { +src_install() { emake DESTDIR="${D}" install # Protect /etc/omega.conf diff --git a/app-text/xapian-omega/xapian-omega-1.4.7.ebuild b/app-text/xapian-omega/xapian-omega-1.4.7.ebuild index 062bc700d6f5a..af99b4ba7ec42 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.7.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.7.ebuild @@ -19,7 +19,7 @@ DEPEND="dev-libs/xapian:0/30 sys-libs/zlib" RDEPEND="${DEPEND}" -src_install () { +src_install() { emake DESTDIR="${D}" install # Protect /etc/omega.conf diff --git a/app-text/xapian-omega/xapian-omega-1.4.8.ebuild b/app-text/xapian-omega/xapian-omega-1.4.8.ebuild index 2790bf5b9f0e2..e045628ddf17a 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.8.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -19,7 +19,7 @@ DEPEND="dev-libs/xapian:0/30 sys-libs/zlib" RDEPEND="${DEPEND}" -src_install () { +src_install() { emake DESTDIR="${D}" install # Protect /etc/omega.conf diff --git a/app-text/xapian-omega/xapian-omega-1.4.9.ebuild b/app-text/xapian-omega/xapian-omega-1.4.9.ebuild index 2790bf5b9f0e2..e045628ddf17a 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.9.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -19,7 +19,7 @@ DEPEND="dev-libs/xapian:0/30 sys-libs/zlib" RDEPEND="${DEPEND}" -src_install () { +src_install() { emake DESTDIR="${D}" install # Protect /etc/omega.conf diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2014.ebuild b/dev-ada/gnat-suite-bin/gnat-suite-bin-2014.ebuild index 84e63a9aef842..1563a86ca648c 100644 --- a/dev-ada/gnat-suite-bin/gnat-suite-bin-2014.ebuild +++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2014.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" @@ -100,7 +100,7 @@ src_install() { fperms 755 ${PREFIX}/libexec/gprbuild/gprlib } -pkg_postinst () { +pkg_postinst() { einfo "GNAT GPL is now installed. To launch it, you must put" einfo " ${PREFIX}/bin" einfo "in front of your PATH environment variable. The following" diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2016.ebuild b/dev-ada/gnat-suite-bin/gnat-suite-bin-2016.ebuild index fe753f78bac85..cd65dfa8890a6 100644 --- a/dev-ada/gnat-suite-bin/gnat-suite-bin-2016.ebuild +++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2016.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" @@ -95,7 +95,7 @@ src_install() { fperms 755 ${PREFIX}/libexec/gprbuild/gprlib } -pkg_postinst () { +pkg_postinst() { einfo "GNAT GPL is now installed. To launch it, you must put" einfo " ${PREFIX}/bin" einfo "in front of your PATH environment variable. The following" diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2017.ebuild b/dev-ada/gnat-suite-bin/gnat-suite-bin-2017.ebuild index 538f8b0544bbe..47430b2c10287 100644 --- a/dev-ada/gnat-suite-bin/gnat-suite-bin-2017.ebuild +++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2017.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" @@ -95,7 +95,7 @@ src_install() { fperms 755 ${PREFIX}/libexec/gprbuild/gprlib } -pkg_postinst () { +pkg_postinst() { einfo "GNAT GPL is now installed. To launch it, you must put" einfo " ${PREFIX}/bin" einfo "in front of your PATH environment variable. The following" diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild b/dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild index a6d08d2be740d..04ffaf338d727 100644 --- a/dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild +++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2018.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" @@ -75,7 +75,7 @@ src_install() { fperms 755 ${PREFIX}/libexec/gprbuild/gprlib } -pkg_postinst () { +pkg_postinst() { einfo "GNAT GPL is now installed. To launch it, you must put" einfo " ${PREFIX}/bin" einfo "in front of your PATH environment variable. The following" diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2019.ebuild b/dev-ada/gnat-suite-bin/gnat-suite-bin-2019.ebuild index 587a7e9955f3d..8e8d445e3d3d1 100644 --- a/dev-ada/gnat-suite-bin/gnat-suite-bin-2019.ebuild +++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2019.ebuild @@ -75,7 +75,7 @@ src_install() { fperms 755 ${PREFIX}/libexec/gprbuild/gprlib } -pkg_postinst () { +pkg_postinst() { einfo "GNAT GPL is now installed. To launch it, you must put" einfo " ${PREFIX}/bin" einfo "in front of your PATH environment variable. The following" diff --git a/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild b/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild index e061c4cf6a6f6..58c774b5e3c6d 100644 --- a/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild +++ b/dev-ada/gnatcoll-db/gnatcoll-db-2019.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 @@ -40,7 +40,7 @@ S="${WORKDIR}"/${PN}-${commitId} PATCHES=( "${FILESDIR}"/${PN}-2018-gentoo.patch ) -pkg_setup () { +pkg_setup() { python-single-r1_pkg_setup ada_setup } diff --git a/dev-ada/libadalang/libadalang-2018-r2.ebuild b/dev-ada/libadalang/libadalang-2018-r2.ebuild index 6c587d89b9132..bbb04ac9fc4f7 100644 --- a/dev-ada/libadalang/libadalang-2018-r2.ebuild +++ b/dev-ada/libadalang/libadalang-2018-r2.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 @@ -54,11 +54,11 @@ src_compile() { --build-mode='prod' || die } -src_test () { +src_test() { ada/manage.py test | grep FAILED && die } -src_install () { +src_install() { ada/manage.py \ $(use_enable shared) \ $(use_enable static-libs static) \ diff --git a/dev-ada/libadalang/libadalang-2019-r1.ebuild b/dev-ada/libadalang/libadalang-2019-r1.ebuild index 02d37bc012314..2d2c39e9b8db7 100644 --- a/dev-ada/libadalang/libadalang-2019-r1.ebuild +++ b/dev-ada/libadalang/libadalang-2019-r1.ebuild @@ -59,12 +59,12 @@ src_compile() { --build-mode='prod' || die } -src_test () { +src_test() { ada/manage.py test | tee libadalang.testOut; grep -q FAILED libadalang.testOut && die } -src_install () { +src_install() { ada/manage.py \ -v \ --library-types $libtype \ diff --git a/dev-ada/xmlada/xmlada-2019-r1.ebuild b/dev-ada/xmlada/xmlada-2019-r1.ebuild index 794b5c7d879da..a08b9acda13c4 100644 --- a/dev-ada/xmlada/xmlada-2019-r1.ebuild +++ b/dev-ada/xmlada/xmlada-2019-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 @@ -28,11 +28,11 @@ S="${WORKDIR}"/${MYP}-src PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) -src_configure () { +src_configure() { econf --prefix="${D}"/usr } -src_compile () { +src_compile() { build () { gprbuild -j$(makeopts_jobs) -m -p -v -XLIBRARY_TYPE=$1 \ -XBUILD=Production -XPROCESSORS=$(makeopts_jobs) xmlada.gpr \ @@ -55,7 +55,7 @@ src_test() { grep -q DIFF xmlada.testLog && die } -src_install () { +src_install() { build () { gprinstall -XLIBRARY_TYPE=$1 -f -p -XBUILD=Production \ -XPROCESSORS=$(makeopts_jobs) --prefix="${D}"/usr \ diff --git a/dev-db/henplus/henplus-0.9.8-r1.ebuild b/dev-db/henplus/henplus-0.9.8-r1.ebuild index c42f56c5c9504..cee0e94668a15 100644 --- a/dev-db/henplus/henplus-0.9.8-r1.ebuild +++ b/dev-db/henplus/henplus-0.9.8-r1.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=5 @@ -29,7 +29,7 @@ java_prepare() { JAVA_ANT_REWRITE_CLASSPATH="true" EANT_GENTOO_CLASSPATH="commons-cli-1,libreadline-java" -src_install () { +src_install() { java-pkg_dojar "build/${PN}.jar" java-pkg_dolauncher ${PN} -pre "${FILESDIR}/${PN}.pre" \ diff --git a/dev-db/libdbi/libdbi-0.9.0.ebuild b/dev-db/libdbi/libdbi-0.9.0.ebuild index 97a3a4ea1e468..d1248c13979a8 100644 --- a/dev-db/libdbi/libdbi-0.9.0.ebuild +++ b/dev-db/libdbi/libdbi-0.9.0.ebuild @@ -47,7 +47,7 @@ src_configure() { $(use_enable static-libs static) } -src_install () { +src_install() { default prune_libtool_files --all diff --git a/dev-db/libodbc++/libodbc++-0.2.5-r2.ebuild b/dev-db/libodbc++/libodbc++-0.2.5-r2.ebuild index ca2d04023a40d..4c81bfaba7505 100644 --- a/dev-db/libodbc++/libodbc++-0.2.5-r2.ebuild +++ b/dev-db/libodbc++/libodbc++-0.2.5-r2.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 @@ -90,7 +90,7 @@ src_compile() { [ -n "${failures}" ] && die "Failures: ${failures}" } -src_install () { +src_install() { dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO buildlist="${SB} ${SB_MT}" diff --git a/dev-db/mariadb/mariadb-10.1.38-r1.ebuild b/dev-db/mariadb/mariadb-10.1.38-r1.ebuild index a0969b33760fe..b9ac00934060c 100644 --- a/dev-db/mariadb/mariadb-10.1.38-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.1.38-r1.ebuild @@ -271,7 +271,7 @@ src_prepare() { java-pkg-opt-2_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mariadb/mariadb-10.1.43.ebuild b/dev-db/mariadb/mariadb-10.1.43.ebuild index 2dc6b40a6680f..f0637689455c5 100644 --- a/dev-db/mariadb/mariadb-10.1.43.ebuild +++ b/dev-db/mariadb/mariadb-10.1.43.ebuild @@ -276,7 +276,7 @@ src_prepare() { java-pkg-opt-2_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mariadb/mariadb-10.1.44.ebuild b/dev-db/mariadb/mariadb-10.1.44.ebuild index b68568b592475..3e83ad3645dd6 100644 --- a/dev-db/mariadb/mariadb-10.1.44.ebuild +++ b/dev-db/mariadb/mariadb-10.1.44.ebuild @@ -280,7 +280,7 @@ src_prepare() { java-pkg-opt-2_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mariadb/mariadb-10.2.22-r1.ebuild b/dev-db/mariadb/mariadb-10.2.22-r1.ebuild index e80c895eb6307..e8976b996e163 100644 --- a/dev-db/mariadb/mariadb-10.2.22-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.2.22-r1.ebuild @@ -309,7 +309,7 @@ src_prepare() { java-pkg-opt-2_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mariadb/mariadb-10.2.29.ebuild b/dev-db/mariadb/mariadb-10.2.29.ebuild index 64799a4f908fd..0d9de25fccb91 100644 --- a/dev-db/mariadb/mariadb-10.2.29.ebuild +++ b/dev-db/mariadb/mariadb-10.2.29.ebuild @@ -318,7 +318,7 @@ src_prepare() { java-pkg-opt-2_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mariadb/mariadb-10.2.31.ebuild b/dev-db/mariadb/mariadb-10.2.31.ebuild index 8e713f24f7cdb..4837542c9d853 100644 --- a/dev-db/mariadb/mariadb-10.2.31.ebuild +++ b/dev-db/mariadb/mariadb-10.2.31.ebuild @@ -319,7 +319,7 @@ src_prepare() { java-pkg-opt-2_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mariadb/mariadb-10.3.20.ebuild b/dev-db/mariadb/mariadb-10.3.20.ebuild index 4776e6b5b3981..20aedd4ba8af9 100644 --- a/dev-db/mariadb/mariadb-10.3.20.ebuild +++ b/dev-db/mariadb/mariadb-10.3.20.ebuild @@ -308,7 +308,7 @@ src_prepare() { java-pkg-opt-2_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mariadb/mariadb-10.3.22.ebuild b/dev-db/mariadb/mariadb-10.3.22.ebuild index f65deda16f81a..ea9008c72aded 100644 --- a/dev-db/mariadb/mariadb-10.3.22.ebuild +++ b/dev-db/mariadb/mariadb-10.3.22.ebuild @@ -309,7 +309,7 @@ src_prepare() { java-pkg-opt-2_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mariadb/mariadb-10.4.10.ebuild b/dev-db/mariadb/mariadb-10.4.10.ebuild index 8e1f05749ca4e..4f28a3ad6b1e8 100644 --- a/dev-db/mariadb/mariadb-10.4.10.ebuild +++ b/dev-db/mariadb/mariadb-10.4.10.ebuild @@ -318,7 +318,7 @@ src_prepare() { java-pkg-opt-2_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mariadb/mariadb-10.4.12.ebuild b/dev-db/mariadb/mariadb-10.4.12.ebuild index 10c241797c7db..0e5f5ec5df15f 100644 --- a/dev-db/mariadb/mariadb-10.4.12.ebuild +++ b/dev-db/mariadb/mariadb-10.4.12.ebuild @@ -319,7 +319,7 @@ src_prepare() { java-pkg-opt-2_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mariadb/mariadb-5.5.66.ebuild b/dev-db/mariadb/mariadb-5.5.66.ebuild index ed421bcb09395..4e6a03430f24c 100644 --- a/dev-db/mariadb/mariadb-5.5.66.ebuild +++ b/dev-db/mariadb/mariadb-5.5.66.ebuild @@ -237,7 +237,7 @@ src_prepare() { cmake-utils_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mariadb/mariadb-5.5.67.ebuild b/dev-db/mariadb/mariadb-5.5.67.ebuild index fbd7f924edf8f..73874428bb313 100644 --- a/dev-db/mariadb/mariadb-5.5.67.ebuild +++ b/dev-db/mariadb/mariadb-5.5.67.ebuild @@ -237,7 +237,7 @@ src_prepare() { cmake-utils_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/metakit/metakit-2.4.9.7-r2.ebuild b/dev-db/metakit/metakit-2.4.9.7-r2.ebuild index 6f734ed0c15cf..3d8abacaa6494 100644 --- a/dev-db/metakit/metakit-2.4.9.7-r2.ebuild +++ b/dev-db/metakit/metakit-2.4.9.7-r2.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 @@ -62,7 +62,7 @@ src_compile() { fi } -src_install () { +src_install() { default mv "${ED}"//usr/$(get_libdir)/libmk4.so{,.2.4} diff --git a/dev-db/myodbc/myodbc-5.3.9.ebuild b/dev-db/myodbc/myodbc-5.3.9.ebuild index bcdb2f0d975c5..af30379354513 100644 --- a/dev-db/myodbc/myodbc-5.3.9.ebuild +++ b/dev-db/myodbc/myodbc-5.3.9.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 @@ -27,9 +27,9 @@ RDEPEND=" sys-libs/zlib[${MULTILIB_USEDEP}]" S=${WORKDIR} -#src_configure(){ :; } +#src_configure() { :; } -src_compile(){ :; } +src_compile() { :; } multilib_src_install() { cd "${S}" || die diff --git a/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild index 8cab2ed15bc22..bd54a6729ec9a 100644 --- a/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild +++ b/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild @@ -223,7 +223,7 @@ src_prepare() { java-pkg-opt-2_src_prepare } -src_configure(){ +src_configure() { # Bug #114895, bug #110149 filter-flags "-O" "-O[01]" diff --git a/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild index b97aed5393792..7969b44c58929 100644 --- a/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild +++ b/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild @@ -224,7 +224,7 @@ src_prepare() { java-utils-2_src_prepare } -src_configure(){ +src_configure() { # Bug #114895, bug #110149 filter-flags "-O" "-O[01]" diff --git a/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild index fa9c30f88f7d0..ad252c1349b3a 100644 --- a/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild +++ b/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild @@ -224,7 +224,7 @@ src_prepare() { java-utils-2_src_prepare } -src_configure(){ +src_configure() { # Bug #114895, bug #110149 filter-flags "-O" "-O[01]" diff --git a/dev-db/mysql/mysql-5.6.44-r1.ebuild b/dev-db/mysql/mysql-5.6.44-r1.ebuild index 3e0e3ef973201..beb0cfb51484c 100644 --- a/dev-db/mysql/mysql-5.6.44-r1.ebuild +++ b/dev-db/mysql/mysql-5.6.44-r1.ebuild @@ -228,7 +228,7 @@ src_prepare() { cmake-utils_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mysql/mysql-5.6.45-r2.ebuild b/dev-db/mysql/mysql-5.6.45-r2.ebuild index eeb9a544447c2..31f2e40e4ae79 100644 --- a/dev-db/mysql/mysql-5.6.45-r2.ebuild +++ b/dev-db/mysql/mysql-5.6.45-r2.ebuild @@ -237,7 +237,7 @@ src_prepare() { cmake-utils_src_prepare } -src_configure(){ +src_configure() { # bug 508724 mariadb cannot use ld.gold tc-ld-disable-gold # Bug #114895, bug #110149 diff --git a/dev-db/mysql/mysql-5.7.26-r1.ebuild b/dev-db/mysql/mysql-5.7.26-r1.ebuild index 0a7e0645d3e13..6a6d86bf27bcf 100644 --- a/dev-db/mysql/mysql-5.7.26-r1.ebuild +++ b/dev-db/mysql/mysql-5.7.26-r1.ebuild @@ -304,7 +304,7 @@ src_prepare() { sed -i 's~ADD_SUBDIRECTORY(storage/ndb)~~' CMakeLists.txt || die } -src_configure(){ +src_configure() { # Bug #114895, bug #110149 filter-flags "-O" "-O[01]" diff --git a/dev-db/mysql/mysql-5.7.27-r1.ebuild b/dev-db/mysql/mysql-5.7.27-r1.ebuild index af1a86b08a41e..912e350a91251 100644 --- a/dev-db/mysql/mysql-5.7.27-r1.ebuild +++ b/dev-db/mysql/mysql-5.7.27-r1.ebuild @@ -315,7 +315,7 @@ src_prepare() { sed -i 's~ADD_SUBDIRECTORY(storage/ndb)~~' CMakeLists.txt || die } -src_configure(){ +src_configure() { # Bug #114895, bug #110149 filter-flags "-O" "-O[01]" diff --git a/dev-db/mysql/mysql-5.7.29.ebuild b/dev-db/mysql/mysql-5.7.29.ebuild index 2fea30d9577d2..86a70707a833b 100644 --- a/dev-db/mysql/mysql-5.7.29.ebuild +++ b/dev-db/mysql/mysql-5.7.29.ebuild @@ -313,7 +313,7 @@ src_prepare() { sed -i 's~ADD_SUBDIRECTORY(storage/ndb)~~' CMakeLists.txt || die } -src_configure(){ +src_configure() { # Bug #114895, bug #110149 filter-flags "-O" "-O[01]" diff --git a/dev-db/mysql/mysql-8.0.19-r1.ebuild b/dev-db/mysql/mysql-8.0.19-r1.ebuild index d519e50683377..96e80ed37db63 100644 --- a/dev-db/mysql/mysql-8.0.19-r1.ebuild +++ b/dev-db/mysql/mysql-8.0.19-r1.ebuild @@ -207,7 +207,7 @@ src_prepare() { cmake-utils_src_prepare } -src_configure(){ +src_configure() { # Bug #114895, bug #110149 filter-flags "-O" "-O[01]" diff --git a/dev-db/percona-server/percona-server-5.7.27.30.ebuild b/dev-db/percona-server/percona-server-5.7.27.30.ebuild index a61000aef2575..200a7c0f7436a 100644 --- a/dev-db/percona-server/percona-server-5.7.27.30.ebuild +++ b/dev-db/percona-server/percona-server-5.7.27.30.ebuild @@ -361,7 +361,7 @@ src_prepare() { sed -i 's~ADD_SUBDIRECTORY(storage/ndb)~~' CMakeLists.txt || die } -src_configure(){ +src_configure() { # Bug #114895, bug #110149 filter-flags "-O" "-O[01]" diff --git a/dev-db/percona-server/percona-server-8.0.18.9.ebuild b/dev-db/percona-server/percona-server-8.0.18.9.ebuild index 93fbfaacf7f72..55c42cf99f549 100644 --- a/dev-db/percona-server/percona-server-8.0.18.9.ebuild +++ b/dev-db/percona-server/percona-server-8.0.18.9.ebuild @@ -218,7 +218,7 @@ src_prepare() { cmake-utils_src_prepare } -src_configure(){ +src_configure() { # Bug #114895, bug #110149 filter-flags "-O" "-O[01]" diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r1.ebuild b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r1.ebuild index fd1110890b57c..32bb72c40782c 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r1.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r1.ebuild @@ -53,7 +53,7 @@ src_compile() { emake "$@" } -src_install () { +src_install() { emake -j1 DESTDIR="${D}" "$@" install #nowarn mono_multilib_comply local commondoc=( AUTHORS ChangeLog README TODO ) diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild index 233e2a77fd10a..90794452cf391 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild @@ -54,7 +54,7 @@ src_compile() { emake "$@" } -src_install () { +src_install() { emake -j1 DESTDIR="${D}" "$@" install #nowarn mono_multilib_comply local commondoc=( AUTHORS ChangeLog README TODO ) diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild index 4dafca8273bd0..5e07d0b660095 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild @@ -52,7 +52,7 @@ src_compile() { emake "$@" } -src_install () { +src_install() { emake -j1 DESTDIR="${D}" "$@" install #nowarn dotnet_multilib_comply local commondoc=( AUTHORS ChangeLog README TODO ) diff --git a/dev-dotnet/libgdiplus/libgdiplus-4.2-r2.ebuild b/dev-dotnet/libgdiplus/libgdiplus-4.2-r2.ebuild index 830e249384ff0..fae2d76969ec8 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-4.2-r2.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-4.2-r2.ebuild @@ -36,7 +36,7 @@ src_configure() { $(usex cairo "" "--with-pango") } -src_install () { +src_install() { default dotnet_multilib_comply diff --git a/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild b/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild index 6c70167a307e1..93891c63f742f 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild @@ -36,7 +36,7 @@ src_configure() { $(usex cairo "" "--with-pango") } -src_install () { +src_install() { default dotnet_multilib_comply diff --git a/dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild b/dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild index 912d37ea51860..7516ec260287f 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild @@ -44,7 +44,7 @@ src_configure() { $(usex cairo "" "--with-pango") } -src_install () { +src_install() { default dotnet_multilib_comply diff --git a/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild b/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild index b9e80bf4e2e1d..4f9acf5c941c6 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild @@ -37,7 +37,7 @@ src_configure() { $(usex cairo "" "--with-pango") } -src_install () { +src_install() { default dotnet_multilib_comply diff --git a/dev-games/libmt_client/libmt_client-0.1.98.ebuild b/dev-games/libmt_client/libmt_client-0.1.98.ebuild index 4b26528a061a7..46c1e6efde713 100644 --- a/dev-games/libmt_client/libmt_client-0.1.98.ebuild +++ b/dev-games/libmt_client/libmt_client-0.1.98.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,6 +19,6 @@ DEPEND="dev-libs/glib:2 dev-games/libmaitretarot" RDEPEND=${DEPEND} -src_prepare () { +src_prepare() { epatch "${FILESDIR}"/${P}-format.patch } diff --git a/dev-go/get-ego-vendor/get-ego-vendor-0.1.0.ebuild b/dev-go/get-ego-vendor/get-ego-vendor-0.1.0.ebuild index 698caa797b7e8..7990d1673b780 100644 --- a/dev-go/get-ego-vendor/get-ego-vendor-0.1.0.ebuild +++ b/dev-go/get-ego-vendor/get-ego-vendor-0.1.0.ebuild @@ -12,11 +12,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc64" -src_compile () { +src_compile() { go build || die } -src_install () { +src_install() { dobin get-ego-vendor dodoc README.md } diff --git a/dev-haskell/hsql/hsql-1.8.2-r1.ebuild b/dev-haskell/hsql/hsql-1.8.2-r1.ebuild index 29cca67ecdb16..d8f03ac6cc026 100644 --- a/dev-haskell/hsql/hsql-1.8.2-r1.ebuild +++ b/dev-haskell/hsql/hsql-1.8.2-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=5 @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10 " -pkg_postinst () { +pkg_postinst() { ghc-package_pkg_postinst elog "You will probably want to emerge one or more HSQL backend." diff --git a/dev-java/jrrd/jrrd-1.0.1-r2.ebuild b/dev-java/jrrd/jrrd-1.0.1-r2.ebuild index 99bc7ddf318de..286cb6ffdc324 100644 --- a/dev-java/jrrd/jrrd-1.0.1-r2.ebuild +++ b/dev-java/jrrd/jrrd-1.0.1-r2.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 @@ -32,7 +32,7 @@ src_configure() { econf } -src_compile(){ +src_compile() { emake -j1 use doc && ejavadoc -d javadoc $(find org -name "*.java") } diff --git a/dev-java/netty-tcnative/netty-tcnative-1.1.33.15.ebuild b/dev-java/netty-tcnative/netty-tcnative-1.1.33.15.ebuild index 395e9a7a95dfc..a8a2536e68715 100644 --- a/dev-java/netty-tcnative/netty-tcnative-1.1.33.15.ebuild +++ b/dev-java/netty-tcnative/netty-tcnative-1.1.33.15.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=5 @@ -51,7 +51,7 @@ java_prepare() { eautoreconf } -src_configure(){ +src_configure() { cd "${NATIVE_DIR}" || die econf --with-apr=/usr/bin/apr-1-config --with-ssl=/usr } diff --git a/dev-java/okio/okio-1.11.0.ebuild b/dev-java/okio/okio-1.11.0.ebuild index 57105c8e98384..ce07c77a58858 100644 --- a/dev-java/okio/okio-1.11.0.ebuild +++ b/dev-java/okio/okio-1.11.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="5" @@ -34,6 +34,6 @@ S="${WORKDIR}/${PN}-${MY_P}" JAVA_GENTOO_CLASSPATH="jmh-core,junit-4" -src_prepare(){ +src_prepare() { epatch "${FILESDIR}/okio-remove-maven-animal-jre.patch" } diff --git a/dev-java/wstx/wstx-3.2.9-r1.ebuild b/dev-java/wstx/wstx-3.2.9-r1.ebuild index aab3ce3857312..ddddc0b42a6c2 100644 --- a/dev-java/wstx/wstx-3.2.9-r1.ebuild +++ b/dev-java/wstx/wstx-3.2.9-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="5" @@ -49,7 +49,7 @@ java_prepare() { EANT_GENTOO_CLASSPATH="sax,msv,relaxng-datatype" -src_test(){ +src_test() { java-pkg-2_src_test } diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild index 080a086917d90..a7faa6d725e00 100644 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.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="5" @@ -55,7 +55,7 @@ src_test() { java-pkg-2_src_test } -src_install(){ +src_install() { java-pkg_newjar build/${P}.jar use source && java-pkg_dosrc src/java/org diff --git a/dev-lang/coffee-script/coffee-script-1.12.5.ebuild b/dev-lang/coffee-script/coffee-script-1.12.5.ebuild index 6029b25ed394f..43791b8fa0d3b 100644 --- a/dev-lang/coffee-script/coffee-script-1.12.5.ebuild +++ b/dev-lang/coffee-script/coffee-script-1.12.5.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 @@ -21,7 +21,7 @@ IUSE="doc examples" RDEPEND="net-libs/nodejs" -src_install(){ +src_install() { local npm_module_dir="/usr/$(get_libdir)/node/${PN}" insinto "${npm_module_dir}" doins *.js package.json diff --git a/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild b/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild index 941e12267f0a8..c7bd4d3403ae7 100644 --- a/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild +++ b/dev-lang/coffee-script/coffee-script-1.9.3-r1.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=5 @@ -27,7 +27,7 @@ IUSE="doc examples" RDEPEND="net-libs/nodejs" -src_install(){ +src_install() { local npm_module_dir="/usr/$(get_libdir)/node/${PN}" insinto "${npm_module_dir}" doins *.js package.json diff --git a/dev-lang/coffee-script/coffee-script-2.3.2.ebuild b/dev-lang/coffee-script/coffee-script-2.3.2.ebuild index 9616a311be529..ce12a698c64d3 100644 --- a/dev-lang/coffee-script/coffee-script-2.3.2.ebuild +++ b/dev-lang/coffee-script/coffee-script-2.3.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 @@ -21,7 +21,7 @@ IUSE="doc examples" RDEPEND="net-libs/nodejs" -src_install(){ +src_install() { local npm_module_dir="/usr/$(get_libdir)/node/${PN}" insinto "${npm_module_dir}" doins *.js package.json diff --git a/dev-lang/gnat-gpl/gnat-gpl-2016-r4.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2016-r4.ebuild index ae8bf794939c5..555b2df05631b 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2016-r4.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2016-r4.ebuild @@ -161,7 +161,7 @@ src_compile() { gcc_do_make "-C gcc gnattools" } -pkg_postinst () { +pkg_postinst() { toolchain_pkg_postinst einfo "This provide the GNAT compiler with gcc for ada/c/c++ and more" einfo "The compiler binary is gcc-${TOOLCHAIN_GCC_PV}" diff --git a/dev-lang/gnat-gpl/gnat-gpl-2017-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2017-r1.ebuild index 759588fab4282..8a6cf4555b8c6 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2017-r1.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2017-r1.ebuild @@ -144,7 +144,7 @@ src_compile() { gcc_do_make "-C gcc gnattools" } -pkg_postinst () { +pkg_postinst() { toolchain_pkg_postinst einfo "This provide the GNAT compiler with gcc for ada/c/c++ and more" einfo "The compiler binary is ${CTARGET}-gcc-${TOOLCHAIN_GCC_PV}" diff --git a/dev-lang/gnat-gpl/gnat-gpl-2018-r3.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2018-r3.ebuild index 35dc9364a3d4d..6559a30cfa329 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2018-r3.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2018-r3.ebuild @@ -142,7 +142,7 @@ src_compile() { gcc_do_make "-C gcc gnattools" } -pkg_postinst () { +pkg_postinst() { toolchain_pkg_postinst einfo "This provide the GNAT compiler with gcc for ada/c/c++ and more" einfo "The compiler binary is ${CTARGET}-gcc-${TOOLCHAIN_GCC_PV}" diff --git a/dev-lang/gnat-gpl/gnat-gpl-2019-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2019-r1.ebuild index 3a2b6cba15401..2d74d35e7a047 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2019-r1.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2019-r1.ebuild @@ -141,7 +141,7 @@ src_compile() { gcc_do_make "-C gcc gnattools" } -pkg_postinst () { +pkg_postinst() { toolchain_pkg_postinst einfo "This provide the GNAT compiler with gcc for ada/c/c++ and more" einfo "The compiler binary is ${CTARGET}-gcc-${TOOLCHAIN_GCC_PV}" diff --git a/dev-lang/lisaac/lisaac-0.13.1-r2.ebuild b/dev-lang/lisaac/lisaac-0.13.1-r2.ebuild index dffa1101fd40a..7d7646984cb05 100644 --- a/dev-lang/lisaac/lisaac-0.13.1-r2.ebuild +++ b/dev-lang/lisaac/lisaac-0.13.1-r2.ebuild @@ -20,12 +20,12 @@ RDEPEND="${DEPEND}" SITEFILE=50${PN}-gentoo.el -src_prepare(){ +src_prepare() { epatch "${FILESDIR}/${P}-makefile.patch" rm lib/number/essai } -src_compile(){ +src_compile() { emake CC="$(tc-getCC)" if use emacs; then @@ -34,7 +34,7 @@ src_compile(){ fi } -src_install(){ +src_install() { emake DESTDIR="${D}" DOC="/usr/share/doc/${PF}" install if use vim-syntax; then @@ -57,7 +57,7 @@ src_install(){ fi } -pkg_postinst(){ +pkg_postinst() { if use vim-syntax; then elog "Add the following line to your vimrc if you want" elog "to enable the lisaac support :" @@ -68,6 +68,6 @@ pkg_postinst(){ use emacs && elisp-site-regen } -pkg_postrm(){ +pkg_postrm() { use emacs && elisp-site-regen } diff --git a/dev-lang/luajit/luajit-2.0.5-r1.ebuild b/dev-lang/luajit/luajit-2.0.5-r1.ebuild index 6b07deee37a78..0e4dc83ff928c 100644 --- a/dev-lang/luajit/luajit-2.0.5-r1.ebuild +++ b/dev-lang/luajit/luajit-2.0.5-r1.ebuild @@ -27,7 +27,7 @@ PATCHES=( "${FILESDIR}/${PN}-2-ldconfig.patch" ) S="${WORKDIR}/${MY_P}" -src_prepare(){ +src_prepare() { if [[ -n ${HOTFIX} ]]; then eapply "${DISTDIR}/${HOTFIX}" fi @@ -55,7 +55,7 @@ src_compile() { _emake XCFLAGS="$(usex lua52compat "-DLUAJIT_ENABLE_LUA52COMPAT" "")" } -src_install(){ +src_install() { _emake install pax-mark m "${ED}usr/bin/luajit-${MY_PV}" diff --git a/dev-lang/luajit/luajit-2.1.0_beta3.ebuild b/dev-lang/luajit/luajit-2.1.0_beta3.ebuild index 9406beb98c84a..b38bb2b260d72 100644 --- a/dev-lang/luajit/luajit-2.1.0_beta3.ebuild +++ b/dev-lang/luajit/luajit-2.1.0_beta3.ebuild @@ -44,7 +44,7 @@ src_compile() { _emake XCFLAGS="$(usex lua52compat "-DLUAJIT_ENABLE_LUA52COMPAT" "")" } -src_install(){ +src_install() { _emake install pax-mark m "${ED}usr/bin/luajit-${MY_PV}" diff --git a/dev-lang/perl/perl-5.30.1.ebuild b/dev-lang/perl/perl-5.30.1.ebuild index d2378f63b0b9a..98cca9ef5715f 100644 --- a/dev-lang/perl/perl-5.30.1.ebuild +++ b/dev-lang/perl/perl-5.30.1.ebuild @@ -650,6 +650,6 @@ pkg_postinst() { fi } -pkg_postrm(){ +pkg_postrm() { dual_scripts } diff --git a/dev-lang/rust-bin/rust-bin-1.37.0.ebuild b/dev-lang/rust-bin/rust-bin-1.37.0.ebuild index a2f03ec227a5c..806582e1e8daf 100644 --- a/dev-lang/rust-bin/rust-bin-1.37.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.37.0.ebuild @@ -36,7 +36,7 @@ QA_PREBUILT=" opt/${P}/lib/rustlib/*/lib/*.rlib* " -pkg_pretend () { +pkg_pretend() { if [[ "$(tc-is-softfloat)" != "no" ]] && [[ ${CHOST} == armv7* ]]; then die "${CHOST} is not supported by upstream Rust. You must use a hard float version." fi diff --git a/dev-lang/rust-bin/rust-bin-1.38.0.ebuild b/dev-lang/rust-bin/rust-bin-1.38.0.ebuild index 8ae4cfb6ab9e6..81f8460153483 100644 --- a/dev-lang/rust-bin/rust-bin-1.38.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.38.0.ebuild @@ -36,7 +36,7 @@ QA_PREBUILT=" opt/${P}/lib/rustlib/*/lib/*.rlib* " -pkg_pretend () { +pkg_pretend() { if [[ "$(tc-is-softfloat)" != "no" ]] && [[ ${CHOST} == armv7* ]]; then die "${CHOST} is not supported by upstream Rust. You must use a hard float version." fi diff --git a/dev-lang/rust-bin/rust-bin-1.39.0.ebuild b/dev-lang/rust-bin/rust-bin-1.39.0.ebuild index 6660b1a1ef2a7..05a8f1bbcc45b 100644 --- a/dev-lang/rust-bin/rust-bin-1.39.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.39.0.ebuild @@ -36,7 +36,7 @@ QA_PREBUILT=" opt/${P}/lib/rustlib/*/lib/*.rlib* " -pkg_pretend () { +pkg_pretend() { if [[ "$(tc-is-softfloat)" != "no" ]] && [[ ${CHOST} == armv7* ]]; then die "${CHOST} is not supported by upstream Rust. You must use a hard float version." fi diff --git a/dev-lang/rust-bin/rust-bin-1.40.0.ebuild b/dev-lang/rust-bin/rust-bin-1.40.0.ebuild index 8ae4cfb6ab9e6..81f8460153483 100644 --- a/dev-lang/rust-bin/rust-bin-1.40.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.40.0.ebuild @@ -36,7 +36,7 @@ QA_PREBUILT=" opt/${P}/lib/rustlib/*/lib/*.rlib* " -pkg_pretend () { +pkg_pretend() { if [[ "$(tc-is-softfloat)" != "no" ]] && [[ ${CHOST} == armv7* ]]; then die "${CHOST} is not supported by upstream Rust. You must use a hard float version." fi diff --git a/dev-lang/rust-bin/rust-bin-1.41.0.ebuild b/dev-lang/rust-bin/rust-bin-1.41.0.ebuild index 234a574cdba9b..e61242a31c032 100644 --- a/dev-lang/rust-bin/rust-bin-1.41.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.41.0.ebuild @@ -36,7 +36,7 @@ QA_PREBUILT=" opt/${P}/lib/rustlib/*/lib/*.rlib* " -pkg_pretend () { +pkg_pretend() { if [[ "$(tc-is-softfloat)" != "no" ]] && [[ ${CHOST} == armv7* ]]; then die "${CHOST} is not supported by upstream Rust. You must use a hard float version." fi diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild index 991822694fddb..97c9250c73233 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} app-arch/zip virtual/pkgconfig" -pkg_setup(){ +pkg_setup() { if [[ ${MERGE_TYPE} != "binary" ]]; then export LC_ALL="C" fi diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild index 57ca87027f33f..ade3e165d1486 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild @@ -53,7 +53,7 @@ PATCHES=( DOCS=( ${S}/README ) HTML_DOCS=( ${BUILDDIR}/README.html ) -pkg_setup(){ +pkg_setup() { if [[ ${MERGE_TYPE} != "binary" ]]; then export LC_ALL="C" fi diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild index 867a08fc10acd..e5db814edbc4e 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild @@ -54,7 +54,7 @@ PATCHES=( DOCS=( ${S}/README ) HTML_DOCS=( ${BUILDDIR}/README.html ) -pkg_setup(){ +pkg_setup() { if [[ ${MERGE_TYPE} != "binary" ]]; then export LC_ALL="C" fi diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild index 9b4d59218e90b..475da252e6e93 100644 --- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild @@ -35,7 +35,7 @@ DEPEND="${RDEPEND} app-arch/zip virtual/pkgconfig" -pkg_setup(){ +pkg_setup() { if [[ ${MERGE_TYPE} != "binary" ]]; then python-any-r1_pkg_setup export LC_ALL="C" diff --git a/dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild b/dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild index b2962d100706b..16421949c1ec0 100644 --- a/dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild @@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/nspr-4.10.10 system-icu? ( >=dev-libs/icu-51.1:= )" DEPEND="${RDEPEND}" -pkg_setup(){ +pkg_setup() { if [[ ${MERGE_TYPE} != "binary" ]]; then moz_pkgsetup fi diff --git a/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild b/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild index f9b6a6f2693bf..11e769bf7202f 100644 --- a/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild @@ -29,7 +29,7 @@ RDEPEND=">=dev-libs/nspr-4.10.10 system-icu? ( >=dev-libs/icu-51.1:= )" DEPEND="${RDEPEND}" -pkg_setup(){ +pkg_setup() { if [[ ${MERGE_TYPE} != "binary" ]]; then moz_pkgsetup fi diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r1.ebuild index 816224ccaaf9b..b8945962069af 100644 --- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-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 @@ -31,7 +31,7 @@ RDEPEND=">=dev-libs/nspr-4.13.1 system-icu? ( >=dev-libs/icu-58.1:= )" DEPEND="${RDEPEND}" -pkg_setup(){ +pkg_setup() { [[ ${MERGE_TYPE} == "binary" ]] || \ moz_pkgsetup diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild index d556d5cab23d1..0590c89489db2 100644 --- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild @@ -31,7 +31,7 @@ RDEPEND=">=dev-libs/nspr-4.13.1 system-icu? ( >=dev-libs/icu-58.1:= )" DEPEND="${RDEPEND}" -pkg_setup(){ +pkg_setup() { [[ ${MERGE_TYPE} == "binary" ]] || \ moz_pkgsetup diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild index 75bf7cc66f9c6..7513a877f3308 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild @@ -38,7 +38,7 @@ pkg_pretend() { check-reqs_pkg_setup } -pkg_setup(){ +pkg_setup() { [[ ${MERGE_TYPE} == "binary" ]] || \ moz_pkgsetup export SHELL="${EPREFIX}/bin/bash" diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild index 2379bbddba416..d1998882f82b5 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.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 @@ -38,7 +38,7 @@ pkg_pretend() { check-reqs_pkg_setup } -pkg_setup(){ +pkg_setup() { [[ ${MERGE_TYPE} == "binary" ]] || \ moz_pkgsetup export SHELL="${EPREFIX}/bin/bash" diff --git a/dev-libs/389-adminutil/389-adminutil-1.1.15.ebuild b/dev-libs/389-adminutil/389-adminutil-1.1.15.ebuild index 9920bcb5065a9..b4f12bd147aa3 100644 --- a/dev-libs/389-adminutil/389-adminutil-1.1.15.ebuild +++ b/dev-libs/389-adminutil/389-adminutil-1.1.15.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 @@ -40,7 +40,7 @@ src_configure() { --disable-tests } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc README NEWS } diff --git a/dev-libs/cloog/cloog-0.18.4.ebuild b/dev-libs/cloog/cloog-0.18.4.ebuild index 8f6da941a169f..32de5f5180414 100644 --- a/dev-libs/cloog/cloog-0.18.4.ebuild +++ b/dev-libs/cloog/cloog-0.18.4.ebuild @@ -50,7 +50,7 @@ multilib_src_configure() { } # The default src_test() fails, so we'll just run these directly -multilib_src_test () { +multilib_src_test() { echo ">>> Test phase [check]: ${CATEGORY}/${PF}" emake -j1 check } diff --git a/dev-libs/cloog/cloog-9999.ebuild b/dev-libs/cloog/cloog-9999.ebuild index 87fbec10982d6..e7da11ae632bd 100644 --- a/dev-libs/cloog/cloog-9999.ebuild +++ b/dev-libs/cloog/cloog-9999.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" @@ -52,7 +52,7 @@ multilib_src_configure() { } # The default src_test() fails, so we'll just run these directly -multilib_src_test () { +multilib_src_test() { echo ">>> Test phase [check]: ${CATEGORY}/${PF}" emake -j1 check } diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild index 56229e40dfb36..073334c252cd9 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild @@ -232,7 +232,7 @@ multilib_src_install_all() { fi } -pkg_postinst () { +pkg_postinst() { # Generate an empty sasldb2 with correct permissions. if ( use berkdb || use gdbm ) && [[ ! -f "${EROOT}/etc/sasl2/sasldb2" ]] ; then einfo "Generating an empty sasldb2 with correct permissions ..." diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild index 6db032431f6a3..c27466f0e5f75 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild @@ -233,7 +233,7 @@ multilib_src_install_all() { fi } -pkg_postinst () { +pkg_postinst() { # Generate an empty sasldb2 with correct permissions. if ( use berkdb || use gdbm ) && [[ ! -f "${EROOT}/etc/sasl2/sasldb2" ]] ; then einfo "Generating an empty sasldb2 with correct permissions ..." diff --git a/dev-libs/libf2c/libf2c-20130927-r1.ebuild b/dev-libs/libf2c/libf2c-20130927-r1.ebuild index 4b977242dc7b1..d5e8ade2f5ef8 100644 --- a/dev-libs/libf2c/libf2c-20130927-r1.ebuild +++ b/dev-libs/libf2c/libf2c-20130927-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 @@ -43,7 +43,7 @@ src_compile() { emake -f makefile.u libf2c.so } -src_install () { +src_install() { doheader f2c.h dolib.so libf2c.so.2 diff --git a/dev-libs/libite/libite-2.0.0.ebuild b/dev-libs/libite/libite-2.0.0.ebuild index 0380b8e161c4e..b5328e1645ddc 100644 --- a/dev-libs/libite/libite-2.0.0.ebuild +++ b/dev-libs/libite/libite-2.0.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 @@ -17,11 +17,11 @@ PATCHES=( "${FILESDIR}"/${P}-fix-path.patch ) -src_configure(){ +src_configure() { econf --enable-static=$(usex static-libs) } -src_install(){ +src_install() { default find "${D}" -name '*.la' -delete || die rm "${D}/usr/share/doc/${PF}/LICENSE" || die diff --git a/dev-libs/libite/libite-2.1.0.ebuild b/dev-libs/libite/libite-2.1.0.ebuild index 285bb078460a9..f0baf554132e8 100644 --- a/dev-libs/libite/libite-2.1.0.ebuild +++ b/dev-libs/libite/libite-2.1.0.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 @@ -12,11 +12,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -src_configure(){ +src_configure() { econf --enable-static=$(usex static-libs) } -src_install(){ +src_install() { default find "${D}" -name '*.la' -delete || die rm "${D}/usr/share/doc/${PF}/LICENSE" || die diff --git a/dev-libs/liblzw/liblzw-0.2-r1.ebuild b/dev-libs/liblzw/liblzw-0.2-r1.ebuild index 84d097d32022c..ca38638033469 100644 --- a/dev-libs/liblzw/liblzw-0.2-r1.ebuild +++ b/dev-libs/liblzw/liblzw-0.2-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 @@ -11,11 +11,11 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 arm hppa ia64 m68k s390 sh x86" -src_configure(){ +src_configure() { econf --disable-static } -src_install(){ +src_install() { default find "${D}" -name '*.la' -delete || die } diff --git a/dev-libs/libowfat/libowfat-0.31-r1.ebuild b/dev-libs/libowfat/libowfat-0.31-r1.ebuild index 9bd8cf6f80af7..409b88fc630fa 100644 --- a/dev-libs/libowfat/libowfat-0.31-r1.ebuild +++ b/dev-libs/libowfat/libowfat-0.31-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=6 @@ -33,7 +33,7 @@ src_compile() { $( use diet || echo 'DIET=' ) } -src_install () { +src_install() { emake \ DESTDIR="${D}" \ LIBDIR="/usr/$(get_libdir)" \ diff --git a/dev-libs/libpqxx/libpqxx-6.4.5.ebuild b/dev-libs/libpqxx/libpqxx-6.4.5.ebuild index ec7eeb15d7136..73e7e07f579a4 100644 --- a/dev-libs/libpqxx/libpqxx-6.4.5.ebuild +++ b/dev-libs/libpqxx/libpqxx-6.4.5.ebuild @@ -76,7 +76,7 @@ src_test() { fi } -src_install () { +src_install() { use doc && HTML_DOCS=( doc/html/. ) default diff --git a/dev-libs/libsigsegv/libsigsegv-2.11.ebuild b/dev-libs/libsigsegv/libsigsegv-2.11.ebuild index 4cb02dd461bee..aff78bfa71f70 100644 --- a/dev-libs/libsigsegv/libsigsegv-2.11.ebuild +++ b/dev-libs/libsigsegv/libsigsegv-2.11.ebuild @@ -12,11 +12,11 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" -src_configure () { +src_configure() { econf --enable-shared } -src_test () { +src_test() { if [[ ${FEATURES} = *sandbox* ]] ; then # skip tests as they will fail ewarn "Skipped tests. Please disable sandbox to run tests." diff --git a/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild b/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild index cf4a6bd2bccb2..b96708a8c486f 100644 --- a/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild +++ b/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild @@ -24,11 +24,11 @@ src_prepare() { eautoreconf } -src_configure () { +src_configure() { econf --enable-shared } -src_test () { +src_test() { emake check } diff --git a/dev-libs/libsigsegv/libsigsegv-2.12.ebuild b/dev-libs/libsigsegv/libsigsegv-2.12.ebuild index daab877388a40..7087b3ad69e4d 100644 --- a/dev-libs/libsigsegv/libsigsegv-2.12.ebuild +++ b/dev-libs/libsigsegv/libsigsegv-2.12.ebuild @@ -12,11 +12,11 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" -src_configure () { +src_configure() { econf --enable-shared } -src_test () { +src_test() { if [[ ${FEATURES} = *sandbox* ]] ; then # skip tests as they will fail ewarn "Skipped tests. Please disable sandbox to run tests." diff --git a/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild b/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild index a1c0f4c691a69..05b7e5912ad99 100644 --- a/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild +++ b/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild @@ -26,7 +26,7 @@ src_prepare() { eautoreconf } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc CREDITS ChangeLog README } diff --git a/dev-libs/libuev/libuev-2.1.0.ebuild b/dev-libs/libuev/libuev-2.1.0.ebuild index 299e8c4aa1268..335ee07ddd8d0 100644 --- a/dev-libs/libuev/libuev-2.1.0.ebuild +++ b/dev-libs/libuev/libuev-2.1.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 @@ -12,11 +12,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -src_configure(){ +src_configure() { econf --enable-static=$(usex static-libs) } -src_install(){ +src_install() { default find "${D}" -name '*.la' -delete || die rm "${D}/usr/share/doc/${PF}/LICENSE" || die diff --git a/dev-libs/libuev/libuev-2.1.2.ebuild b/dev-libs/libuev/libuev-2.1.2.ebuild index e82786a751988..335ee07ddd8d0 100644 --- a/dev-libs/libuev/libuev-2.1.2.ebuild +++ b/dev-libs/libuev/libuev-2.1.2.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 @@ -12,11 +12,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -src_configure(){ +src_configure() { econf --enable-static=$(usex static-libs) } -src_install(){ +src_install() { default find "${D}" -name '*.la' -delete || die rm "${D}/usr/share/doc/${PF}/LICENSE" || die diff --git a/dev-libs/libuev/libuev-2.2.0.ebuild b/dev-libs/libuev/libuev-2.2.0.ebuild index aab6a4daf4624..b5c9b2d941bd7 100644 --- a/dev-libs/libuev/libuev-2.2.0.ebuild +++ b/dev-libs/libuev/libuev-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,11 +13,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -src_configure(){ +src_configure() { econf --enable-static=$(usex static-libs) } -src_install(){ +src_install() { default find "${D}" -name '*.la' -delete || die rm "${D}/usr/share/doc/${PF}/LICENSE" || die diff --git a/dev-libs/libuev/libuev-2.3.0.ebuild b/dev-libs/libuev/libuev-2.3.0.ebuild index 2980b3bbb0e2d..c4a3bb57a1199 100644 --- a/dev-libs/libuev/libuev-2.3.0.ebuild +++ b/dev-libs/libuev/libuev-2.3.0.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 @@ -12,11 +12,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -src_configure(){ +src_configure() { econf --enable-static=$(usex static-libs) } -src_install(){ +src_install() { default find "${D}" -name '*.la' -delete || die rm "${D}/usr/share/doc/${PF}/LICENSE" || die diff --git a/dev-libs/ntl/ntl-9.3.0.ebuild b/dev-libs/ntl/ntl-9.3.0.ebuild index 50bb3ea10db70..e2a691d8a312e 100644 --- a/dev-libs/ntl/ntl-9.3.0.ebuild +++ b/dev-libs/ntl/ntl-9.3.0.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=5 @@ -74,7 +74,7 @@ src_install() { fi } -src_test(){ +src_test() { # the current ebuild need static library to run tests emake ntl.a diff --git a/dev-libs/ntl/ntl-9.6.4.ebuild b/dev-libs/ntl/ntl-9.6.4.ebuild index 971d4e14c572a..e672e758c1bf9 100644 --- a/dev-libs/ntl/ntl-9.6.4.ebuild +++ b/dev-libs/ntl/ntl-9.6.4.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 @@ -77,7 +77,7 @@ src_install() { fi } -src_test(){ +src_test() { # the current ebuild need static library to run tests emake ntl.a diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild b/dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild index 73d8c3bf66efe..f4203f58c3175 100644 --- a/dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild +++ b/dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild @@ -44,7 +44,7 @@ pkg_setup() { use python && python-single-r1_pkg_setup } -src_prepare(){ +src_prepare() { default if use php ; then local slot diff --git a/dev-libs/svrcore/svrcore-4.0.4-r1.ebuild b/dev-libs/svrcore/svrcore-4.0.4-r1.ebuild index 86751402c273c..9b17ea88d8b90 100644 --- a/dev-libs/svrcore/svrcore-4.0.4-r1.ebuild +++ b/dev-libs/svrcore/svrcore-4.0.4-r1.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=5 @@ -28,7 +28,7 @@ src_configure() { econf --with-pic } -src_install () { +src_install() { default # cope with libraries being in /usr/lib/svrcore diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.2.25.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.2.25.ebuild index d3a25cc40126c..163266c3fa7c9 100644 --- a/dev-libs/xapian-bindings/xapian-bindings-1.2.25.ebuild +++ b/dev-libs/xapian-bindings/xapian-bindings-1.2.25.ebuild @@ -156,7 +156,7 @@ src_test() { fi } -src_install () { +src_install() { emake DESTDIR="${D}" install if use java; then diff --git a/dev-libs/xerces-c/xerces-c-3.2.2-r1.ebuild b/dev-libs/xerces-c/xerces-c-3.2.2-r1.ebuild index 92179df8b1176..018c4ab7d02c2 100644 --- a/dev-libs/xerces-c/xerces-c-3.2.2-r1.ebuild +++ b/dev-libs/xerces-c/xerces-c-3.2.2-r1.ebuild @@ -95,7 +95,7 @@ src_compile() { use doc && cmake-utils_src_compile doc-style createapidocs doc-xml } -src_install () { +src_install() { cmake-utils_src_install # package provides .pc files diff --git a/dev-libs/xerces-c/xerces-c-9999.ebuild b/dev-libs/xerces-c/xerces-c-9999.ebuild index 58bfc849abd0b..aaa442c31bfcb 100644 --- a/dev-libs/xerces-c/xerces-c-9999.ebuild +++ b/dev-libs/xerces-c/xerces-c-9999.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 @@ -91,7 +91,7 @@ src_compile() { use doc && cmake-utils_src_compile doc-style createapidocs doc-xml } -src_install () { +src_install() { cmake-utils_src_install # package provides .pc files diff --git a/dev-libs/zlog/zlog-1.2.12-r1.ebuild b/dev-libs/zlog/zlog-1.2.12-r1.ebuild index d49daa11b4951..2dcde049b63d3 100644 --- a/dev-libs/zlog/zlog-1.2.12-r1.ebuild +++ b/dev-libs/zlog/zlog-1.2.12-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 @@ -24,7 +24,7 @@ src_compile() { emake CC="$(tc-getCC)" } -src_test () { +src_test() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" test } diff --git a/dev-libs/zlog/zlog-1.2.12.ebuild b/dev-libs/zlog/zlog-1.2.12.ebuild index ca74561e511e2..6e66212537810 100644 --- a/dev-libs/zlog/zlog-1.2.12.ebuild +++ b/dev-libs/zlog/zlog-1.2.12.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 @@ -23,7 +23,7 @@ src_prepare() { epatch "${FILESDIR}/zlog_no_werr.patch" } -src_test () { +src_test() { emake test } diff --git a/dev-lisp/ecls/ecls-16.1.3.ebuild b/dev-lisp/ecls/ecls-16.1.3.ebuild index 862606756cbf9..e59f26da8f2ee 100644 --- a/dev-lisp/ecls/ecls-16.1.3.ebuild +++ b/dev-lisp/ecls/ecls-16.1.3.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 @@ -36,7 +36,7 @@ PATCHES=( "${FILESDIR}/${P}-build.patch" ) -pkg_setup () { +pkg_setup() { if use gengc || use precisegc ; then ewarn "You have enabled the generational garbage collector or" ewarn "the precise collection routines. These features are not very stable" @@ -84,7 +84,7 @@ src_compile() { emake -j1 } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc README.md CHANGELOG diff --git a/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild b/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild index 182cc6ca66dd3..3ae2a0e67ed47 100644 --- a/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild +++ b/dev-lua/luasystem/luasystem-0.2.0_p0.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 @@ -35,7 +35,7 @@ src_compile() { LD="$(tc-getCC)" MYLDFLAGS="${LDFLAGS}" } -src_install () { +src_install() { insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)" doins -r system exeinto "$($(tc-getPKG_CONFIG) --variable INSTALL_CMOD lua)"/system diff --git a/dev-ml/camlp5/camlp5-7.11.ebuild b/dev-ml/camlp5/camlp5-7.11.ebuild index 18e4341dd51c8..999ed280a3f69 100644 --- a/dev-ml/camlp5/camlp5-7.11.ebuild +++ b/dev-ml/camlp5/camlp5-7.11.ebuild @@ -29,7 +29,7 @@ src_configure() { -mandir /usr/share/man || die "configure failed" } -src_compile(){ +src_compile() { emake out if use ocamlopt; then emake opt diff --git a/dev-ml/extlib/extlib-1.7.1.ebuild b/dev-ml/extlib/extlib-1.7.1.ebuild index 33dffa043aaf4..6cdb6da3e65f9 100644 --- a/dev-ml/extlib/extlib-1.7.1.ebuild +++ b/dev-ml/extlib/extlib-1.7.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 @@ -39,7 +39,7 @@ src_test() { emake -j1 test } -src_install () { +src_install() { findlib_src_install # install documentation diff --git a/dev-ml/extlib/extlib-1.7.2.ebuild b/dev-ml/extlib/extlib-1.7.2.ebuild index 4f53ed7d6c4ab..87f06dc98481b 100644 --- a/dev-ml/extlib/extlib-1.7.2.ebuild +++ b/dev-ml/extlib/extlib-1.7.2.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 @@ -35,7 +35,7 @@ src_test() { emake -j1 test } -src_install () { +src_install() { findlib_src_install # install documentation diff --git a/dev-ml/extlib/extlib-1.7.6.ebuild b/dev-ml/extlib/extlib-1.7.6.ebuild index 54e4c815cc39d..f3159e67c8f3a 100644 --- a/dev-ml/extlib/extlib-1.7.6.ebuild +++ b/dev-ml/extlib/extlib-1.7.6.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 @@ -38,7 +38,7 @@ src_test() { emake -j1 test } -src_install () { +src_install() { findlib_src_install # install documentation diff --git a/dev-ml/facile/facile-1.1.3.ebuild b/dev-ml/facile/facile-1.1.3.ebuild index 1f3ed16395536..ee8d7e1d75be3 100644 --- a/dev-ml/facile/facile-1.1.3.ebuild +++ b/dev-ml/facile/facile-1.1.3.ebuild @@ -37,7 +37,7 @@ src_prepare() { fi } -src_configure(){ +src_configure() { # This is a custom configure script and it does not support standard options ./configure --faciledir "${D}"$(ocamlc -where)/facile/ || die } @@ -46,7 +46,7 @@ src_test() { emake check } -src_install(){ +src_install() { dodir $(ocamlc -where) emake install einstalldocs diff --git a/dev-ml/lablgl/lablgl-1.05-r1.ebuild b/dev-ml/lablgl/lablgl-1.05-r1.ebuild index cd31010997bd8..c4e56182d8659 100644 --- a/dev-ml/lablgl/lablgl-1.05-r1.ebuild +++ b/dev-ml/lablgl/lablgl-1.05-r1.ebuild @@ -69,7 +69,7 @@ src_compile() { fi } -src_install () { +src_install() { # Makefile do not use mkdir so the library is not installed # but copied as a 'stublibs' file. dodir /usr/$(get_libdir)/ocaml/stublibs diff --git a/dev-ml/lablgtk/lablgtk-2.18.10.ebuild b/dev-ml/lablgtk/lablgtk-2.18.10.ebuild index 19f3fac81a816..4cbb3b17630c0 100644 --- a/dev-ml/lablgtk/lablgtk-2.18.10.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.18.10.ebuild @@ -55,7 +55,7 @@ src_compile() { fi } -src_install () { +src_install() { local destdir="$(ocamlfind printconf destdir || die)" dodir "${destdir}/stublibs" export OCAMLFIND_DESTDIR=${ED}"${destdir}" diff --git a/dev-ml/lablgtk/lablgtk-2.18.5.ebuild b/dev-ml/lablgtk/lablgtk-2.18.5.ebuild index e582427e9c8a7..8cfdfda4cf9cb 100644 --- a/dev-ml/lablgtk/lablgtk-2.18.5.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.18.5.ebuild @@ -63,7 +63,7 @@ install_examples() { docompress -x /usr/share/doc/${PF}/examples } -src_install () { +src_install() { findlib_src_preinst export OCAMLPATH="${OCAMLFIND_DESTDIR}" emake install DESTDIR="${D}" @@ -74,7 +74,7 @@ src_install () { use examples && install_examples } -pkg_postinst () { +pkg_postinst() { if use examples; then elog "To run the examples you can use the lablgtk2 toplevel." elog "e.g: lablgtk2 /usr/share/doc/${PF}/examples/testgtk.ml" diff --git a/dev-ml/lablgtk/lablgtk-2.18.8-r1.ebuild b/dev-ml/lablgtk/lablgtk-2.18.8-r1.ebuild index bed3712e2d4b1..d1e17c9dd1b29 100644 --- a/dev-ml/lablgtk/lablgtk-2.18.8-r1.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.18.8-r1.ebuild @@ -55,7 +55,7 @@ src_compile() { fi } -src_install () { +src_install() { local destdir="$(ocamlfind printconf destdir || die)" dodir "${destdir}/stublibs" export OCAMLFIND_DESTDIR=${ED}"${destdir}" diff --git a/dev-perl/Curses/Curses-1.360.0.ebuild b/dev-perl/Curses/Curses-1.360.0.ebuild index 370b3ce68005d..763f19043be60 100644 --- a/dev-perl/Curses/Curses-1.360.0.ebuild +++ b/dev-perl/Curses/Curses-1.360.0.ebuild @@ -39,7 +39,7 @@ pkg_setup() { export CURSES_CFLAGS=$( $(my_curses_version)-config --cflags) } -src_configure(){ +src_configure() { perl-module_src_configure if ! use unicode ; then sed -i 's::"/usr/include/form.h":' "${S}"/c-config.h || die diff --git a/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild b/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild index a51762f914fa4..264e509fb39cf 100644 --- a/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild +++ b/dev-perl/Exception-Base/Exception-Base-0.250.100.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 @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} test? ( >=dev-perl/Test-Unit-Lite-0.120.0 ) " -src_install(){ +src_install() { perl-module_src_install docompress -x usr/share/doc/${PF}/examples insinto usr/share/doc/${PF}/ diff --git a/dev-perl/GD/GD-2.560.0-r1.ebuild b/dev-perl/GD/GD-2.560.0-r1.ebuild index 071b9646b0031..f23b938d6363b 100644 --- a/dev-perl/GD/GD-2.560.0-r1.ebuild +++ b/dev-perl/GD/GD-2.560.0-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 @@ -44,7 +44,7 @@ DEPEND="${RDEPEND} PREFER_BUILDPL="no" -src_prepare(){ +src_prepare() { perl-module_src_prepare # bug 572000 diff --git a/dev-perl/GD/GD-2.560.0-r2.ebuild b/dev-perl/GD/GD-2.560.0-r2.ebuild index f9d315a4e9ae1..1a2b7e260f0c0 100644 --- a/dev-perl/GD/GD-2.560.0-r2.ebuild +++ b/dev-perl/GD/GD-2.560.0-r2.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 @@ -44,7 +44,7 @@ DEPEND="${RDEPEND} PREFER_BUILDPL="no" -src_prepare(){ +src_prepare() { perl-module_src_prepare # bug 572000 diff --git a/dev-perl/GD/GD-2.660.0.ebuild b/dev-perl/GD/GD-2.660.0.ebuild index e34ea9e16a4be..891e7f4cde831 100644 --- a/dev-perl/GD/GD-2.660.0.ebuild +++ b/dev-perl/GD/GD-2.660.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 @@ -44,7 +44,7 @@ DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " -src_prepare(){ +src_prepare() { perl-module_src_prepare sed -i "s/use Getopt::Long;/use Getopt::Long qw(:config pass_through);/" \ "${S}"/Makefile.PL || die diff --git a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild index d300f4d4a2a28..3676feae9235c 100644 --- a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild +++ b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-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 @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} >=dev-perl/ExtUtils-Depends-0.300 >=dev-perl/ExtUtils-PkgConfig-1.030" -src_test(){ +src_test() { perl_rm_files t/pod.t virtx perl-module_src_test } diff --git a/dev-perl/Gtk2/Gtk2-1.249.920.ebuild b/dev-perl/Gtk2/Gtk2-1.249.920.ebuild index 09907f1804e06..01d711c376694 100644 --- a/dev-perl/Gtk2/Gtk2-1.249.920.ebuild +++ b/dev-perl/Gtk2/Gtk2-1.249.920.ebuild @@ -28,6 +28,6 @@ DEPEND="${RDEPEND} test? ( x11-libs/gdk-pixbuf[jpeg] ) " -src_test(){ +src_test() { virtx perl-module_src_test } diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.560.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.560.0.ebuild index 2abeb1b33e122..bf8924ab48737 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.560.0.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.560.0.ebuild @@ -61,7 +61,7 @@ src_prepare() { perl-module_src_prepare } -src_install () { +src_install() { perl-module_src_install mv "${ED}"/usr/bin/convert* "${ED}"/usr/share/doc/${PF} || die } diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.410.0.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.410.0.ebuild index 4c77400a23285..c60fa130bf32b 100644 --- a/dev-perl/Mail-DKIM/Mail-DKIM-0.410.0.ebuild +++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.410.0.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 @@ -33,7 +33,7 @@ src_prepare() { sed -i -e '/^sample_mime_lite.pl/d' MANIFEST || die "Can't fix manifest" perl-module_src_prepare } -src_test(){ +src_test() { # disable online tests perl_rm_files t/{policy,public_key,verifier,dev-manifest}.t perl-module_src_test diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild index f3de5940a8421..fa3f563644dc1 100644 --- a/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild +++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} " mydoc=("doc/*.txt" "HACKING.DKIM") -src_test(){ +src_test() { # disable online tests if ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then einfo "Removing network tests w/o DIST_TEST_OVERRIDE=~network" diff --git a/dev-php/PEAR-Crypt_HMAC/PEAR-Crypt_HMAC-1.0.1-r2.ebuild b/dev-php/PEAR-Crypt_HMAC/PEAR-Crypt_HMAC-1.0.1-r2.ebuild index 775b68da5bc90..4b3cd73929928 100644 --- a/dev-php/PEAR-Crypt_HMAC/PEAR-Crypt_HMAC-1.0.1-r2.ebuild +++ b/dev-php/PEAR-Crypt_HMAC/PEAR-Crypt_HMAC-1.0.1-r2.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 @@ -14,12 +14,12 @@ RESTRICT="!test? ( test )" DEPEND="test? ( dev-php/PEAR-PEAR )" PATCHES=( "${FILESDIR}/HMAC-1.0.1.patch" ) -src_test(){ +src_test() { ln -s . Crypt || die peardev run-tests tests || die } -src_install(){ +src_install() { insinto /usr/share/php/Crypt doins HMAC.php php-pear-r2_install_packagexml diff --git a/dev-php/PEAR-File_Fortune/PEAR-File_Fortune-1.0.0-r1.ebuild b/dev-php/PEAR-File_Fortune/PEAR-File_Fortune-1.0.0-r1.ebuild index a406d87b0d28b..21dbe5d6c1633 100644 --- a/dev-php/PEAR-File_Fortune/PEAR-File_Fortune-1.0.0-r1.ebuild +++ b/dev-php/PEAR-File_Fortune/PEAR-File_Fortune-1.0.0-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 @@ -16,6 +16,6 @@ RESTRICT="!test? ( test )" RDEPEND=">=dev-lang/php-5.1.4:*" DEPEND="test? ( ${RDEPEND} dev-php/phpunit )" -src_test(){ +src_test() { phpunit tests || die } diff --git a/dev-php/PEAR-HTML_Table/PEAR-HTML_Table-1.8.4-r1.ebuild b/dev-php/PEAR-HTML_Table/PEAR-HTML_Table-1.8.4-r1.ebuild index 36d801fded87b..8ce643ffa6c91 100644 --- a/dev-php/PEAR-HTML_Table/PEAR-HTML_Table-1.8.4-r1.ebuild +++ b/dev-php/PEAR-HTML_Table/PEAR-HTML_Table-1.8.4-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 @@ -18,6 +18,6 @@ DEPEND="test? ( >=dev-php/PEAR-PEAR-1.5.0 RDEPEND=">=dev-php/PEAR-HTML_Common-1.2.3" HTML_DOCS=( docs/Table_example1.php docs/Table_example2.php ) -src_test(){ +src_test() { peardev run-tests -r || die } diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild index 2a73abfa15343..98f24243bb9a2 100644 --- a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild +++ b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.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=6 @@ -15,7 +15,7 @@ RDEPEND=">=dev-lang/php-5.4:* dev-php/PEAR-System_Command" S="${WORKDIR}/${P#PEAR-}" -src_install(){ +src_install() { insinto /usr/share/php doins -r MIME } diff --git a/dev-php/PHPMailer/PHPMailer-5.2.27.ebuild b/dev-php/PHPMailer/PHPMailer-5.2.27.ebuild index 00117b7fc6e44..160382537ad9a 100644 --- a/dev-php/PHPMailer/PHPMailer-5.2.27.ebuild +++ b/dev-php/PHPMailer/PHPMailer-5.2.27.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" @@ -33,7 +33,7 @@ RDEPEND=" DEPEND="${RDEPEND} doc? ( dev-php/phpDocumentor )" -src_compile(){ +src_compile() { if use doc; then phpdoc --filename="class.*.php" \ --target="./html" \ @@ -46,7 +46,7 @@ src_compile(){ fi } -src_install(){ +src_install() { # To help out the Composer kids, most of the documentation and # tests are missing from the release tarballs. insinto "/usr/share/php/${PN}" @@ -56,7 +56,7 @@ src_install(){ use doc && dodoc -r html/* } -pkg_postinst(){ +pkg_postinst() { elog "${PN} has been installed in /usr/share/php/${PN}/." elog "To use it in a script, require('${PN}/${PN}Autoload.php')," elog "and then use the ${PN} class normally. Most of the examples in" diff --git a/dev-php/PHPMailer/PHPMailer-6.0.7.ebuild b/dev-php/PHPMailer/PHPMailer-6.0.7.ebuild index d753eb1c174f7..e27c5fd93328b 100644 --- a/dev-php/PHPMailer/PHPMailer-6.0.7.ebuild +++ b/dev-php/PHPMailer/PHPMailer-6.0.7.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 @@ -42,7 +42,7 @@ src_prepare() { eapply_user } -src_compile(){ +src_compile() { if use doc; then phpdoc --filename="src/*.php" \ --target="./html" \ @@ -55,7 +55,7 @@ src_compile(){ fi } -src_install(){ +src_install() { # The PHPMailer class loads its language files # using a relative path, so we need to keep the "src" here. insinto "/usr/share/php/${PN}" @@ -65,7 +65,7 @@ src_install(){ use doc && dodoc -r html/* } -pkg_postinst(){ +pkg_postinst() { elog "${PN} has been installed in /usr/share/php/${PN}/." elog "Upstream no longer provides an autoloader, so you will need" elog "to include each source file (for example: PHPMailer.php," diff --git a/dev-php/PHPMailer/PHPMailer-6.1.2.ebuild b/dev-php/PHPMailer/PHPMailer-6.1.2.ebuild index d753eb1c174f7..e27c5fd93328b 100644 --- a/dev-php/PHPMailer/PHPMailer-6.1.2.ebuild +++ b/dev-php/PHPMailer/PHPMailer-6.1.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 @@ -42,7 +42,7 @@ src_prepare() { eapply_user } -src_compile(){ +src_compile() { if use doc; then phpdoc --filename="src/*.php" \ --target="./html" \ @@ -55,7 +55,7 @@ src_compile(){ fi } -src_install(){ +src_install() { # The PHPMailer class loads its language files # using a relative path, so we need to keep the "src" here. insinto "/usr/share/php/${PN}" @@ -65,7 +65,7 @@ src_install(){ use doc && dodoc -r html/* } -pkg_postinst(){ +pkg_postinst() { elog "${PN} has been installed in /usr/share/php/${PN}/." elog "Upstream no longer provides an autoloader, so you will need" elog "to include each source file (for example: PHPMailer.php," diff --git a/dev-php/PHPMailer/PHPMailer-6.1.3.ebuild b/dev-php/PHPMailer/PHPMailer-6.1.3.ebuild index d753eb1c174f7..e27c5fd93328b 100644 --- a/dev-php/PHPMailer/PHPMailer-6.1.3.ebuild +++ b/dev-php/PHPMailer/PHPMailer-6.1.3.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 @@ -42,7 +42,7 @@ src_prepare() { eapply_user } -src_compile(){ +src_compile() { if use doc; then phpdoc --filename="src/*.php" \ --target="./html" \ @@ -55,7 +55,7 @@ src_compile(){ fi } -src_install(){ +src_install() { # The PHPMailer class loads its language files # using a relative path, so we need to keep the "src" here. insinto "/usr/share/php/${PN}" @@ -65,7 +65,7 @@ src_install(){ use doc && dodoc -r html/* } -pkg_postinst(){ +pkg_postinst() { elog "${PN} has been installed in /usr/share/php/${PN}/." elog "Upstream no longer provides an autoloader, so you will need" elog "to include each source file (for example: PHPMailer.php," diff --git a/dev-php/PHPMailer/PHPMailer-6.1.4.ebuild b/dev-php/PHPMailer/PHPMailer-6.1.4.ebuild index d753eb1c174f7..e27c5fd93328b 100644 --- a/dev-php/PHPMailer/PHPMailer-6.1.4.ebuild +++ b/dev-php/PHPMailer/PHPMailer-6.1.4.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 @@ -42,7 +42,7 @@ src_prepare() { eapply_user } -src_compile(){ +src_compile() { if use doc; then phpdoc --filename="src/*.php" \ --target="./html" \ @@ -55,7 +55,7 @@ src_compile(){ fi } -src_install(){ +src_install() { # The PHPMailer class loads its language files # using a relative path, so we need to keep the "src" here. insinto "/usr/share/php/${PN}" @@ -65,7 +65,7 @@ src_install(){ use doc && dodoc -r html/* } -pkg_postinst(){ +pkg_postinst() { elog "${PN} has been installed in /usr/share/php/${PN}/." elog "Upstream no longer provides an autoloader, so you will need" elog "to include each source file (for example: PHPMailer.php," diff --git a/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild b/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild index 7ecc93acbd4e4..ebefd8c16abbe 100644 --- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild +++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )" DEPEND="extension? ( dev-libs/libmaxminddb )" RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { # We need to call eapply_user ourselves, because it may be skipped # if either the "extension" USE flag is not set, or if the user's # PHP_TARGETS is essentially empty. In the latter case, the eclass @@ -70,7 +70,7 @@ src_test() { use extension && php-ext-source-r3_src_test } -pkg_postinst(){ +pkg_postinst() { elog "${PN} has been installed in /usr/share/php/MaxMind/Db/." elog "To use it in a script, require('MaxMind/Db/autoload.php')," elog "and then most of the examples in the documentation should" diff --git a/dev-php/maxmind-db-reader/maxmind-db-reader-1.6.0.ebuild b/dev-php/maxmind-db-reader/maxmind-db-reader-1.6.0.ebuild index 20d90c48bb65f..aaa418f47bf04 100644 --- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.6.0.ebuild +++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.6.0.ebuild @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )" DEPEND="extension? ( dev-libs/libmaxminddb )" RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { # We need to call eapply_user ourselves, because it may be skipped # if either the "extension" USE flag is not set, or if the user's # PHP_TARGETS is essentially empty. In the latter case, the eclass @@ -70,7 +70,7 @@ src_test() { use extension && php-ext-source-r3_src_test } -pkg_postinst(){ +pkg_postinst() { elog "${PN} has been installed in /usr/share/php/MaxMind/Db/." elog "To use it in a script, require('MaxMind/Db/autoload.php')," elog "and then most of the examples in the documentation should" diff --git a/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild index 413bcd4c71546..755ce7ed1adf8 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild @@ -36,7 +36,7 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( net-misc/memcached )" RDEPEND="${RDEPEND} php_targets_php5-6? ( dev-php/pecl-memcached:0[php_targets_php5-6(-)] )" -src_prepare(){ +src_prepare() { if use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then php-ext-source-r3_src_prepare else @@ -69,7 +69,7 @@ src_test() { fi } -src_install(){ +src_install() { if use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then php-ext-source-r3_src_install fi diff --git a/dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild b/dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild index 6c219bc92938c..bbcdfa102de47 100644 --- a/dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild +++ b/dev-php/pecl-redis/pecl-redis-3.1.6-r1.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 @@ -40,7 +40,7 @@ src_configure() { php-ext-source-r3_src_configure } -src_test(){ +src_test() { local slot for slot in $(php_get_slots); do php_init_slot_env "${slot}" diff --git a/dev-php/pecl-redis/pecl-redis-4.2.0.ebuild b/dev-php/pecl-redis/pecl-redis-4.2.0.ebuild index f92d9dd8a0a77..8dbca16cb71f1 100644 --- a/dev-php/pecl-redis/pecl-redis-4.2.0.ebuild +++ b/dev-php/pecl-redis/pecl-redis-4.2.0.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 @@ -41,7 +41,7 @@ src_configure() { php-ext-source-r3_src_configure } -src_test(){ +src_test() { local slot for slot in $(php_get_slots); do php_init_slot_env "${slot}" diff --git a/dev-php/pecl-redis/pecl-redis-4.3.0.ebuild b/dev-php/pecl-redis/pecl-redis-4.3.0.ebuild index d3b1f62b953a3..1dfd74d7f0b44 100644 --- a/dev-php/pecl-redis/pecl-redis-4.3.0.ebuild +++ b/dev-php/pecl-redis/pecl-redis-4.3.0.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 @@ -40,7 +40,7 @@ src_configure() { php-ext-source-r3_src_configure } -src_test(){ +src_test() { local slot for slot in $(php_get_slots); do php_init_slot_env "${slot}" diff --git a/dev-php/pecl-redis/pecl-redis-5.0.2.ebuild b/dev-php/pecl-redis/pecl-redis-5.0.2.ebuild index 77a59f7f08993..55f32f3d42897 100644 --- a/dev-php/pecl-redis/pecl-redis-5.0.2.ebuild +++ b/dev-php/pecl-redis/pecl-redis-5.0.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 @@ -39,7 +39,7 @@ src_configure() { php-ext-source-r3_src_configure } -src_test(){ +src_test() { local slot for slot in $(php_get_slots); do php_init_slot_env "${slot}" diff --git a/dev-php/pecl-redis/pecl-redis-5.1.1.ebuild b/dev-php/pecl-redis/pecl-redis-5.1.1.ebuild index 77a59f7f08993..55f32f3d42897 100644 --- a/dev-php/pecl-redis/pecl-redis-5.1.1.ebuild +++ b/dev-php/pecl-redis/pecl-redis-5.1.1.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 @@ -39,7 +39,7 @@ src_configure() { php-ext-source-r3_src_configure } -src_test(){ +src_test() { local slot for slot in $(php_get_slots); do php_init_slot_env "${slot}" diff --git a/dev-php/recaptcha/recaptcha-1.2.1.ebuild b/dev-php/recaptcha/recaptcha-1.2.1.ebuild index 8e2eb09e7b8bb..b5d70a8d7ba6f 100644 --- a/dev-php/recaptcha/recaptcha-1.2.1.ebuild +++ b/dev-php/recaptcha/recaptcha-1.2.1.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 @@ -16,18 +16,18 @@ RESTRICT="!test? ( test )" RDEPEND="dev-lang/php" BDEPEND="test? ( ${RDEPEND} dev-php/phpunit )" -src_install(){ +src_install() { insinto "/usr/share/php/${PN}" doins -r src/autoload.php src/ReCaptcha dodoc CONTRIBUTING.md README.md use examples && dodoc -r examples } -src_test(){ +src_test() { phpunit || die "test suite failed" } -pkg_postinst(){ +pkg_postinst() { elog "${PN} has been installed in /usr/share/php/${PN}/." elog "To use it in a script, require('${PN}/autoload.php')," elog "and then use the ${PN} class normally. Most of the examples in" diff --git a/dev-php/twig/twig-1.40.1-r1.ebuild b/dev-php/twig/twig-1.40.1-r1.ebuild index c06e5c627361b..5935eab4bd1da 100644 --- a/dev-php/twig/twig-1.40.1-r1.ebuild +++ b/dev-php/twig/twig-1.40.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 @@ -20,7 +20,7 @@ DEPEND="test? ( dev-php/phpunit ${RDEPEND} )" # Test fail due to missing Symphony dependencies RESTRICT="test" -src_install(){ +src_install() { # The autoloader requires the 'T' in "Twig" capitalized. insinto "/usr/share/php/${MY_PN}/lib" doins -r lib/"${MY_PN}"/* @@ -37,13 +37,13 @@ src_install(){ use doc && dodoc -r doc } -src_test(){ +src_test() { cp "${FILESDIR}/Autoloader.php" "${S}" || die phpunit --bootstrap Autoloader.php || die "test suite failed" rm "${S}/Autoloader.php" || die } -pkg_postinst(){ +pkg_postinst() { elog "${PN} has been installed in /usr/share/php/${MY_PN}/." elog "To use it in a script, require('${MY_PN}/Autoloader.php')" } diff --git a/dev-php/twig/twig-1.42.3-r1.ebuild b/dev-php/twig/twig-1.42.3-r1.ebuild index 6e54e7688809a..1b651a90eb5ce 100644 --- a/dev-php/twig/twig-1.42.3-r1.ebuild +++ b/dev-php/twig/twig-1.42.3-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 @@ -20,7 +20,7 @@ DEPEND="test? ( dev-php/phpunit ${RDEPEND} )" # Test fail due to missing Symphony dependencies RESTRICT="test" -src_install(){ +src_install() { # The autoloader requires the 'T' in "Twig" capitalized. insinto "/usr/share/php/${MY_PN}/lib/${MY_PN}" doins -r lib/"${MY_PN}"/* @@ -37,13 +37,13 @@ src_install(){ use doc && dodoc -r doc } -src_test(){ +src_test() { cp "${FILESDIR}/Autoloader.php" "${S}" || die phpunit --bootstrap Autoloader.php || die "test suite failed" rm "${S}/Autoloader.php" || die } -pkg_postinst(){ +pkg_postinst() { elog "${PN} has been installed in /usr/share/php/${MY_PN}/." elog "To use it in a script, require('${MY_PN}/Autoloader.php')" } diff --git a/dev-php/twig/twig-1.42.3.ebuild b/dev-php/twig/twig-1.42.3.ebuild index c06e5c627361b..5935eab4bd1da 100644 --- a/dev-php/twig/twig-1.42.3.ebuild +++ b/dev-php/twig/twig-1.42.3.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 @@ -20,7 +20,7 @@ DEPEND="test? ( dev-php/phpunit ${RDEPEND} )" # Test fail due to missing Symphony dependencies RESTRICT="test" -src_install(){ +src_install() { # The autoloader requires the 'T' in "Twig" capitalized. insinto "/usr/share/php/${MY_PN}/lib" doins -r lib/"${MY_PN}"/* @@ -37,13 +37,13 @@ src_install(){ use doc && dodoc -r doc } -src_test(){ +src_test() { cp "${FILESDIR}/Autoloader.php" "${S}" || die phpunit --bootstrap Autoloader.php || die "test suite failed" rm "${S}/Autoloader.php" || die } -pkg_postinst(){ +pkg_postinst() { elog "${PN} has been installed in /usr/share/php/${MY_PN}/." elog "To use it in a script, require('${MY_PN}/Autoloader.php')" } diff --git a/dev-python/colorspacious/colorspacious-1.1.0.ebuild b/dev-python/colorspacious/colorspacious-1.1.0.ebuild index 33083edf02fa5..f0be0abb64fe6 100644 --- a/dev-python/colorspacious/colorspacious-1.1.0.ebuild +++ b/dev-python/colorspacious/colorspacious-1.1.0.ebuild @@ -22,6 +22,6 @@ DEPEND="${RDEPEND} app-arch/unzip test? ( dev-python/nose[${PYTHON_USEDEP}] )" -python_test () { +python_test() { nosetests --all-modules || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/cvxopt/cvxopt-1.1.9.ebuild b/dev-python/cvxopt/cvxopt-1.1.9.ebuild index 8846374a525cb..992320c342b4b 100644 --- a/dev-python/cvxopt/cvxopt-1.1.9.ebuild +++ b/dev-python/cvxopt/cvxopt-1.1.9.ebuild @@ -32,7 +32,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig doc? ( dev-python/sphinx )" -python_prepare_all(){ +python_prepare_all() { pkg_libs() { $(tc-getPKG_CONFIG) --libs-only-l $* | \ sed -e 's:[ ]-l*\(pthread\|m\)\([ ]\|$\)::g' -e 's:[ ]*$::' | \ diff --git a/dev-python/functools32/functools32-3.2.3.ebuild b/dev-python/functools32/functools32-3.2.3.ebuild index de7cd8fbb6a83..fdda8be186e26 100644 --- a/dev-python/functools32/functools32-3.2.3.ebuild +++ b/dev-python/functools32/functools32-3.2.3.ebuild @@ -19,6 +19,6 @@ IUSE="" S="${WORKDIR}"/${P}-2 -python_test(){ +python_test() { "${PYTHON}" test_functools32.py || die } diff --git a/dev-python/imapclient/imapclient-2.1.0.ebuild b/dev-python/imapclient/imapclient-2.1.0.ebuild index f0f2091172d7d..993fad2fe0d52 100644 --- a/dev-python/imapclient/imapclient-2.1.0.ebuild +++ b/dev-python/imapclient/imapclient-2.1.0.ebuild @@ -27,7 +27,7 @@ PATCHES=( "${FILESDIR}"/imapclient-2.1.0-py36-tests.patch ) -python_compile_all () { +python_compile_all() { use doc && esetup.py build_sphinx } diff --git a/dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild b/dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild index 17033a7a7b037..101dc7922036a 100644 --- a/dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild +++ b/dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild @@ -29,7 +29,7 @@ python_test() { "${EPYTHON}" unittests.py --with-mysql="${EPREFIX}/usr" --unix-socket="${T}" --mysql-topdir="${T}" } -python_install_all(){ +python_install_all() { distutils-r1_python_install_all if use examples ; then dodoc -r examples diff --git a/dev-python/mysql-connector-python/mysql-connector-python-8.0.18.ebuild b/dev-python/mysql-connector-python/mysql-connector-python-8.0.18.ebuild index 5a3e307aa1d35..bb4fd728f8e4e 100644 --- a/dev-python/mysql-connector-python/mysql-connector-python-8.0.18.ebuild +++ b/dev-python/mysql-connector-python/mysql-connector-python-8.0.18.ebuild @@ -44,7 +44,7 @@ python_install() { --with-protoc="${EPREFIX}/usr/bin/protoc" } -python_install_all(){ +python_install_all() { distutils-r1_python_install_all if use examples ; then dodoc -r examples diff --git a/dev-python/mysql-connector-python/mysql-connector-python-8.0.19.ebuild b/dev-python/mysql-connector-python/mysql-connector-python-8.0.19.ebuild index 6bdd001c81dec..d232be34eff5c 100644 --- a/dev-python/mysql-connector-python/mysql-connector-python-8.0.19.ebuild +++ b/dev-python/mysql-connector-python/mysql-connector-python-8.0.19.ebuild @@ -44,7 +44,7 @@ python_install() { --with-protoc="${EPREFIX}/usr/bin/protoc" } -python_install_all(){ +python_install_all() { distutils-r1_python_install_all if use examples ; then dodoc -r examples diff --git a/dev-python/pip/pip-19.3.1-r1.ebuild b/dev-python/pip/pip-19.3.1-r1.ebuild index f0dfd53447048..8a4b36362386c 100644 --- a/dev-python/pip/pip-19.3.1-r1.ebuild +++ b/dev-python/pip/pip-19.3.1-r1.ebuild @@ -64,7 +64,7 @@ python_prepare_all() { fi } -python_test () { +python_test() { # pip test suite likes to test installed version of pip, both the module and the executable. # Here we install it into a temporary dir and add to PATHs in a subshell. EPYTHON_ROOT="${T}/${EPYTHON}_root" diff --git a/dev-python/pycdio/pycdio-2.1.0.ebuild b/dev-python/pycdio/pycdio-2.1.0.ebuild index bf82efeba6ad7..31816a47a2dff 100644 --- a/dev-python/pycdio/pycdio-2.1.0.ebuild +++ b/dev-python/pycdio/pycdio-2.1.0.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 @@ -32,7 +32,7 @@ python_prepare_all() { distutils-r1_python_prepare_all } -python_install_all(){ +python_install_all() { distutils-r1_python_install_all if use examples; then docinto examples diff --git a/dev-python/python-markdown-math/python-markdown-math-0.6-r1.ebuild b/dev-python/python-markdown-math/python-markdown-math-0.6-r1.ebuild index d24a7ff6c08e3..353480e805e57 100644 --- a/dev-python/python-markdown-math/python-markdown-math-0.6-r1.ebuild +++ b/dev-python/python-markdown-math/python-markdown-math-0.6-r1.ebuild @@ -35,6 +35,6 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -python_test(){ +python_test() { esetup.py test } diff --git a/dev-python/pyzor/pyzor-1.0.0-r1.ebuild b/dev-python/pyzor/pyzor-1.0.0-r1.ebuild index 97c8955e5be86..1cf021784362e 100644 --- a/dev-python/pyzor/pyzor-1.0.0-r1.ebuild +++ b/dev-python/pyzor/pyzor-1.0.0-r1.ebuild @@ -58,7 +58,7 @@ python_install_all() { distutils-r1_python_install_all } -src_install () { +src_install() { distutils-r1_src_install if use pyzord; then diff --git a/dev-python/serverfiles/serverfiles-0.2.1.ebuild b/dev-python/serverfiles/serverfiles-0.2.1.ebuild index 8908696f85823..6fc585fcc3a02 100644 --- a/dev-python/serverfiles/serverfiles-0.2.1.ebuild +++ b/dev-python/serverfiles/serverfiles-0.2.1.ebuild @@ -22,6 +22,6 @@ DEPEND="${DEPEND} dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" -python_test(){ +python_test() { py.test -v || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/twisted/twisted-16.6.0-r3.ebuild b/dev-python/twisted/twisted-16.6.0-r3.ebuild index 0a61f63c5bec9..0f38422e19315 100644 --- a/dev-python/twisted/twisted-16.6.0-r3.ebuild +++ b/dev-python/twisted/twisted-16.6.0-r3.ebuild @@ -177,7 +177,7 @@ python_postrm() { rm -f "${ROOT%/}$(python_get_sitedir)/twisted/plugins/dropin.cache" || die } -pkg_postrm(){ +pkg_postrm() { # if we're removing the last version, remove the cache file if [[ ! ${REPLACING_VERSIONS} ]]; then python_foreach_impl python_postrm diff --git a/dev-python/twisted/twisted-18.4.0.ebuild b/dev-python/twisted/twisted-18.4.0.ebuild index 91d876f3ed1cc..16b017e9f0505 100644 --- a/dev-python/twisted/twisted-18.4.0.ebuild +++ b/dev-python/twisted/twisted-18.4.0.ebuild @@ -182,7 +182,7 @@ python_postrm() { rm -f "${ROOT}$(python_get_sitedir)/twisted/plugins/dropin.cache" || die } -pkg_postrm(){ +pkg_postrm() { # if we're removing the last version, remove the cache file if [[ ! ${REPLACING_VERSIONS} ]]; then python_foreach_impl python_postrm diff --git a/dev-python/twisted/twisted-19.10.0.ebuild b/dev-python/twisted/twisted-19.10.0.ebuild index 6de8b0c43fb5d..2e8e2a7e992bd 100644 --- a/dev-python/twisted/twisted-19.10.0.ebuild +++ b/dev-python/twisted/twisted-19.10.0.ebuild @@ -165,7 +165,7 @@ python_postrm() { rm -f "${ROOT}$(python_get_sitedir)/twisted/plugins/dropin.cache" || die } -pkg_postrm(){ +pkg_postrm() { # if we're removing the last version, remove the cache file if [[ ! ${REPLACING_VERSIONS} ]]; then python_foreach_impl python_postrm diff --git a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild index b7b75476ffcbc..a73dcd4537c67 100644 --- a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild +++ b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild @@ -21,7 +21,7 @@ BDEPEND="${RDEPEND} distutils_enable_tests pytest -python_prepare_all(){ +python_prepare_all() { cat >> setup.cfg <<- EOF [tool:pytest] python_files=test*.py diff --git a/dev-python/webencodings/webencodings-0.5.1.ebuild b/dev-python/webencodings/webencodings-0.5.1.ebuild index afed61e0f237a..aa11ec87a6d7f 100644 --- a/dev-python/webencodings/webencodings-0.5.1.ebuild +++ b/dev-python/webencodings/webencodings-0.5.1.ebuild @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} RESTRICT="!test? ( test )" -python_prepare_all(){ +python_prepare_all() { cat >> setup.cfg <<- EOF [pytest] python_files=test*.py diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild index 3d5c0d62da0b6..59c0ee86f366f 100644 --- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild +++ b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.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=5 @@ -48,7 +48,7 @@ all_ruby_install() { doins sample/* } -pkg_postinst () { +pkg_postinst() { if ! use image || ! use mixer || ! use truetype || ! use mpeg || ! use sge; then echo "" ewarn "If any of the following packages are not installed, Ruby/SDL" diff --git a/dev-scheme/guile/guile-1.8.8-r3.ebuild b/dev-scheme/guile/guile-1.8.8-r3.ebuild index 1df508c8401c6..ed93ec083d258 100644 --- a/dev-scheme/guile/guile-1.8.8-r3.ebuild +++ b/dev-scheme/guile/guile-1.8.8-r3.ebuild @@ -80,7 +80,7 @@ src_configure() { EMACS=no } -src_compile() { +src_compile() { emake # Above we have disabled the build system's Emacs support; diff --git a/dev-scheme/kawa/kawa-1.14-r2.ebuild b/dev-scheme/kawa/kawa-1.14-r2.ebuild index 686795e227f22..70472bc337734 100644 --- a/dev-scheme/kawa/kawa-1.14-r2.ebuild +++ b/dev-scheme/kawa/kawa-1.14-r2.ebuild @@ -36,7 +36,7 @@ RDEPEND=" xtestsuite="XQTS_${XQTS_Ver}" -src_unpack () { +src_unpack() { unpack kawa-${PV}.tar.gz || die if use xqtests; then mkdir "${WORKDIR}/${xtestsuite}" || die @@ -81,7 +81,7 @@ src_compile() { emake -j1 } -src_install () { +src_install() { emake -j1 DESTDIR="${D}" install rm -rv "${D}"/usr/share/java/ || die "rm -rv failed" diff --git a/dev-tex/foiltex/foiltex-2.1.4b.ebuild b/dev-tex/foiltex/foiltex-2.1.4b.ebuild index f50a0f0b01392..ea43f3430588e 100644 --- a/dev-tex/foiltex/foiltex-2.1.4b.ebuild +++ b/dev-tex/foiltex/foiltex-2.1.4b.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 @@ -22,7 +22,7 @@ TEXMF=/usr/share/texmf-site S=${WORKDIR}/${PN} -src_install () { +src_install() { latex-package_src_doinstall all dodoc "${S}/README" } diff --git a/dev-tex/ivritex/ivritex-1.1.2.ebuild b/dev-tex/ivritex/ivritex-1.1.2.ebuild index 97c9b2d7e5f8f..2b5c3e1084f9f 100644 --- a/dev-tex/ivritex/ivritex-1.1.2.ebuild +++ b/dev-tex/ivritex/ivritex-1.1.2.ebuild @@ -18,7 +18,7 @@ SLOT="0" IUSE="" DEPEND="" -src_install () { +src_install() { export VARTEXFONTS="${T}/fonts" make TEX_ROOT="${D}"/usr/share/texmf install || die "make failed" diff --git a/dev-tex/latex-beamer/latex-beamer-3.56-r1.ebuild b/dev-tex/latex-beamer/latex-beamer-3.56-r1.ebuild index 6d657afa7eb9d..5d7bf300c4e72 100644 --- a/dev-tex/latex-beamer/latex-beamer-3.56-r1.ebuild +++ b/dev-tex/latex-beamer/latex-beamer-3.56-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND=">=dev-tex/pgf-1.10 S=${WORKDIR}/beamer-${PV} -src_prepare(){ +src_prepare() { default rm -rf doc/licenses || die } diff --git a/dev-tex/latex-beamer/latex-beamer-3.57.ebuild b/dev-tex/latex-beamer/latex-beamer-3.57.ebuild index b5a2f5cac4eda..055171a8f89d6 100644 --- a/dev-tex/latex-beamer/latex-beamer-3.57.ebuild +++ b/dev-tex/latex-beamer/latex-beamer-3.57.ebuild @@ -21,7 +21,7 @@ RDEPEND=">=dev-tex/pgf-1.10 S=${WORKDIR}/beamer-${PV} -src_prepare(){ +src_prepare() { default rm -rf doc/licenses || die } diff --git a/dev-tex/metapost/metapost-1.803.ebuild b/dev-tex/metapost/metapost-1.803.ebuild index ec984d845522c..80c9ea55620b9 100644 --- a/dev-tex/metapost/metapost-1.803.ebuild +++ b/dev-tex/metapost/metapost-1.803.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -67,7 +67,7 @@ src_install() { dodoc README CHANGES } -pkg_postinst(){ +pkg_postinst() { einfo "Calling eselect mpost update" eselect mpost update } diff --git a/dev-tex/metapost/metapost-1.902.ebuild b/dev-tex/metapost/metapost-1.902.ebuild index eb0895b751219..d2efdb0bdb0fd 100644 --- a/dev-tex/metapost/metapost-1.902.ebuild +++ b/dev-tex/metapost/metapost-1.902.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -70,7 +70,7 @@ src_install() { dodoc README CHANGES } -pkg_postinst(){ +pkg_postinst() { einfo "Calling eselect mpost update" eselect mpost update } diff --git a/dev-tex/revtex/revtex-4.2c.ebuild b/dev-tex/revtex/revtex-4.2c.ebuild index 3fdb1841fd954..7a01b56ff0808 100644 --- a/dev-tex/revtex/revtex-4.2c.ebuild +++ b/dev-tex/revtex/revtex-4.2c.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 @@ -24,13 +24,13 @@ S="${WORKDIR}/${PN}" TEXMF=/usr/share/texmf-site -src_prepare(){ +src_prepare() { default find "${S}" -name '*4-1*' -delete || die find "${S}" -name reftest4-2.tex -delete || die } -src_compile(){ +src_compile() { cd "${S}/source" || die for name in *.dtx; do diff --git a/dev-tex/tex4ht/tex4ht-20090611_p1038-r8.ebuild b/dev-tex/tex4ht/tex4ht-20090611_p1038-r8.ebuild index 943216e13bdbe..5ec642562a76f 100644 --- a/dev-tex/tex4ht/tex4ht-20090611_p1038-r8.ebuild +++ b/dev-tex/tex4ht/tex4ht-20090611_p1038-r8.ebuild @@ -72,7 +72,7 @@ src_compile() { fi } -src_install () { +src_install() { # install the binaries dobin "${S}/src/tex4ht" "${S}/src/t4ht" "${S}/src/htcmd" # install the scripts diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild index 7403186e3daf6..9b40483c021f8 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.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=5 @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.ebuild index d905b00198649..28f7786e0f2c4 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.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=5 @@ -46,11 +46,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1-r1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1-r1.ebuild index 35615393b478a..b54ac2b090fc3 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1-r1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1-r1.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="5" @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1.ebuild index 602463fce91e5..1353edbc0ba43 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1.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=5 @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.4.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.4.ebuild index 35615393b478a..b54ac2b090fc3 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.4.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.4.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="5" @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5-r1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5-r1.ebuild index 86465a22ddbd4..d335afb3378a1 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5-r1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5-r1.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="5" @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5.ebuild index 35615393b478a..b54ac2b090fc3 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5.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="5" @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.2.1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.2.1.ebuild index 86465a22ddbd4..d335afb3378a1 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.2.1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.2.1.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="5" @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.3.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.3.ebuild index 6db415054941c..42c6e14d981e8 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.3.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.3.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="5" @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild index 6db415054941c..42c6e14d981e8 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.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="5" @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.ebuild index 6db415054941c..42c6e14d981e8 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.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="5" @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild index 602463fce91e5..1353edbc0ba43 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.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=5 @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-23-r1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-23-r1.ebuild index 8593117128e6b..4f77f8ba0d620 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-23-r1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-23-r1.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="5" @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild index 92937bbca47a1..895cf67fd7dbf 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.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="5" @@ -45,11 +45,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-24.4.1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-24.4.1.ebuild index c86665dd911af..99065ffc91d60 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-24.4.1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-24.4.1.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="5" @@ -46,11 +46,11 @@ pkg_setup() { enewgroup android } -src_prepare(){ +src_prepare() { rm -rf tools/lib/x86* } -src_install(){ +src_install() { dodoc tools/NOTICE.txt "SDK Readme.txt" rm -f tools/NOTICE.txt "SDK Readme.txt" diff --git a/dev-util/bakefile/bakefile-0.2.9-r1.ebuild b/dev-util/bakefile/bakefile-0.2.9-r1.ebuild index 6c9d3f6e36001..49816b527e485 100644 --- a/dev-util/bakefile/bakefile-0.2.9-r1.ebuild +++ b/dev-util/bakefile/bakefile-0.2.9-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 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS}" DEPEND="" -src_install () { +src_install() { default if use doc ; then diff --git a/dev-util/cargo-tree/cargo-tree-0.28.0.ebuild b/dev-util/cargo-tree/cargo-tree-0.28.0.ebuild index 3bc53295be468..780f8b9e399bb 100644 --- a/dev-util/cargo-tree/cargo-tree-0.28.0.ebuild +++ b/dev-util/cargo-tree/cargo-tree-0.28.0.ebuild @@ -171,7 +171,7 @@ DEPEND="${RDEPEND} " QA_FLAGS_IGNORED="usr/bin/cargo-tree" -src_install(){ +src_install() { cargo_src_install einstalldocs } diff --git a/dev-util/cargo-tree/cargo-tree-0.29.0.ebuild b/dev-util/cargo-tree/cargo-tree-0.29.0.ebuild index 65df7690b80e3..7d2a6128512da 100644 --- a/dev-util/cargo-tree/cargo-tree-0.29.0.ebuild +++ b/dev-util/cargo-tree/cargo-tree-0.29.0.ebuild @@ -62,7 +62,7 @@ DEPEND="" QA_FLAGS_IGNORED="usr/bin/cargo-tree" -src_install(){ +src_install() { cargo_src_install einstalldocs } diff --git a/dev-util/conf2struct/conf2struct-1.0.ebuild b/dev-util/conf2struct/conf2struct-1.0.ebuild index 9b99a4579daeb..842516d70e82a 100644 --- a/dev-util/conf2struct/conf2struct-1.0.ebuild +++ b/dev-util/conf2struct/conf2struct-1.0.ebuild @@ -23,10 +23,10 @@ RDEPEND="dev-libs/libconfig dev-perl/Conf-Libconfig" DEPEND="${RDEPEND}" -src_compile(){ +src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" } -src_install(){ +src_install() { emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install } diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild index 23dc19bfb8f4b..683376de085a9 100644 --- a/dev-util/conf2struct/conf2struct-9999.ebuild +++ b/dev-util/conf2struct/conf2struct-9999.ebuild @@ -23,10 +23,10 @@ RDEPEND="dev-libs/libconfig dev-perl/Conf-Libconfig" DEPEND="${RDEPEND}" -src_compile(){ +src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" } -src_install(){ +src_install() { emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install } diff --git a/dev-util/cutils/cutils-1.6-r4.ebuild b/dev-util/cutils/cutils-1.6-r4.ebuild index 0f4268c780b40..a7b7e983a7b25 100644 --- a/dev-util/cutils/cutils-1.6-r4.ebuild +++ b/dev-util/cutils/cutils-1.6-r4.ebuild @@ -50,7 +50,7 @@ src_install() { dodoc HISTORY } -pkg_postinst () { +pkg_postinst() { elog "cdecl was installed as cutils-cdecl because of a naming conflict" elog "with dev-util/cdecl." } diff --git a/dev-util/cwdiff/cwdiff-0.2.8.ebuild b/dev-util/cwdiff/cwdiff-0.2.8.ebuild index 88eb1087bfb0e..f8776fd6d4f27 100644 --- a/dev-util/cwdiff/cwdiff-0.2.8.ebuild +++ b/dev-util/cwdiff/cwdiff-0.2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,7 +22,7 @@ RDEPEND=" mercurial? ( dev-vcs/mercurial ) " -src_install () { +src_install() { dobin "${PN}" if use mercurial ; then insinto /etc/mercurial/hgrc.d diff --git a/dev-util/duma/duma-2.5.15-r2.ebuild b/dev-util/duma/duma-2.5.15-r2.ebuild index 411a077e3369c..a3293c92f7383 100644 --- a/dev-util/duma/duma-2.5.15-r2.ebuild +++ b/dev-util/duma/duma-2.5.15-r2.ebuild @@ -68,7 +68,7 @@ src_test() { elog "Both static and dynamic confidence tests should say PASSED." } -src_install(){ +src_install() { emake prefix="${D}/usr" libdir="${D}/usr/$(get_libdir)" \ docdir="${D}/usr/share/doc/${PF}" install diff --git a/dev-util/eric/eric-18.03.ebuild b/dev-util/eric/eric-18.03.ebuild index c67b729ada770..520c3542c0c60 100644 --- a/dev-util/eric/eric-18.03.ebuild +++ b/dev-util/eric/eric-18.03.ebuild @@ -69,7 +69,7 @@ src_install() { einstalldocs } -pkg_postinst(){ +pkg_postinst() { xdg_desktop_database_update if ! has_version dev-python/enchant; then diff --git a/dev-util/huc/huc-0.1-r1.ebuild b/dev-util/huc/huc-0.1-r1.ebuild index c2261b0ddc2d9..c74f4c65b7eda 100644 --- a/dev-util/huc/huc-0.1-r1.ebuild +++ b/dev-util/huc/huc-0.1-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=6 @@ -19,7 +19,7 @@ src_compile() { -o ${PN} ${PN}.cpp || die "compile failed" } -src_install () { +src_install() { dobin "${PN}" einstalldocs } diff --git a/dev-util/lockrun/lockrun-20120508-r1.ebuild b/dev-util/lockrun/lockrun-20120508-r1.ebuild index f062acca8481a..33e668a9dea22 100644 --- a/dev-util/lockrun/lockrun-20120508-r1.ebuild +++ b/dev-util/lockrun/lockrun-20120508-r1.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 @@ -24,7 +24,7 @@ src_compile() { sed -i README -e '60q;s|^ \*||g' || die } -src_install () { +src_install() { dobin ${PN} einstalldocs } diff --git a/dev-util/mdds/mdds-1.4.3.ebuild b/dev-util/mdds/mdds-1.4.3.ebuild index 430a753bcf469..9be142ebbdbd1 100644 --- a/dev-util/mdds/mdds-1.4.3.ebuild +++ b/dev-util/mdds/mdds-1.4.3.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 @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-buildsystem.patch" ) -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/dev-util/mdds/mdds-9999.ebuild b/dev-util/mdds/mdds-9999.ebuild index 4b1ef077e9338..2709004f0637e 100644 --- a/dev-util/mdds/mdds-9999.ebuild +++ b/dev-util/mdds/mdds-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-1.4.3-buildsystem.patch" ) -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/dev-util/patchbin/patchbin-20160208.ebuild b/dev-util/patchbin/patchbin-20160208.ebuild index 37723059a047f..dc1c6612f55f5 100644 --- a/dev-util/patchbin/patchbin-20160208.ebuild +++ b/dev-util/patchbin/patchbin-20160208.ebuild @@ -30,18 +30,18 @@ RDEPEND=" sys-devel/patch " -src_prepare(){ +src_prepare() { mv patches/gitapply.sh ${PN} || die sed -E -i "s/(\.\/)?gitapply(\.sh)?/${PN}/g" ${PN} || die default } -src_install(){ +src_install() { exeinto /usr/bin/ doexe ${PN} } -pkg_postinst(){ +pkg_postinst() { einfo "${PN} can optionally use dev-util/git to apply patches if installed." } diff --git a/dev-util/patchbin/patchbin-99999999.ebuild b/dev-util/patchbin/patchbin-99999999.ebuild index 69d98763e9f62..e6f35b3196adc 100644 --- a/dev-util/patchbin/patchbin-99999999.ebuild +++ b/dev-util/patchbin/patchbin-99999999.ebuild @@ -30,18 +30,18 @@ RDEPEND=" sys-devel/patch " -src_prepare(){ +src_prepare() { mv patches/gitapply.sh ${PN} || die sed -E -i "s/(\.\/)?gitapply(\.sh)?/${PN}/g" ${PN} || die default } -src_install(){ +src_install() { exeinto /usr/bin/ doexe ${PN} } -pkg_postinst(){ +pkg_postinst() { einfo "${PN} can optionally use dev-util/git to apply patches if installed." } diff --git a/dev-util/sccache/sccache-0.2.12.ebuild b/dev-util/sccache/sccache-0.2.12.ebuild index 0664ab57353df..d207e0de0d894 100644 --- a/dev-util/sccache/sccache-0.2.12.ebuild +++ b/dev-util/sccache/sccache-0.2.12.ebuild @@ -327,7 +327,7 @@ src_configure() { ) } -src_compile(){ +src_compile() { cargo_src_compile ${myfeatures:+--features "${myfeatures[*]}"} --no-default-features } diff --git a/dev-util/sel/sel-0.08.4-r2.ebuild b/dev-util/sel/sel-0.08.4-r2.ebuild index 62715868b15a2..6c4bae9142a81 100644 --- a/dev-util/sel/sel-0.08.4-r2.ebuild +++ b/dev-util/sel/sel-0.08.4-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 @@ -17,7 +17,7 @@ RDEPEND="sys-libs/ncurses:0=" DOCS=( "help.txt" README.GER whatsnew ) -src_prepare () { +src_prepare() { default sed -i \ -e "s:/usr/local/share/sel/help\.txt:/usr/share/sel/help\.txt:" \ @@ -28,7 +28,7 @@ src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDLIBS="-lncurses" } -src_install () { +src_install() { dobin "${PN}" doman "${PN}.1" einstalldocs diff --git a/dev-util/shtool/shtool-2.0.8-r1.ebuild b/dev-util/shtool/shtool-2.0.8-r1.ebuild index 6fc14e68ba452..40b05d3764660 100644 --- a/dev-util/shtool/shtool-2.0.8-r1.ebuild +++ b/dev-util/shtool/shtool-2.0.8-r1.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 @@ -14,7 +14,7 @@ IUSE="" DEPEND="dev-lang/perl" -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog README THANKS VERSION NEWS RATIONAL } diff --git a/dev-util/source-highlight/source-highlight-3.1.8-r1.ebuild b/dev-util/source-highlight/source-highlight-3.1.8-r1.ebuild index 6ffeb75981a74..07810a270d15e 100644 --- a/dev-util/source-highlight/source-highlight-3.1.8-r1.ebuild +++ b/dev-util/source-highlight/source-highlight-3.1.8-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 @@ -34,7 +34,7 @@ src_configure() { $(use_enable static-libs static) } -src_install () { +src_install() { use doc && local HTML_DOCS=( doc/*.{html,css,java} ) default diff --git a/dev-util/source-highlight/source-highlight-3.1.8.ebuild b/dev-util/source-highlight/source-highlight-3.1.8.ebuild index 74189c0738f74..e5797d7526896 100644 --- a/dev-util/source-highlight/source-highlight-3.1.8.ebuild +++ b/dev-util/source-highlight/source-highlight-3.1.8.ebuild @@ -29,7 +29,7 @@ src_configure() { $(use_enable static-libs static) } -src_install () { +src_install() { use doc && local HTML_DOCS=( doc/*.{html,css,java} ) default diff --git a/dev-util/source-highlight/source-highlight-3.1.9.ebuild b/dev-util/source-highlight/source-highlight-3.1.9.ebuild index fdc35c641fabc..516b2b2f11032 100644 --- a/dev-util/source-highlight/source-highlight-3.1.9.ebuild +++ b/dev-util/source-highlight/source-highlight-3.1.9.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 @@ -30,7 +30,7 @@ src_configure() { $(use_enable static-libs static) } -src_install () { +src_install() { use doc && local HTML_DOCS=( doc/*.{html,css,java} ) default diff --git a/dev-util/tmake/tmake-2.12-r1.ebuild b/dev-util/tmake/tmake-2.12-r1.ebuild index 48958d9544cd7..407246fc04531 100644 --- a/dev-util/tmake/tmake-2.12-r1.ebuild +++ b/dev-util/tmake/tmake-2.12-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=6 @@ -14,7 +14,7 @@ IUSE="" RDEPEND=">=dev-lang/perl-5" -src_install () { +src_install() { dobin bin/tmake bin/progen dodir /usr/lib/tmake cp -pPRf "${S}"/lib/* "${ED}"/usr/lib/tmake diff --git a/dev-util/tup/tup-0.7.8.ebuild b/dev-util/tup/tup-0.7.8.ebuild index 5799fa9056d06..196b8edbc2018 100644 --- a/dev-util/tup/tup-0.7.8.ebuild +++ b/dev-util/tup/tup-0.7.8.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 @@ -50,7 +50,7 @@ src_prepare() { default } -src_configure () { +src_configure() { echo "CONFIG_TUP_USE_SYSTEM_SQLITE=y" >> tup.config } diff --git a/dev-util/tup/tup-9999.ebuild b/dev-util/tup/tup-9999.ebuild index f195a3f6ef130..e657af1652d7b 100644 --- a/dev-util/tup/tup-9999.ebuild +++ b/dev-util/tup/tup-9999.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 @@ -50,7 +50,7 @@ src_prepare() { default } -src_configure () { +src_configure() { echo "CONFIG_TUP_USE_SYSTEM_SQLITE=y" >> tup.config } diff --git a/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild b/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild index b844f9cff8ead..dd740865ae505 100644 --- a/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild +++ b/dev-vcs/cvsgraph/cvsgraph-1.7.0.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 @@ -29,7 +29,7 @@ src_configure() { $(use_enable truetype) } -src_install () { +src_install() { dobin cvsgraph insinto /etc doins cvsgraph.conf diff --git a/dev-vcs/git-mailz/git-mailz-0.14.ebuild b/dev-vcs/git-mailz/git-mailz-0.14.ebuild index fa497e490bf48..aee97820b015e 100644 --- a/dev-vcs/git-mailz/git-mailz-0.14.ebuild +++ b/dev-vcs/git-mailz/git-mailz-0.14.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=5 @@ -23,6 +23,6 @@ RDEPEND=" app-shells/zsh " -src_install(){ +src_install() { emake PREFIX="${ED}/usr" install } diff --git a/dev-vcs/git-pimp/git-pimp-0.8.ebuild b/dev-vcs/git-pimp/git-pimp-0.8.ebuild index 9e46d70afc0bc..8e86e781023db 100644 --- a/dev-vcs/git-pimp/git-pimp-0.8.ebuild +++ b/dev-vcs/git-pimp/git-pimp-0.8.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 @@ -23,7 +23,7 @@ RDEPEND=" dev-vcs/git-mantle " -src_install(){ +src_install() { # Do not install in /usr/local emake PREFIX="${ED}/usr" install einstalldocs diff --git a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild index 251a929b7516b..2fd22ae15ba88 100644 --- a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild +++ b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild @@ -56,7 +56,7 @@ RDEPEND="${DEPEND} !kde-apps/kdesdk-kioslaves:4[subversion(-)] " -src_prepare(){ +src_prepare() { ecm_src_prepare if ! use man ; then diff --git a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild index 785ff242ac912..0b761c425eb09 100644 --- a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild +++ b/games-action/noiz2sa/noiz2sa-0.51a-r1.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 @@ -26,12 +26,12 @@ PATCHES=( "${FILESDIR}"/${P}-underlink.patch ) -src_prepare(){ +src_prepare() { default cp makefile.lin Makefile || die } -src_install(){ +src_install() { local datadir="/usr/share/games/${PN}" dobin ${PN} diff --git a/games-action/shootingstar/shootingstar-1.2.0-r1.ebuild b/games-action/shootingstar/shootingstar-1.2.0-r1.ebuild index 73bb63cfd7dd0..014fc4fb25800 100644 --- a/games-action/shootingstar/shootingstar-1.2.0-r1.ebuild +++ b/games-action/shootingstar/shootingstar-1.2.0-r1.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 @@ -34,7 +34,7 @@ src_prepare() { eautoreconf } -src_install () { +src_install() { default newicon -s 128 data/textures/body1.png ${PN}.png make_desktop_entry ${PN} "Shooting Star" diff --git a/games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild b/games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild index bc3c43f34833c..1001c7c8aeba8 100644 --- a/games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild +++ b/games-arcade/circuslinux/circuslinux-1.0.3-r1.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 @@ -30,7 +30,7 @@ src_prepare() { || die } -src_install () { +src_install() { default newicon data/images/${PN}-icon.xpm ${PN}.xpm make_desktop_entry ${PN} "Circus Linux!" diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild index 846176da162e5..ed655d6c5b878 100644 --- a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild +++ b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.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 @@ -48,7 +48,7 @@ src_configure() { econf $(use_enable opengl) } -src_install () { +src_install() { default newicon icons/KDE/icons/32x32/kobodl.png ${PN}.png make_desktop_entry kobodl "Kobo Deluxe" diff --git a/games-arcade/late/late-0.1.0-r1.ebuild b/games-arcade/late/late-0.1.0-r1.ebuild index dd837c5f62209..de1a4c7a13c56 100644 --- a/games-arcade/late/late-0.1.0-r1.ebuild +++ b/games-arcade/late/late-0.1.0-r1.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 @@ -28,7 +28,7 @@ src_prepare() { || die "sed failed" } -src_install () { +src_install() { default newicon graphics/latebg2.jpg ${PN}.jpg make_desktop_entry late Late /usr/share/pixmaps/${PN}.jpg diff --git a/games-arcade/xtux/xtux-20030306-r1.ebuild b/games-arcade/xtux/xtux-20030306-r1.ebuild index 35368df77f3f9..929e81c886662 100644 --- a/games-arcade/xtux/xtux-20030306-r1.ebuild +++ b/games-arcade/xtux/xtux-20030306-r1.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 @@ -45,7 +45,7 @@ src_compile() { emake DATADIR="/usr/share/xtux/data" client } -src_install () { +src_install() { dobin xtux tux_serv insinto "/usr/share/xtux" doins -r data/ diff --git a/games-board/tetzle/tetzle-2.1.3.ebuild b/games-board/tetzle/tetzle-2.1.3.ebuild index dfd7e0638d68f..dbce5456d1c71 100644 --- a/games-board/tetzle/tetzle-2.1.3.ebuild +++ b/games-board/tetzle/tetzle-2.1.3.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 @@ -30,7 +30,7 @@ src_configure() { eqmake5 } -src_install(){ +src_install() { emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install einstalldocs } diff --git a/games-emulation/atari800/atari800-3.1.0-r1.ebuild b/games-emulation/atari800/atari800-3.1.0-r1.ebuild index 9373e100a2a7f..559671226b0e9 100644 --- a/games-emulation/atari800/atari800-3.1.0-r1.ebuild +++ b/games-emulation/atari800/atari800-3.1.0-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 @@ -79,7 +79,7 @@ src_compile() { emake -C src } -src_install () { +src_install() { dobin src/atari800 newman src/atari800.man atari800.6 dodoc README.1ST DOC/* diff --git a/games-engines/frotz/frotz-2.50_beta2.ebuild b/games-engines/frotz/frotz-2.50_beta2.ebuild index 732495e1c9633..544ab8e09d623 100644 --- a/games-engines/frotz/frotz-2.50_beta2.ebuild +++ b/games-engines/frotz/frotz-2.50_beta2.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 @@ -63,7 +63,7 @@ src_compile() { SYSCONFDIR="${EPREFIX}/etc" } -src_install () { +src_install() { emake \ install_dumb \ $(use ncurses && echo install) \ diff --git a/games-kids/lletters/lletters-0.1.95-r3.ebuild b/games-kids/lletters/lletters-0.1.95-r3.ebuild index e411ba9f847a7..6c7bbbb14ebaa 100644 --- a/games-kids/lletters/lletters-0.1.95-r3.ebuild +++ b/games-kids/lletters/lletters-0.1.95-r3.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 @@ -40,7 +40,7 @@ src_configure() { econf $(use_enable nls) } -src_install () { +src_install() { default newdoc debian/changelog ChangeLog.debian doicon debian/${PN}.xpm diff --git a/games-mud/mudix/mudix-4.3-r2.ebuild b/games-mud/mudix/mudix-4.3-r2.ebuild index 26a95dbd92981..43a39d82d5cd5 100644 --- a/games-mud/mudix/mudix-4.3-r2.ebuild +++ b/games-mud/mudix/mudix-4.3-r2.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 @@ -32,7 +32,7 @@ src_compile() { emake O_FLAGS="${CFLAGS}" } -src_install () { +src_install() { dobin mudix dodoc README sample.usr } diff --git a/games-mud/powwow/powwow-1.2.16-r1.ebuild b/games-mud/powwow/powwow-1.2.16-r1.ebuild index 0581652736a53..5529c4d4e37ba 100644 --- a/games-mud/powwow/powwow-1.2.16-r1.ebuild +++ b/games-mud/powwow/powwow-1.2.16-r1.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 @@ -36,7 +36,7 @@ src_configure() { econf --includedir=/usr/include } -src_install () { +src_install() { DOCS="ChangeLog Config.demo Hacking NEWS powwow.doc powwow.help README.* TODO" \ default } diff --git a/games-mud/tintin/tintin-2.01.1-r1.ebuild b/games-mud/tintin/tintin-2.01.1-r1.ebuild index 7da9b8553b33e..0b5f429147bdb 100644 --- a/games-mud/tintin/tintin-2.01.1-r1.ebuild +++ b/games-mud/tintin/tintin-2.01.1-r1.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 @@ -21,7 +21,7 @@ RDEPEND=${DEPEND} S=${WORKDIR}/tt/src -src_install () { +src_install() { dobin tt++ dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*} } diff --git a/games-mud/tintin/tintin-2.01.8.ebuild b/games-mud/tintin/tintin-2.01.8.ebuild index 1f6f4c6b1e2c1..56000f7ae522b 100644 --- a/games-mud/tintin/tintin-2.01.8.ebuild +++ b/games-mud/tintin/tintin-2.01.8.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 @@ -21,7 +21,7 @@ RDEPEND=${DEPEND} S=${WORKDIR}/tt/src -src_install () { +src_install() { dobin tt++ dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*} } diff --git a/games-puzzle/seatris/seatris-0.0.14.ebuild b/games-puzzle/seatris/seatris-0.0.14.ebuild index 30d84fd4afed0..d13a963fa7c4e 100644 --- a/games-puzzle/seatris/seatris-0.0.14.ebuild +++ b/games-puzzle/seatris/seatris-0.0.14.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 @@ -28,7 +28,7 @@ src_compile() { emake LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )" } -src_install () { +src_install() { dogamesbin seatris doman seatris.6 dodoc ACKNOWLEDGEMENTS HISTORY README TODO example.seatrisrc diff --git a/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild index 48a424de17da6..1e576c82d4440 100644 --- a/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild +++ b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild @@ -22,13 +22,13 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -src_configure(){ +src_configure() { econf \ $(use_enable nls) \ --with-adonthell-binary="/usr/bin/adonthell" } -src_install(){ +src_install() { emake DESTDIR="${D}" pixmapdir=/usr/share/pixmaps install dodoc AUTHORS ChangeLog NEWS PLAYING README make_desktop_entry adonthell-wastesedge "Waste's Edge" wastesedge_32x32 diff --git a/games-util/dzip/dzip-2.9-r3.ebuild b/games-util/dzip/dzip-2.9-r3.ebuild index a58b74eb99b25..c5b3149a68d0f 100644 --- a/games-util/dzip/dzip-2.9-r3.ebuild +++ b/games-util/dzip/dzip-2.9-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,7 @@ src_prepare() { mv -f Makefile{.linux,} } -src_install () { +src_install() { dobin dzip dodoc Readme } diff --git a/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild b/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild index ba29db204a63d..049f64ac504d9 100644 --- a/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.ebuild +++ b/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.2.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="5" @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} CONFIG_CHECK="~INOTIFY_USER" -pkg_setup () { +pkg_setup() { check_extra_config enewgroup dropbox @@ -61,7 +61,7 @@ src_prepare() { AT_NOELIBTOOLIZE=yes eautoreconf } -src_install () { +src_install() { gnome2_src_install local extensiondir="$(pkg-config --variable=extensiondir libnautilus-extension)" @@ -78,7 +78,7 @@ src_install () { python_replicate_script "${ED}"/usr/bin/dropbox } -pkg_postinst () { +pkg_postinst() { gnome2_pkg_postinst readme.gentoo_print_elog } diff --git a/kde-apps/kalzium/kalzium-19.08.3.ebuild b/kde-apps/kalzium/kalzium-19.08.3.ebuild index d449184bd0495..6cd9fb113ed04 100644 --- a/kde-apps/kalzium/kalzium-19.08.3.ebuild +++ b/kde-apps/kalzium/kalzium-19.08.3.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 @@ -47,7 +47,7 @@ RDEPEND="${DEPEND} sci-chemistry/chemical-mime-data " -src_configure(){ +src_configure() { # Fix missing finite() [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H diff --git a/kde-apps/kalzium/kalzium-19.12.2.ebuild b/kde-apps/kalzium/kalzium-19.12.2.ebuild index b48173de5b250..60a65ab5b2b3e 100644 --- a/kde-apps/kalzium/kalzium-19.12.2.ebuild +++ b/kde-apps/kalzium/kalzium-19.12.2.ebuild @@ -48,7 +48,7 @@ RDEPEND="${DEPEND} sci-chemistry/chemical-mime-data " -src_configure(){ +src_configure() { # Fix missing finite() [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H diff --git a/kde-apps/keditbookmarks/keditbookmarks-19.08.3.ebuild b/kde-apps/keditbookmarks/keditbookmarks-19.08.3.ebuild index 316916f73d051..1f8c49020419c 100644 --- a/kde-apps/keditbookmarks/keditbookmarks-19.08.3.ebuild +++ b/kde-apps/keditbookmarks/keditbookmarks-19.08.3.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 @@ -37,7 +37,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { ecm_src_prepare if ! use man ; then diff --git a/kde-apps/keditbookmarks/keditbookmarks-19.12.2.ebuild b/kde-apps/keditbookmarks/keditbookmarks-19.12.2.ebuild index 283a74d6aac70..05a3c6bd87acb 100644 --- a/kde-apps/keditbookmarks/keditbookmarks-19.12.2.ebuild +++ b/kde-apps/keditbookmarks/keditbookmarks-19.12.2.ebuild @@ -38,7 +38,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { ecm_src_prepare if ! use man ; then diff --git a/kde-apps/libkeduvocdocument/libkeduvocdocument-19.08.3.ebuild b/kde-apps/libkeduvocdocument/libkeduvocdocument-19.08.3.ebuild index c097e8eef7237..1ea9419b6566f 100644 --- a/kde-apps/libkeduvocdocument/libkeduvocdocument-19.08.3.ebuild +++ b/kde-apps/libkeduvocdocument/libkeduvocdocument-19.08.3.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 @@ -23,7 +23,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { ecm_src_prepare if ! use test; then diff --git a/kde-apps/libkeduvocdocument/libkeduvocdocument-19.12.2.ebuild b/kde-apps/libkeduvocdocument/libkeduvocdocument-19.12.2.ebuild index 75112c479159a..aab7b479bde78 100644 --- a/kde-apps/libkeduvocdocument/libkeduvocdocument-19.12.2.ebuild +++ b/kde-apps/libkeduvocdocument/libkeduvocdocument-19.12.2.ebuild @@ -24,7 +24,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { ecm_src_prepare if ! use test; then diff --git a/kde-apps/print-manager/print-manager-19.08.3-r1.ebuild b/kde-apps/print-manager/print-manager-19.08.3-r1.ebuild index a0f498d401715..fa4ea22b7b11a 100644 --- a/kde-apps/print-manager/print-manager-19.08.3-r1.ebuild +++ b/kde-apps/print-manager/print-manager-19.08.3-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 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND} PATCHES=( "${FILESDIR}"/${P}-crash-w-cups-jobs-w-duplicate-id.patch ) -pkg_postinst(){ +pkg_postinst() { ecm_pkg_postinst if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then diff --git a/kde-apps/print-manager/print-manager-19.08.3.ebuild b/kde-apps/print-manager/print-manager-19.08.3.ebuild index b50f5f48fe251..6fec4d8f4f9a0 100644 --- a/kde-apps/print-manager/print-manager-19.08.3.ebuild +++ b/kde-apps/print-manager/print-manager-19.08.3.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 @@ -40,7 +40,7 @@ RDEPEND="${DEPEND} gtk? ( app-admin/system-config-printer ) " -pkg_postinst(){ +pkg_postinst() { ecm_pkg_postinst if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then diff --git a/kde-apps/print-manager/print-manager-19.12.2.ebuild b/kde-apps/print-manager/print-manager-19.12.2.ebuild index b091537a8088a..44c34364c24ac 100644 --- a/kde-apps/print-manager/print-manager-19.12.2.ebuild +++ b/kde-apps/print-manager/print-manager-19.12.2.ebuild @@ -41,7 +41,7 @@ RDEPEND="${DEPEND} gtk? ( app-admin/system-config-printer ) " -pkg_postinst(){ +pkg_postinst() { ecm_pkg_postinst if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then diff --git a/kde-frameworks/purpose/purpose-5.64.0-r2.ebuild b/kde-frameworks/purpose/purpose-5.64.0-r2.ebuild index e5f3fe2e0627a..b56ff39032a2a 100644 --- a/kde-frameworks/purpose/purpose-5.64.0-r2.ebuild +++ b/kde-frameworks/purpose/purpose-5.64.0-r2.ebuild @@ -50,7 +50,7 @@ src_configure() { ecm_src_configure } -pkg_postinst(){ +pkg_postinst() { ecm_pkg_postinst if ! has_version "kde-misc/kdeconnect[app]" ; then diff --git a/kde-frameworks/purpose/purpose-5.67.0.ebuild b/kde-frameworks/purpose/purpose-5.67.0.ebuild index 1bebde506a67b..18129dfd6fd2e 100644 --- a/kde-frameworks/purpose/purpose-5.67.0.ebuild +++ b/kde-frameworks/purpose/purpose-5.67.0.ebuild @@ -48,7 +48,7 @@ src_configure() { ecm_src_configure } -pkg_postinst(){ +pkg_postinst() { ecm_pkg_postinst if ! has_version "kde-misc/kdeconnect[app]" ; then diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild index 719b921fb5453..9d073022755f1 100644 --- a/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-1.3.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=7 @@ -68,7 +68,7 @@ src_configure() { kde5_src_configure } -pkg_postinst(){ +pkg_postinst() { kde5_pkg_postinst elog "The Android .apk file is available via" diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild index 8dd2a5904cfaf..64fe274123e90 100644 --- a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild @@ -77,7 +77,7 @@ src_configure() { ecm_src_configure } -pkg_postinst(){ +pkg_postinst() { ecm_pkg_postinst elog "In case you are missing 'pause music' plugin, this now requires" diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.17.5-r1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.17.5-r1.ebuild index e39a49cbf81bd..41f1e2d666a5a 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.17.5-r1.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.17.5-r1.ebuild @@ -201,7 +201,7 @@ src_install() { fperms +x /etc/xdg/plasma-workspace/shutdown/10-agent-shutdown.sh } -pkg_postinst () { +pkg_postinst() { ecm_pkg_postinst # Clean up pre-5.17.4 scripts diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.18.1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.18.1.ebuild index 3bbf1152e6674..172a8acf608ad 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.18.1.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.18.1.ebuild @@ -200,7 +200,7 @@ src_install() { fperms +x /etc/xdg/plasma-workspace/shutdown/10-agent-shutdown.sh } -pkg_postinst () { +pkg_postinst() { ecm_pkg_postinst # Clean up pre-5.17.4 scripts diff --git a/lxde-base/lxde-common/lxde-common-0.99.1.ebuild b/lxde-base/lxde-common/lxde-common-0.99.1.ebuild index f73419b09d6d1..862b02a17e618 100644 --- a/lxde-base/lxde-common/lxde-common-0.99.1.ebuild +++ b/lxde-base/lxde-common/lxde-common-0.99.1.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" @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} sys-devel/gettext" PDEPEND="lxde-base/lxde-icon-theme" -src_install () { +src_install() { emake DESTDIR="${D}" install # install session file insinto /etc/X11/Sessions/ diff --git a/lxde-base/lxde-common/lxde-common-0.99.2.ebuild b/lxde-base/lxde-common/lxde-common-0.99.2.ebuild index ef042bc45d0bd..10fbab6dc9276 100644 --- a/lxde-base/lxde-common/lxde-common-0.99.2.ebuild +++ b/lxde-base/lxde-common/lxde-common-0.99.2.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 @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} sys-devel/gettext" PDEPEND="lxde-base/lxde-icon-theme" -src_install () { +src_install() { emake DESTDIR="${D}" install # install session file insinto /etc/X11/Sessions/ diff --git a/lxde-base/lxpanel/lxpanel-0.10.0.ebuild b/lxde-base/lxpanel/lxpanel-0.10.0.ebuild index 9779f40ec3fae..83229b7c08a91 100644 --- a/lxde-base/lxpanel/lxpanel-0.10.0.ebuild +++ b/lxde-base/lxpanel/lxpanel-0.10.0.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() { # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x } -src_install () { +src_install() { default # Get rid of the .la files. diff --git a/lxde-base/lxpanel/lxpanel-0.9.2.ebuild b/lxde-base/lxpanel/lxpanel-0.9.2.ebuild index 7c4f1fdd1c953..f7041b9054964 100644 --- a/lxde-base/lxpanel/lxpanel-0.9.2.ebuild +++ b/lxde-base/lxpanel/lxpanel-0.9.2.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" @@ -47,7 +47,7 @@ src_configure() { # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x } -src_install () { +src_install() { default # Get rid of the .la files. diff --git a/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild b/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild index 82e5f166a6d6d..83229b7c08a91 100644 --- a/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild +++ b/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 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() { # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x } -src_install () { +src_install() { default # Get rid of the .la files. diff --git a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild b/lxde-base/lxpanel/lxpanel-0.9.3.ebuild index 03fb30c1299f3..5ea3cc8359e60 100644 --- a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild +++ b/lxde-base/lxpanel/lxpanel-0.9.3.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" @@ -47,7 +47,7 @@ src_configure() { # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x } -src_install () { +src_install() { default # Get rid of the .la files. diff --git a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild b/lxde-base/lxrandr/lxrandr-0.3.1.ebuild index 74ae82baba001..3046d10ad579e 100644 --- a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild +++ b/lxde-base/lxrandr/lxrandr-0.3.1.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" @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig x11-base/xorg-proto" -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc AUTHORS } diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.14.1.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.14.1.ebuild index dcdcf9c6934d5..c7d5669cc6cf6 100644 --- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.14.1.ebuild +++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.14.1.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 @@ -32,7 +32,7 @@ RDEPEND="${DEPEND} !lxqt-base/lxqt-l10n " -src_install(){ +src_install() { cmake_src_install doman man/*.1 diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild index c221f24b3343d..d22ee4cc58737 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.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 @@ -110,7 +110,7 @@ src_configure() { cmake_src_configure } -src_install(){ +src_install() { cmake_src_install doman panel/man/*.1 } diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild index 6bb6156325a0e..335d67d2fa369 100644 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.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 @@ -37,7 +37,7 @@ RDEPEND="${DEPEND} !lxqt-base/lxqt-l10n " -src_install(){ +src_install() { cmake_src_install doman man/*.1 } diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild index a707d4d44b98b..83bb4daab49d3 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.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 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND} !lxqt-base/lxqt-l10n " -src_install(){ +src_install() { cmake_src_install doman man/*.1 } diff --git a/lxqt-base/lxqt-session/lxqt-session-0.14.1.ebuild b/lxqt-base/lxqt-session/lxqt-session-0.14.1.ebuild index 0c4a57a6f83d7..dbfd678c7cf57 100644 --- a/lxqt-base/lxqt-session/lxqt-session-0.14.1.ebuild +++ b/lxqt-base/lxqt-session/lxqt-session-0.14.1.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 @@ -52,7 +52,7 @@ src_configure() { cmake_src_configure } -src_install(){ +src_install() { cmake_src_install doman lxqt-config-session/man/*.1 lxqt-session/man/*.1 diff --git a/mail-client/s-nail/s-nail-14.9.13.ebuild b/mail-client/s-nail/s-nail-14.9.13.ebuild index 2155941b93567..3920bb828772b 100644 --- a/mail-client/s-nail/s-nail-14.9.13.ebuild +++ b/mail-client/s-nail/s-nail-14.9.13.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 @@ -63,7 +63,7 @@ src_compile() { emake build } -src_install () { +src_install() { # Use /usr/sbin/sendmail by default and provide an example cat <<- EOSMTP >> nail.rc diff --git a/mail-client/s-nail/s-nail-14.9.15.ebuild b/mail-client/s-nail/s-nail-14.9.15.ebuild index 7ca0db136c294..fdfff8e88c9ed 100644 --- a/mail-client/s-nail/s-nail-14.9.15.ebuild +++ b/mail-client/s-nail/s-nail-14.9.15.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 @@ -66,7 +66,7 @@ src_compile() { emake build } -src_install () { +src_install() { # Use /usr/sbin/sendmail by default and provide an example cat <<- EOSMTP >> nail.rc diff --git a/mail-client/s-nail/s-nail-14.9.16.ebuild b/mail-client/s-nail/s-nail-14.9.16.ebuild index a07cebd9c7016..2ab1bbc671bfa 100644 --- a/mail-client/s-nail/s-nail-14.9.16.ebuild +++ b/mail-client/s-nail/s-nail-14.9.16.ebuild @@ -64,7 +64,7 @@ src_compile() { emake build } -src_install () { +src_install() { # Use /usr/sbin/sendmail by default and provide an example cat <<- EOSMTP >> nail.rc diff --git a/mail-filter/exim-geoip/exim-geoip-0.1.ebuild b/mail-filter/exim-geoip/exim-geoip-0.1.ebuild index 1d9023b2a7564..a2f6fdee4d5ba 100644 --- a/mail-filter/exim-geoip/exim-geoip-0.1.ebuild +++ b/mail-filter/exim-geoip/exim-geoip-0.1.ebuild @@ -18,12 +18,12 @@ DEPEND="dev-libs/geoip RDEPEND="${DEPEND}" S="${WORKDIR}/exim-geoipv6-dlfunc-${PV}" -src_configure() { +src_configure() { append-cppflags "-I/usr/include/exim" econf } -src_install() { +src_install() { default prune_libtool_files --all } diff --git a/mail-filter/exim-p0f/exim-p0f-0.1.ebuild b/mail-filter/exim-p0f/exim-p0f-0.1.ebuild index 4357da0302440..885ec0c746478 100644 --- a/mail-filter/exim-p0f/exim-p0f-0.1.ebuild +++ b/mail-filter/exim-p0f/exim-p0f-0.1.ebuild @@ -18,12 +18,12 @@ RDEPEND=">=net-analyzer/p0f-3.05_beta ${DEPEND}" S="${WORKDIR}/exim-p0f3-dlfunc-${PV}" -src_configure() { +src_configure() { append-cppflags "-I/usr/include/exim" econf } -src_install() { +src_install() { default prune_libtool_files --all } diff --git a/mail-filter/libmilter/libmilter-1.0.2.ebuild b/mail-filter/libmilter/libmilter-1.0.2.ebuild index f2c3e1d172fe0..cd3921b5f7e18 100644 --- a/mail-filter/libmilter/libmilter-1.0.2.ebuild +++ b/mail-filter/libmilter/libmilter-1.0.2.ebuild @@ -50,7 +50,7 @@ src_compile() { popd } -src_install () { +src_install() { local MY_LIBDIR=/usr/$(get_libdir) dodir "${MY_LIBDIR}" emake DESTDIR="${D}" LIBDIR="${MY_LIBDIR}" MANROOT=/usr/share/man/man \ diff --git a/mail-filter/libmilter/libmilter-1.0.2_p1.ebuild b/mail-filter/libmilter/libmilter-1.0.2_p1.ebuild index b7d5242cfdd56..f24ea5bf5d305 100644 --- a/mail-filter/libmilter/libmilter-1.0.2_p1.ebuild +++ b/mail-filter/libmilter/libmilter-1.0.2_p1.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 @@ src_compile() { popd } -src_install () { +src_install() { local MY_LIBDIR=/usr/$(get_libdir) dodir "${MY_LIBDIR}" emake DESTDIR="${D}" LIBDIR="${MY_LIBDIR}" MANROOT=/usr/share/man/man \ diff --git a/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild b/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild index 8f2df0e0ff6f1..f9305dbb4bf48 100644 --- a/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild +++ b/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild @@ -21,7 +21,7 @@ src_compile() { emake CC="$(tc-getCC)" } -src_install () { +src_install() { dobin rbl rblcheck dodoc README docs/rblcheck.ps docs/rblcheck.rtf diff --git a/mail-filter/spamassassin/spamassassin-3.4.2-r2.ebuild b/mail-filter/spamassassin/spamassassin-3.4.2-r2.ebuild index 358cb1f455f4b..a68f39a6a865c 100644 --- a/mail-filter/spamassassin/spamassassin-3.4.2-r2.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.4.2-r2.ebuild @@ -129,7 +129,7 @@ src_compile() { use qmail && emake spamc/qmail-spamc } -src_install () { +src_install() { emake install einstalldocs diff --git a/mail-filter/spamassassin/spamassassin-3.4.2-r6.ebuild b/mail-filter/spamassassin/spamassassin-3.4.2-r6.ebuild index 4fef01f91ceee..07de81c0dbe3c 100644 --- a/mail-filter/spamassassin/spamassassin-3.4.2-r6.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.4.2-r6.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 @@ -135,7 +135,7 @@ src_compile() { use qmail && emake spamc/qmail-spamc } -src_install () { +src_install() { emake install einstalldocs diff --git a/mail-filter/spamassassin/spamassassin-3.4.3.ebuild b/mail-filter/spamassassin/spamassassin-3.4.3.ebuild index ba94a7473b2a7..da1c0754b7158 100644 --- a/mail-filter/spamassassin/spamassassin-3.4.3.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.4.3.ebuild @@ -131,7 +131,7 @@ src_compile() { use qmail && emake spamc/qmail-spamc } -src_install () { +src_install() { emake install einstalldocs diff --git a/mail-filter/spamassassin/spamassassin-3.4.4.ebuild b/mail-filter/spamassassin/spamassassin-3.4.4.ebuild index 39c0972f5e9a5..8e0007b4bfe80 100644 --- a/mail-filter/spamassassin/spamassassin-3.4.4.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.4.4.ebuild @@ -131,7 +131,7 @@ src_compile() { use qmail && emake spamc/qmail-spamc } -src_install () { +src_install() { emake install einstalldocs diff --git a/mail-filter/sqlgrey/sqlgrey-1.7.6-r2.ebuild b/mail-filter/sqlgrey/sqlgrey-1.7.6-r2.ebuild index 4b26a8203a60b..1e7d2013e0639 100644 --- a/mail-filter/sqlgrey/sqlgrey-1.7.6-r2.ebuild +++ b/mail-filter/sqlgrey/sqlgrey-1.7.6-r2.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 @@ -35,7 +35,7 @@ pkg_setup() { enewuser sqlgrey -1 -1 /var/spool/sqlgrey sqlgrey } -src_install () { +src_install() { emake gentoo-install ROOTDIR="${D}" dodoc HOWTO FAQ README README.OPTINOUT README.PERF TODO Changelog @@ -69,7 +69,7 @@ pkg_postinst() { ewarn "the SQLgrey db" } -pkg_config () { +pkg_config() { # SQLgrey configuration file local SQLgrey_CONFIG="/etc/sqlgrey/sqlgrey.conf" local SQLgrey_DB_USER_NAME="sqlgrey" diff --git a/mail-filter/sqlgrey/sqlgrey-1.8.0.ebuild b/mail-filter/sqlgrey/sqlgrey-1.8.0.ebuild index f55872a59c389..21a0450a89f10 100644 --- a/mail-filter/sqlgrey/sqlgrey-1.8.0.ebuild +++ b/mail-filter/sqlgrey/sqlgrey-1.8.0.ebuild @@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}/sqlgrey-1.8.0-init-openrc.patch" ) -src_install () { +src_install() { emake gentoo-install ROOTDIR="${D}" einstalldocs diff --git a/mail-mta/exim/exim-4.92.2.ebuild b/mail-mta/exim/exim-4.92.2.ebuild index 2b4261ab4d6ee..d93a9ac37a4c8 100644 --- a/mail-mta/exim/exim-4.92.2.ebuild +++ b/mail-mta/exim/exim-4.92.2.ebuild @@ -490,7 +490,7 @@ src_compile() { AR="$(tc-getAR) cq" RANLIB="$(tc-getRANLIB)" FULLECHO='' } -src_install () { +src_install() { cd "${S}"/build-exim-gentoo || die dosbin exim if use X; then diff --git a/mail-mta/exim/exim-4.92.3.ebuild b/mail-mta/exim/exim-4.92.3.ebuild index 05dbf4afa52d3..22f7f20d3ff33 100644 --- a/mail-mta/exim/exim-4.92.3.ebuild +++ b/mail-mta/exim/exim-4.92.3.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" @@ -490,7 +490,7 @@ src_compile() { AR="$(tc-getAR) cq" RANLIB="$(tc-getRANLIB)" FULLECHO='' } -src_install () { +src_install() { cd "${S}"/build-exim-gentoo || die dosbin exim if use X; then diff --git a/mail-mta/exim/exim-4.93.0.4.ebuild b/mail-mta/exim/exim-4.93.0.4.ebuild index ab4cf6865d4c3..2fcf22048a1cd 100644 --- a/mail-mta/exim/exim-4.93.0.4.ebuild +++ b/mail-mta/exim/exim-4.93.0.4.ebuild @@ -493,7 +493,7 @@ src_compile() { AR="$(tc-getAR) cq" RANLIB="$(tc-getRANLIB)" FULLECHO='' } -src_install () { +src_install() { cd "${S}"/build-exim-gentoo || die dosbin exim if use X; then diff --git a/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild b/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild index d43f02ea92b3b..10966c371bfe0 100644 --- a/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -87,7 +87,7 @@ src_configure() { $(use_enable ssl tls) } -src_install () { +src_install() { emake DESTDIR="${D}" localstatedir=/var/nullmailer install dodoc AUTHORS BUGS HOWTO INSTALL ChangeLog NEWS README TODO diff --git a/mail-mta/postfix/postfix-3.4.5-r1.ebuild b/mail-mta/postfix/postfix-3.4.5-r1.ebuild index 61ae93f51f7fe..001ca67956eb3 100644 --- a/mail-mta/postfix/postfix-3.4.5-r1.ebuild +++ b/mail-mta/postfix/postfix-3.4.5-r1.ebuild @@ -198,7 +198,7 @@ src_configure() { AUXLIBS_SQLITE="${AUXLIBS_SQLITE}" } -src_install () { +src_install() { LD_LIBRARY_PATH="${S}/lib" \ /bin/sh postfix-install \ -non-interactive \ diff --git a/mail-mta/postfix/postfix-3.4.6.ebuild b/mail-mta/postfix/postfix-3.4.6.ebuild index 4a5c0d320d241..df756f6871ca0 100644 --- a/mail-mta/postfix/postfix-3.4.6.ebuild +++ b/mail-mta/postfix/postfix-3.4.6.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 @@ -198,7 +198,7 @@ src_configure() { AUXLIBS_SQLITE="${AUXLIBS_SQLITE}" } -src_install () { +src_install() { LD_LIBRARY_PATH="${S}/lib" \ /bin/sh postfix-install \ -non-interactive \ diff --git a/mail-mta/postfix/postfix-3.4.7.ebuild b/mail-mta/postfix/postfix-3.4.7.ebuild index 7603315b82deb..f0bd1f4d44158 100644 --- a/mail-mta/postfix/postfix-3.4.7.ebuild +++ b/mail-mta/postfix/postfix-3.4.7.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 @@ -195,7 +195,7 @@ src_configure() { AUXLIBS_SQLITE="${AUXLIBS_SQLITE}" } -src_install () { +src_install() { LD_LIBRARY_PATH="${S}/lib" \ /bin/sh postfix-install \ -non-interactive \ diff --git a/mail-mta/postfix/postfix-3.4.8.ebuild b/mail-mta/postfix/postfix-3.4.8.ebuild index 7603315b82deb..f0bd1f4d44158 100644 --- a/mail-mta/postfix/postfix-3.4.8.ebuild +++ b/mail-mta/postfix/postfix-3.4.8.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 @@ -195,7 +195,7 @@ src_configure() { AUXLIBS_SQLITE="${AUXLIBS_SQLITE}" } -src_install () { +src_install() { LD_LIBRARY_PATH="${S}/lib" \ /bin/sh postfix-install \ -non-interactive \ diff --git a/mail-mta/postfix/postfix-3.4.9.ebuild b/mail-mta/postfix/postfix-3.4.9.ebuild index fc0e7c9a565fc..f62330bb7af89 100644 --- a/mail-mta/postfix/postfix-3.4.9.ebuild +++ b/mail-mta/postfix/postfix-3.4.9.ebuild @@ -196,7 +196,7 @@ src_configure() { AUXLIBS_SQLITE="${AUXLIBS_SQLITE}" } -src_install () { +src_install() { LD_LIBRARY_PATH="${S}/lib" \ /bin/sh postfix-install \ -non-interactive \ diff --git a/mail-mta/postfix/postfix-3.5_pre20200203.ebuild b/mail-mta/postfix/postfix-3.5_pre20200203.ebuild index 9321ebc18007a..c1f9fa6fc3fa0 100644 --- a/mail-mta/postfix/postfix-3.5_pre20200203.ebuild +++ b/mail-mta/postfix/postfix-3.5_pre20200203.ebuild @@ -193,7 +193,7 @@ src_configure() { AUXLIBS_SQLITE="${AUXLIBS_SQLITE}" } -src_install () { +src_install() { LD_LIBRARY_PATH="${S}/lib" \ /bin/sh postfix-install \ -non-interactive \ diff --git a/mail-mta/sendmail/sendmail-8.14.9.ebuild b/mail-mta/sendmail/sendmail-8.14.9.ebuild index b913a360ffabf..8454266308d6e 100644 --- a/mail-mta/sendmail/sendmail-8.14.9.ebuild +++ b/mail-mta/sendmail/sendmail-8.14.9.ebuild @@ -94,7 +94,7 @@ src_compile() { popd } -src_install () { +src_install() { local MY_LIBDIR=/usr/$(get_libdir) local MY_OBJDIR="obj.`uname -s`.`uname -r`.`uname -m`" dodir /usr/bin ${MY_LIBDIR} /usr/include/libmilter diff --git a/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild b/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild index bb76f92e2921f..d3fd92fa5bb7b 100644 --- a/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild +++ b/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild @@ -100,7 +100,7 @@ src_compile() { popd } -src_install () { +src_install() { local MY_LIBDIR=/usr/$(get_libdir) local MY_OBJDIR="obj.`uname -s`.`uname -r`.`uname -m`" dodir /usr/bin ${MY_LIBDIR} /usr/include/libmilter diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.22.1-r1.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.22.1-r1.ebuild index 3ace817fd8b70..94e0300c6a8bf 100644 --- a/mate-extra/caja-dropbox/caja-dropbox-1.22.1-r1.ebuild +++ b/mate-extra/caja-dropbox/caja-dropbox-1.22.1-r1.ebuild @@ -44,7 +44,7 @@ DEPEND="${COMMON_DEPEND} CONFIG_CHECK="~INOTIFY_USER" -pkg_setup () { +pkg_setup() { python-single-r1_pkg_setup check_extra_config enewgroup dropbox @@ -69,7 +69,7 @@ src_configure() { $(use_enable debug) } -src_install () { +src_install() { python_fix_shebang caja-dropbox.in mate_src_install @@ -83,7 +83,7 @@ src_install () { fperms o-rwx "${extensiondir}"/libcaja-dropbox.so } -pkg_postinst () { +pkg_postinst() { mate_pkg_postinst elog diff --git a/media-fonts/baekmuk-fonts/baekmuk-fonts-2.2-r2.ebuild b/media-fonts/baekmuk-fonts/baekmuk-fonts-2.2-r2.ebuild index 0b58867fbb1ee..be77c78d727cd 100644 --- a/media-fonts/baekmuk-fonts/baekmuk-fonts-2.2-r2.ebuild +++ b/media-fonts/baekmuk-fonts/baekmuk-fonts-2.2-r2.ebuild @@ -36,7 +36,7 @@ src_compile() { font-ebdftopcf_src_compile } -src_install () { +src_install() { FONT_S="${S}"/${TTF_P}/ttf FONT_SUFFIX="ttf" font_src_install FONT_S="${S}"/${BDF_P}/bdf font_src_install } diff --git a/media-fonts/fgdc-emergency/fgdc-emergency-2.20.ebuild b/media-fonts/fgdc-emergency/fgdc-emergency-2.20.ebuild index 72a4022260949..57ec937ae6b40 100644 --- a/media-fonts/fgdc-emergency/fgdc-emergency-2.20.ebuild +++ b/media-fonts/fgdc-emergency/fgdc-emergency-2.20.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 @@ -23,7 +23,7 @@ FONT_SUFFIX="ttf" DOCS=( readme.txt ) -src_install(){ +src_install() { cp ersV2{sym,txt}/*.ttf . || die font_src_install } diff --git a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild index 6f04b2f5bb00e..190882bba47ab 100644 --- a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild +++ b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild @@ -33,7 +33,7 @@ FONT_S="${S}" FONT_PN="${PN/-fonts/}" FONTDIR="/usr/share/fonts/${FONT_PN}" -pkg_postinst(){ +pkg_postinst() { if use X; then elog "You need you add following line into 'Section \"Files\"' in" elog "XF86Config and reboot X Window System, to use these fonts." diff --git a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild index 4ec68a125aa21..adf9498b1bc85 100644 --- a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild +++ b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild @@ -26,7 +26,7 @@ S="${WORKDIR}/${MY_P}" # Only installs fonts RESTRICT="strip binchecks" -src_install(){ +src_install() { DESTDIR="${D}${FONTDIR}" ./install_mplus_fonts || die dodoc README* INSTALL* } diff --git a/media-gfx/dpic/dpic-20130310.ebuild b/media-gfx/dpic/dpic-20130310.ebuild index a21a1659b42e2..6fb72b8441806 100644 --- a/media-gfx/dpic/dpic-20130310.ebuild +++ b/media-gfx/dpic/dpic-20130310.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 @@ -19,11 +19,11 @@ RDEPEND="" S="${WORKDIR}/${PN}" -src_compile () { +src_compile() { emake CC="$(tc-getCC)" } -src_install () { +src_install() { dobin dpic doman doc/dpic.1 dodoc README CHANGES doc/dpicdoc.pdf doc/gpic.pdf diff --git a/media-gfx/dpic/dpic-20160824.ebuild b/media-gfx/dpic/dpic-20160824.ebuild index c102eef74e4c4..1340997077ffd 100644 --- a/media-gfx/dpic/dpic-20160824.ebuild +++ b/media-gfx/dpic/dpic-20160824.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 @@ S="${WORKDIR}/${PN}-2016.08.24" DOCS=( "README" "doc/dpicdoc.pdf" ) -src_install () { +src_install() { dobin ${PN} doman doc/${PN}.1 diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.6.3.ebuild b/media-gfx/gscan2pdf/gscan2pdf-2.6.3.ebuild index 0029080be8dfc..a415292cfd59f 100644 --- a/media-gfx/gscan2pdf/gscan2pdf-2.6.3.ebuild +++ b/media-gfx/gscan2pdf/gscan2pdf-2.6.3.ebuild @@ -77,7 +77,7 @@ pkg_postinst() { optfeature "sending PDFs as email attachments" x11-misc/xdg-utils } -src_test(){ +src_test() { local confdir="${HOME}/.config/ImageMagick" mkdir -p "${confdir}" || die cat > "${confdir}/policy.xml" <<-EOT || die diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.6.4.ebuild b/media-gfx/gscan2pdf/gscan2pdf-2.6.4.ebuild index 58c42016341f9..cda89719399fc 100644 --- a/media-gfx/gscan2pdf/gscan2pdf-2.6.4.ebuild +++ b/media-gfx/gscan2pdf/gscan2pdf-2.6.4.ebuild @@ -83,7 +83,7 @@ pkg_postrm() { xdg_desktop_database_update } -src_test(){ +src_test() { local confdir="${HOME}/.config/ImageMagick" mkdir -p "${confdir}" || die cat > "${confdir}/policy.xml" <<-EOT || die diff --git a/media-gfx/jhead/jhead-3.00-r2.ebuild b/media-gfx/jhead/jhead-3.00-r2.ebuild index bdd27b31809ca..f5953484db7e1 100644 --- a/media-gfx/jhead/jhead-3.00-r2.ebuild +++ b/media-gfx/jhead/jhead-3.00-r2.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 @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" -src_prepare(){ +src_prepare() { # bug 275200 - respect flags and use mktemp instead of mkstemp eapply "${FILESDIR}/${PN}-2.90-mkstemp_respect_flags.patch" cp "${FILESDIR}/Makefile" makefile || die diff --git a/media-gfx/meshlab/meshlab-2016.12-r2.ebuild b/media-gfx/meshlab/meshlab-2016.12-r2.ebuild index adc2830aa0fc8..2c5cb0f61d067 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 4fc8458b15a78..9cd64b0952cce 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 b9df6e46bbc57..bea9e28575542 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 diff --git a/media-gfx/mypaint/mypaint-1.2.1-r5.ebuild b/media-gfx/mypaint/mypaint-1.2.1-r5.ebuild index a55e005996966..ed192d39fbdb7 100644 --- a/media-gfx/mypaint/mypaint-1.2.1-r5.ebuild +++ b/media-gfx/mypaint/mypaint-1.2.1-r5.ebuild @@ -54,7 +54,7 @@ src_compile() { escons } -src_install () { +src_install() { escons prefix="${D}/usr" install newicon pixmaps/${PN}_logo.png ${PN}.png for x in ${LANGS}; do diff --git a/media-gfx/printrun/printrun-99999999.ebuild b/media-gfx/printrun/printrun-99999999.ebuild index 8b8f31fa4ec53..4491857f4d6a3 100644 --- a/media-gfx/printrun/printrun-99999999.ebuild +++ b/media-gfx/printrun/printrun-99999999.ebuild @@ -37,7 +37,7 @@ PATCHES=( "${WORKDIR}/${PN}-gtk3.patch" ) -src_unpack(){ +src_unpack() { default_src_unpack git-r3_src_unpack } diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.21-r2.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.21-r2.ebuild index dec024b26b237..fd4b7f65c002c 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.21-r2.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.21-r2.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=6 @@ -54,7 +54,7 @@ src_compile() { $(use nls && echo ENABLE_GETTEXT=1) } -src_install () { +src_install() { emake -j1 PKG_ROOT="${D}" \ $(use nls && echo ENABLE_GETTEXT=1) install diff --git a/media-libs/gsound/gsound-1.0.2-r1.ebuild b/media-libs/gsound/gsound-1.0.2-r1.ebuild index 7d43c6b5d04ec..ef942f7e58213 100644 --- a/media-libs/gsound/gsound-1.0.2-r1.ebuild +++ b/media-libs/gsound/gsound-1.0.2-r1.ebuild @@ -31,7 +31,7 @@ src_prepare() { gnome2_src_prepare } -src_configure () { +src_configure() { gnome2_src_configure \ --disable-static \ $(use_enable introspection) \ diff --git a/media-libs/libemf/libemf-1.0.4-r1.ebuild b/media-libs/libemf/libemf-1.0.4-r1.ebuild index 73fdf633c9434..6f4feb3211447 100644 --- a/media-libs/libemf/libemf-1.0.4-r1.ebuild +++ b/media-libs/libemf/libemf-1.0.4-r1.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 @@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P} PATCHES=( "${FILESDIR}"/${P}-amd64-alpha.patch ) -src_prepare(){ +src_prepare() { sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die autotools-utils_src_prepare } diff --git a/media-libs/libemf/libemf-1.0.7.ebuild b/media-libs/libemf/libemf-1.0.7.ebuild index af83fb2002e7f..b2375485f9f93 100644 --- a/media-libs/libemf/libemf-1.0.7.ebuild +++ b/media-libs/libemf/libemf-1.0.7.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=5 @@ -19,7 +19,7 @@ IUSE="doc static-libs" S=${WORKDIR}/${MY_P} -src_prepare(){ +src_prepare() { sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die autotools-utils_src_prepare } diff --git a/media-libs/libggi/libggi-2.2.2-r1.ebuild b/media-libs/libggi/libggi-2.2.2-r1.ebuild index a716a009e6bed..1bac00c0c4834 100644 --- a/media-libs/libggi/libggi-2.2.2-r1.ebuild +++ b/media-libs/libggi/libggi-2.2.2-r1.ebuild @@ -49,7 +49,7 @@ src_configure() { ${myconf} } -src_install(){ +src_install() { default docinto txt diff --git a/media-libs/libggigcp/libggigcp-1.0.2-r1.ebuild b/media-libs/libggigcp/libggigcp-1.0.2-r1.ebuild index fc72067cdbe3e..57d17475016e7 100644 --- a/media-libs/libggigcp/libggigcp-1.0.2-r1.ebuild +++ b/media-libs/libggigcp/libggigcp-1.0.2-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 @@ -17,11 +17,11 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog README doc/TODO doc/libggigcp{,-functions,-libraries,-structures}.txt doc/colors{,2}.faq ) -src_configure(){ +src_configure() { econf --disable-static } -src_install(){ +src_install() { default find "${D}" -name '*.la' -delete || die } diff --git a/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild b/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild index e3e4b56931df3..a4c5b0033b85e 100644 --- a/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild +++ b/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild @@ -29,14 +29,14 @@ pkg_setup() { use python && python-single-r1_pkg_setup } -src_configure () { +src_configure() { econf \ $(use_enable nls) \ $(use_enable python) \ $(use_enable doc gtk-doc) } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog NEWS README TODO diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.10.ebuild b/media-libs/lsp-plugins/lsp-plugins-1.1.10.ebuild index bae36037133cb..3e66062b835de 100644 --- a/media-libs/lsp-plugins/lsp-plugins-1.1.10.ebuild +++ b/media-libs/lsp-plugins/lsp-plugins-1.1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,7 +39,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -src_compile(){ +src_compile() { use doc && MODULES+="doc" use jack && MODULES+=" jack" use ladspa && MODULES+=" ladspa" @@ -47,6 +47,6 @@ src_compile(){ emake BUILD_MODULES="${MODULES}" } -src_install(){ +src_install() { emake PREFIX="/usr" DESTDIR="${ED}" LIB_PATH="/usr/$(get_libdir)" install } diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.5-r2.ebuild b/media-libs/lsp-plugins/lsp-plugins-1.1.5-r2.ebuild index 79a8ccbba8f41..2d9141c1d36e9 100644 --- a/media-libs/lsp-plugins/lsp-plugins-1.1.5-r2.ebuild +++ b/media-libs/lsp-plugins/lsp-plugins-1.1.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,12 +31,12 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -src_prepare(){ +src_prepare() { eapply_user sed -i '/install_.*: all/s/ all//g' Makefile } -src_compile(){ +src_compile() { use doc && MODULES+="doc" use jack && MODULES+=" jack" use ladspa && MODULES+=" ladspa" @@ -44,7 +44,7 @@ src_compile(){ emake BUILD_MODULES="${MODULES}" } -src_install(){ +src_install() { use doc && emake PREFIX="/usr" DESTDIR="${D}" LIB_PATH="/usr/$(get_libdir)" install_doc use jack && emake PREFIX="/usr" DESTDIR="${D}" LIB_PATH="/usr/$(get_libdir)" install_jack use ladspa && emake PREFIX="/usr" DESTDIR="${D}" LIB_PATH="/usr/$(get_libdir)" install_ladspa diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.7-r1.ebuild b/media-libs/lsp-plugins/lsp-plugins-1.1.7-r1.ebuild index f5121d8801b88..5807ec304fd7c 100644 --- a/media-libs/lsp-plugins/lsp-plugins-1.1.7-r1.ebuild +++ b/media-libs/lsp-plugins/lsp-plugins-1.1.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,7 +39,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -src_compile(){ +src_compile() { use doc && MODULES+="doc" use jack && MODULES+=" jack" use ladspa && MODULES+=" ladspa" @@ -47,6 +47,6 @@ src_compile(){ emake BUILD_MODULES="${MODULES}" } -src_install(){ +src_install() { emake PREFIX="/usr" DESTDIR="${ED}" LIB_PATH="/usr/$(get_libdir)" install } diff --git a/media-libs/lsp-plugins/lsp-plugins-9999.ebuild b/media-libs/lsp-plugins/lsp-plugins-9999.ebuild index bae36037133cb..3e66062b835de 100644 --- a/media-libs/lsp-plugins/lsp-plugins-9999.ebuild +++ b/media-libs/lsp-plugins/lsp-plugins-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,7 +39,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -src_compile(){ +src_compile() { use doc && MODULES+="doc" use jack && MODULES+=" jack" use ladspa && MODULES+=" ladspa" @@ -47,6 +47,6 @@ src_compile(){ emake BUILD_MODULES="${MODULES}" } -src_install(){ +src_install() { emake PREFIX="/usr" DESTDIR="${ED}" LIB_PATH="/usr/$(get_libdir)" install } diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild b/media-libs/spandsp/spandsp-0.0.6.ebuild index bdabe752da1a9..cd8ed0301d23f 100644 --- a/media-libs/spandsp/spandsp-0.0.6.ebuild +++ b/media-libs/spandsp/spandsp-0.0.6.ebuild @@ -51,7 +51,7 @@ src_configure() { $(use_enable static-libs static) } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog DueDiligence NEWS README diff --git a/media-plugins/gmpc-avahi/gmpc-avahi-11.8.16.ebuild b/media-plugins/gmpc-avahi/gmpc-avahi-11.8.16.ebuild index 5a9d5ddb0d350..d125ca7bd8498 100644 --- a/media-plugins/gmpc-avahi/gmpc-avahi-11.8.16.ebuild +++ b/media-plugins/gmpc-avahi/gmpc-avahi-11.8.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=7 @@ -28,7 +28,7 @@ src_configure() { econf $(use_enable nls) } -src_install () { +src_install() { default # plugins only diff --git a/media-plugins/kodi-audiodecoder-sidplay/kodi-audiodecoder-sidplay-1.2.2.ebuild b/media-plugins/kodi-audiodecoder-sidplay/kodi-audiodecoder-sidplay-1.2.2.ebuild index ebe732fc93f96..4ca323210424a 100644 --- a/media-plugins/kodi-audiodecoder-sidplay/kodi-audiodecoder-sidplay-1.2.2.ebuild +++ b/media-plugins/kodi-audiodecoder-sidplay/kodi-audiodecoder-sidplay-1.2.2.ebuild @@ -35,7 +35,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-audiodecoder-sidplay/kodi-audiodecoder-sidplay-9999.ebuild b/media-plugins/kodi-audiodecoder-sidplay/kodi-audiodecoder-sidplay-9999.ebuild index 359d9cefdc368..0025322b65a01 100644 --- a/media-plugins/kodi-audiodecoder-sidplay/kodi-audiodecoder-sidplay-9999.ebuild +++ b/media-plugins/kodi-audiodecoder-sidplay/kodi-audiodecoder-sidplay-9999.ebuild @@ -35,7 +35,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.6.ebuild b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.6.ebuild index cda8b9b68051f..91fe93ee0acb0 100644 --- a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.6.ebuild +++ b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.6.ebuild @@ -36,7 +36,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-9999.ebuild b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-9999.ebuild index 1cc29778972ce..eca3bdf31ea7b 100644 --- a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-9999.ebuild +++ b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-9999.ebuild @@ -36,7 +36,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.2.ebuild b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.2.ebuild index fec255d3dc387..d2d98a6173567 100644 --- a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.2.ebuild +++ b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.2.ebuild @@ -36,7 +36,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.4.ebuild b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.4.ebuild index fec255d3dc387..d2d98a6173567 100644 --- a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.4.ebuild +++ b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.4.ebuild @@ -36,7 +36,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-9999.ebuild b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-9999.ebuild index e72c4929b6d9b..6617beb066ad2 100644 --- a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-9999.ebuild +++ b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-9999.ebuild @@ -36,7 +36,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.4.ebuild b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.4.ebuild index 2e01ace229d15..ed07dc68b7d93 100644 --- a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.4.ebuild +++ b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.4.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-9999.ebuild b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-9999.ebuild index 3d2f1d4627537..5552170ae4724 100644 --- a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-9999.ebuild +++ b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild index 40578ef03e1d4..288d61ebc27b3 100644 --- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.9.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.9.ebuild index c7798ff8774b1..3505fb806a07d 100644 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.9.ebuild +++ b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.9.ebuild @@ -35,7 +35,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild index 9aabb1756ab0d..65b4a76c90df8 100644 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild +++ b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild @@ -36,7 +36,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.5.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.5.ebuild index 578ab535311cc..5e4012af00c12 100644 --- a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.5.ebuild +++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.5.ebuild @@ -39,7 +39,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.6.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.6.ebuild index 578ab535311cc..5e4012af00c12 100644 --- a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.6.ebuild +++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.6.ebuild @@ -39,7 +39,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.7.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.7.ebuild index 578ab535311cc..5e4012af00c12 100644 --- a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.7.ebuild +++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.7.ebuild @@ -39,7 +39,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.8.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.8.ebuild index 578ab535311cc..5e4012af00c12 100644 --- a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.8.ebuild +++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.8.ebuild @@ -39,7 +39,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-9999.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-9999.ebuild index bf531297bd773..41598619e82c5 100644 --- a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-9999.ebuild +++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-9999.ebuild @@ -39,7 +39,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-3.4.10.ebuild b/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-3.4.10.ebuild index d9f760247c57e..31c793ffbd41d 100644 --- a/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-3.4.10.ebuild +++ b/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-3.4.10.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-9999.ebuild b/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-9999.ebuild index 89a92b5f3e22a..8bc624f75c942 100644 --- a/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-9999.ebuild +++ b/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-9999.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.1.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.1.ebuild index 12fa372dc3d9f..4c2a9805262f2 100644 --- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.1.ebuild +++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.1.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.2.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.2.ebuild index 12fa372dc3d9f..4c2a9805262f2 100644 --- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.2.ebuild +++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.2.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.4.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.4.ebuild index 12fa372dc3d9f..4c2a9805262f2 100644 --- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.4.ebuild +++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.4.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.5.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.5.ebuild index 12fa372dc3d9f..4c2a9805262f2 100644 --- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.5.ebuild +++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.5.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.6.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.6.ebuild index 12fa372dc3d9f..4c2a9805262f2 100644 --- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.6.ebuild +++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.6.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.7.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.7.ebuild index 12fa372dc3d9f..4c2a9805262f2 100644 --- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.7.ebuild +++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.7.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.8.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.8.ebuild index 12fa372dc3d9f..4c2a9805262f2 100644 --- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.8.ebuild +++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.8.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.9.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.9.ebuild index 12fa372dc3d9f..4c2a9805262f2 100644 --- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.9.ebuild +++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.28.9.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-9999.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-9999.ebuild index 9f0f2b5006003..542f0c043944a 100644 --- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-9999.ebuild +++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-9999.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.3.ebuild b/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.3.ebuild index b005c9d392fc8..ee1c4e242427b 100644 --- a/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.3.ebuild +++ b/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.3.ebuild @@ -34,7 +34,7 @@ DEPEND=" =media-tv/kodi-18* " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.4.ebuild b/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.4.ebuild index 4c3c025386a7f..5a8059b24c94b 100644 --- a/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.4.ebuild +++ b/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.4.ebuild @@ -34,7 +34,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.5.ebuild b/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.5.ebuild index 4c3c025386a7f..5a8059b24c94b 100644 --- a/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.5.ebuild +++ b/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-1.0.5.ebuild @@ -34,7 +34,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-9999.ebuild b/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-9999.ebuild index e8e59841bcd89..5b29331e4edc6 100644 --- a/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-9999.ebuild +++ b/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-9999.ebuild @@ -35,7 +35,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-5.1.1.ebuild b/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-5.1.1.ebuild index ecec2a4044f8c..61d420f35e171 100644 --- a/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-5.1.1.ebuild +++ b/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-5.1.1.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-5.1.2.ebuild b/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-5.1.2.ebuild index ecec2a4044f8c..61d420f35e171 100644 --- a/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-5.1.2.ebuild +++ b/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-5.1.2.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-9999.ebuild b/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-9999.ebuild index 5cdeff8dba403..aa75a08aa46a3 100644 --- a/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-9999.ebuild +++ b/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.3.5.ebuild b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.3.5.ebuild index f036e07cdad4b..dc01f9efbb465 100644 --- a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.3.5.ebuild +++ b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.3.5.ebuild @@ -39,7 +39,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-9999.ebuild b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-9999.ebuild index 8d2088be2fb32..f867f54b7bdc0 100644 --- a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-9999.ebuild +++ b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-9999.ebuild @@ -39,7 +39,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.1.ebuild b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.1.ebuild index 54f305eb74b8a..2587f22407fb2 100644 --- a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.1.ebuild +++ b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.1.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.2.ebuild b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.2.ebuild index 54f305eb74b8a..2587f22407fb2 100644 --- a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.2.ebuild +++ b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.2.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.3.ebuild b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.3.ebuild index 4d815c979f93d..3dc44570954b9 100644 --- a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.3.ebuild +++ b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.3.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-9999.ebuild b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-9999.ebuild index d686bcc58897d..6bded25f3768e 100644 --- a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-9999.ebuild +++ b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-9999.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-3.0.3.ebuild b/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-3.0.3.ebuild index b30174dd86ce2..d80cf89a5104f 100644 --- a/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-3.0.3.ebuild +++ b/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-3.0.3.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-9999.ebuild b/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-9999.ebuild index 002dd84162637..99569b83a489f 100644 --- a/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-9999.ebuild +++ b/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-2.0.1.ebuild b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-2.0.1.ebuild index dc05f9a7d7a1d..9ba2ff248210d 100644 --- a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-2.0.1.ebuild +++ b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-2.0.1.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-2.0.2.ebuild b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-2.0.2.ebuild index dc05f9a7d7a1d..9ba2ff248210d 100644 --- a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-2.0.2.ebuild +++ b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-2.0.2.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-9999.ebuild b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-9999.ebuild index 6cecf4655fd49..71b5faf43766f 100644 --- a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-9999.ebuild +++ b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.0.2.ebuild b/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.0.2.ebuild index 314f75390c9c6..97b415b36b207 100644 --- a/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.0.2.ebuild +++ b/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.0.2.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.1.0.ebuild b/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.1.0.ebuild index 314f75390c9c6..97b415b36b207 100644 --- a/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.1.0.ebuild +++ b/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.1.0.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.1.1.ebuild b/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.1.1.ebuild index 314f75390c9c6..97b415b36b207 100644 --- a/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.1.1.ebuild +++ b/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-3.1.1.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-9999.ebuild b/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-9999.ebuild index b985a8ece8f33..4483bdcfbe866 100644 --- a/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-9999.ebuild +++ b/media-plugins/kodi-visualization-waveform/kodi-visualization-waveform-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ${DEPEND} " -src_prepare(){ +src_prepare() { [ -d depends ] && rm -rf depends || die cmake_src_prepare } diff --git a/media-sound/ardour/ardour-5.12.ebuild b/media-sound/ardour/ardour-5.12.ebuild index d671a3a3432e3..fbd2949eff598 100644 --- a/media-sound/ardour/ardour-5.12.ebuild +++ b/media-sound/ardour/ardour-5.12.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 @@ -75,7 +75,7 @@ pkg_setup() { python-any-r1_pkg_setup } -src_prepare(){ +src_prepare() { eapply_user if ! [[ ${PV} == *9999* ]]; then eapply "${FILESDIR}"/${PN}-4.x-revision-naming.patch diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 302741278d660..45dddecc7e5a7 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.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 @@ -75,7 +75,7 @@ pkg_setup() { python-any-r1_pkg_setup } -src_prepare(){ +src_prepare() { eapply_user if ! [[ ${PV} == *9999* ]]; then eapply "${FILESDIR}"/${PN}-4.x-revision-naming.patch diff --git a/media-sound/bplay/bplay-0.991.ebuild b/media-sound/bplay/bplay-0.991.ebuild index 0fe9c8a2443a2..e4fbbb9e3c7a9 100644 --- a/media-sound/bplay/bplay-0.991.ebuild +++ b/media-sound/bplay/bplay-0.991.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 @@ -20,7 +20,7 @@ src_compile() { CC="$(tc-getCC)" bplay } -src_install () { +src_install() { newbin bplay bplay-bin dosym bplay-bin /usr/bin/brec doman brec.1 diff --git a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild index e62b1944af1d3..0b0363c94bcb2 100644 --- a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild +++ b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-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 @@ -37,7 +37,7 @@ src_prepare() { -i Makefile.in || die } -src_install () { +src_install() { HTML_DOCS=( cvoicecontrol/docs/en/*.html ) default } diff --git a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild b/media-sound/lilypond/lilypond-2.18.2-r3.ebuild index 3b4e393116a6c..610f8b27f2cad 100644 --- a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild +++ b/media-sound/lilypond/lilypond-2.18.2-r3.ebuild @@ -114,7 +114,7 @@ src_compile() { fi } -src_install () { +src_install() { emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install # remove elisp files since they are in the wrong directory diff --git a/media-sound/lilypond/lilypond-2.19.83.ebuild b/media-sound/lilypond/lilypond-2.19.83.ebuild index 5ce7a09324035..8b1f709e60021 100644 --- a/media-sound/lilypond/lilypond-2.19.83.ebuild +++ b/media-sound/lilypond/lilypond-2.19.83.ebuild @@ -122,7 +122,7 @@ src_compile() { fi } -src_install () { +src_install() { emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install # remove elisp files since they are in the wrong directory diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index dc5446cf20c3c..82cfb3b7c7148 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -117,7 +117,7 @@ src_compile() { fi } -src_install () { +src_install() { emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install # remove elisp files since they are in the wrong directory diff --git a/media-sound/musique/musique-1.5-r1.ebuild b/media-sound/musique/musique-1.5-r1.ebuild index ca570e5a5bfea..9e7f3e33e4cf3 100644 --- a/media-sound/musique/musique-1.5-r1.ebuild +++ b/media-sound/musique/musique-1.5-r1.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" @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}" DOCS=( CHANGES TODO ) PATCHES=( "${FILESDIR}/${P}-unbundle-qtsingleapplication.patch" ) -src_prepare () { +src_prepare() { rm -r src/qtsingleapplication || die default } diff --git a/media-sound/pulseeffects/pulseeffects-4.6.8.ebuild b/media-sound/pulseeffects/pulseeffects-4.6.8.ebuild index 32e5898ad2d0d..867b66803cf3b 100644 --- a/media-sound/pulseeffects/pulseeffects-4.6.8.ebuild +++ b/media-sound/pulseeffects/pulseeffects-4.6.8.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 @@ -59,13 +59,13 @@ BDEPEND=" virtual/pkgconfig " -pkg_postinst(){ +pkg_postinst() { gnome2_gconf_install gnome2_schemas_update gnome2_icon_cache_update } -pkg_postrm(){ +pkg_postrm() { gnome2_gconf_uninstall gnome2_schemas_update gnome2_icon_cache_update diff --git a/media-sound/pulseeffects/pulseeffects-4.7.1.ebuild b/media-sound/pulseeffects/pulseeffects-4.7.1.ebuild index 0d88d4c03230d..867b66803cf3b 100644 --- a/media-sound/pulseeffects/pulseeffects-4.7.1.ebuild +++ b/media-sound/pulseeffects/pulseeffects-4.7.1.ebuild @@ -59,13 +59,13 @@ BDEPEND=" virtual/pkgconfig " -pkg_postinst(){ +pkg_postinst() { gnome2_gconf_install gnome2_schemas_update gnome2_icon_cache_update } -pkg_postrm(){ +pkg_postrm() { gnome2_gconf_uninstall gnome2_schemas_update gnome2_icon_cache_update diff --git a/media-sound/pulseeffects/pulseeffects-9999.ebuild b/media-sound/pulseeffects/pulseeffects-9999.ebuild index ab95a499cd73b..e883396899bb2 100644 --- a/media-sound/pulseeffects/pulseeffects-9999.ebuild +++ b/media-sound/pulseeffects/pulseeffects-9999.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 @@ -59,13 +59,13 @@ BDEPEND=" virtual/pkgconfig " -pkg_postinst(){ +pkg_postinst() { gnome2_gconf_install gnome2_schemas_update gnome2_icon_cache_update } -pkg_postrm(){ +pkg_postrm() { gnome2_gconf_uninstall gnome2_schemas_update gnome2_icon_cache_update diff --git a/media-sound/qsynth/qsynth-0.6.0.ebuild b/media-sound/qsynth/qsynth-0.6.0.ebuild index e26a5f1d04b40..afd6bb7009c64 100644 --- a/media-sound/qsynth/qsynth-0.6.0.ebuild +++ b/media-sound/qsynth/qsynth-0.6.0.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 @@ -39,7 +39,7 @@ src_configure() { eqmake5 ${PN}.pro -o ${PN}.mak } -src_install () { +src_install() { emake DESTDIR="${D}" INSTALL_ROOT="${D}" install einstalldocs diff --git a/media-sound/qsynth/qsynth-9999.ebuild b/media-sound/qsynth/qsynth-9999.ebuild index 327a19853a99f..b8f87dedef2b3 100644 --- a/media-sound/qsynth/qsynth-9999.ebuild +++ b/media-sound/qsynth/qsynth-9999.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 @@ -45,7 +45,7 @@ src_configure() { eqmake5 ${PN}.pro -o ${PN}.mak } -src_install () { +src_install() { emake DESTDIR="${D}" INSTALL_ROOT="${D}" install einstalldocs diff --git a/media-sound/rexima/rexima-1.4-r1.ebuild b/media-sound/rexima/rexima-1.4-r1.ebuild index cd78692ee6704..60fcf194acd7e 100644 --- a/media-sound/rexima/rexima-1.4-r1.ebuild +++ b/media-sound/rexima/rexima-1.4-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=6 @@ -27,7 +27,7 @@ src_configure() { _EOF_ } -src_install () { +src_install() { dobin rexima einstalldocs diff --git a/media-sound/rip/rip-1.07.ebuild b/media-sound/rip/rip-1.07.ebuild index e1f22280db1f7..68ad2fb0382c9 100644 --- a/media-sound/rip/rip-1.07.ebuild +++ b/media-sound/rip/rip-1.07.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 @@ -18,7 +18,7 @@ RDEPEND="media-sound/cdparanoia >=dev-perl/MP3-Info-0.91 || ( media-sound/vorbis-tools media-sound/lame media-libs/flac media-sound/bladeenc )" -src_install () { +src_install() { dobin rip einstalldocs } diff --git a/media-sound/snd/snd-17.4-r1.ebuild b/media-sound/snd/snd-17.4-r1.ebuild index 294872469b898..90c2fce54b920 100644 --- a/media-sound/snd/snd-17.4-r1.ebuild +++ b/media-sound/snd/snd-17.4-r1.ebuild @@ -100,7 +100,7 @@ src_compile() { done } -src_install () { +src_install() { dobin snd sndplay sndinfo if use ruby ; then diff --git a/media-video/asfrecorder/asfrecorder-1.1-r1.ebuild b/media-video/asfrecorder/asfrecorder-1.1-r1.ebuild index 134a32179f388..bcb8f73a2cf75 100644 --- a/media-video/asfrecorder/asfrecorder-1.1-r1.ebuild +++ b/media-video/asfrecorder/asfrecorder-1.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 @@ -25,7 +25,7 @@ src_compile() { $(tc-getCC) -o ${PN} ${CFLAGS} ${LDFLAGS} ${PN}.c || die "Build failed" } -src_install () { +src_install() { # Again, no makefiles, so just take what we want. dobin source/${PN} dodoc README.TXT diff --git a/media-video/cpvts/cpvts-1.2-r1.ebuild b/media-video/cpvts/cpvts-1.2-r1.ebuild index 8b930c9cf9f15..d23ea9ae6ddfd 100644 --- a/media-video/cpvts/cpvts-1.2-r1.ebuild +++ b/media-video/cpvts/cpvts-1.2-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 @@ -29,11 +29,11 @@ echodo() { "$@" || die "failed" } -src_compile () { +src_compile() { echodo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,-rpath,/usr/lib -o cpvts \ cpvts.c -lm -ldvdread } -src_install () { +src_install() { dobin ${PN} } diff --git a/media-video/dvbsnoop/dvbsnoop-1.4.50-r1.ebuild b/media-video/dvbsnoop/dvbsnoop-1.4.50-r1.ebuild index 9072540ce20a3..083e789518def 100644 --- a/media-video/dvbsnoop/dvbsnoop-1.4.50-r1.ebuild +++ b/media-video/dvbsnoop/dvbsnoop-1.4.50-r1.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 @@ -16,11 +16,11 @@ RDEPEND="" SLOT="0" IUSE="" -src_prepare () { +src_prepare() { epatch "${FILESDIR}/${P}-crc32.patch" } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog README diff --git a/media-video/lxdvdrip/lxdvdrip-1.77.ebuild b/media-video/lxdvdrip/lxdvdrip-1.77.ebuild index 8dac5c83b2b32..f2d8f274f184f 100644 --- a/media-video/lxdvdrip/lxdvdrip-1.77.ebuild +++ b/media-video/lxdvdrip/lxdvdrip-1.77.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 @@ -32,7 +32,7 @@ src_compile() { emake CC="$(tc-getCC)" } -src_install () { +src_install() { dobin lxdvdrip dobin lxac3scan dodoc doc-pak/Changelog* doc-pak/Credits doc-pak/Debugging.* diff --git a/media-video/mpglen/mpglen-0.1.ebuild b/media-video/mpglen/mpglen-0.1.ebuild index 333aba26e0663..450cca3ab1a8c 100644 --- a/media-video/mpglen/mpglen-0.1.ebuild +++ b/media-video/mpglen/mpglen-0.1.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 @@ -31,7 +31,7 @@ src_compile() { emake mpglen } -src_install () { +src_install() { dobin ${PN} dodoc AUTHORS Changelog README } diff --git a/media-video/subtitleripper/subtitleripper-0.3.4-r4.ebuild b/media-video/subtitleripper/subtitleripper-0.3.4-r4.ebuild index e547faecaf765..ec6c555bf7ed7 100644 --- a/media-video/subtitleripper/subtitleripper-0.3.4-r4.ebuild +++ b/media-video/subtitleripper/subtitleripper-0.3.4-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=7 @@ -48,7 +48,7 @@ src_prepare() { -e "/^CFLAGS/s: = :& ${CFLAGS} :" "${S}"/Makefile } -src_install () { +src_install() { dobin pgm2txt srttool subtitle2pgm subtitle2vobsub vobsub2pgm insinto /usr/share/subtitleripper diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild index f77fe6f2fe105..2e662864e3e6a 100644 --- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild +++ b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild @@ -62,7 +62,7 @@ src_compile() { emake CCOPT="${CFLAGS} ${LDFLAGS}" } -src_install () { +src_install() { doman man/man5/*.5 man/man8/*.8 dosbin bin/argus{,bug} diff --git a/net-analyzer/argus/argus-3.0.8.2-r2.ebuild b/net-analyzer/argus/argus-3.0.8.2-r2.ebuild index 73a6fd17e88f9..807aab798e062 100644 --- a/net-analyzer/argus/argus-3.0.8.2-r2.ebuild +++ b/net-analyzer/argus/argus-3.0.8.2-r2.ebuild @@ -68,7 +68,7 @@ src_compile() { emake CCOPT="${CFLAGS} ${LDFLAGS}" } -src_install () { +src_install() { doman man/man5/*.5 man/man8/*.8 dosbin bin/argus{,bug} diff --git a/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild b/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild index fa78f4e10fa9b..d30e87c6a3018 100644 --- a/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild +++ b/net-analyzer/arpwatch/arpwatch-2.1.15-r11.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 @@ -50,7 +50,7 @@ src_prepare() { cp "${patchdir}"/*.8 ./ || die "failed to copy man pages from ${patchdir}" } -src_install () { +src_install() { dosbin arpwatch arpsnmp arp2ethers massagevendor arpfetch bihourly.sh doman arpwatch.8 arpsnmp.8 arp2ethers.8 massagevendor.8 arpfetch.8 bihourly.8 diff --git a/net-analyzer/arpwatch/arpwatch-2.1.15-r8.ebuild b/net-analyzer/arpwatch/arpwatch-2.1.15-r8.ebuild index e8a073a8aae21..cc30e77d1ac7a 100644 --- a/net-analyzer/arpwatch/arpwatch-2.1.15-r8.ebuild +++ b/net-analyzer/arpwatch/arpwatch-2.1.15-r8.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=5 @@ -40,7 +40,7 @@ src_prepare() { cp "${WORKDIR}"/arpwatch-patchset/*.8 . || die } -src_install () { +src_install() { dosbin arpwatch arpsnmp arp2ethers massagevendor arpfetch bihourly.sh doman arpwatch.8 arpsnmp.8 arp2ethers.8 massagevendor.8 arpfetch.8 bihourly.8 diff --git a/net-analyzer/arpwatch/arpwatch-2.1.15-r9.ebuild b/net-analyzer/arpwatch/arpwatch-2.1.15-r9.ebuild index c592f5b50ab4a..bd5f1d4704ced 100644 --- a/net-analyzer/arpwatch/arpwatch-2.1.15-r9.ebuild +++ b/net-analyzer/arpwatch/arpwatch-2.1.15-r9.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 @@ -41,7 +41,7 @@ src_prepare() { cp "${WORKDIR}"/arpwatch-patchset/*.8 . || die } -src_install () { +src_install() { dosbin arpwatch arpsnmp arp2ethers massagevendor arpfetch bihourly.sh doman arpwatch.8 arpsnmp.8 arp2ethers.8 massagevendor.8 arpfetch.8 bihourly.8 diff --git a/net-analyzer/barnyard/barnyard-0.2.0-r5.ebuild b/net-analyzer/barnyard/barnyard-0.2.0-r5.ebuild index 5d369ae6705db..3bdf7cdd9cb9c 100644 --- a/net-analyzer/barnyard/barnyard-0.2.0-r5.ebuild +++ b/net-analyzer/barnyard/barnyard-0.2.0-r5.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 @@ -54,7 +54,7 @@ src_configure() { $(use_enable mysql) } -src_install () { +src_install() { default keepdir /var/log/snort diff --git a/net-analyzer/barnyard2/barnyard2-1.13.ebuild b/net-analyzer/barnyard2/barnyard2-1.13.ebuild index 64f00cbb8a96c..b5215fde7f42c 100644 --- a/net-analyzer/barnyard2/barnyard2-1.13.ebuild +++ b/net-analyzer/barnyard2/barnyard2-1.13.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 @@ -61,7 +61,7 @@ src_configure() { --without-oracle } -src_install () { +src_install() { default newconfd "${FILESDIR}/barnyard2.confd" barnyard2 diff --git a/net-analyzer/barnyard2/barnyard2-1.9-r2.ebuild b/net-analyzer/barnyard2/barnyard2-1.9-r2.ebuild index e936e8d53c182..7a9d865754c78 100644 --- a/net-analyzer/barnyard2/barnyard2-1.9-r2.ebuild +++ b/net-analyzer/barnyard2/barnyard2-1.9-r2.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 @@ -52,7 +52,7 @@ src_configure() { --without-oracle } -src_install () { +src_install() { default newconfd "${FILESDIR}/barnyard2.confd" barnyard2 diff --git a/net-analyzer/bwmon/bwmon-1.3-r2.ebuild b/net-analyzer/bwmon/bwmon-1.3-r2.ebuild index 3b4912656104d..6b247db307f2e 100644 --- a/net-analyzer/bwmon/bwmon-1.3-r2.ebuild +++ b/net-analyzer/bwmon/bwmon-1.3-r2.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 @@ -30,7 +30,7 @@ src_compile() { emake -C src CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" } -src_install () { +src_install() { dobin ${PN} dodoc README } diff --git a/net-analyzer/calamaris/calamaris-2.59.ebuild b/net-analyzer/calamaris/calamaris-2.59.ebuild index 5829b5a2276d0..852e4b508c928 100644 --- a/net-analyzer/calamaris/calamaris-2.59.ebuild +++ b/net-analyzer/calamaris/calamaris-2.59.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ KEYWORDS="amd64 ppc x86" DEPEND="dev-lang/perl" -src_install () { +src_install() { dobin calamaris doman calamaris.1 dodoc CHANGES EXAMPLES README diff --git a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild index ef15429658e2d..f846b315d95e6 100644 --- a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild +++ b/net-analyzer/dhcpdump/dhcpdump-1.8.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=5 @@ -28,7 +28,7 @@ src_compile() { emake CC=$(tc-getCC) } -src_install () { +src_install() { dobin ${PN} doman ${PN}.8 dodoc CHANGES CONTACT diff --git a/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild b/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild index 22cf099f37a24..9de58dda9d5fe 100644 --- a/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild +++ b/net-analyzer/driftnet/driftnet-0.1.6_p20090401.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 @@ -48,7 +48,7 @@ src_compile() { emake } -src_install () { +src_install() { dosbin driftnet doman driftnet.1 diff --git a/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild b/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild index ad06eea4b3160..e26b3ddcc4210 100644 --- a/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild +++ b/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild @@ -48,7 +48,7 @@ src_compile() { fi } -src_install () { +src_install() { dosbin "${S}"/${PN} if use ipv6; then newsbin "${S}"-6/fping fping6 diff --git a/net-analyzer/hping/hping-3_pre20051105-r6.ebuild b/net-analyzer/hping/hping-3_pre20051105-r6.ebuild index 48310b956eeec..5cc5d5cf25886 100644 --- a/net-analyzer/hping/hping-3_pre20051105-r6.ebuild +++ b/net-analyzer/hping/hping-3_pre20051105-r6.ebuild @@ -69,7 +69,7 @@ src_compile() { "LIBDIR=$(get_libdir)" } -src_install () { +src_install() { dosbin hping3 dosym /usr/sbin/hping3 /usr/sbin/hping dosym /usr/sbin/hping3 /usr/sbin/hping2 diff --git a/net-analyzer/hping/hping-3_pre20141226.ebuild b/net-analyzer/hping/hping-3_pre20141226.ebuild index 3c3a3f166ea6b..d58de2c0ec2a5 100644 --- a/net-analyzer/hping/hping-3_pre20141226.ebuild +++ b/net-analyzer/hping/hping-3_pre20141226.ebuild @@ -52,7 +52,7 @@ src_compile() { "LIBDIR=$(get_libdir)" } -src_install () { +src_install() { dosbin hping3 dosym hping3 /usr/sbin/hping dosym hping3 /usr/sbin/hping2 diff --git a/net-analyzer/jffnms/jffnms-0.9.4-r1.ebuild b/net-analyzer/jffnms/jffnms-0.9.4-r1.ebuild index ddbea9ec4ebbb..c0957c2f5e852 100644 --- a/net-analyzer/jffnms/jffnms-0.9.4-r1.ebuild +++ b/net-analyzer/jffnms/jffnms-0.9.4-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=6 @@ -30,7 +30,7 @@ pkg_setup() { enewuser jffnms -1 /bin/bash -1 jffnms,apache } -src_install(){ +src_install() { local INSTALL_DIR="/opt/${PN}" local IMAGE_DIR="${D}${INSTALL_DIR}" diff --git a/net-analyzer/masscan/masscan-1.0.4.ebuild b/net-analyzer/masscan/masscan-1.0.4.ebuild index a24963afe7634..fda9eec413258 100644 --- a/net-analyzer/masscan/masscan-1.0.4.ebuild +++ b/net-analyzer/masscan/masscan-1.0.4.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND="net-libs/libpcap" -src_prepare(){ +src_prepare() { default sed -i \ diff --git a/net-analyzer/masscan/masscan-1.0.5.ebuild b/net-analyzer/masscan/masscan-1.0.5.ebuild index fe850f770c514..96cf9afa04766 100644 --- a/net-analyzer/masscan/masscan-1.0.5.ebuild +++ b/net-analyzer/masscan/masscan-1.0.5.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND="net-libs/libpcap" -src_prepare(){ +src_prepare() { default sed -i \ diff --git a/net-analyzer/mrtg-ping-probe/mrtg-ping-probe-2.2.0.ebuild b/net-analyzer/mrtg-ping-probe/mrtg-ping-probe-2.2.0.ebuild index 9ccb0a69e267e..98d1db01c9ce4 100644 --- a/net-analyzer/mrtg-ping-probe/mrtg-ping-probe-2.2.0.ebuild +++ b/net-analyzer/mrtg-ping-probe/mrtg-ping-probe-2.2.0.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 @@ -26,7 +26,7 @@ src_prepare() { || die } -src_install () { +src_install() { dodoc ChangeLog NEWS README TODO mrtg.cfg-ping doman mrtg-ping-probe.1 dobin check-ping-fmt mrtg-ping-probe "${FILESDIR}"/mrtg-ping-cfg diff --git a/net-analyzer/mrtg/mrtg-2.17.7.ebuild b/net-analyzer/mrtg/mrtg-2.17.7.ebuild index d1c922a90e17b..b7136c69d4d77 100644 --- a/net-analyzer/mrtg/mrtg-2.17.7.ebuild +++ b/net-analyzer/mrtg/mrtg-2.17.7.ebuild @@ -37,7 +37,7 @@ src_prepare() { default } -src_install () { +src_install() { keepdir /var/lib/mrtg default diff --git a/net-analyzer/nagios-check_mysql_health/nagios-check_mysql_health-2.2.2.ebuild b/net-analyzer/nagios-check_mysql_health/nagios-check_mysql_health-2.2.2.ebuild index c1ded10ef9f32..94445a4c903eb 100644 --- a/net-analyzer/nagios-check_mysql_health/nagios-check_mysql_health-2.2.2.ebuild +++ b/net-analyzer/nagios-check_mysql_health/nagios-check_mysql_health-2.2.2.ebuild @@ -26,7 +26,7 @@ RDEPEND="dev-perl/DBD-mysql S="${WORKDIR}/${MY_P}" -src_configure(){ +src_configure() { # Should match net-analyzer/{monitoring,nagios}-plugins. econf --libexecdir="/usr/$(get_libdir)/nagios/plugins" } diff --git a/net-analyzer/nbtscan/nbtscan-1.5.1-r3.ebuild b/net-analyzer/nbtscan/nbtscan-1.5.1-r3.ebuild index a448021343980..a7ad294434edf 100644 --- a/net-analyzer/nbtscan/nbtscan-1.5.1-r3.ebuild +++ b/net-analyzer/nbtscan/nbtscan-1.5.1-r3.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 @@ -23,7 +23,7 @@ src_prepare() { "${FILESDIR}"/${P}-script-whitespace.patch } -src_install () { +src_install() { dobin ${PN} dodoc ChangeLog README } diff --git a/net-analyzer/nbtscan/nbtscan-1.6.ebuild b/net-analyzer/nbtscan/nbtscan-1.6.ebuild index 9241d68431a28..b1b5e1ef9c215 100644 --- a/net-analyzer/nbtscan/nbtscan-1.6.ebuild +++ b/net-analyzer/nbtscan/nbtscan-1.6.ebuild @@ -27,6 +27,6 @@ src_prepare() { eautoreconf } -src_install () { +src_install() { default } diff --git a/net-analyzer/net-snmp/net-snmp-5.8-r3.ebuild b/net-analyzer/net-snmp/net-snmp-5.8-r3.ebuild index 5ffc1455c3183..ac6797d27dc58 100644 --- a/net-analyzer/net-snmp/net-snmp-5.8-r3.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.8-r3.ebuild @@ -138,7 +138,7 @@ src_compile() { use doc && emake docsdox } -src_install () { +src_install() { # bug #317965 emake -j1 DESTDIR="${D}" install diff --git a/net-analyzer/net-snmp/net-snmp-5.8-r4.ebuild b/net-analyzer/net-snmp/net-snmp-5.8-r4.ebuild index af24fa8d5e878..ced28fac187f2 100644 --- a/net-analyzer/net-snmp/net-snmp-5.8-r4.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.8-r4.ebuild @@ -139,7 +139,7 @@ src_compile() { use doc && emake docsdox } -src_install () { +src_install() { # bug #317965 emake -j1 DESTDIR="${D}" install diff --git a/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild b/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild index 53090888876c5..fd31b84d6b69f 100644 --- a/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild @@ -146,7 +146,7 @@ src_compile() { use doc && emake docsdox } -src_install () { +src_install() { # bug #317965 emake -j1 DESTDIR="${D}" install diff --git a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild index d853e1f035cdc..3f60c5340f9e7 100644 --- a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild @@ -145,7 +145,7 @@ src_compile() { use doc && emake docsdox } -src_install () { +src_install() { # bug #317965 emake -j1 DESTDIR="${D}" install diff --git a/net-analyzer/net-snmp/net-snmp-99999999.ebuild b/net-analyzer/net-snmp/net-snmp-99999999.ebuild index 12ca0cc534b36..dded84ec7341f 100644 --- a/net-analyzer/net-snmp/net-snmp-99999999.ebuild +++ b/net-analyzer/net-snmp/net-snmp-99999999.ebuild @@ -149,7 +149,7 @@ src_compile() { use doc && emake docsdox } -src_install () { +src_install() { # bug #317965 emake -j1 DESTDIR="${D}" install diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild index 86849c8d0dd75..dbeb9077af87f 100644 --- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild +++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild @@ -54,7 +54,7 @@ src_configure() { $(use_enable sctp) } -src_install () { +src_install() { default # move netserver into sbin as we had it before 2.4 was released with its diff --git a/net-analyzer/netselect/netselect-0.4-r1.ebuild b/net-analyzer/netselect/netselect-0.4-r1.ebuild index 5b718ae9995e9..00f427e799d06 100644 --- a/net-analyzer/netselect/netselect-0.4-r1.ebuild +++ b/net-analyzer/netselect/netselect-0.4-r1.ebuild @@ -32,7 +32,7 @@ src_compile() { emake CC="$(tc-getCC)" LDFLAGS="${CFLAGS} ${LDFLAGS}" } -src_install () { +src_install() { dobin netselect if ! use prefix ; then diff --git a/net-analyzer/netselect/netselect-9999.ebuild b/net-analyzer/netselect/netselect-9999.ebuild index de08fdebbdfab..c41a3b0d656ea 100644 --- a/net-analyzer/netselect/netselect-9999.ebuild +++ b/net-analyzer/netselect/netselect-9999.ebuild @@ -38,7 +38,7 @@ src_compile() { emake CC="$(tc-getCC)" LDFLAGS="${CFLAGS} ${LDFLAGS}" } -src_install () { +src_install() { dobin netselect if ! use prefix ; then diff --git a/net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild b/net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild index a40bedffbd072..e6bbf0ba41bb4 100644 --- a/net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild +++ b/net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild @@ -74,7 +74,7 @@ src_install() { rm "${D}/usr/bin/nrpe-uninstall" || die 'failed to remove uninstall tool' } -pkg_postinst(){ +pkg_postinst() { elog 'Some users have reported incompatibilities between nrpe-2.x and' elog 'nrpe-3.x. We recommend that you use the same major version for' elog 'both your server and clients.' diff --git a/net-analyzer/nrpe/nrpe-3.2.1-r3.ebuild b/net-analyzer/nrpe/nrpe-3.2.1-r3.ebuild index 0dad49acfdf54..6e332b90dd45e 100644 --- a/net-analyzer/nrpe/nrpe-3.2.1-r3.ebuild +++ b/net-analyzer/nrpe/nrpe-3.2.1-r3.ebuild @@ -78,7 +78,7 @@ src_install() { rm "${D}/usr/bin/nrpe-uninstall" || die 'failed to remove uninstall tool' } -pkg_postinst(){ +pkg_postinst() { elog 'Some users have reported incompatibilities between nrpe-2.x and' elog 'nrpe-3.x. We recommend that you use the same major version for' elog 'both your server and clients.' diff --git a/net-analyzer/nrpe/nrpe-4.0.0.ebuild b/net-analyzer/nrpe/nrpe-4.0.0.ebuild index 0dad49acfdf54..6e332b90dd45e 100644 --- a/net-analyzer/nrpe/nrpe-4.0.0.ebuild +++ b/net-analyzer/nrpe/nrpe-4.0.0.ebuild @@ -78,7 +78,7 @@ src_install() { rm "${D}/usr/bin/nrpe-uninstall" || die 'failed to remove uninstall tool' } -pkg_postinst(){ +pkg_postinst() { elog 'Some users have reported incompatibilities between nrpe-2.x and' elog 'nrpe-3.x. We recommend that you use the same major version for' elog 'both your server and clients.' diff --git a/net-analyzer/nsat/nsat-1.5-r5.ebuild b/net-analyzer/nsat/nsat-1.5-r5.ebuild index c2decc6abfc86..0b60e57866fa1 100644 --- a/net-analyzer/nsat/nsat-1.5-r5.ebuild +++ b/net-analyzer/nsat/nsat-1.5-r5.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 @@ src_compile() { emake MIXOBJ=-lmix++ } -src_install () { +src_install() { dobin nsat smb-ns use X && dobin tools/xnsat diff --git a/net-analyzer/nstats/nstats-0.4-r2.ebuild b/net-analyzer/nstats/nstats-0.4-r2.ebuild index 7da846ede8c93..18e85bd81fe88 100644 --- a/net-analyzer/nstats/nstats-0.4-r2.ebuild +++ b/net-analyzer/nstats/nstats-0.4-r2.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 @@ -24,7 +24,7 @@ DEPEND=" DOCS=( BUGS doc/TODO doc/ChangeLog ) -src_prepare(){ +src_prepare() { epatch \ "${FILESDIR}"/${P}-glibc24.patch \ "${FILESDIR}"/${P}-makefile.patch \ diff --git a/net-analyzer/nstats/nstats-0.4-r3.ebuild b/net-analyzer/nstats/nstats-0.4-r3.ebuild index 8a5efdfe1627a..2fd06e90cf7c6 100644 --- a/net-analyzer/nstats/nstats-0.4-r3.ebuild +++ b/net-analyzer/nstats/nstats-0.4-r3.ebuild @@ -27,7 +27,7 @@ PATCHES=( ) DOCS=( BUGS doc/TODO doc/ChangeLog ) -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild b/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild index 1beae2abfc9ff..34b40de482cc9 100644 --- a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild +++ b/net-analyzer/ostinato/ostinato-0.9_p20180522.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 @@ -34,6 +34,6 @@ PATCHES=( "${FILESDIR}/${P}-no-modeltest.patch" ) -src_configure(){ +src_configure() { eqmake5 PREFIX="${ED}/usr" ost.pro } diff --git a/net-analyzer/sguil-server/sguil-server-0.8.0.ebuild b/net-analyzer/sguil-server/sguil-server-0.8.0.ebuild index f6727a2fe11c9..916e85a177ae1 100644 --- a/net-analyzer/sguil-server/sguil-server-0.8.0.ebuild +++ b/net-analyzer/sguil-server/sguil-server-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -33,7 +33,7 @@ pkg_setup() { enewuser sguil -1 -1 /var/lib/sguil sguil } -src_prepare(){ +src_prepare() { sed -i \ -e 's:DEBUG 2:DEBUG 1:' -e 's:DAEMON 0:DAEMON 1:' \ -e 's:SGUILD_LIB_PATH ./lib:SGUILD_LIB_PATH /usr/lib/sguild:g' \ @@ -43,7 +43,7 @@ src_prepare(){ server/sguild.conf || die } -src_install(){ +src_install() { dodoc server/sql_scripts/* dodoc doc/CHANGES doc/OPENSSL.README doc/USAGE doc/INSTALL \ doc/TODO doc/sguildb.dia @@ -70,7 +70,7 @@ src_install(){ } -pkg_postinst(){ +pkg_postinst() { if use ssl && ! [ -f "${ROOT}"/etc/sguil/sguild.key ]; then install_cert /etc/sguil/sguild fi diff --git a/net-analyzer/sguil-server/sguil-server-0.9.0.ebuild b/net-analyzer/sguil-server/sguil-server-0.9.0.ebuild index 22db45ec08fdd..2e7c27e1fe29b 100644 --- a/net-analyzer/sguil-server/sguil-server-0.9.0.ebuild +++ b/net-analyzer/sguil-server/sguil-server-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -33,7 +33,7 @@ pkg_setup() { enewuser sguil -1 -1 /var/lib/sguil sguil } -src_prepare(){ +src_prepare() { sed -i \ -e 's:DEBUG 2:DEBUG 1:' -e 's:DAEMON 0:DAEMON 1:' \ -e 's:SGUILD_LIB_PATH ./lib:SGUILD_LIB_PATH /usr/lib/sguild:g' \ @@ -43,7 +43,7 @@ src_prepare(){ server/sguild.conf || die } -src_install(){ +src_install() { dodoc server/sql_scripts/* dodoc doc/CHANGES doc/OPENSSL.README doc/USAGE doc/INSTALL \ doc/TODO doc/sguildb.dia @@ -70,7 +70,7 @@ src_install(){ } -pkg_postinst(){ +pkg_postinst() { if use ssl && ! [ -f "${ROOT}"/etc/sguil/sguild.key ]; then install_cert /etc/sguil/sguild fi diff --git a/net-analyzer/sguil-server/sguil-server-1.0.0.ebuild b/net-analyzer/sguil-server/sguil-server-1.0.0.ebuild index 98fc91963aacb..08a35d0af3314 100644 --- a/net-analyzer/sguil-server/sguil-server-1.0.0.ebuild +++ b/net-analyzer/sguil-server/sguil-server-1.0.0.ebuild @@ -35,7 +35,7 @@ pkg_setup() { enewuser sguil -1 -1 /var/lib/sguil sguil } -src_prepare(){ +src_prepare() { default sed -i \ -e 's:DEBUG 2:DEBUG 1:' -e 's:DAEMON 0:DAEMON 1:' \ @@ -45,7 +45,7 @@ src_prepare(){ server/sguild.conf || die } -src_install(){ +src_install() { dodoc server/sql_scripts/* dodoc doc/CHANGES doc/OPENSSL.README doc/USAGE doc/INSTALL \ doc/TODO doc/sguildb.dia @@ -72,7 +72,7 @@ src_install(){ } -pkg_postinst(){ +pkg_postinst() { if use ssl && ! [ -f "${ROOT}"/etc/sguil/sguild.key ]; then install_cert /etc/sguil/sguild fi diff --git a/net-analyzer/sniffit/sniffit-0.3.7-r4.ebuild b/net-analyzer/sniffit/sniffit-0.3.7-r4.ebuild index 404ae9f3cbc8a..7429554093a7b 100644 --- a/net-analyzer/sniffit/sniffit-0.3.7-r4.ebuild +++ b/net-analyzer/sniffit/sniffit-0.3.7-r4.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 @@ -32,7 +32,7 @@ src_prepare() { tc-export CC } -src_install () { +src_install() { dosbin sniffit doman sniffit.5 sniffit.8 diff --git a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild index 076c1310b734e..18e2cd14b905e 100644 --- a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild +++ b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild @@ -41,7 +41,7 @@ src_prepare() { snortalog.pl || die } -src_install () { +src_install() { dobin snortalog.pl insinto /etc/snortalog diff --git a/net-analyzer/sqlninja/sqlninja-0.2.6_p1-r1.ebuild b/net-analyzer/sqlninja/sqlninja-0.2.6_p1-r1.ebuild index e85466b632e47..a4283bd9f1acd 100644 --- a/net-analyzer/sqlninja/sqlninja-0.2.6_p1-r1.ebuild +++ b/net-analyzer/sqlninja/sqlninja-0.2.6_p1-r1.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=5 @@ -30,7 +30,7 @@ RDEPEND=" S="${WORKDIR}/${MY_P}" -src_install () { +src_install() { dodoc sqlninja-howto.html ChangeLog README if use doc; then diff --git a/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild b/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild index 2d14d8885f1b8..4c5d34c145d17 100644 --- a/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.2-r1.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 @@ -16,7 +16,7 @@ RDEPEND="dev-perl/GD[png]" S=${WORKDIR}/${PN} -src_install () { +src_install() { dobin apacheconv generate.cgi squid-graph timeconv dodoc README } diff --git a/net-analyzer/squidsites/squidsites-1.01-r2.ebuild b/net-analyzer/squidsites/squidsites-1.01-r2.ebuild index f6bd96865543d..01f56bf30cc3e 100644 --- a/net-analyzer/squidsites/squidsites-1.01-r2.ebuild +++ b/net-analyzer/squidsites/squidsites-1.01-r2.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 @@ -26,7 +26,7 @@ src_compile() { emake CC="$(tc-getCC)" } -src_install () { +src_install() { cd "${WORKDIR}" || die dobin src/squidsites dodoc Authors Bugs ChangeLog GNU-Manifesto.html README diff --git a/net-dialup/mgetty/mgetty-1.2.1-r1.ebuild b/net-dialup/mgetty/mgetty-1.2.1-r1.ebuild index a188806c1cfd3..e045c3315e9b5 100644 --- a/net-dialup/mgetty/mgetty-1.2.1-r1.ebuild +++ b/net-dialup/mgetty/mgetty-1.2.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=6 @@ -93,7 +93,7 @@ src_compile() { done } -src_install () { +src_install() { # parallelization issue: vgetty-install target fails if install target # isn't finished local target diff --git a/net-dialup/mgetty/mgetty-1.2.1.ebuild b/net-dialup/mgetty/mgetty-1.2.1.ebuild index 1e2c85eca543c..69a228ee58aa6 100644 --- a/net-dialup/mgetty/mgetty-1.2.1.ebuild +++ b/net-dialup/mgetty/mgetty-1.2.1.ebuild @@ -94,7 +94,7 @@ src_compile() { done } -src_install () { +src_install() { # parallelization issue: vgetty-install target fails if install target # isn't finished local target diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild b/net-dialup/mingetty/mingetty-1.08-r1.ebuild index c4f90f98cbc4a..e82c8c597b4b2 100644 --- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild +++ b/net-dialup/mingetty/mingetty-1.08-r1.ebuild @@ -27,7 +27,7 @@ src_compile() { emake CFLAGS="${CFLAGS} -Wall -W -pipe -D_GNU_SOURCE" CC="$(tc-getCC)" } -src_install () { +src_install() { dodir /sbin /usr/share/man/man8 emake DESTDIR="${D}" install } diff --git a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild index 85b063a1b96b8..aee64ac9fa4cb 100644 --- a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild +++ b/net-dialup/pppconfig/pppconfig-2.3.21.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 @@ -36,7 +36,7 @@ src_compile() { fi } -src_install () { +src_install() { dodir /etc/chatscripts /etc/ppp/resolv dosbin 0dns-down 0dns-up dns-clean newsbin pppconfig pppconfig.real diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild index e0a49a8688666..a39d8543be1bc 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild @@ -77,7 +77,7 @@ src_compile() { fi } -src_install () { +src_install() { cd "${S}/src" || die emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.13.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.13.ebuild index 760e025984be4..988fa7c8d8155 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-3.13.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-3.13.ebuild @@ -79,7 +79,7 @@ src_compile() { fi } -src_install () { +src_install() { cd "${S}/src" || die emake DESTDIR="${D}" install #docdir=/usr/share/doc/${PF} install diff --git a/net-dialup/sercd/sercd-3.0.0-r2.ebuild b/net-dialup/sercd/sercd-3.0.0-r2.ebuild index 7bdbc3d3ffda0..e881ddbc2b3ee 100644 --- a/net-dialup/sercd/sercd-3.0.0-r2.ebuild +++ b/net-dialup/sercd/sercd-3.0.0-r2.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 @@ -23,7 +23,7 @@ src_prepare() { eapply_user } -src_install () { +src_install() { default newinitd "${FILESDIR}/${PN}.initd" "${PN}" diff --git a/net-dns/djbdns/djbdns-1.05-r33.ebuild b/net-dns/djbdns/djbdns-1.05-r33.ebuild index c3652f5ed6ab2..4bc5fff28cda8 100644 --- a/net-dns/djbdns/djbdns-1.05-r33.ebuild +++ b/net-dns/djbdns/djbdns-1.05-r33.ebuild @@ -22,7 +22,7 @@ RDEPEND="sys-apps/ucspi-tcp virtual/daemontools selinux? ( sec-policy/selinux-djbdns )" -src_unpack(){ +src_unpack() { # Unpack both djbdns and its man pages to separate directories. default diff --git a/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild b/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild index f409ce890da12..4952e64d90ee3 100644 --- a/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild +++ b/net-dns/https_dns_proxy/https_dns_proxy-9999.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="dev-libs/libev " RDEPEND="${DEPEND}" -src_install(){ +src_install() { cmake-utils_src_install exeinto /usr/bin doexe "${S}_build/https_dns_proxy" diff --git a/net-dns/ndu/ndu-0.4-r4.ebuild b/net-dns/ndu/ndu-0.4-r4.ebuild index 78c645acef4f8..c63454d29b29f 100644 --- a/net-dns/ndu/ndu-0.4-r4.ebuild +++ b/net-dns/ndu/ndu-0.4-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=7 @@ -47,7 +47,7 @@ src_compile() { emake -C src CFLAGS="${CFLAGS}" CXX="$(tc-getCXX)" } -src_install () { +src_install() { dobin src/{dnsedit,ndu,dnstouch} insinto /etc/bind doins ndu.conf diff --git a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.3.ebuild b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.3.ebuild index e6dd80bd3ea44..04c15e52a6dcb 100644 --- a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.3.ebuild +++ b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.3.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 @@ -87,7 +87,7 @@ src_install() { share/man/man8/"${PN}".8 } -pkg_postinst () { +pkg_postinst() { ewarn "When you stop this script, all firewall rules are flushed!" ewarn "Make sure to not use multiple firewall scripts simultaneously" ewarn "unless you know what you are doing!" diff --git a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.1.0.ebuild b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.1.0.ebuild index b5cdcda849b2c..6b4973bb283dd 100644 --- a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.1.0.ebuild +++ b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.1.0.ebuild @@ -90,7 +90,7 @@ src_install() { share/man/man8/"${PN}".8 } -pkg_postinst () { +pkg_postinst() { ewarn "When you stop this script, all firewall rules are flushed!" ewarn "Make sure to not use multiple firewall scripts simultaneously" ewarn "unless you know what you are doing!" diff --git a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild index a7ac3364a87ac..3d95b833551ad 100644 --- a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild @@ -53,7 +53,7 @@ XA_check4internal_module() { fi } -pkg_setup() { +pkg_setup() { if use modules; then get_version check_modules_supported diff --git a/net-firewall/xtables-addons/xtables-addons-3.7.ebuild b/net-firewall/xtables-addons/xtables-addons-3.7.ebuild index 33c19c636da1f..ef77b6f7711ed 100644 --- a/net-firewall/xtables-addons/xtables-addons-3.7.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-3.7.ebuild @@ -54,7 +54,7 @@ XA_check4internal_module() { fi } -pkg_setup() { +pkg_setup() { if use modules; then get_version check_modules_supported diff --git a/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild b/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild index 6db43c4cbb473..d260858f6a533 100644 --- a/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild @@ -106,7 +106,7 @@ src_configure() { econf "${myeconfargs[@]}" } -src_compile(){ +src_compile() { # remove compiled files bundled in the tarball emake clean default diff --git a/net-fs/nfs-utils/nfs-utils-2.4.1-r4.ebuild b/net-fs/nfs-utils/nfs-utils-2.4.1-r4.ebuild index 09a9a235dfd42..b948484ed1104 100644 --- a/net-fs/nfs-utils/nfs-utils-2.4.1-r4.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.4.1-r4.ebuild @@ -122,7 +122,7 @@ src_configure() { econf "${myeconfargs[@]}" } -src_compile(){ +src_compile() { # remove compiled files bundled in the tarball emake clean default diff --git a/net-fs/nfs-utils/nfs-utils-2.4.2-r1.ebuild b/net-fs/nfs-utils/nfs-utils-2.4.2-r1.ebuild index fa13939ceffa0..7fad4a5f6cce7 100644 --- a/net-fs/nfs-utils/nfs-utils-2.4.2-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.4.2-r1.ebuild @@ -120,7 +120,7 @@ src_configure() { econf "${myeconfargs[@]}" } -src_compile(){ +src_compile() { # remove compiled files bundled in the tarball emake clean default diff --git a/net-fs/nfs-utils/nfs-utils-2.4.3.ebuild b/net-fs/nfs-utils/nfs-utils-2.4.3.ebuild index acb9806ec9120..8f309e2af7ea0 100644 --- a/net-fs/nfs-utils/nfs-utils-2.4.3.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.4.3.ebuild @@ -115,7 +115,7 @@ src_configure() { econf "${myeconfargs[@]}" } -src_compile(){ +src_compile() { # remove compiled files bundled in the tarball emake clean default diff --git a/net-ftp/frox/frox-0.7.18-r5.ebuild b/net-ftp/frox/frox-0.7.18-r5.ebuild index 6ae5baf2c80e1..7bcc20fb97617 100644 --- a/net-ftp/frox/frox-0.7.18-r5.ebuild +++ b/net-ftp/frox/frox-0.7.18-r5.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 @@ -35,7 +35,7 @@ pkg_setup() { use clamav && ewarn "Virus scanner potentialy broken in chroot - see bug #81035" } -src_prepare () { +src_prepare() { epatch "${FILESDIR}/${PV}-respect-CFLAGS.patch" epatch "${FILESDIR}/${PV}-netfilter-includes.patch" epatch "${FILESDIR}/${P}-config.patch" diff --git a/net-ftp/frox/frox-0.7.18-r6.ebuild b/net-ftp/frox/frox-0.7.18-r6.ebuild index 0a5b6ace383ae..943286654f7b9 100644 --- a/net-ftp/frox/frox-0.7.18-r6.ebuild +++ b/net-ftp/frox/frox-0.7.18-r6.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 @@ -37,7 +37,7 @@ pkg_setup() { use clamav && ewarn "Virus scanner potentialy broken in chroot - see bug #81035" } -src_prepare () { +src_prepare() { HTML_DOCS=( doc/*.html doc/*.sgml ) default diff --git a/net-ftp/gproftpd/gproftpd-8.3.2-r1.ebuild b/net-ftp/gproftpd/gproftpd-8.3.2-r1.ebuild index a41eee3c7d3a5..a67b5076d1b1c 100644 --- a/net-ftp/gproftpd/gproftpd-8.3.2-r1.ebuild +++ b/net-ftp/gproftpd/gproftpd-8.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -41,7 +41,7 @@ src_configure() { --with-includes=${includes} } -src_install () { +src_install() { emake DESTDIR="${D}" install # Add the Gnome menu entry diff --git a/net-im/coccinella/coccinella-0.96.20.ebuild b/net-im/coccinella/coccinella-0.96.20.ebuild index d582afacf8427..1ff0984560c23 100644 --- a/net-im/coccinella/coccinella-0.96.20.ebuild +++ b/net-im/coccinella/coccinella-0.96.20.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=4 @@ -30,7 +30,7 @@ S="${WORKDIR}/${NAME}-${PV}Src" # einfo "Nothing to compile for ${P}." #} -src_install () { +src_install() { rm -R "${S}"/bin/unix/Linux/i686/ || die rm -R "${S}"/bin/macosx || die rm -R "${S}"/bin/windows || die diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.31.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.31.0.ebuild index cf0c414817937..b056f00e3e550 100644 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.31.0.ebuild +++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.31.0.ebuild @@ -38,7 +38,7 @@ QA_PREBUILT="opt/Signal/signal-desktop S="${WORKDIR}" -src_prepare(){ +src_prepare() { default sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \ -i usr/share/applications/signal-desktop.desktop || die diff --git a/net-irc/epic5/epic5-2.0.1.ebuild b/net-irc/epic5/epic5-2.0.1.ebuild index bc14d30432e7c..e10c5b555d322 100644 --- a/net-irc/epic5/epic5-2.0.1.ebuild +++ b/net-irc/epic5/epic5-2.0.1.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 @@ -58,7 +58,7 @@ src_compile() { emake -j1 } -src_install () { +src_install() { default dodoc BUG_FORM COPYRIGHT EPIC4-USERS-README README KNOWNBUGS VOTES diff --git a/net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild b/net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild index 87e58f909ae37..a92ca4280fc5f 100644 --- a/net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild +++ b/net-irc/irc-server/irc-server-2.11.1_p1-r4.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 @@ -33,7 +33,7 @@ pkg_setup() { enewuser ircd -1 -1 -1 ircd } -src_configure () { +src_configure() { sed -i \ -e "s/^#undef\tOPER_KILL$/#define\tOPER_KILL/" \ -e "s/^#undef\tOPER_RESTART$/#define\tOPER_RESTART/" \ diff --git a/net-irc/ircmap/ircmap-0.99-r1.ebuild b/net-irc/ircmap/ircmap-0.99-r1.ebuild index 05d3f133fb3dc..33fb8a2051d57 100644 --- a/net-irc/ircmap/ircmap-0.99-r1.ebuild +++ b/net-irc/ircmap/ircmap-0.99-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 @@ -28,7 +28,7 @@ src_compile() { {ircmapC,ircmapR-aa,ircmapR-gvdot,ircmapR-ircnet,ircmapS}.pl } -src_install () { +src_install() { dodoc README dobin ircmapS.pl ircmapC.pl ircmapR-aa.pl ircmapR-gvdot.pl ircmapR-ircnet.pl diff --git a/net-irc/limnoria/limnoria-20191123.ebuild b/net-irc/limnoria/limnoria-20191123.ebuild index 77d3858ab9546..f9e493b70c741 100644 --- a/net-irc/limnoria/limnoria-20191123.ebuild +++ b/net-irc/limnoria/limnoria-20191123.ebuild @@ -50,7 +50,7 @@ src_unpack() { fi } -python_prepare(){ +python_prepare() { if python_is_python3; then einfo "Removing the RSS plugin because of clashes between libxml2's Python3" einfo "bindings and feedparser." diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild index 77d3858ab9546..f9e493b70c741 100644 --- a/net-irc/limnoria/limnoria-99999999.ebuild +++ b/net-irc/limnoria/limnoria-99999999.ebuild @@ -50,7 +50,7 @@ src_unpack() { fi } -python_prepare(){ +python_prepare() { if python_is_python3; then einfo "Removing the RSS plugin because of clashes between libxml2's Python3" einfo "bindings and feedparser." diff --git a/net-irc/onis/onis-0.8.2-r1.ebuild b/net-irc/onis/onis-0.8.2-r1.ebuild index 9777fbec8bdcd..9b3ca1036075e 100644 --- a/net-irc/onis/onis-0.8.2-r1.ebuild +++ b/net-irc/onis/onis-0.8.2-r1.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 @@ -24,7 +24,7 @@ src_prepare() { sed -i -e s:lang/:/usr/share/onis/lang/: onis.conf || die "sed failed" } -src_install () { +src_install() { eval $(perl -V:installprivlib) dobin onis diff --git a/net-libs/libbtbb/libbtbb-2018.08.1.ebuild b/net-libs/libbtbb/libbtbb-2018.08.1.ebuild index 0fa2d6551dd8e..ee2dca3e96ce0 100644 --- a/net-libs/libbtbb/libbtbb-2018.08.1.ebuild +++ b/net-libs/libbtbb/libbtbb-2018.08.1.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 @@ -49,7 +49,7 @@ which_plugins() { fi } -src_prepare(){ +src_prepare() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_prepare @@ -97,7 +97,7 @@ src_configure() { fi } -src_compile(){ +src_compile() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_compile @@ -116,7 +116,7 @@ src_compile(){ fi } -src_test(){ +src_test() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_test @@ -135,7 +135,7 @@ src_test(){ fi } -src_install(){ +src_install() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_install diff --git a/net-libs/libbtbb/libbtbb-2018.12.1.ebuild b/net-libs/libbtbb/libbtbb-2018.12.1.ebuild index 0fa2d6551dd8e..ee2dca3e96ce0 100644 --- a/net-libs/libbtbb/libbtbb-2018.12.1.ebuild +++ b/net-libs/libbtbb/libbtbb-2018.12.1.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 @@ -49,7 +49,7 @@ which_plugins() { fi } -src_prepare(){ +src_prepare() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_prepare @@ -97,7 +97,7 @@ src_configure() { fi } -src_compile(){ +src_compile() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_compile @@ -116,7 +116,7 @@ src_compile(){ fi } -src_test(){ +src_test() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_test @@ -135,7 +135,7 @@ src_test(){ fi } -src_install(){ +src_install() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_install diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild b/net-libs/libbtbb/libbtbb-9999.ebuild index 0fa2d6551dd8e..ee2dca3e96ce0 100644 --- a/net-libs/libbtbb/libbtbb-9999.ebuild +++ b/net-libs/libbtbb/libbtbb-9999.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 @@ -49,7 +49,7 @@ which_plugins() { fi } -src_prepare(){ +src_prepare() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_prepare @@ -97,7 +97,7 @@ src_configure() { fi } -src_compile(){ +src_compile() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_compile @@ -116,7 +116,7 @@ src_compile(){ fi } -src_test(){ +src_test() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_test @@ -135,7 +135,7 @@ src_test(){ fi } -src_install(){ +src_install() { CMAKE_USE_DIR="${S}" BUILD_DIR="${S}"_build cmake-utils_src_install diff --git a/net-libs/libhackrf/libhackrf-2018.01.1.ebuild b/net-libs/libhackrf/libhackrf-2018.01.1.ebuild index 672fac64ed5f3..8acce1696f844 100644 --- a/net-libs/libhackrf/libhackrf-2018.01.1.ebuild +++ b/net-libs/libhackrf/libhackrf-2018.01.1.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 @@ -27,7 +27,7 @@ IUSE="+udev" DEPEND="virtual/libusb:1" RDEPEND="${DEPEND}" -src_configure(){ +src_configure() { mycmakeargs=( -DENABLE_INSTALL_UDEV_RULES="$(usex udev)" ) diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild b/net-libs/libhackrf/libhackrf-9999.ebuild index 1034297b69fd0..8acce1696f844 100644 --- a/net-libs/libhackrf/libhackrf-9999.ebuild +++ b/net-libs/libhackrf/libhackrf-9999.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 @@ -27,7 +27,7 @@ IUSE="+udev" DEPEND="virtual/libusb:1" RDEPEND="${DEPEND}" -src_configure(){ +src_configure() { mycmakeargs=( -DENABLE_INSTALL_UDEV_RULES="$(usex udev)" ) diff --git a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild index 63b0829aeeb0d..c19ecde564f87 100644 --- a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild +++ b/net-libs/libmicrodns/libmicrodns-0.0.9.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 @@ -25,7 +25,7 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-0.0.9-null-addr-fix.patch" ) -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/net-libs/libmicrodns/libmicrodns-9999.ebuild b/net-libs/libmicrodns/libmicrodns-9999.ebuild index b6c7ba5a1eb3e..fbd51b90d87fc 100644 --- a/net-libs/libmicrodns/libmicrodns-9999.ebuild +++ b/net-libs/libmicrodns/libmicrodns-9999.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 @@ -23,7 +23,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/net-libs/libnsl/libnsl-1.1.0-r3.ebuild b/net-libs/libnsl/libnsl-1.1.0-r3.ebuild index a6b602365fd5d..cb8d1099aade3 100644 --- a/net-libs/libnsl/libnsl-1.1.0-r3.ebuild +++ b/net-libs/libnsl/libnsl-1.1.0-r3.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 @@ -26,7 +26,7 @@ RDEPEND="${DEPEND} S=${WORKDIR}/${PN}-${P} -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/net-libs/libnsl/libnsl-1.2.0.ebuild b/net-libs/libnsl/libnsl-1.2.0.ebuild index 6b6c7e2016614..013966713b92d 100644 --- a/net-libs/libnsl/libnsl-1.2.0.ebuild +++ b/net-libs/libnsl/libnsl-1.2.0.ebuild @@ -24,7 +24,7 @@ RDEPEND="${DEPEND} !=dev-lang/perl-5.6.0" -src_install () { +src_install() { dobin ${PN} dodoc changelog contributors } diff --git a/net-misc/libteam/libteam-1.29.ebuild b/net-misc/libteam/libteam-1.29.ebuild index d02ffcdc084e5..d4c4a38f6d611 100644 --- a/net-misc/libteam/libteam-1.29.ebuild +++ b/net-misc/libteam/libteam-1.29.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 @@ -36,7 +36,7 @@ Only >=3.3.0 kernel version support in team mode" DOCS=( README ) -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/net-misc/libteam/libteam-1.30.ebuild b/net-misc/libteam/libteam-1.30.ebuild index cf1260d2fc5b0..d4c4a38f6d611 100644 --- a/net-misc/libteam/libteam-1.30.ebuild +++ b/net-misc/libteam/libteam-1.30.ebuild @@ -36,7 +36,7 @@ Only >=3.3.0 kernel version support in team mode" DOCS=( README ) -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/net-misc/libteam/libteam-9999.ebuild b/net-misc/libteam/libteam-9999.ebuild index 44894e0e9a662..f28587593458d 100644 --- a/net-misc/libteam/libteam-9999.ebuild +++ b/net-misc/libteam/libteam-9999.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 @@ -36,7 +36,7 @@ Only >=3.3.0 kernel version support in team mode" DOCS=( README ) -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/net-misc/minissdpd/minissdpd-1.5.20190824.ebuild b/net-misc/minissdpd/minissdpd-1.5.20190824.ebuild index 35c0a1f9b2bec..b1855af3f03f5 100644 --- a/net-misc/minissdpd/minissdpd-1.5.20190824.ebuild +++ b/net-misc/minissdpd/minissdpd-1.5.20190824.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" @@ -22,7 +22,7 @@ src_compile() { emake CC="$(tc-getCC)" } -src_install () { +src_install() { emake PREFIX="${ED}" install # note: we overwrite upstream's init.d newinitd "${FILESDIR}/${PN}.initd-r2" ${PN} diff --git a/net-misc/monmotha/monmotha-2.3.8-r1.ebuild b/net-misc/monmotha/monmotha-2.3.8-r1.ebuild index 1fca00fb467ec..00c63fadd9170 100644 --- a/net-misc/monmotha/monmotha-2.3.8-r1.ebuild +++ b/net-misc/monmotha/monmotha-2.3.8-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 @@ -28,7 +28,7 @@ src_install() { newexe "${S}/rc.firewall-${PV}" monmotha } -pkg_postinst () { +pkg_postinst() { einfo "Don't forget to add the 'monmotha' startup script to your default" einfo "runlevel by typing the following command:" einfo "" diff --git a/net-misc/netpipes/netpipes-4.2-r2.ebuild b/net-misc/netpipes/netpipes-4.2-r2.ebuild index 36be1f20476ac..9fbe3848ce4cb 100644 --- a/net-misc/netpipes/netpipes-4.2-r2.ebuild +++ b/net-misc/netpipes/netpipes-4.2-r2.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 @@ -23,7 +23,7 @@ src_prepare() { epatch "${FILESDIR}/${P}"-string.patch } -src_compile () { +src_compile() { emake CC=$(tc-getCC) } diff --git a/net-misc/rdate/rdate-1.4-r4.ebuild b/net-misc/rdate/rdate-1.4-r4.ebuild index 49de8691a6c25..9cc0f21e00484 100644 --- a/net-misc/rdate/rdate-1.4-r4.ebuild +++ b/net-misc/rdate/rdate-1.4-r4.ebuild @@ -30,7 +30,7 @@ src_compile() { emake } -src_install(){ +src_install() { emake DESTDIR="${D}" install newinitd "${FILESDIR}"/rdate-initd-1.4-r3 rdate newconfd "${FILESDIR}"/rdate-confd rdate diff --git a/net-misc/ris-linux/ris-linux-0.4-r1.ebuild b/net-misc/ris-linux/ris-linux-0.4-r1.ebuild index 7d7a4e50dfbf0..850ea2126102a 100644 --- a/net-misc/ris-linux/ris-linux-0.4-r1.ebuild +++ b/net-misc/ris-linux/ris-linux-0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,7 @@ RDEPEND="${DEPEND} net-fs/samba sys-boot/syslinux" -python_prepare_all(){ +python_prepare_all() { sed "s:VERSION:${PV}:" "${FILESDIR}"/setup.py > "${S}"/setup.py distutils-r1_python_prepare_all } diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild index e08fd625c8a62..2362f2dd48a65 100644 --- a/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild +++ b/net-misc/rwhoisd/rwhoisd-1.5.9.6.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 @@ -33,14 +33,14 @@ src_compile() { default } -src_install () { +src_install() { default doinitd "${FILESDIR}"/rwhoisd newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd } -pkg_postinst () { +pkg_postinst() { einfo "Please make sure to set the userid in rwhoisd.conf to rwhoisd." einfo "It is highly inadvisable to run rwhoisd as root." } diff --git a/net-misc/ser2net/ser2net-2.10.0.ebuild b/net-misc/ser2net/ser2net-2.10.0.ebuild index e7f143006002c..16b462a5cb7c1 100644 --- a/net-misc/ser2net/ser2net-2.10.0.ebuild +++ b/net-misc/ser2net/ser2net-2.10.0.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=5 @@ -20,7 +20,7 @@ src_configure() { econf $(use_with tcpd tcp-wrappers) --with-uucp-locking } -src_install () { +src_install() { default insinto /etc diff --git a/net-misc/smb4k/smb4k-3.0.2.ebuild b/net-misc/smb4k/smb4k-3.0.2.ebuild index cb76ae6313d89..169b71b8637d6 100644 --- a/net-misc/smb4k/smb4k-3.0.2.ebuild +++ b/net-misc/smb4k/smb4k-3.0.2.ebuild @@ -54,7 +54,7 @@ RDEPEND="${DEPEND} ) " -src_configure(){ +src_configure() { local mycmakeargs=( -DINSTALL_PLASMOID=$(usex plasma) ) diff --git a/net-misc/sock/sock-1.1-r1.ebuild b/net-misc/sock/sock-1.1-r1.ebuild index 539cade5b2212..6c8d0615f28ec 100644 --- a/net-misc/sock/sock-1.1-r1.ebuild +++ b/net-misc/sock/sock-1.1-r1.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 @@ -10,7 +10,7 @@ KEYWORDS="amd64 sparc x86" LICENSE="GPL-2" SLOT="0" -src_install () { +src_install() { dobin "${PN}" doman "${PN}.1" einstalldocs diff --git a/net-misc/unison/unison-2.48.4-r1.ebuild b/net-misc/unison/unison-2.48.4-r1.ebuild index 3cbf95371a257..b76c12b42399b 100644 --- a/net-misc/unison/unison-2.48.4-r1.ebuild +++ b/net-misc/unison/unison-2.48.4-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 @@ -65,7 +65,7 @@ src_test() { emake selftest CFLAGS="" } -src_install () { +src_install() { # install manually, since it's just too much # work to force the Makefile to do the right thing. local binname diff --git a/net-misc/unison/unison-2.48.4.ebuild b/net-misc/unison/unison-2.48.4.ebuild index e2ba50d54f28d..56ef942628c9e 100644 --- a/net-misc/unison/unison-2.48.4.ebuild +++ b/net-misc/unison/unison-2.48.4.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="5" @@ -67,7 +67,7 @@ src_test() { emake selftest CFLAGS="" } -src_install () { +src_install() { # install manually, since it's just too much # work to force the Makefile to do the right thing. newbin unison unison-${SLOT} diff --git a/net-misc/unison/unison-2.51.2.ebuild b/net-misc/unison/unison-2.51.2.ebuild index 3be608825bf9e..3c6d4df6c2e3c 100644 --- a/net-misc/unison/unison-2.51.2.ebuild +++ b/net-misc/unison/unison-2.51.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 @@ -60,7 +60,7 @@ src_test() { emake selftest CFLAGS="" } -src_install () { +src_install() { # install manually, since it's just too much # work to force the Makefile to do the right thing. local binname diff --git a/net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild b/net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild index 0232cdec1d436..1d33087c4d287 100644 --- a/net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild +++ b/net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.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=5 @@ -88,7 +88,7 @@ src_compile() { fi } -src_install () { +src_install() { # -j1 is a temporary workaround for bug #605432 emake -j1 DESTDIR="${D}" install diff --git a/net-nds/389-ds-base/389-ds-base-9999.ebuild b/net-nds/389-ds-base/389-ds-base-9999.ebuild index aeacfb8063aa9..6e1b2eec30fc5 100644 --- a/net-nds/389-ds-base/389-ds-base-9999.ebuild +++ b/net-nds/389-ds-base/389-ds-base-9999.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=5 @@ -90,12 +90,12 @@ src_compile() { fi } -src_test () { +src_test() { # -j1 is a temporary workaround for bug #605432 emake -j1 check } -src_install () { +src_install() { # -j1 is a temporary workaround for bug #605432 emake -j1 DESTDIR="${D}" install diff --git a/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild index 1e9182ed85aac..c780b19b163a5 100644 --- a/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild +++ b/net-nds/jxplorer/jxplorer-3.3.1.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=5 @@ -41,7 +41,7 @@ src_prepare() { fi } -src_test(){ +src_test() { VIRTUALX_COMMAND="java-pkg-2_src_test" virtualmake } diff --git a/net-nds/jxplorer/jxplorer-3.3.1.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.ebuild index 0ee4964b2fe2c..8c647ff0f9840 100644 --- a/net-nds/jxplorer/jxplorer-3.3.1.ebuild +++ b/net-nds/jxplorer/jxplorer-3.3.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=5 @@ -41,7 +41,7 @@ src_prepare() { fi } -src_test(){ +src_test() { VIRTUALX_COMMAND="java-pkg-2_src_test" virtualmake } diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild index 6cf95d8faff77..54d21e6409d16 100644 --- a/net-nds/yp-tools/yp-tools-4.2.3.ebuild +++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild @@ -25,7 +25,7 @@ src_prepare() { eautoreconf } -src_configure () { +src_configure() { econf \ --disable-static \ --sysconfdir="${EPREFIX}"/etc/yp \ diff --git a/net-nntp/newspost/newspost-2.1.1-r3.ebuild b/net-nntp/newspost/newspost-2.1.1-r3.ebuild index 2bead23b4f883..20161ec62506d 100644 --- a/net-nntp/newspost/newspost-2.1.1-r3.ebuild +++ b/net-nntp/newspost/newspost-2.1.1-r3.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 @@ -27,7 +27,7 @@ src_compile() { emake CC="$(tc-getCC)" LIBS="${LDFLAGS}" main } -src_install () { +src_install() { dobin newspost doman man/man1/newspost.1 dodoc CHANGES README diff --git a/net-print/apsfilter/apsfilter-7.2.8-r1.ebuild b/net-print/apsfilter/apsfilter-7.2.8-r1.ebuild index 80d004a13b7b5..dcc618969c3a6 100644 --- a/net-print/apsfilter/apsfilter-7.2.8-r1.ebuild +++ b/net-print/apsfilter/apsfilter-7.2.8-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=4 @@ -33,7 +33,7 @@ src_configure() { --docdir=/usr/share/doc/${PF} --sysconfdir=/etc ${myconf} || die } -src_install () { +src_install() { emake DESTDIR="${D}" install dosym /usr/share/apsfilter/SETUP /usr/bin/apsfilter use cups && \ diff --git a/net-print/cups-pdf/cups-pdf-2.6.1.ebuild b/net-print/cups-pdf/cups-pdf-2.6.1.ebuild index bbf9677a3f41e..785c25e651042 100644 --- a/net-print/cups-pdf/cups-pdf-2.6.1.ebuild +++ b/net-print/cups-pdf/cups-pdf-2.6.1.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=4 @@ -23,7 +23,7 @@ src_compile() { $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c || die "Compilation failed." } -src_install () { +src_install() { exeinto /usr/libexec/cups/backend exeopts -m0700 doexe src/cups-pdf @@ -38,7 +38,7 @@ src_install () { newdoc contrib/Contents contrib_Contents } -pkg_postinst () { +pkg_postinst() { elog "Please view both the README and contrib_Contents files" elog "as you may want to adjust some settings and/or use" elog "contributed software. In the latter case you may need" diff --git a/net-print/gtklp/gtklp-1.3.1.ebuild b/net-print/gtklp/gtklp-1.3.1.ebuild index 4243a9bc34304..b1eb8322df2eb 100644 --- a/net-print/gtklp/gtklp-1.3.1.ebuild +++ b/net-print/gtklp/gtklp-1.3.1.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 @@ -41,7 +41,7 @@ src_configure() { --enable-forte #369003 } -src_install () { +src_install() { default doicon "${WORKDIR}"/gtklp-logo.xpm diff --git a/net-print/libinklevel/libinklevel-0.9.2.ebuild b/net-print/libinklevel/libinklevel-0.9.2.ebuild index ee8d9fc6e867c..48ac1c077b47c 100644 --- a/net-print/libinklevel/libinklevel-0.9.2.ebuild +++ b/net-print/libinklevel/libinklevel-0.9.2.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=5 @@ -31,7 +31,7 @@ src_configure() { econf $(use_enable debug) } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog NEWS README use static-libs || rm "${D}"/usr/$(get_libdir)/libinklevel.{a,la} diff --git a/net-print/poster/poster-20060221-r2.ebuild b/net-print/poster/poster-20060221-r2.ebuild index a34548ed8c65d..294fbc285b510 100644 --- a/net-print/poster/poster-20060221-r2.ebuild +++ b/net-print/poster/poster-20060221-r2.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 @@ -19,7 +19,7 @@ PATCHES=( "${FILESDIR}/${P}-fix_duplicate_DocumentMedia.patch" ) -src_compile(){ +src_compile() { $(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die } diff --git a/net-print/poster/poster-20060221-r3.ebuild b/net-print/poster/poster-20060221-r3.ebuild index 2ac9fde37759c..b912c89acd95e 100644 --- a/net-print/poster/poster-20060221-r3.ebuild +++ b/net-print/poster/poster-20060221-r3.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 @@ PATCHES=( "${FILESDIR}/${P}-fix_cutmarks.patch" ) -src_compile(){ +src_compile() { $(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die } diff --git a/net-print/poster/poster-20060221.ebuild b/net-print/poster/poster-20060221.ebuild index 942eeb94a92a5..34c1a6bc4d551 100644 --- a/net-print/poster/poster-20060221.ebuild +++ b/net-print/poster/poster-20060221.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 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -src_compile(){ +src_compile() { $(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die } diff --git a/net-proxy/pingtunnel/pingtunnel-0.72.ebuild b/net-proxy/pingtunnel/pingtunnel-0.72.ebuild index 1a6e66d3ee339..9f41ef3c31545 100644 --- a/net-proxy/pingtunnel/pingtunnel-0.72.ebuild +++ b/net-proxy/pingtunnel/pingtunnel-0.72.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=5 @@ -22,7 +22,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}"/PingTunnel -src_prepare(){ +src_prepare() { epatch "${FILESDIR}"/${P}_makefile.patch } diff --git a/net-proxy/privoxy/privoxy-3.0.26.ebuild b/net-proxy/privoxy/privoxy-3.0.26.ebuild index 105936f5d1334..724cfe25ac68a 100644 --- a/net-proxy/privoxy/privoxy-3.0.26.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.26.ebuild @@ -97,7 +97,7 @@ src_configure() { $(use_enable zlib) } -src_install () { +src_install() { default newinitd "${FILESDIR}/privoxy.initd-3" privoxy diff --git a/net-proxy/privoxy/privoxy-3.0.28.ebuild b/net-proxy/privoxy/privoxy-3.0.28.ebuild index 7a8dae97b1ff7..fc3e335d52c83 100644 --- a/net-proxy/privoxy/privoxy-3.0.28.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.28.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 @@ -97,7 +97,7 @@ src_configure() { $(use_enable zlib) } -src_install () { +src_install() { default newinitd "${FILESDIR}/privoxy.initd-3" privoxy diff --git a/net-vpn/iodine/iodine-0.7.0-r2.ebuild b/net-vpn/iodine/iodine-0.7.0-r2.ebuild index 4acd6119657ed..1b2ec7a257c90 100644 --- a/net-vpn/iodine/iodine-0.7.0-r2.ebuild +++ b/net-vpn/iodine/iodine-0.7.0-r2.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=5 @@ -21,7 +21,7 @@ RDEPEND="sys-libs/zlib" DEPEND="${RDEPEND} test? ( dev-libs/check )" -src_prepare(){ +src_prepare() { epatch "${FILESDIR}"/${P}-TestMessage.patch epatch "${FILESDIR}"/${P}-new-systemd.patch diff --git a/net-vpn/openvpn/openvpn-2.4.6-r1.ebuild b/net-vpn/openvpn/openvpn-2.4.6-r1.ebuild index 8f487942c24e9..0c785a1bb8e77 100644 --- a/net-vpn/openvpn/openvpn-2.4.6-r1.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.6-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 @@ -52,7 +52,7 @@ PATCHES=( "${FILESDIR}/${PN}-2.4.5-libressl-macro-fix.patch" ) -pkg_setup() { +pkg_setup() { linux-info_pkg_setup } diff --git a/net-vpn/openvpn/openvpn-2.4.6.ebuild b/net-vpn/openvpn/openvpn-2.4.6.ebuild index d8f71e2ee7172..90fc9bfde6548 100644 --- a/net-vpn/openvpn/openvpn-2.4.6.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.6.ebuild @@ -52,7 +52,7 @@ PATCHES=( "${FILESDIR}/${PN}-2.4.5-libressl-macro-fix.patch" ) -pkg_setup() { +pkg_setup() { linux-info_pkg_setup } diff --git a/net-vpn/openvpn/openvpn-2.4.7-r1.ebuild b/net-vpn/openvpn/openvpn-2.4.7-r1.ebuild index e4427e554f780..83b30dc4f57de 100644 --- a/net-vpn/openvpn/openvpn-2.4.7-r1.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.7-r1.ebuild @@ -53,7 +53,7 @@ PATCHES=( "${FILESDIR}/${P}-libressl.patch" ) -pkg_setup() { +pkg_setup() { linux-info_pkg_setup } diff --git a/net-vpn/openvpn/openvpn-9999.ebuild b/net-vpn/openvpn/openvpn-9999.ebuild index b2305248d4423..c1dca100545e1 100644 --- a/net-vpn/openvpn/openvpn-9999.ebuild +++ b/net-vpn/openvpn/openvpn-9999.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 @@ -51,7 +51,7 @@ PATCHES=( "${FILESDIR}/${PN}-2.5-external-cmocka.patch" ) -pkg_setup() { +pkg_setup() { linux-info_pkg_setup } diff --git a/net-vpn/pptpd/pptpd-1.4.0-r2.ebuild b/net-vpn/pptpd/pptpd-1.4.0-r2.ebuild index 1c96302f40d57..81d148bcf80d1 100644 --- a/net-vpn/pptpd/pptpd-1.4.0-r2.ebuild +++ b/net-vpn/pptpd/pptpd-1.4.0-r2.ebuild @@ -62,7 +62,7 @@ src_compile() { emake COPTS="${CFLAGS}" } -src_install () { +src_install() { default insinto /etc diff --git a/net-wireless/airtraf/airtraf-1.1-r3.ebuild b/net-wireless/airtraf/airtraf-1.1-r3.ebuild index 34441fc1bb668..aa46a6756035d 100644 --- a/net-wireless/airtraf/airtraf-1.1-r3.ebuild +++ b/net-wireless/airtraf/airtraf-1.1-r3.ebuild @@ -46,7 +46,7 @@ src_compile() { LDFLAGS="${LDFLAGS}" } -src_install () { +src_install() { dobin src/airtraf dodoc Authors COMPATIBILITY docs/airtraf_doc.html } diff --git a/net-wireless/airtraf/airtraf-1.1-r4.ebuild b/net-wireless/airtraf/airtraf-1.1-r4.ebuild index c0d5978fdf85e..512455de291c2 100644 --- a/net-wireless/airtraf/airtraf-1.1-r4.ebuild +++ b/net-wireless/airtraf/airtraf-1.1-r4.ebuild @@ -48,7 +48,7 @@ src_compile() { LDFLAGS="${LDFLAGS}" } -src_install () { +src_install() { dobin src/airtraf dodoc Authors COMPATIBILITY docs/airtraf_doc.html } diff --git a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild index e10972bcdda55..4e777054b46e8 100644 --- a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild +++ b/net-wireless/bluez-tools/bluez-tools-0_p20161212.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 @@ -25,7 +25,7 @@ DOCS=( AUTHORS README ) S="${WORKDIR}/${PN}-${COMMIT}" -src_prepare () { +src_prepare() { eautoreconf default_src_prepare } diff --git a/net-wireless/irda-utils/irda-utils-0.9.18-r6.ebuild b/net-wireless/irda-utils/irda-utils-0.9.18-r6.ebuild index a709110c9040b..306110bc82c0a 100644 --- a/net-wireless/irda-utils/irda-utils-0.9.18-r6.ebuild +++ b/net-wireless/irda-utils/irda-utils-0.9.18-r6.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=5 @@ -69,7 +69,7 @@ src_compile() { emake RPM_OPT_FLAGS="${CFLAGS}" RPM_BUILD_ROOT="${D}" ROOT="${D}" } -src_install () { +src_install() { dodir /usr/bin dodir /usr/sbin diff --git a/sci-astronomy/casa-data/casa-data-20160222.ebuild b/sci-astronomy/casa-data/casa-data-20160222.ebuild index a912d275c5eb6..78279ca3163b7 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 ac7ef1f7f4f3a..78279ca3163b7 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 d18eed7b86962..ea6f75add9491 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 c472c726c45ac..ebd5721f29efa 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 95bff1721725a..667bb722e777d 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 a9b6e77aa319d..05371d13bf159 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 c64678a238f2c..a5b59154562b7 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 0d8b4cee3006d..970e40703b1b3 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 41261e6c583c1..f4ac9440cdcec 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 91e67534e2fc2..d426c00c3c123 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 904072cc38fe0..a6635393b98be 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 ac8a2435dd189..b9bc758d7dfa9 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 becaa0b3c081b..834a57a2649c0 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 8d374bc1d699f..ada0e42fda444 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 f812d640d0df9..d0f551414a919 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 3e8d9fc541347..493c4478dca7e 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 8dd1482b0a448..b0ca93d985160 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 8df45c762e4fa..c423074420aa5 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/* } diff --git a/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild b/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild index 94ef697d8f029..77c107f5fb2c2 100644 --- a/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild +++ b/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild @@ -27,7 +27,7 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/0.2.23-paths.patch ) -src_install () { +src_install() { emake install DESTDIR="${D}" prefix="${EPREFIX}/usr" python_fix_shebang "${ED%/}"/usr/bin rm -fr "${ED%/}/usr/share/doc/${PN}" || die diff --git a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild index 88910ddde9967..4ea1cfcd1fade 100644 --- a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild +++ b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -96,7 +96,7 @@ src_configure() { fi } -src_compile(){ +src_compile() { cmake-utils_src_compile if use python; then append-ldflags -L"${S}"/lib diff --git a/sci-chemistry/bodr/bodr-10.ebuild b/sci-chemistry/bodr/bodr-10.ebuild index 1d5763a1ba8a0..4a8ecabc18c35 100644 --- a/sci-chemistry/bodr/bodr-10.ebuild +++ b/sci-chemistry/bodr/bodr-10.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 @@ -17,7 +17,7 @@ RDEPEND="" DOCS=( "THANKS" "AUTHORS" "README" "ChangeLog" ) -src_prepare(){ +src_prepare() { sed -i -e "s/COPYING//g" Makefile.* || die } diff --git a/sci-chemistry/bodr/bodr-9-r1.ebuild b/sci-chemistry/bodr/bodr-9-r1.ebuild index 1d5763a1ba8a0..4a8ecabc18c35 100644 --- a/sci-chemistry/bodr/bodr-9-r1.ebuild +++ b/sci-chemistry/bodr/bodr-9-r1.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 @@ -17,7 +17,7 @@ RDEPEND="" DOCS=( "THANKS" "AUTHORS" "README" "ChangeLog" ) -src_prepare(){ +src_prepare() { sed -i -e "s/COPYING//g" Makefile.* || die } diff --git a/sci-chemistry/easychem/easychem-0.6-r1.ebuild b/sci-chemistry/easychem/easychem-0.6-r1.ebuild index 650c236dfeaff..f299712514b94 100644 --- a/sci-chemistry/easychem/easychem-0.6-r1.ebuild +++ b/sci-chemistry/easychem/easychem-0.6-r1.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 @@ -33,7 +33,7 @@ src_compile() { C_FLAGS="${CFLAGS}" emake -e } -src_install () { +src_install() { dobin easychem dodoc TODO } diff --git a/sci-chemistry/elem/elem-1.0.3-r2.ebuild b/sci-chemistry/elem/elem-1.0.3-r2.ebuild index daade3396d368..67290b4c6d85e 100644 --- a/sci-chemistry/elem/elem-1.0.3-r2.ebuild +++ b/sci-chemistry/elem/elem-1.0.3-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 @@ -26,11 +26,11 @@ src_configure() { tc-export CC } -src_compile () { +src_compile() { emake all } -src_install () { +src_install() { dobin elem elem-de elem-en rm -rf doc/CVS || die diff --git a/sci-chemistry/modeller/modeller-9.20.ebuild b/sci-chemistry/modeller/modeller-9.20.ebuild index e7e80937b7fc9..641395067b0d9 100644 --- a/sci-chemistry/modeller/modeller-9.20.ebuild +++ b/sci-chemistry/modeller/modeller-9.20.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 @@ -36,12 +36,12 @@ pkg_setup() { esac } -python_prepare_all(){ +python_prepare_all() { sed "s:i386-intel8:${EXECTYPE}:g" -i src/swig/setup.py || die distutils-r1_python_prepare_all } -python_compile(){ +python_compile() { cd src/swig || die swig -python -keyword -nodefaultctor -nodefaultdtor -noproxy modeller.i || die distutils-r1_python_compile @@ -52,7 +52,7 @@ python_install() { distutils-r1_python_install } -python_install_all(){ +python_install_all() { cd "${S}" || die sed \ -e "/^EXECUTABLE_TYPE/s:xxx:${EXECTYPE}:g" \ diff --git a/sci-chemistry/modeller/modeller-9.22.ebuild b/sci-chemistry/modeller/modeller-9.22.ebuild index 57f11e16861f5..2bc08bd43d4e3 100644 --- a/sci-chemistry/modeller/modeller-9.22.ebuild +++ b/sci-chemistry/modeller/modeller-9.22.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 @@ -36,12 +36,12 @@ pkg_setup() { esac } -python_prepare_all(){ +python_prepare_all() { sed "s:i386-intel8:${EXECTYPE}:g" -i src/swig/setup.py || die distutils-r1_python_prepare_all } -python_compile(){ +python_compile() { cd src/swig || die swig -python -keyword -nodefaultctor -nodefaultdtor -noproxy modeller.i || die distutils-r1_python_compile @@ -52,7 +52,7 @@ python_install() { distutils-r1_python_install } -python_install_all(){ +python_install_all() { cd "${S}" || die sed \ -e "/^EXECUTABLE_TYPE/s:xxx:${EXECTYPE}:g" \ diff --git a/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild b/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild index 84f0f575775fc..e7b2eb7d4771b 100644 --- a/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild +++ b/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.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=5 @@ -28,7 +28,7 @@ src_prepare() { epatch "${FILESDIR}"/${PV}-indent.patch } -src_install(){ +src_install() { python_moduleinto pmg_tk/startup python_foreach_impl python_domodule eMovie.py python_foreach_impl python_optimize diff --git a/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild b/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild index 030ecde978e52..d1c826850f604 100644 --- a/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild +++ b/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-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=5 @@ -39,7 +39,7 @@ src_prepare() { python_foreach_impl preparation } -src_install(){ +src_install() { dodoc *doc dohtml -r Thanks.html EDMHelp.htm Help diff --git a/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild b/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild index 8f91aad3f6596..6c8eb7c7eea0f 100644 --- a/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild +++ b/sci-chemistry/rasmol/rasmol-2.7.5.2-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=5 @@ -91,7 +91,7 @@ src_compile() { EXTRA_LDOPTIONS="${LDFLAGS}" } -src_install () { +src_install() { libdir=$(get_libdir) insinto /usr/${libdir}/${PN} doins doc/rasmol.hlp diff --git a/sci-chemistry/theseus/theseus-3.0.0.ebuild b/sci-chemistry/theseus/theseus-3.0.0.ebuild index 9eebccc8bc96c..583bdf1e28c50 100644 --- a/sci-chemistry/theseus/theseus-3.0.0.ebuild +++ b/sci-chemistry/theseus/theseus-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -57,7 +57,7 @@ src_prepare() { -i theseus_align || die } -src_compile () { +src_compile() { emake ltheseus default } diff --git a/sci-chemistry/theseus/theseus-3.3.0.ebuild b/sci-chemistry/theseus/theseus-3.3.0.ebuild index 9eebccc8bc96c..583bdf1e28c50 100644 --- a/sci-chemistry/theseus/theseus-3.3.0.ebuild +++ b/sci-chemistry/theseus/theseus-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -57,7 +57,7 @@ src_prepare() { -i theseus_align || die } -src_compile () { +src_compile() { emake ltheseus default } diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild index b3ac432ed1e0c..99d4b91dcd16d 100644 --- a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild +++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.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 @@ -16,7 +16,7 @@ IUSE="" DOCS="README" -src_configure(){ +src_configure() { append-cflags "-std=gnu89" default } diff --git a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r5.ebuild b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r5.ebuild index f7db10a7e6911..f1820e1ead9ed 100644 --- a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r5.ebuild +++ b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r5.ebuild @@ -48,7 +48,7 @@ pkg_setup() { python-single-r1_pkg_setup } -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r6.ebuild b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r6.ebuild index b9b2d426a6ae0..4dbe9e1565a7f 100644 --- a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r6.ebuild +++ b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r6.ebuild @@ -43,7 +43,7 @@ pkg_setup() { python-single-r1_pkg_setup } -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild b/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild index 3eb98c3c5d214..6594de4d08d3b 100644 --- a/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild +++ b/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.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=4 @@ -35,7 +35,7 @@ src_prepare() { epatch "${FILESDIR}/${P}-tcl86.patch" } -src_install () { +src_install() { cd ../.. || die dobin bin/${PN} diff --git a/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild b/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild index aa2182dda7116..b7cea90bde0d1 100644 --- a/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild +++ b/sci-electronics/gnucap/gnucap-0.35.20091207-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 @@ src_prepare() { default } -src_compile () { +src_compile() { emake for PLUGIN_DIR in models-* ; do cd "${S}/${PLUGIN_DIR}" @@ -64,7 +64,7 @@ src_compile () { done } -src_install () { +src_install() { emake DESTDIR="${D}" install insopts -m0755 for PLUGIN_DIR in models-* ; do diff --git a/sci-electronics/gtkwave/gtkwave-3.3.68.ebuild b/sci-electronics/gtkwave/gtkwave-3.3.68.ebuild index b11389222a9be..ee4ce58a03b63 100644 --- a/sci-electronics/gtkwave/gtkwave-3.3.68.ebuild +++ b/sci-electronics/gtkwave/gtkwave-3.3.68.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -28,12 +28,12 @@ DEPEND="${RDEPEND} AT_M4DIR="${S}" -src_prepare(){ +src_prepare() { # do not install doc and examples by default sed -i -e 's/doc examples//' Makefile.in || die } -src_configure(){ +src_configure() { econf --disable-local-libz \ --disable-local-libbz2 \ --disable-mime-update \ diff --git a/sci-electronics/gtkwave/gtkwave-3.3.73.ebuild b/sci-electronics/gtkwave/gtkwave-3.3.73.ebuild index ef5cf4fa94586..2f498f210aa47 100644 --- a/sci-electronics/gtkwave/gtkwave-3.3.73.ebuild +++ b/sci-electronics/gtkwave/gtkwave-3.3.73.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="5" @@ -28,12 +28,12 @@ DEPEND="${RDEPEND} AT_M4DIR="${S}" -src_prepare(){ +src_prepare() { # do not install doc and examples by default sed -i -e 's/doc examples//' Makefile.in || die } -src_configure(){ +src_configure() { econf --disable-local-libz \ --disable-local-libbz2 \ --disable-mime-update \ diff --git a/sci-electronics/gtkwave/gtkwave-3.3.87.ebuild b/sci-electronics/gtkwave/gtkwave-3.3.87.ebuild index d0f5e9fb3605f..80fab4ec0adf7 100644 --- a/sci-electronics/gtkwave/gtkwave-3.3.87.ebuild +++ b/sci-electronics/gtkwave/gtkwave-3.3.87.ebuild @@ -28,13 +28,13 @@ DEPEND="${RDEPEND} AT_M4DIR="${S}" -src_prepare(){ +src_prepare() { # do not install doc and examples by default sed -i -e 's/doc examples//' Makefile.in || die default } -src_configure(){ +src_configure() { econf --disable-local-libz \ --disable-local-libbz2 \ --disable-mime-update \ diff --git a/sci-electronics/gtkwave/gtkwave-3.3.99.ebuild b/sci-electronics/gtkwave/gtkwave-3.3.99.ebuild index 4cc58a1f9a71d..257b3daf3419d 100644 --- a/sci-electronics/gtkwave/gtkwave-3.3.99.ebuild +++ b/sci-electronics/gtkwave/gtkwave-3.3.99.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 @@ -28,13 +28,13 @@ DEPEND="${RDEPEND} AT_M4DIR="${S}" -src_prepare(){ +src_prepare() { # do not install doc and examples by default sed -i -e 's/doc examples//' Makefile.in || die default } -src_configure(){ +src_configure() { econf --disable-local-libz \ --disable-local-libbz2 \ --disable-mime-update \ diff --git a/sci-electronics/petrify/petrify-4.2-r1.ebuild b/sci-electronics/petrify/petrify-4.2-r1.ebuild index 8c9bb10df08d7..2782e4be84020 100644 --- a/sci-electronics/petrify/petrify-4.2-r1.ebuild +++ b/sci-electronics/petrify/petrify-4.2-r1.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 @@ -21,7 +21,7 @@ QA_PREBUILT="/opt/petrify/petrify" S="${WORKDIR}"/${PN} -src_install () { +src_install() { exeinto /opt/petrify doexe bin/petrify lib/petrify.lib dosym petrify /opt/petrify/draw_astg diff --git a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild b/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild index 84427cbd276f8..6f439117d2dcd 100644 --- a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild +++ b/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild @@ -54,7 +54,7 @@ src_compile() { autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults" } -src_install () { +src_install() { autotools-utils_src_install \ appdefaultsdir="/usr/share/X11/app-defaults" \ appmandir="/usr/share/man/man1" diff --git a/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild index d3fb011f9dfb5..9e29aaa97f6fa 100644 --- a/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild +++ b/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild @@ -54,7 +54,7 @@ src_compile() { autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults" } -src_install () { +src_install() { autotools-utils_src_install \ appdefaultsdir="/usr/share/X11/app-defaults" \ appmandir="/usr/share/man/man1" diff --git a/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild b/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild index 18278d6ae1301..58e714a400e99 100644 --- a/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild +++ b/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-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 @@ -47,7 +47,7 @@ src_compile() { autotools-utils_src_compile } -src_install () { +src_install() { autotools-utils_src_install dosym ../icons/hicolor/scalable/apps/gpx-viewer.svg /usr/share/pixmaps/gpx-viewer.svg } diff --git a/sci-geosciences/swmm/swmm-5.0.022.ebuild b/sci-geosciences/swmm/swmm-5.0.022.ebuild index defeb38e38545..2466bbe3fa132 100644 --- a/sci-geosciences/swmm/swmm-5.0.022.ebuild +++ b/sci-geosciences/swmm/swmm-5.0.022.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 @@ -37,7 +37,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-QA.patch } -src_compile(){ +src_compile() { # 'sed' command has to accomodate DOS formatted file. sed -i \ -e 's;^#define DLL;//#define DLL;' \ @@ -46,7 +46,7 @@ src_compile(){ emake } -src_install(){ +src_install() { newbin swmm5 swmm dodoc Roadmap.txt } diff --git a/sci-libs/beagle/beagle-3.0.3-r1.ebuild b/sci-libs/beagle/beagle-3.0.3-r1.ebuild index 6cf6a91ecda18..27431973b872e 100644 --- a/sci-libs/beagle/beagle-3.0.3-r1.ebuild +++ b/sci-libs/beagle/beagle-3.0.3-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 @@ -42,7 +42,7 @@ src_compile() { use doc && emake doc } -src_install () { +src_install() { use doc && local HTML_DOCS=( refman/. ) if use examples; then dodoc -r examples diff --git a/sci-libs/blis/blis-0.5.2.ebuild b/sci-libs/blis/blis-0.5.2.ebuild index da1dc245a04b2..5419649249918 100644 --- a/sci-libs/blis/blis-0.5.2.ebuild +++ b/sci-libs/blis/blis-0.5.2.ebuild @@ -28,7 +28,7 @@ PATCHES=( "${FILESDIR}/${P}-gh313.patch" ) -src_configure () { +src_configure() { local BLIS_FLAGS=() local confname # determine flags @@ -68,11 +68,11 @@ src_compile() { default } -src_test () { +src_test() { emake check } -src_install () { +src_install() { default use doc && dodoc README.md docs/*.md diff --git a/sci-libs/blis/blis-0.6.0.ebuild b/sci-libs/blis/blis-0.6.0.ebuild index 15eff4fa71636..e77382db21575 100644 --- a/sci-libs/blis/blis-0.6.0.ebuild +++ b/sci-libs/blis/blis-0.6.0.ebuild @@ -27,7 +27,7 @@ PATCHES=( "${FILESDIR}/${P}-blas-provider.patch" ) -src_configure () { +src_configure() { local BLIS_FLAGS=() local confname # determine flags @@ -67,11 +67,11 @@ src_compile() { default } -src_test () { +src_test() { emake check } -src_install () { +src_install() { default use doc && dodoc README.md docs/*.md diff --git a/sci-libs/cbflib/cbflib-0.9.3.3.ebuild b/sci-libs/cbflib/cbflib-0.9.3.3.ebuild index 066ea3ca26ea4..1cd25e42ef7ab 100644 --- a/sci-libs/cbflib/cbflib-0.9.3.3.ebuild +++ b/sci-libs/cbflib/cbflib-0.9.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -36,7 +36,7 @@ PATCHES=( "${FILESDIR}"/${P}-unbundle.patch ) -src_prepare(){ +src_prepare() { rm -rf Py* drel* dRel* ply* || die append-fflags -fno-range-check diff --git a/sci-libs/ccfits/ccfits-2.4-r1.ebuild b/sci-libs/ccfits/ccfits-2.4-r1.ebuild index 40071b631b1fe..56d8533e3fd9e 100644 --- a/sci-libs/ccfits/ccfits-2.4-r1.ebuild +++ b/sci-libs/ccfits/ccfits-2.4-r1.ebuild @@ -37,7 +37,7 @@ src_configure() { econf $(use_enable static-libs static) } -src_install () { +src_install() { if use doc; then DOCS+=( *.pdf ) HTML_DOCS=( html/. ) diff --git a/sci-libs/ccfits/ccfits-2.5.ebuild b/sci-libs/ccfits/ccfits-2.5.ebuild index e5af3ff76f0f5..d02029f57d009 100644 --- a/sci-libs/ccfits/ccfits-2.5.ebuild +++ b/sci-libs/ccfits/ccfits-2.5.ebuild @@ -37,7 +37,7 @@ src_configure() { econf $(use_enable static-libs static) } -src_install () { +src_install() { if use doc; then DOCS+=( *.pdf ) HTML_DOCS=( html/. ) diff --git a/sci-libs/cfitsio/cfitsio-3.360.ebuild b/sci-libs/cfitsio/cfitsio-3.360.ebuild index 2225e3417448b..fc2d56932a63d 100644 --- a/sci-libs/cfitsio/cfitsio-3.360.ebuild +++ b/sci-libs/cfitsio/cfitsio-3.360.ebuild @@ -42,7 +42,7 @@ src_configure() { autotools-utils_src_configure } -src_install () { +src_install() { autotools-utils_src_install dodoc README* Changes* docs/changes.txt docs/cfitsio.doc use fortran && dodoc docs/fitsio.doc diff --git a/sci-libs/clblast/clblast-0.10.0.ebuild b/sci-libs/clblast/clblast-0.10.0.ebuild index 6d0652b6e787e..d3ef4a3ebb038 100644 --- a/sci-libs/clblast/clblast-0.10.0.ebuild +++ b/sci-libs/clblast/clblast-0.10.0.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 @@ -56,7 +56,7 @@ src_test() { cmake-utils_src_test alltests } -src_install(){ +src_install() { cmake-utils_src_install dodoc README.md CONTRIBUTING.md CHANGELOG use doc && dodoc -r doc diff --git a/sci-libs/cln/cln-1.3.3.ebuild b/sci-libs/cln/cln-1.3.3.ebuild index 21b42fc0537f3..74c377448c28b 100644 --- a/sci-libs/cln/cln-1.3.3.ebuild +++ b/sci-libs/cln/cln-1.3.3.ebuild @@ -46,7 +46,7 @@ src_compile() { fi } -src_install () { +src_install() { autotools-utils_src_install if use examples; then docompress -x /usr/share/doc/${PF}/examples diff --git a/sci-libs/cln/cln-1.3.4.ebuild b/sci-libs/cln/cln-1.3.4.ebuild index 08984dd01e9d9..9ce183c5b1fac 100644 --- a/sci-libs/cln/cln-1.3.4.ebuild +++ b/sci-libs/cln/cln-1.3.4.ebuild @@ -46,7 +46,7 @@ src_compile() { fi } -src_install () { +src_install() { autotools-utils_src_install if use examples; then docompress -x /usr/share/doc/${PF}/examples diff --git a/sci-libs/cln/cln-1.3.6.ebuild b/sci-libs/cln/cln-1.3.6.ebuild index d8f58d8119193..66502b2bb2723 100644 --- a/sci-libs/cln/cln-1.3.6.ebuild +++ b/sci-libs/cln/cln-1.3.6.ebuild @@ -44,7 +44,7 @@ src_compile() { fi } -src_install () { +src_install() { default if use examples; then docompress -x /usr/share/doc/${PF}/examples diff --git a/sci-libs/fftw/fftw-2.1.5-r9.ebuild b/sci-libs/fftw/fftw-2.1.5-r9.ebuild index 7d0a1b7eee05c..3f78d748134bb 100644 --- a/sci-libs/fftw/fftw-2.1.5-r9.ebuild +++ b/sci-libs/fftw/fftw-2.1.5-r9.ebuild @@ -115,7 +115,7 @@ src_test() { multibuild_foreach_variant run_in_build_dir default_src_test } -src_install () { +src_install() { use doc && HTML_DOCS=( doc/*.{html,gif} ) multibuild_foreach_variant run_in_build_dir default_src_install diff --git a/sci-libs/fplll/fplll-5.3.2.ebuild b/sci-libs/fplll/fplll-5.3.2.ebuild index 13f7fa295ee2e..2757d1e1f4a11 100644 --- a/sci-libs/fplll/fplll-5.3.2.ebuild +++ b/sci-libs/fplll/fplll-5.3.2.ebuild @@ -23,7 +23,7 @@ src_configure() { econf $(use_enable static-libs static) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die } diff --git a/sci-libs/givaro/givaro-4.1.1.ebuild b/sci-libs/givaro/givaro-4.1.1.ebuild index 69b4607b940d3..855ef5115ac3a 100644 --- a/sci-libs/givaro/givaro-4.1.1.ebuild +++ b/sci-libs/givaro/givaro-4.1.1.ebuild @@ -19,7 +19,7 @@ RDEPEND="${DEPEND}" DOCS=( AUTHORS ChangeLog README.md ) -src_configure(){ +src_configure() { # Passing "--disable-doc" also accidentally enables building # the documentation, so we can't just $(use_enable doc) here. # https://github.com/linbox-team/givaro/issues/148 @@ -39,7 +39,7 @@ src_configure(){ $(use_enable cpu_flags_x86_avx2 avx2) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die } diff --git a/sci-libs/lapack/lapack-3.8.0.ebuild b/sci-libs/lapack/lapack-3.8.0.ebuild index 8ce4b74352ca0..7aee557bc78a6 100644 --- a/sci-libs/lapack/lapack-3.8.0.ebuild +++ b/sci-libs/lapack/lapack-3.8.0.ebuild @@ -37,7 +37,7 @@ src_configure() { cmake-utils_src_configure } -src_install () { +src_install() { cmake-utils_src_install use eselect-ldso || return @@ -54,7 +54,7 @@ src_install () { dosym ../../liblapack.so.3 usr/$(get_libdir)/lapack/reference/liblapack.so.3 } -pkg_postinst () { +pkg_postinst() { use eselect-ldso || return local me=reference libdir=$(get_libdir) @@ -83,7 +83,7 @@ pkg_postinst () { fi } -pkg_postrm () { +pkg_postrm() { use eselect-ldso || return eselect blas validate diff --git a/sci-libs/libbraiding/libbraiding-1.0.ebuild b/sci-libs/libbraiding/libbraiding-1.0.ebuild index 591115bbc2219..6f1b1b81a9af9 100644 --- a/sci-libs/libbraiding/libbraiding-1.0.ebuild +++ b/sci-libs/libbraiding/libbraiding-1.0.ebuild @@ -18,11 +18,11 @@ SLOT="0" KEYWORDS="~amd64" IUSE="static-libs" -src_configure(){ +src_configure() { econf $(use_enable static-libs static) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die } diff --git a/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0.ebuild b/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0.ebuild index 884cc3f1c2d5a..6a02d36419376 100644 --- a/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0.ebuild +++ b/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0.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 @@ -27,7 +27,7 @@ PATCHES=( S=${WORKDIR}/linux-gpib-kernel-${PV} -pkg_setup () { +pkg_setup() { linux-mod_pkg_setup if kernel_is -lt 2 6 8; then @@ -45,7 +45,7 @@ src_unpack() { unpack "${WORKDIR}/linux-gpib-${PV}/linux-gpib-kernel-${PV}.tar.gz" } -src_prepare () { +src_prepare() { default eautoreconf } @@ -78,11 +78,11 @@ src_install() { dodoc ChangeLog AUTHORS README* NEWS } -pkg_preinst () { +pkg_preinst() { linux-mod_pkg_preinst enewgroup gpib } -pkg_postinst () { +pkg_postinst() { linux-mod_pkg_postinst } diff --git a/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild b/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild index d9dbcd6880cc8..eb8b21c8f17b9 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.1.0.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 @@ -44,7 +44,7 @@ PATCHES=( S=${WORKDIR}/${PN}-${MY_PV} -pkg_setup () { +pkg_setup() { use perl && perl_set_version use python && python_setup @@ -60,7 +60,7 @@ pkg_setup () { fi } -src_prepare () { +src_prepare() { default kernel_is ge 4 11 0 && eapply "${FILESDIR}"/${PN}-4.0.4_rc2-kernel-4.11.0.patch eautoreconf @@ -193,13 +193,13 @@ gpib_config --minor 0 --init-data /usr/share/linux-gpib/hp_82341/hp_82341c_fw.bi readme.gentoo_create_doc } -pkg_preinst () { +pkg_preinst() { linux-mod_pkg_preinst use perl && perl_set_version enewgroup gpib } -pkg_postinst () { +pkg_postinst() { linux-mod_pkg_postinst readme.gentoo_print_elog diff --git a/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild b/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild index d6c4f27cf8e64..df557833f062e 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.2.0.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 @@ -42,7 +42,7 @@ PATCHES=( "${FILESDIR}"/${PN}-3.2.16-perl.patch ) -pkg_setup () { +pkg_setup() { use perl && perl_set_version use python && python_setup } @@ -52,7 +52,7 @@ src_unpack() { unpack "${WORKDIR}/${P}/${PN}-user-${PV}.tar.gz" } -src_prepare () { +src_prepare() { default eautoreconf } @@ -165,11 +165,11 @@ gpib_config --minor 0 --init-data /usr/share/linux-gpib/hp_82341/hp_82341c_fw.bi readme.gentoo_create_doc } -pkg_preinst () { +pkg_preinst() { use perl && perl_set_version enewgroup gpib } -pkg_postinst () { +pkg_postinst() { readme.gentoo_print_elog } diff --git a/sci-libs/lrslib/lrslib-062.ebuild b/sci-libs/lrslib/lrslib-062.ebuild index 3cade66effaa8..77ff956225898 100644 --- a/sci-libs/lrslib/lrslib-062.ebuild +++ b/sci-libs/lrslib/lrslib-062.ebuild @@ -18,7 +18,7 @@ RDEPEND="gmp? ( dev-libs/gmp:0= mpi? ( virtual/mpi ) )" DEPEND="${RDEPEND}" -src_prepare(){ +src_prepare() { default tc-export CC sed -e "s/gcc/$(tc-getCC)/g" \ @@ -30,7 +30,7 @@ src_prepare(){ -i makefile || die } -src_compile () { +src_compile() { if use gmp ; then emake emake all-shared diff --git a/sci-libs/m4ri/m4ri-20140914.ebuild b/sci-libs/m4ri/m4ri-20140914.ebuild index 2e7cb8b7207e7..fb7d533eca6f1 100644 --- a/sci-libs/m4ri/m4ri-20140914.ebuild +++ b/sci-libs/m4ri/m4ri-20140914.ebuild @@ -46,7 +46,7 @@ src_configure() { $(use_enable static-libs static) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die } diff --git a/sci-libs/m4ri/m4ri-20200115.ebuild b/sci-libs/m4ri/m4ri-20200115.ebuild index fd2b189cf3878..58fff80b3df98 100644 --- a/sci-libs/m4ri/m4ri-20200115.ebuild +++ b/sci-libs/m4ri/m4ri-20200115.ebuild @@ -51,7 +51,7 @@ src_configure() { $(use_enable static-libs static) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die } diff --git a/sci-libs/mkl-rt/mkl-rt-2019.4.243.ebuild b/sci-libs/mkl-rt/mkl-rt-2019.4.243.ebuild index 5d2b0f31b2548..c909263003162 100644 --- a/sci-libs/mkl-rt/mkl-rt-2019.4.243.ebuild +++ b/sci-libs/mkl-rt/mkl-rt-2019.4.243.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ DEPEND="" S=${WORKDIR} -src_install () { +src_install() { insinto /usr/$(get_libdir)/ doins lib/*.so @@ -44,7 +44,7 @@ src_install () { fi } -pkg_postinst () { +pkg_postinst() { use eselect-ldso || return local libdir=$(get_libdir) me="mkl-rt" @@ -73,7 +73,7 @@ pkg_postinst () { fi } -pkg_postrm () { +pkg_postrm() { if use eselect-ldso; then eselect blas validate eselect lapack validate diff --git a/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild b/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild index 33fe7c30d1d4d..bd88e59f5c51b 100644 --- a/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild +++ b/sci-libs/mkl/mkl-10.0.5.025-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 @@ -95,7 +95,7 @@ pkg_setup() { get_fcomp } -src_unpack () { +src_unpack() { default cd "${WORKDIR}/${P_ARCHIVE}"/install || die diff --git a/sci-libs/mkl/mkl-10.0.5.025.ebuild b/sci-libs/mkl/mkl-10.0.5.025.ebuild index dce78de614579..d731a62613d52 100644 --- a/sci-libs/mkl/mkl-10.0.5.025.ebuild +++ b/sci-libs/mkl/mkl-10.0.5.025.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=5 @@ -91,7 +91,7 @@ pkg_setup() { get_fcomp } -src_unpack () { +src_unpack() { default cd "${WORKDIR}/${P_ARCHIVE}"/install || die diff --git a/sci-libs/openblas/openblas-0.3.6.ebuild b/sci-libs/openblas/openblas-0.3.6.ebuild index f52bf5c6ece1c..9aa17003313de 100644 --- a/sci-libs/openblas/openblas-0.3.6.ebuild +++ b/sci-libs/openblas/openblas-0.3.6.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 @@ -45,7 +45,7 @@ pkg_setup() { export PREFIX="${EPREFIX}/usr" } -src_unpack () { +src_unpack() { default mv "${WORKDIR}"/*OpenBLAS* "${S}" || die if use index-64bit; then @@ -53,7 +53,7 @@ src_unpack () { fi } -src_compile () { +src_compile() { emake emake -Cinterface shared-blas-lapack if use index-64bit; then @@ -65,7 +65,7 @@ src_test() { emake tests } -src_install () { +src_install() { emake install DESTDIR="${D}" OPENBLAS_INCLUDE_DIR='$(PREFIX)'/include/${PN} \ OPENBLAS_LIBRARY_DIR='$(PREFIX)'/$(get_libdir) dodoc GotoBLAS_*.txt *.md Changelog.txt @@ -90,7 +90,7 @@ src_install () { fi } -pkg_postinst () { +pkg_postinst() { use eselect-ldso || return local libdir=$(get_libdir) me="openblas" @@ -119,7 +119,7 @@ pkg_postinst () { fi } -pkg_postrm () { +pkg_postrm() { if use eselect-ldso; then eselect blas validate eselect lapack validate diff --git a/sci-libs/openblas/openblas-0.3.7.ebuild b/sci-libs/openblas/openblas-0.3.7.ebuild index f52bf5c6ece1c..9aa17003313de 100644 --- a/sci-libs/openblas/openblas-0.3.7.ebuild +++ b/sci-libs/openblas/openblas-0.3.7.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 @@ -45,7 +45,7 @@ pkg_setup() { export PREFIX="${EPREFIX}/usr" } -src_unpack () { +src_unpack() { default mv "${WORKDIR}"/*OpenBLAS* "${S}" || die if use index-64bit; then @@ -53,7 +53,7 @@ src_unpack () { fi } -src_compile () { +src_compile() { emake emake -Cinterface shared-blas-lapack if use index-64bit; then @@ -65,7 +65,7 @@ src_test() { emake tests } -src_install () { +src_install() { emake install DESTDIR="${D}" OPENBLAS_INCLUDE_DIR='$(PREFIX)'/include/${PN} \ OPENBLAS_LIBRARY_DIR='$(PREFIX)'/$(get_libdir) dodoc GotoBLAS_*.txt *.md Changelog.txt @@ -90,7 +90,7 @@ src_install () { fi } -pkg_postinst () { +pkg_postinst() { use eselect-ldso || return local libdir=$(get_libdir) me="openblas" @@ -119,7 +119,7 @@ pkg_postinst () { fi } -pkg_postrm () { +pkg_postrm() { if use eselect-ldso; then eselect blas validate eselect lapack validate diff --git a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild index 60f2ae963e2d0..f616c5710f806 100644 --- a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild +++ b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild @@ -14,11 +14,11 @@ IUSE="doc" DOCS=( README.md ) -src_configure(){ +src_configure() { econf $(use_enable doc) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die } diff --git a/sci-mathematics/cliquer/cliquer-1.21.ebuild b/sci-mathematics/cliquer/cliquer-1.21.ebuild index e1d639781d683..0eb04b7ff17b8 100644 --- a/sci-mathematics/cliquer/cliquer-1.21.ebuild +++ b/sci-mathematics/cliquer/cliquer-1.21.ebuild @@ -19,11 +19,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -src_configure(){ +src_configure() { econf $(use_enable static-libs static) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die } diff --git a/sci-mathematics/cvc4/cvc4-1.6.ebuild b/sci-mathematics/cvc4/cvc4-1.6.ebuild index 1500f9d338dad..d77a2ea6aaa1e 100644 --- a/sci-mathematics/cvc4/cvc4-1.6.ebuild +++ b/sci-mathematics/cvc4/cvc4-1.6.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 @@ -18,7 +18,7 @@ RDEPEND="dev-libs/antlr-c !cln? ( dev-libs/gmp:= )" DEPEND="${RDEPEND}" -src_configure () { +src_configure() { econf --enable-gpl \ $(use_with cln) } diff --git a/sci-mathematics/eclib/eclib-20190909.ebuild b/sci-mathematics/eclib/eclib-20190909.ebuild index e30f083b9992f..508a1ef0996d7 100644 --- a/sci-mathematics/eclib/eclib-20190909.ebuild +++ b/sci-mathematics/eclib/eclib-20190909.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 @@ -31,7 +31,7 @@ src_configure() { $(use_enable static-libs static) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die } diff --git a/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild b/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild index 51d76b1c279a3..b7314146b675d 100644 --- a/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild +++ b/sci-mathematics/gp2c/gp2c-0.0.11.2-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 @@ -24,6 +24,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" -src_configure(){ +src_configure() { econf --with-paricfg="${EPREFIX}/usr/share/pari/pari.cfg" } diff --git a/sci-mathematics/lrcalc/lrcalc-1.2.ebuild b/sci-mathematics/lrcalc/lrcalc-1.2.ebuild index 9039de904cd19..563cb914f3bc0 100644 --- a/sci-mathematics/lrcalc/lrcalc-1.2.ebuild +++ b/sci-mathematics/lrcalc/lrcalc-1.2.ebuild @@ -15,11 +15,11 @@ RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/${PN}-1.2-includes.patch" ) -src_configure(){ +src_configure() { econf $(use_enable static-libs static) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die } diff --git a/sci-mathematics/nauty/nauty-2.5.9.ebuild b/sci-mathematics/nauty/nauty-2.5.9.ebuild index 2caee75851cea..c193b4436b15a 100644 --- a/sci-mathematics/nauty/nauty-2.5.9.ebuild +++ b/sci-mathematics/nauty/nauty-2.5.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ IUSE="" S="${WORKDIR}/${PN}${MY_PV}" -src_prepare () { +src_prepare() { sed \ -e "s/^LDFLAGS=.*/LDFLAGS=${LDFLAGS}/" \ -e 's:${CC} -o:${CC} ${LDFLAGS} -o:g' \ @@ -27,12 +27,12 @@ src_prepare () { -i makefile.in || die } -src_test () { +src_test() { emake checks ./runalltests } -src_install () { +src_install() { dobin addedgeg amtog biplabg catg complg copyg countg \ deledgeg directg dreadnaut dretog genbg geng genrang \ gentourng labelg listg multig newedgeg NRswitchg pickg \ diff --git a/sci-mathematics/normaliz/normaliz-2.12.2.ebuild b/sci-mathematics/normaliz/normaliz-2.12.2.ebuild index 6c50d7e0a9620..4cbaf8b64afe6 100644 --- a/sci-mathematics/normaliz/normaliz-2.12.2.ebuild +++ b/sci-mathematics/normaliz/normaliz-2.12.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MYP} -src_prepare () { +src_prepare() { epatch "${FILESDIR}/${PN}-2.12.1-respect-flags.patch" epatch "${FILESDIR}/${PN}-2.12.2-gcc49.patch" @@ -39,7 +39,7 @@ src_prepare () { fi } -src_compile(){ +src_compile() { emake CXX="$(tc-getCXX)" OPENMP="${OPENMP}" -C source } diff --git a/sci-mathematics/normaliz/normaliz-3.1.1.ebuild b/sci-mathematics/normaliz/normaliz-3.1.1.ebuild index 0fcd25b609937..69b0f3c68a981 100644 --- a/sci-mathematics/normaliz/normaliz-3.1.1.ebuild +++ b/sci-mathematics/normaliz/normaliz-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MYP} -src_prepare () { +src_prepare() { epatch "${FILESDIR}/${PN}-3.0.0-respect-flags.patch" # Respect users AR tool (Bug 474532) @@ -38,7 +38,7 @@ src_prepare () { fi } -src_compile(){ +src_compile() { emake CXX="$(tc-getCXX)" OPENMP="${OPENMP}" -C source } diff --git a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild b/sci-mathematics/normaliz/normaliz-3.1.3.ebuild index 01a92c6acf0a7..7f9223274c34b 100644 --- a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild +++ b/sci-mathematics/normaliz/normaliz-3.1.3.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 @@ -26,12 +26,12 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MYP} -src_prepare () { +src_prepare() { ./bootstrap.sh || die default } -src_configure () { +src_configure() { if use openmp && ! tc-has-openmp ; then die "You requested openmp, but your toolchain does not support it." fi diff --git a/sci-mathematics/normaliz/normaliz-3.3.0.ebuild b/sci-mathematics/normaliz/normaliz-3.3.0.ebuild index f4119bcd829cd..39f9429c0f6a4 100644 --- a/sci-mathematics/normaliz/normaliz-3.3.0.ebuild +++ b/sci-mathematics/normaliz/normaliz-3.3.0.ebuild @@ -37,7 +37,7 @@ src_prepare() { eautoreconf } -src_configure () { +src_configure() { econf \ $(use_enable openmp) \ $(use_enable static-libs static) diff --git a/sci-mathematics/num-utils/num-utils-0.5-r1.ebuild b/sci-mathematics/num-utils/num-utils-0.5-r1.ebuild index a6bf9e3f06380..8d00e1555da91 100644 --- a/sci-mathematics/num-utils/num-utils-0.5-r1.ebuild +++ b/sci-mathematics/num-utils/num-utils-0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -38,7 +38,7 @@ src_prepare() { -i Makefile || die "sed Makefile failed" } -src_install () { +src_install() { emake ROOT="${ED}" install } diff --git a/sci-mathematics/octave-epstk/octave-epstk-2.4.ebuild b/sci-mathematics/octave-epstk/octave-epstk-2.4.ebuild index 8b9301f8ff6a7..9031c1f761fd9 100644 --- a/sci-mathematics/octave-epstk/octave-epstk-2.4.ebuild +++ b/sci-mathematics/octave-epstk/octave-epstk-2.4.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=4 @@ -29,7 +29,7 @@ src_prepare() { done } -src_install () { +src_install() { insinto /usr/share/octave/site/m/${PN} doins eps*/m/* use doc && dohtml -r eps*/doc/* diff --git a/sci-mathematics/planarity/planarity-3.0.0.5.ebuild b/sci-mathematics/planarity/planarity-3.0.0.5.ebuild index 2deb388db7020..e0acab922a495 100644 --- a/sci-mathematics/planarity/planarity-3.0.0.5.ebuild +++ b/sci-mathematics/planarity/planarity-3.0.0.5.ebuild @@ -22,11 +22,11 @@ PATCHES=( "${FILESDIR}/${P}-extern.patch" ) S="${WORKDIR}/${MY_PN}_${PV}" -src_configure(){ +src_configure() { econf $(use_enable static-libs static) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die use examples && dodoc -r c/samples diff --git a/sci-mathematics/polymake/polymake-3.0_p2.ebuild b/sci-mathematics/polymake/polymake-3.0_p2.ebuild index 7727fc25d4219..c14cf1c5a3fd6 100644 --- a/sci-mathematics/polymake/polymake-3.0_p2.ebuild +++ b/sci-mathematics/polymake/polymake-3.0_p2.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 @@ -43,7 +43,7 @@ pkg_pretend() { einfo "you run into trouble." } -src_configure () { +src_configure() { export CXXOPT=$(get-flag -O) # We need to define BLISS_USE_GMP if bliss was built with gmp support. @@ -75,11 +75,11 @@ src_configure () { ${myconf} || die } -src_install(){ +src_install() { emake -j1 DESTDIR="${D}" install } -pkg_postinst(){ +pkg_postinst() { elog "Docs can be found on http://www.polymake.org/doku.php/documentation" elog " " elog "Support for jreality is missing, sorry (see bug #346073)." diff --git a/sci-mathematics/prover9/prover9-2009.11a.ebuild b/sci-mathematics/prover9/prover9-2009.11a.ebuild index 1894b784a6550..ebcbaab1c1a9f 100644 --- a/sci-mathematics/prover9/prover9-2009.11a.ebuild +++ b/sci-mathematics/prover9/prover9-2009.11a.ebuild @@ -46,7 +46,7 @@ src_test() { emake test3 } -src_install () { +src_install() { dobin \ bin/attack \ bin/autosketches4 \ diff --git a/sci-mathematics/pspp/pspp-1.2.0.ebuild b/sci-mathematics/pspp/pspp-1.2.0.ebuild index 80c1c85576e45..b0978a19cfa8f 100644 --- a/sci-mathematics/pspp/pspp-1.2.0.ebuild +++ b/sci-mathematics/pspp/pspp-1.2.0.ebuild @@ -70,7 +70,7 @@ src_install() { prune_libtool_files --all } -pkg_postinst () { +pkg_postinst() { use emacs && elisp-site-regen } diff --git a/sci-mathematics/rw/rw-0.8-r1.ebuild b/sci-mathematics/rw/rw-0.8-r1.ebuild index 9a87318939824..b4fe3468daa35 100644 --- a/sci-mathematics/rw/rw-0.8-r1.ebuild +++ b/sci-mathematics/rw/rw-0.8-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 @@ -31,11 +31,11 @@ src_prepare() { default } -src_configure(){ +src_configure() { econf $(use_enable executable) --docdir="${EPREFIX}${DOCDIR}" } -src_install(){ +src_install() { # The examples graphs are meant to be fed uncompressed into the 'rw' # program. The rest of the docs are small so just leave everything # uncompressed. diff --git a/sci-mathematics/singular/singular-4.0.2.ebuild b/sci-mathematics/singular/singular-4.0.2.ebuild index 208cfbad6703a..7467031e0e48b 100644 --- a/sci-mathematics/singular/singular-4.0.2.ebuild +++ b/sci-mathematics/singular/singular-4.0.2.ebuild @@ -45,7 +45,7 @@ pkg_setup() { tc-export AR CC CPP CXX } -src_prepare () { +src_prepare() { # Need to do something about resources later... # epatch "${FILESDIR}"/${PN}-4.0.0-gentoo.patch @@ -83,7 +83,7 @@ src_compile() { fi } -# src_install () { +# src_install() { # dodoc README # # execs and libraries # cd "${S}"/build/bin diff --git a/sci-mathematics/singular/singular-4.0.3.ebuild b/sci-mathematics/singular/singular-4.0.3.ebuild index f8b2e73bf5ad5..4be89de36674c 100644 --- a/sci-mathematics/singular/singular-4.0.3.ebuild +++ b/sci-mathematics/singular/singular-4.0.3.ebuild @@ -44,7 +44,7 @@ pkg_setup() { tc-export AR CC CPP CXX } -src_prepare () { +src_prepare() { eapply "${FILESDIR}"/"${P}"-fix-resources-name.patch eapply "${FILESDIR}"/"${P}"-fix-destdir.patch eapply_user diff --git a/sci-mathematics/topcom/topcom-0.17.7.ebuild b/sci-mathematics/topcom/topcom-0.17.7.ebuild index 97a0cf2de6d51..6ff02493a1408 100644 --- a/sci-mathematics/topcom/topcom-0.17.7.ebuild +++ b/sci-mathematics/topcom/topcom-0.17.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 @@ -25,7 +25,7 @@ PATCHES=( "${FILESDIR}"/${P}-buildsystem.patch ) -src_prepare () { +src_prepare() { # ... and link in tree versions: append-libs -lgmp -lgmpxx -lcddgmp @@ -34,7 +34,7 @@ src_prepare () { default } -src_install () { +src_install() { default use static-libs || rm -f "${ED}"/usr/$(get_libdir)/*a diff --git a/sci-visualization/gnuplot/gnuplot-5.0.7.ebuild b/sci-visualization/gnuplot/gnuplot-5.0.7.ebuild index 5e41cba3154c6..001588328da03 100644 --- a/sci-visualization/gnuplot/gnuplot-5.0.7.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.0.7.ebuild @@ -172,7 +172,7 @@ src_compile() { fi } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* diff --git a/sci-visualization/gnuplot/gnuplot-5.2.6.ebuild b/sci-visualization/gnuplot/gnuplot-5.2.6.ebuild index 2a12c827ecbdc..9002846bcfedf 100644 --- a/sci-visualization/gnuplot/gnuplot-5.2.6.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.2.6.ebuild @@ -171,7 +171,7 @@ src_compile() { fi } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc BUGS ChangeLog NEWS PGPKEYS README* RELEASE_NOTES TODO diff --git a/sci-visualization/gnuplot/gnuplot-5.2.7.ebuild b/sci-visualization/gnuplot/gnuplot-5.2.7.ebuild index e2c078bf41d87..9002846bcfedf 100644 --- a/sci-visualization/gnuplot/gnuplot-5.2.7.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.2.7.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 @@ -171,7 +171,7 @@ src_compile() { fi } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc BUGS ChangeLog NEWS PGPKEYS README* RELEASE_NOTES TODO diff --git a/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild index ed42ef2faa1ba..56845ef2630d6 100644 --- a/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.2.9999.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 @@ -168,7 +168,7 @@ src_compile() { fi } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* RELEASE_NOTES TODO diff --git a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild index 738583343650d..f1ec64c8b8c4b 100644 --- a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.3.9999.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 @@ -157,7 +157,7 @@ src_compile() { fi } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* RELEASE_NOTES TODO diff --git a/sci-visualization/quickplot/quickplot-0.10.6.ebuild b/sci-visualization/quickplot/quickplot-0.10.6.ebuild index f2a1d88660d09..b3e060ecccee6 100644 --- a/sci-visualization/quickplot/quickplot-0.10.6.ebuild +++ b/sci-visualization/quickplot/quickplot-0.10.6.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=5 @@ -35,7 +35,7 @@ src_configure() { autotools-utils_src_configure } -src_install () { +src_install() { autotools-utils_src_install make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics mv "${ED}"/usr/share/applications/quickplot*.desktop \ diff --git a/sci-visualization/quickplot/quickplot-0.10.8.ebuild b/sci-visualization/quickplot/quickplot-0.10.8.ebuild index c543aa5bab0ad..64c6464035c6a 100644 --- a/sci-visualization/quickplot/quickplot-0.10.8.ebuild +++ b/sci-visualization/quickplot/quickplot-0.10.8.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=5 @@ -35,7 +35,7 @@ src_configure() { autotools-utils_src_configure } -src_install () { +src_install() { autotools-utils_src_install make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics mv "${ED}"/usr/share/applications/quickplot*.desktop \ diff --git a/sci-visualization/quickplot/quickplot-1.0.1_rc.ebuild b/sci-visualization/quickplot/quickplot-1.0.1_rc.ebuild index 962d54e5556f7..3b95c16cf526d 100644 --- a/sci-visualization/quickplot/quickplot-1.0.1_rc.ebuild +++ b/sci-visualization/quickplot/quickplot-1.0.1_rc.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 @@ -42,7 +42,7 @@ src_configure() { $(use_enable static-libs static) } -src_install () { +src_install() { default make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics mv "${ED%/}"/usr/share/applications/quickplot{*,}.desktop || die diff --git a/sys-apps/apparmor/apparmor-2.13.3.ebuild b/sys-apps/apparmor/apparmor-2.13.3.ebuild index 020f3e4ff37f9..a4c693e37c5c8 100644 --- a/sys-apps/apparmor/apparmor-2.13.3.ebuild +++ b/sys-apps/apparmor/apparmor-2.13.3.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 @@ -42,7 +42,7 @@ src_prepare() { sed -e "/installation problem/ctrue" -i rc.apparmor.functions || die } -src_compile() { +src_compile() { emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" USE_SYSTEM=1 arch manpages use doc && emake pdf } diff --git a/sys-apps/etckeeper/etckeeper-1.18.14.ebuild b/sys-apps/etckeeper/etckeeper-1.18.14.ebuild index 7935c8c83a3af..7ba7193c63e82 100644 --- a/sys-apps/etckeeper/etckeeper-1.18.14.ebuild +++ b/sys-apps/etckeeper/etckeeper-1.18.14.ebuild @@ -46,7 +46,7 @@ src_compile() { : } -src_install(){ +src_install() { emake DESTDIR="${ED}" install doenvd "$(prefixify_ro "${FILESDIR}"/99${PN})" @@ -64,7 +64,7 @@ src_install(){ fi } -pkg_postinst(){ +pkg_postinst() { tmpfiles_process "${PN}.conf" elog "${PN} supports git, mercurial and darcs" diff --git a/sys-apps/etckeeper/etckeeper-1.18.6.ebuild b/sys-apps/etckeeper/etckeeper-1.18.6.ebuild index 59f27252629ff..6ac5a4243660c 100644 --- a/sys-apps/etckeeper/etckeeper-1.18.6.ebuild +++ b/sys-apps/etckeeper/etckeeper-1.18.6.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 @@ -33,7 +33,7 @@ src_compile() { : } -src_install(){ +src_install() { emake DESTDIR="${ED}" install bzr_install() { @@ -57,7 +57,7 @@ src_install(){ fi } -pkg_postinst(){ +pkg_postinst() { elog "${PN} supports the following VCS: ${VCS_DEPEND}" elog " dev-vcs/bzr" elog "This ebuild just ensures at least one is installed!" diff --git a/sys-apps/etckeeper/etckeeper-1.18.8.ebuild b/sys-apps/etckeeper/etckeeper-1.18.8.ebuild index 2cd9ba3542608..7c5d60b113f6c 100644 --- a/sys-apps/etckeeper/etckeeper-1.18.8.ebuild +++ b/sys-apps/etckeeper/etckeeper-1.18.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -41,7 +41,7 @@ src_compile() { : } -src_install(){ +src_install() { emake DESTDIR="${ED}" install bzr_install() { @@ -62,7 +62,7 @@ src_install(){ fi } -pkg_postinst(){ +pkg_postinst() { elog "${PN} supports the following VCS: ${VCS_DEPEND}" elog " dev-vcs/bzr" elog "This ebuild just ensures at least one is installed!" diff --git a/sys-apps/fwts/fwts-17.02.00.ebuild b/sys-apps/fwts/fwts-17.02.00.ebuild index d86714e02ca02..f17665061e409 100644 --- a/sys-apps/fwts/fwts-17.02.00.ebuild +++ b/sys-apps/fwts/fwts-17.02.00.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 @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} S=${WORKDIR} -src_prepare(){ +src_prepare() { default sed -i -e 's/-Wall -Werror/-Wall/' configure.ac {,src/,src/lib/src/}Makefile.am || die sed -i -e 's:/usr/bin/lspci:'$(type -p lspci)':' src/lib/include/fwts_binpaths.h || die diff --git a/sys-apps/ifd-gempc/ifd-gempc-1.0.7.ebuild b/sys-apps/ifd-gempc/ifd-gempc-1.0.7.ebuild index 2ce84f5f3eae1..7e89f583238fb 100644 --- a/sys-apps/ifd-gempc/ifd-gempc-1.0.7.ebuild +++ b/sys-apps/ifd-gempc/ifd-gempc-1.0.7.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=7 @@ -27,7 +27,7 @@ src_compile() { emake CC="$(tc-getCC)" } -src_install () { +src_install() { emake CC="$(tc-getCC)" DESTDIR="${D}" install einstalldocs diff --git a/sys-apps/likwid/likwid-4.3.3.ebuild b/sys-apps/likwid/likwid-4.3.3.ebuild index 1f4427478f9ab..02a836a19c6db 100644 --- a/sys-apps/likwid/likwid-4.3.3.ebuild +++ b/sys-apps/likwid/likwid-4.3.3.ebuild @@ -139,7 +139,7 @@ src_compile() { "${src_compile_opts[@]}" } -src_install () { +src_install() { export_emake_opts emake \ "${src_compile_opts[@]}" \ diff --git a/sys-apps/likwid/likwid-4.3.4.ebuild b/sys-apps/likwid/likwid-4.3.4.ebuild index 1f4427478f9ab..02a836a19c6db 100644 --- a/sys-apps/likwid/likwid-4.3.4.ebuild +++ b/sys-apps/likwid/likwid-4.3.4.ebuild @@ -139,7 +139,7 @@ src_compile() { "${src_compile_opts[@]}" } -src_install () { +src_install() { export_emake_opts emake \ "${src_compile_opts[@]}" \ diff --git a/sys-apps/paxctl/paxctl-0.7-r2.ebuild b/sys-apps/paxctl/paxctl-0.7-r2.ebuild index 9f7330ab2d6a2..81c900164e314 100644 --- a/sys-apps/paxctl/paxctl-0.7-r2.ebuild +++ b/sys-apps/paxctl/paxctl-0.7-r2.ebuild @@ -31,7 +31,7 @@ src_compile() { LDFLAGS="${LDFLAGS}" } -src_install () { +src_install() { emake DESTDIR="${ED}" install dodoc README ChangeLog } diff --git a/sys-apps/paxctl/paxctl-0.8.ebuild b/sys-apps/paxctl/paxctl-0.8.ebuild index 2cc81d1191389..d312a62fe96f4 100644 --- a/sys-apps/paxctl/paxctl-0.8.ebuild +++ b/sys-apps/paxctl/paxctl-0.8.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" @@ -31,7 +31,7 @@ src_compile() { LDFLAGS="${LDFLAGS}" } -src_install () { +src_install() { emake DESTDIR="${ED}" install dodoc README ChangeLog } diff --git a/sys-apps/paxctl/paxctl-0.9.ebuild b/sys-apps/paxctl/paxctl-0.9.ebuild index 86033de6cf34a..3a0964c832d17 100644 --- a/sys-apps/paxctl/paxctl-0.9.ebuild +++ b/sys-apps/paxctl/paxctl-0.9.ebuild @@ -31,7 +31,7 @@ src_compile() { LDFLAGS="${LDFLAGS}" } -src_install () { +src_install() { emake DESTDIR="${ED}" install dodoc README ChangeLog } diff --git a/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild b/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild index 17644f426dfc7..39b7d34cb31a2 100644 --- a/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild +++ b/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-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=7 @@ -32,7 +32,7 @@ src_compile() { emake CC="$(tc-getCC)" LD="$(tc-getLD)" } -src_install () { +src_install() { local pcscdir="$(pkg-config --variable=usbdropdir libpcsclite)" local conf="/etc/reader.conf.d/${PN}.conf" diff --git a/sys-apps/pnputils/pnputils-0.1.ebuild b/sys-apps/pnputils/pnputils-0.1.ebuild index 7f182f88bb64f..0919a9fa409ff 100644 --- a/sys-apps/pnputils/pnputils-0.1.ebuild +++ b/sys-apps/pnputils/pnputils-0.1.ebuild @@ -19,7 +19,7 @@ src_compile() { emake CC="$(tc-getCC)" all } -src_install () { +src_install() { emake DESTDIR="${ED}" install einstalldocs } diff --git a/sys-apps/rkflashtool/rkflashtool-6.1.ebuild b/sys-apps/rkflashtool/rkflashtool-6.1.ebuild index 8b4518ba94ab8..d4b936000f918 100644 --- a/sys-apps/rkflashtool/rkflashtool-6.1.ebuild +++ b/sys-apps/rkflashtool/rkflashtool-6.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 @@ -19,7 +19,7 @@ S=${WORKDIR}/${P}-src RDEPEND="virtual/libusb:1" DEPEND="${RDEPEND}" -src_prepare(){ +src_prepare() { cp "${FILESDIR}"/${P}-missing-version.h version.h || die sed -i -e "s/CC =/CC ?=/"\ -e "s/CFLAGS =/CFLAGS ?=/"\ @@ -27,7 +27,7 @@ src_prepare(){ tc-export CC } -src_install(){ +src_install() { dodoc README dobin rkcrc rkflashtool rkmisc rkpad rkparameters rkparametersblock rkunpack rkunsign } diff --git a/sys-auth/sssd/sssd-1.16.3-r3.ebuild b/sys-auth/sssd/sssd-1.16.3-r3.ebuild index f3cc966874c74..bcfee45e6ab20 100644 --- a/sys-auth/sssd/sssd-1.16.3-r3.ebuild +++ b/sys-auth/sssd/sssd-1.16.3-r3.ebuild @@ -77,7 +77,7 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/sss_certmap.h ) -pkg_setup(){ +pkg_setup() { linux-info_pkg_setup } @@ -226,7 +226,7 @@ multilib_src_test() { default } -pkg_postinst(){ +pkg_postinst() { elog "You must set up sssd.conf (default installed into /etc/sssd)" elog "and (optionally) configuration in /etc/pam.d in order to use SSSD" elog "features. Please see howto in https://docs.pagure.org/SSSD.sssd/design_pages/index.html#implemented-in-1-16-x" diff --git a/sys-auth/sssd/sssd-2.1.0-r1.ebuild b/sys-auth/sssd/sssd-2.1.0-r1.ebuild index ce5b4afe52727..19224eba79acb 100644 --- a/sys-auth/sssd/sssd-2.1.0-r1.ebuild +++ b/sys-auth/sssd/sssd-2.1.0-r1.ebuild @@ -77,7 +77,7 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/sss_certmap.h ) -pkg_setup(){ +pkg_setup() { linux-info_pkg_setup } @@ -223,7 +223,7 @@ multilib_src_test() { default } -pkg_postinst(){ +pkg_postinst() { elog "You must set up sssd.conf (default installed into /etc/sssd)" elog "and (optionally) configuration in /etc/pam.d in order to use SSSD" elog "features. Please see howto in https://docs.pagure.org/SSSD.sssd/design_pages/smartcard_authentication_require.html" diff --git a/sys-auth/sssd/sssd-2.2.0-r1.ebuild b/sys-auth/sssd/sssd-2.2.0-r1.ebuild index ce5b4afe52727..19224eba79acb 100644 --- a/sys-auth/sssd/sssd-2.2.0-r1.ebuild +++ b/sys-auth/sssd/sssd-2.2.0-r1.ebuild @@ -77,7 +77,7 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/sss_certmap.h ) -pkg_setup(){ +pkg_setup() { linux-info_pkg_setup } @@ -223,7 +223,7 @@ multilib_src_test() { default } -pkg_postinst(){ +pkg_postinst() { elog "You must set up sssd.conf (default installed into /etc/sssd)" elog "and (optionally) configuration in /etc/pam.d in order to use SSSD" elog "features. Please see howto in https://docs.pagure.org/SSSD.sssd/design_pages/smartcard_authentication_require.html" diff --git a/sys-auth/sssd/sssd-2.2.2.ebuild b/sys-auth/sssd/sssd-2.2.2.ebuild index ce5b4afe52727..19224eba79acb 100644 --- a/sys-auth/sssd/sssd-2.2.2.ebuild +++ b/sys-auth/sssd/sssd-2.2.2.ebuild @@ -77,7 +77,7 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/sss_certmap.h ) -pkg_setup(){ +pkg_setup() { linux-info_pkg_setup } @@ -223,7 +223,7 @@ multilib_src_test() { default } -pkg_postinst(){ +pkg_postinst() { elog "You must set up sssd.conf (default installed into /etc/sssd)" elog "and (optionally) configuration in /etc/pam.d in order to use SSSD" elog "features. Please see howto in https://docs.pagure.org/SSSD.sssd/design_pages/smartcard_authentication_require.html" diff --git a/sys-auth/sssd/sssd-2.2.3.ebuild b/sys-auth/sssd/sssd-2.2.3.ebuild index ce5b4afe52727..19224eba79acb 100644 --- a/sys-auth/sssd/sssd-2.2.3.ebuild +++ b/sys-auth/sssd/sssd-2.2.3.ebuild @@ -77,7 +77,7 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/sss_certmap.h ) -pkg_setup(){ +pkg_setup() { linux-info_pkg_setup } @@ -223,7 +223,7 @@ multilib_src_test() { default } -pkg_postinst(){ +pkg_postinst() { elog "You must set up sssd.conf (default installed into /etc/sssd)" elog "and (optionally) configuration in /etc/pam.d in order to use SSSD" elog "features. Please see howto in https://docs.pagure.org/SSSD.sssd/design_pages/smartcard_authentication_require.html" diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild b/sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild index 8b7bb0fcd14dc..1fa0ddde26c78 100644 --- a/sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild +++ b/sys-boot/cromwell-bin/cromwell-bin-2.40-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=6 @@ -20,7 +20,7 @@ RDEPEND="" S=${WORKDIR}/cromwell-${PV} -src_install () { +src_install() { dodir /boot/${PN} insinto /boot/${PN} doins cromwell{,_1024}.bin xromwell.xbe diff --git a/sys-cluster/fake/fake-1.1.10.ebuild b/sys-cluster/fake/fake-1.1.10.ebuild index 3f960e577b008..1a738649c6028 100644 --- a/sys-cluster/fake/fake-1.1.10.ebuild +++ b/sys-cluster/fake/fake-1.1.10.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 @@ -21,7 +21,7 @@ src_prepare() { emake patch } -src_install(){ +src_install() { emake \ ROOT_DIR="${ED}" \ MAN8_DIR="${ED}/usr/share/man/man8" \ diff --git a/sys-cluster/openmpi/openmpi-1.4.3.ebuild b/sys-cluster/openmpi/openmpi-1.4.3.ebuild index 995428ba0baec..425453bd32ff6 100644 --- a/sys-cluster/openmpi/openmpi-1.4.3.ebuild +++ b/sys-cluster/openmpi/openmpi-1.4.3.ebuild @@ -89,7 +89,7 @@ src_configure() { $(use_enable ipv6) } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc README AUTHORS NEWS VERSION } diff --git a/sys-cluster/openmpi/openmpi-1.4.5.ebuild b/sys-cluster/openmpi/openmpi-1.4.5.ebuild index 09f1a47cf5a17..8bb69d8ea3429 100644 --- a/sys-cluster/openmpi/openmpi-1.4.5.ebuild +++ b/sys-cluster/openmpi/openmpi-1.4.5.ebuild @@ -91,7 +91,7 @@ src_configure() { $(use_enable ipv6) } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc README AUTHORS NEWS VERSION } diff --git a/sys-cluster/openmpi/openmpi-1.6.5-r1.ebuild b/sys-cluster/openmpi/openmpi-1.6.5-r1.ebuild index 2316cbacd4081..2e0401287fb96 100644 --- a/sys-cluster/openmpi/openmpi-1.6.5-r1.ebuild +++ b/sys-cluster/openmpi/openmpi-1.6.5-r1.ebuild @@ -153,7 +153,7 @@ src_configure() { $(use_with openmpi_rm_slurm slurm) } -src_install () { +src_install() { emake DESTDIR="${D}" install # From USE=vt see #359917 rm "${ED}"/usr/share/libtool &> /dev/null diff --git a/sys-cluster/openmpi/openmpi-1.7.5-r1.ebuild b/sys-cluster/openmpi/openmpi-1.7.5-r1.ebuild index b89bbeea526cf..dab0046aced8f 100644 --- a/sys-cluster/openmpi/openmpi-1.7.5-r1.ebuild +++ b/sys-cluster/openmpi/openmpi-1.7.5-r1.ebuild @@ -145,7 +145,7 @@ src_configure() { $(use_with openmpi_rm_slurm slurm) } -src_install () { +src_install() { emake DESTDIR="${D}" install # From USE=vt see #359917 rm "${ED}"/usr/share/libtool &> /dev/null diff --git a/sys-cluster/openmpi/openmpi-1.8.4-r4.ebuild b/sys-cluster/openmpi/openmpi-1.8.4-r4.ebuild index 6fb44825a36e1..72e09f72e6e51 100644 --- a/sys-cluster/openmpi/openmpi-1.8.4-r4.ebuild +++ b/sys-cluster/openmpi/openmpi-1.8.4-r4.ebuild @@ -144,7 +144,7 @@ src_configure() { $(use_with openmpi_rm_slurm slurm) } -src_install () { +src_install() { emake DESTDIR="${D}" install # From USE=vt see #359917 diff --git a/sys-cluster/openmpi/openmpi-1.8.7-r1.ebuild b/sys-cluster/openmpi/openmpi-1.8.7-r1.ebuild index e50b89fd7f6a6..e5a61d2137d06 100644 --- a/sys-cluster/openmpi/openmpi-1.8.7-r1.ebuild +++ b/sys-cluster/openmpi/openmpi-1.8.7-r1.ebuild @@ -149,7 +149,7 @@ src_configure() { $(use_enable java mpi-java) } -src_install () { +src_install() { emake DESTDIR="${D}" install # From USE=vt see #359917 diff --git a/sys-cluster/openmpi/openmpi-1.8.8.ebuild b/sys-cluster/openmpi/openmpi-1.8.8.ebuild index 762622c3a9835..824231448dffa 100644 --- a/sys-cluster/openmpi/openmpi-1.8.8.ebuild +++ b/sys-cluster/openmpi/openmpi-1.8.8.ebuild @@ -149,7 +149,7 @@ src_configure() { $(use_enable java mpi-java) } -src_install () { +src_install() { emake DESTDIR="${D}" install # From USE=vt see #359917 diff --git a/sys-cluster/swift/swift-2.22.0-r1.ebuild b/sys-cluster/swift/swift-2.22.0-r1.ebuild index ba1dd861b261c..84ba4cd0845d6 100644 --- a/sys-cluster/swift/swift-2.22.0-r1.ebuild +++ b/sys-cluster/swift/swift-2.22.0-r1.ebuild @@ -65,7 +65,7 @@ src_prepare() { distutils-r1_python_prepare_all } -src_test () { +src_test() { # https://bugs.launchpad.net/swift/+bug/1249727 find . \( -name test_wsgi.py -o -name test_locale.py -o -name test_utils.py \) -delete || die SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die diff --git a/sys-cluster/swift/swift-2.23.1-r1.ebuild b/sys-cluster/swift/swift-2.23.1-r1.ebuild index 983417bdc36ac..81130d620e211 100644 --- a/sys-cluster/swift/swift-2.23.1-r1.ebuild +++ b/sys-cluster/swift/swift-2.23.1-r1.ebuild @@ -65,7 +65,7 @@ src_prepare() { distutils-r1_python_prepare_all } -src_test () { +src_test() { # https://bugs.launchpad.net/swift/+bug/1249727 find . \( -name test_wsgi.py -o -name test_locale.py -o -name test_utils.py \) -delete || die SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die diff --git a/sys-cluster/swift/swift-2.24.0-r1.ebuild b/sys-cluster/swift/swift-2.24.0-r1.ebuild index fa163da127731..dfb4786356f76 100644 --- a/sys-cluster/swift/swift-2.24.0-r1.ebuild +++ b/sys-cluster/swift/swift-2.24.0-r1.ebuild @@ -62,7 +62,7 @@ src_prepare() { distutils-r1_python_prepare_all } -src_test () { +src_test() { # https://bugs.launchpad.net/swift/+bug/1249727 find . \( -name test_wsgi.py -o -name test_locale.py -o -name test_utils.py \) -delete || die SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die diff --git a/sys-cluster/swift/swift-2019.2.9999.ebuild b/sys-cluster/swift/swift-2019.2.9999.ebuild index fa163da127731..dfb4786356f76 100644 --- a/sys-cluster/swift/swift-2019.2.9999.ebuild +++ b/sys-cluster/swift/swift-2019.2.9999.ebuild @@ -62,7 +62,7 @@ src_prepare() { distutils-r1_python_prepare_all } -src_test () { +src_test() { # https://bugs.launchpad.net/swift/+bug/1249727 find . \( -name test_wsgi.py -o -name test_locale.py -o -name test_utils.py \) -delete || die SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die diff --git a/sys-devel/autoconf/autoconf-2.69-r4.ebuild b/sys-devel/autoconf/autoconf-2.69-r4.ebuild index 75dbed11ace8e..c70a970585801 100644 --- a/sys-devel/autoconf/autoconf-2.69-r4.ebuild +++ b/sys-devel/autoconf/autoconf-2.69-r4.ebuild @@ -29,7 +29,7 @@ RDEPEND="${DEPEND} [[ ${PV} == "9999" ]] && DEPEND+=" >=sys-apps/texinfo-4.3" PDEPEND="emacs? ( app-emacs/autoconf-mode )" -src_prepare() { +src_prepare() { # usr/bin/libtool is provided by binutils-apple, need gnu libtool [[ ${CHOST} == *-darwin* ]] && \ PATCHES+=( "${FILESDIR}"/${PN}-2.61-darwin.patch ) diff --git a/sys-devel/autoconf/autoconf-2.69-r5.ebuild b/sys-devel/autoconf/autoconf-2.69-r5.ebuild index a51dccb3f7417..190228a869665 100644 --- a/sys-devel/autoconf/autoconf-2.69-r5.ebuild +++ b/sys-devel/autoconf/autoconf-2.69-r5.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 @@ -40,7 +40,7 @@ PATCHES=( "${WORKDIR}"/patches/${P}-runstatedir_info.patch ) -src_prepare() { +src_prepare() { # usr/bin/libtool is provided by binutils-apple, need gnu libtool if [[ ${CHOST} == *-darwin* ]] ; then PATCHES+=( "${FILESDIR}"/${PN}-2.61-darwin.patch ) diff --git a/sys-devel/llvm-roc/llvm-roc-2.10.0.ebuild b/sys-devel/llvm-roc/llvm-roc-2.10.0.ebuild index 323743a293f02..fc105c396a8bb 100644 --- a/sys-devel/llvm-roc/llvm-roc-2.10.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-2.10.0.ebuild @@ -44,7 +44,7 @@ src_configure() { ) cmake_src_configure } -src_install(){ +src_install() { cmake_src_install cat > "99${PN}" <<-EOF LDPATH="${EROOT}/usr/lib/llvm/roc/lib" diff --git a/sys-devel/llvm-roc/llvm-roc-2.6.0-r1.ebuild b/sys-devel/llvm-roc/llvm-roc-2.6.0-r1.ebuild index 51448982dab63..2ee101233e290 100644 --- a/sys-devel/llvm-roc/llvm-roc-2.6.0-r1.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-2.6.0-r1.ebuild @@ -43,7 +43,7 @@ src_configure() { ) cmake_src_configure } -src_install(){ +src_install() { cmake_src_install cat > "99${PN}" <<-EOF LDPATH="${EROOT}/usr/lib/llvm/roc/lib" diff --git a/sys-devel/llvm-roc/llvm-roc-2.7.0.ebuild b/sys-devel/llvm-roc/llvm-roc-2.7.0.ebuild index 323743a293f02..fc105c396a8bb 100644 --- a/sys-devel/llvm-roc/llvm-roc-2.7.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-2.7.0.ebuild @@ -44,7 +44,7 @@ src_configure() { ) cmake_src_configure } -src_install(){ +src_install() { cmake_src_install cat > "99${PN}" <<-EOF LDPATH="${EROOT}/usr/lib/llvm/roc/lib" diff --git a/sys-devel/llvm-roc/llvm-roc-2.8.0.ebuild b/sys-devel/llvm-roc/llvm-roc-2.8.0.ebuild index 323743a293f02..fc105c396a8bb 100644 --- a/sys-devel/llvm-roc/llvm-roc-2.8.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-2.8.0.ebuild @@ -44,7 +44,7 @@ src_configure() { ) cmake_src_configure } -src_install(){ +src_install() { cmake_src_install cat > "99${PN}" <<-EOF LDPATH="${EROOT}/usr/lib/llvm/roc/lib" diff --git a/sys-devel/llvm-roc/llvm-roc-2.9.0.ebuild b/sys-devel/llvm-roc/llvm-roc-2.9.0.ebuild index 323743a293f02..fc105c396a8bb 100644 --- a/sys-devel/llvm-roc/llvm-roc-2.9.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-2.9.0.ebuild @@ -44,7 +44,7 @@ src_configure() { ) cmake_src_configure } -src_install(){ +src_install() { cmake_src_install cat > "99${PN}" <<-EOF LDPATH="${EROOT}/usr/lib/llvm/roc/lib" diff --git a/sys-devel/llvm-roc/llvm-roc-3.0.0.ebuild b/sys-devel/llvm-roc/llvm-roc-3.0.0.ebuild index 18cde0198c040..8035d829e5b15 100644 --- a/sys-devel/llvm-roc/llvm-roc-3.0.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-3.0.0.ebuild @@ -48,7 +48,7 @@ src_configure() { cmake_src_configure } -src_install(){ +src_install() { cmake_src_install cat > "99${PN}" <<-EOF LDPATH="${EROOT}/usr/lib/llvm/roc/lib" diff --git a/sys-fs/ecryptfs-utils/ecryptfs-utils-108-r3.ebuild b/sys-fs/ecryptfs-utils/ecryptfs-utils-108-r3.ebuild index f4e3280e5e869..4986698259384 100644 --- a/sys-fs/ecryptfs-utils/ecryptfs-utils-108-r3.ebuild +++ b/sys-fs/ecryptfs-utils/ecryptfs-utils-108-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 @@ src_configure() { $(use_enable tpm tspi) } -src_install(){ +src_install() { emake DESTDIR="${D}" install if use python; then diff --git a/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild b/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild index 10ff82ed8b3a7..a5704e9bce6fa 100644 --- a/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild +++ b/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.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" @@ -71,7 +71,7 @@ src_configure() { $(use_enable tpm tspi) } -src_install(){ +src_install() { emake DESTDIR="${D}" install if use python; then diff --git a/sys-fs/iprutils/iprutils-2.4.17.1.ebuild b/sys-fs/iprutils/iprutils-2.4.17.1.ebuild index 321d67c6fb7cd..b01907f614326 100644 --- a/sys-fs/iprutils/iprutils-2.4.17.1.ebuild +++ b/sys-fs/iprutils/iprutils-2.4.17.1.ebuild @@ -41,7 +41,7 @@ src_configure() { econf $(use_enable static-libs static) } -src_install () { +src_install() { emake DESTDIR="${D}" \ bashcompdir=$(get_bashcompdir) install diff --git a/sys-fs/iprutils/iprutils-2.4.18.1.ebuild b/sys-fs/iprutils/iprutils-2.4.18.1.ebuild index e1dc5dfc5a52b..2ba2c4386cfad 100644 --- a/sys-fs/iprutils/iprutils-2.4.18.1.ebuild +++ b/sys-fs/iprutils/iprutils-2.4.18.1.ebuild @@ -41,7 +41,7 @@ src_configure() { econf $(use_enable static-libs static) } -src_install () { +src_install() { emake \ DESTDIR="${D}" \ bashcompdir=$(get_bashcompdir) \ diff --git a/sys-fs/iprutils/iprutils-2.4.7.ebuild b/sys-fs/iprutils/iprutils-2.4.7.ebuild index 05a3343890f66..7cacccbe3a5c6 100644 --- a/sys-fs/iprutils/iprutils-2.4.7.ebuild +++ b/sys-fs/iprutils/iprutils-2.4.7.ebuild @@ -34,7 +34,7 @@ src_configure() { econf $(use_enable static-libs static) } -src_install () { +src_install() { default newinitd "${FILESDIR}"/iprinit-r1 iprinit diff --git a/sys-fs/jfsutils/jfsutils-1.1.15.ebuild b/sys-fs/jfsutils/jfsutils-1.1.15.ebuild index 629b5f6c57f0b..808f6a3eff105 100644 --- a/sys-fs/jfsutils/jfsutils-1.1.15.ebuild +++ b/sys-fs/jfsutils/jfsutils-1.1.15.ebuild @@ -29,7 +29,7 @@ src_configure() { econf --sbindir=/sbin } -src_install () { +src_install() { default rm -f "${ED}"/sbin/{mkfs,fsck}.jfs || die diff --git a/sys-fs/lessfs/lessfs-1.7.0-r1.ebuild b/sys-fs/lessfs/lessfs-1.7.0-r1.ebuild index c8cb636dcd271..7f0e7606c04ae 100644 --- a/sys-fs/lessfs/lessfs-1.7.0-r1.ebuild +++ b/sys-fs/lessfs/lessfs-1.7.0-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 @@ -47,7 +47,7 @@ src_configure() { $(use_with snappy) } -src_install () { +src_install() { default insinto /etc newins examples/lessfs.cfg-master ${PN}.cfg diff --git a/sys-fs/quotatool/quotatool-1.6.2.ebuild b/sys-fs/quotatool/quotatool-1.6.2.ebuild index 47ef073109882..c71e452c4d97e 100644 --- a/sys-fs/quotatool/quotatool-1.6.2.ebuild +++ b/sys-fs/quotatool/quotatool-1.6.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="4" @@ -20,7 +20,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.4.13-ldflags.patch } -src_install () { +src_install() { dodir /usr/sbin /usr/share/man/man8 default } diff --git a/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild b/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild index 5b8ca4d7da9e6..4f614d470df60 100644 --- a/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild +++ b/sys-fs/ufsutils/ufsutils-8.2_p3.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=4 @@ -41,7 +41,7 @@ src_configure() { tc-export AR CC } -src_compile(){ +src_compile() { emake -j1 } diff --git a/sys-kernel/pf-sources/pf-sources-5.3_p8.ebuild b/sys-kernel/pf-sources/pf-sources-5.3_p8.ebuild index fe7502d70dcf3..b80c47237f5d9 100644 --- a/sys-kernel/pf-sources/pf-sources-5.3_p8.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.3_p8.ebuild @@ -53,7 +53,7 @@ PATCHES=( K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: ${HOMEPAGE}." -pkg_setup(){ +pkg_setup() { ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the pf developers directly." diff --git a/sys-kernel/pf-sources/pf-sources-5.4_p6.ebuild b/sys-kernel/pf-sources/pf-sources-5.4_p6.ebuild index a86a2780b716c..676fb9f17fc9a 100644 --- a/sys-kernel/pf-sources/pf-sources-5.4_p6.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.4_p6.ebuild @@ -54,7 +54,7 @@ PATCHES=( K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: ${HOMEPAGE}." -pkg_setup(){ +pkg_setup() { ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the pf developers directly." diff --git a/sys-kernel/pf-sources/pf-sources-5.5_p1.ebuild b/sys-kernel/pf-sources/pf-sources-5.5_p1.ebuild index a86a2780b716c..676fb9f17fc9a 100644 --- a/sys-kernel/pf-sources/pf-sources-5.5_p1.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.5_p1.ebuild @@ -54,7 +54,7 @@ PATCHES=( K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: ${HOMEPAGE}." -pkg_setup(){ +pkg_setup() { ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the pf developers directly." diff --git a/sys-kernel/pf-sources/pf-sources-5.5_p2.ebuild b/sys-kernel/pf-sources/pf-sources-5.5_p2.ebuild index a86a2780b716c..676fb9f17fc9a 100644 --- a/sys-kernel/pf-sources/pf-sources-5.5_p2.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.5_p2.ebuild @@ -54,7 +54,7 @@ PATCHES=( K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: ${HOMEPAGE}." -pkg_setup(){ +pkg_setup() { ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the pf developers directly." diff --git a/sys-kernel/pf-sources/pf-sources-5.5_p3.ebuild b/sys-kernel/pf-sources/pf-sources-5.5_p3.ebuild index a86a2780b716c..676fb9f17fc9a 100644 --- a/sys-kernel/pf-sources/pf-sources-5.5_p3.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.5_p3.ebuild @@ -54,7 +54,7 @@ PATCHES=( K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: ${HOMEPAGE}." -pkg_setup(){ +pkg_setup() { ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the pf developers directly." diff --git a/sys-kernel/pf-sources/pf-sources-5.5_p4.ebuild b/sys-kernel/pf-sources/pf-sources-5.5_p4.ebuild index a86a2780b716c..676fb9f17fc9a 100644 --- a/sys-kernel/pf-sources/pf-sources-5.5_p4.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.5_p4.ebuild @@ -54,7 +54,7 @@ PATCHES=( K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: ${HOMEPAGE}." -pkg_setup(){ +pkg_setup() { ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the pf developers directly." diff --git a/sys-kernel/zen-sources/zen-sources-5.4.15.ebuild b/sys-kernel/zen-sources/zen-sources-5.4.15.ebuild index f254b40c42585..c3dce435487ec 100644 --- a/sys-kernel/zen-sources/zen-sources-5.4.15.ebuild +++ b/sys-kernel/zen-sources/zen-sources-5.4.15.ebuild @@ -27,7 +27,7 @@ UNIPATCH_STRICTORDER="yes" K_EXTRAEINFO="For more info on zen-sources, and for how to report problems, see: \ ${HOMEPAGE}, also go to #zen-sources on freenode" -pkg_setup(){ +pkg_setup() { ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the zen developers directly." diff --git a/sys-kernel/zen-sources/zen-sources-5.5.4.ebuild b/sys-kernel/zen-sources/zen-sources-5.5.4.ebuild index f254b40c42585..c3dce435487ec 100644 --- a/sys-kernel/zen-sources/zen-sources-5.5.4.ebuild +++ b/sys-kernel/zen-sources/zen-sources-5.5.4.ebuild @@ -27,7 +27,7 @@ UNIPATCH_STRICTORDER="yes" K_EXTRAEINFO="For more info on zen-sources, and for how to report problems, see: \ ${HOMEPAGE}, also go to #zen-sources on freenode" -pkg_setup(){ +pkg_setup() { ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the zen developers directly." diff --git a/sys-libs/ldb/ldb-1.1.29-r1.ebuild b/sys-libs/ldb/ldb-1.1.29-r1.ebuild index 9046773f1972f..a6c0906ceed58 100644 --- a/sys-libs/ldb/ldb-1.1.29-r1.ebuild +++ b/sys-libs/ldb/ldb-1.1.29-r1.ebuild @@ -69,7 +69,7 @@ multilib_src_configure() { waf-utils_src_configure "${myconf[@]}" } -multilib_src_compile(){ +multilib_src_compile() { waf-utils_src_compile multilib_is_native_abi && use doc && doxygen Doxyfile } diff --git a/sys-libs/ldb/ldb-1.1.31.ebuild b/sys-libs/ldb/ldb-1.1.31.ebuild index 74645d7ca7f32..eefafd3a04683 100644 --- a/sys-libs/ldb/ldb-1.1.31.ebuild +++ b/sys-libs/ldb/ldb-1.1.31.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 @@ -71,7 +71,7 @@ multilib_src_configure() { waf-utils_src_configure "${myconf[@]}" } -multilib_src_compile(){ +multilib_src_compile() { waf-utils_src_compile multilib_is_native_abi && use doc && doxygen Doxyfile } diff --git a/sys-libs/ldb/ldb-1.2.4.ebuild b/sys-libs/ldb/ldb-1.2.4.ebuild index 1d8b072e20ec6..cf8a380ede1d3 100644 --- a/sys-libs/ldb/ldb-1.2.4.ebuild +++ b/sys-libs/ldb/ldb-1.2.4.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 @@ -70,7 +70,7 @@ multilib_src_configure() { waf-utils_src_configure "${myconf[@]}" } -multilib_src_compile(){ +multilib_src_compile() { waf-utils_src_compile multilib_is_native_abi && use doc && doxygen Doxyfile } diff --git a/sys-libs/ldb/ldb-1.3.6.ebuild b/sys-libs/ldb/ldb-1.3.6.ebuild index bdef2b0a6ef16..dd10d39ce1e37 100644 --- a/sys-libs/ldb/ldb-1.3.6.ebuild +++ b/sys-libs/ldb/ldb-1.3.6.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 @@ -70,7 +70,7 @@ multilib_src_configure() { waf-utils_src_configure "${myconf[@]}" } -multilib_src_compile(){ +multilib_src_compile() { waf-utils_src_compile multilib_is_native_abi && use doc && doxygen Doxyfile } diff --git a/sys-libs/ldb/ldb-1.3.8.ebuild b/sys-libs/ldb/ldb-1.3.8.ebuild index f149a8b319825..c67965ec43e41 100644 --- a/sys-libs/ldb/ldb-1.3.8.ebuild +++ b/sys-libs/ldb/ldb-1.3.8.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 @@ -70,7 +70,7 @@ multilib_src_configure() { waf-utils_src_configure "${myconf[@]}" } -multilib_src_compile(){ +multilib_src_compile() { waf-utils_src_compile multilib_is_native_abi && use doc && doxygen Doxyfile } diff --git a/sys-libs/ldb/ldb-1.4.8.ebuild b/sys-libs/ldb/ldb-1.4.8.ebuild index e58458823b0ed..79adbc97587de 100644 --- a/sys-libs/ldb/ldb-1.4.8.ebuild +++ b/sys-libs/ldb/ldb-1.4.8.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 @@ -72,7 +72,7 @@ multilib_src_configure() { waf-utils_src_configure "${myconf[@]}" } -multilib_src_compile(){ +multilib_src_compile() { waf-utils_src_compile multilib_is_native_abi && use doc && doxygen Doxyfile } diff --git a/sys-libs/ldb/ldb-1.5.4.ebuild b/sys-libs/ldb/ldb-1.5.4.ebuild index a4c441946d799..4d482e984348b 100644 --- a/sys-libs/ldb/ldb-1.5.4.ebuild +++ b/sys-libs/ldb/ldb-1.5.4.ebuild @@ -72,7 +72,7 @@ multilib_src_configure() { waf-utils_src_configure "${myconf[@]}" } -multilib_src_compile(){ +multilib_src_compile() { waf-utils_src_compile multilib_is_native_abi && use doc && doxygen Doxyfile } diff --git a/sys-libs/ldb/ldb-1.5.6.ebuild b/sys-libs/ldb/ldb-1.5.6.ebuild index 4a42a5384863c..e923eb6743daf 100644 --- a/sys-libs/ldb/ldb-1.5.6.ebuild +++ b/sys-libs/ldb/ldb-1.5.6.ebuild @@ -72,7 +72,7 @@ multilib_src_configure() { waf-utils_src_configure "${myconf[@]}" } -multilib_src_compile(){ +multilib_src_compile() { waf-utils_src_compile multilib_is_native_abi && use doc && doxygen Doxyfile } diff --git a/sys-libs/ldb/ldb-1.6.3.ebuild b/sys-libs/ldb/ldb-1.6.3.ebuild index 4a42a5384863c..e923eb6743daf 100644 --- a/sys-libs/ldb/ldb-1.6.3.ebuild +++ b/sys-libs/ldb/ldb-1.6.3.ebuild @@ -72,7 +72,7 @@ multilib_src_configure() { waf-utils_src_configure "${myconf[@]}" } -multilib_src_compile(){ +multilib_src_compile() { waf-utils_src_compile multilib_is_native_abi && use doc && doxygen Doxyfile } diff --git a/sys-libs/ldb/ldb-2.0.7.ebuild b/sys-libs/ldb/ldb-2.0.7.ebuild index 6678e2571e8af..7ff1765745cd7 100644 --- a/sys-libs/ldb/ldb-2.0.7.ebuild +++ b/sys-libs/ldb/ldb-2.0.7.ebuild @@ -72,7 +72,7 @@ multilib_src_configure() { waf-utils_src_configure "${myconf[@]}" } -multilib_src_compile(){ +multilib_src_compile() { waf-utils_src_compile multilib_is_native_abi && use doc && doxygen Doxyfile } diff --git a/sys-libs/ldb/ldb-2.0.8.ebuild b/sys-libs/ldb/ldb-2.0.8.ebuild index 714949be4e5a9..7907603045a32 100644 --- a/sys-libs/ldb/ldb-2.0.8.ebuild +++ b/sys-libs/ldb/ldb-2.0.8.ebuild @@ -75,7 +75,7 @@ multilib_src_configure() { waf-utils_src_configure "${myconf[@]}" } -multilib_src_compile(){ +multilib_src_compile() { waf-utils_src_compile multilib_is_native_abi && use doc && doxygen Doxyfile } diff --git a/sys-libs/libvpd/libvpd-2.2.6.ebuild b/sys-libs/libvpd/libvpd-2.2.6.ebuild index b10fb292b5fe3..2a691e27d0c65 100644 --- a/sys-libs/libvpd/libvpd-2.2.6.ebuild +++ b/sys-libs/libvpd/libvpd-2.2.6.ebuild @@ -31,7 +31,7 @@ src_configure() { --sysconfdir="$( dirname $(get_udevdir) )" } -src_install(){ +src_install() { default keepdir /var/lib/lsvpd find "${D}" -name '*.la' -delete || die diff --git a/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild b/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild index b3f3963c65cf5..2c15af2d8fe27 100644 --- a/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild +++ b/sys-power/acpi_call/acpi_call-1.1.0-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 @@ -26,11 +26,11 @@ CONFIG_CHECK="ACPI" MODULE_NAMES="acpi_call(misc:${S})" BUILD_TARGETS="default" -src_prepare(){ +src_prepare() { epatch "${FILESDIR}/${P}-linux-3.17.patch" } -src_compile(){ +src_compile() { BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}" linux-mod_src_compile } diff --git a/sys-power/acpi_call/acpi_call-1.1.0-r2.ebuild b/sys-power/acpi_call/acpi_call-1.1.0-r2.ebuild index 3b3733ffcc834..4dd39fb95a872 100644 --- a/sys-power/acpi_call/acpi_call-1.1.0-r2.ebuild +++ b/sys-power/acpi_call/acpi_call-1.1.0-r2.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 @@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}/${P}-linux-4.14.patch" ) -src_compile(){ +src_compile() { BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}" linux-mod_src_compile } diff --git a/sys-power/acpi_call/acpi_call-1.1.0.ebuild b/sys-power/acpi_call/acpi_call-1.1.0.ebuild index a2501dc4df20b..fb33317d196b8 100644 --- a/sys-power/acpi_call/acpi_call-1.1.0.ebuild +++ b/sys-power/acpi_call/acpi_call-1.1.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 @@ -26,7 +26,7 @@ CONFIG_CHECK="ACPI" MODULE_NAMES="acpi_call(misc:${S})" BUILD_TARGETS="default" -src_compile(){ +src_compile() { BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}" linux-mod_src_compile } diff --git a/sys-power/acpi_call/acpi_call-3.17.ebuild b/sys-power/acpi_call/acpi_call-3.17.ebuild index f6d0dad48fe64..186d45388dc7f 100644 --- a/sys-power/acpi_call/acpi_call-3.17.ebuild +++ b/sys-power/acpi_call/acpi_call-3.17.ebuild @@ -31,7 +31,7 @@ PATCHES=( "${FILESDIR}/${P}-linux-4.14.patch" ) -src_compile(){ +src_compile() { BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}" linux-mod_src_compile } diff --git a/sys-power/acpi_call/acpi_call-9999.ebuild b/sys-power/acpi_call/acpi_call-9999.ebuild index 37b48a19f79c4..8eddd39e1548e 100644 --- a/sys-power/acpi_call/acpi_call-9999.ebuild +++ b/sys-power/acpi_call/acpi_call-9999.ebuild @@ -26,7 +26,7 @@ CONFIG_CHECK="ACPI" MODULE_NAMES="acpi_call(misc:${S})" BUILD_TARGETS="default" -src_compile(){ +src_compile() { BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}" linux-mod_src_compile } diff --git a/sys-process/psinfo/psinfo-0.12.ebuild b/sys-process/psinfo/psinfo-0.12.ebuild index 7276412c5a68f..14f925b2832df 100644 --- a/sys-process/psinfo/psinfo-0.12.ebuild +++ b/sys-process/psinfo/psinfo-0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-2" IUSE="" -src_prepare () { +src_prepare() { epatch "${FILESDIR}"/${P}-asneeded.patch tc-export CC } diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild index 50fb8dea1d913..61a9a805cd0b3 100644 --- a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild +++ b/www-apache/mod_fcgid/mod_fcgid-2.3.9-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=5 @@ -24,7 +24,7 @@ src_configure() { ./configure.apxs || die "apxs configure failed" } -src_compile () { +src_compile() { emake ln -sf modules/fcgid/.libs .libs || die "symlink creation failed" } diff --git a/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild b/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild index 3a358f3a63b6b..c12d12dd9aa95 100644 --- a/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild +++ b/www-apps/bugzilla/bugzilla-4.4.12-r2.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 @@ -99,7 +99,7 @@ src_test() { perl -I. runtests.pl || die } -src_install () { +src_install() { webapp_src_preinst insinto "${MY_HTDOCSDIR}" diff --git a/www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild b/www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild index 22725b834dd99..937a2262fe6a3 100644 --- a/www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild +++ b/www-apps/bugzilla/bugzilla-5.0.3-r2.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 @@ -103,7 +103,7 @@ src_test() { perl -I. runtests.pl || die } -src_install () { +src_install() { webapp_src_preinst insinto "${MY_HTDOCSDIR}" diff --git a/www-apps/dotproject/dotproject-2.1.7-r1.ebuild b/www-apps/dotproject/dotproject-2.1.7-r1.ebuild index dc826c296f7af..864e0afb0cbe2 100644 --- a/www-apps/dotproject/dotproject-2.1.7-r1.ebuild +++ b/www-apps/dotproject/dotproject-2.1.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -25,7 +25,7 @@ src_prepare() { epatch "${FILESDIR}/${P}-pear-date.patch" } -src_install () { +src_install() { webapp_src_preinst dodoc ChangeLog README diff --git a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild index 158ad23bff563..a482ccbabca76 100644 --- a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild +++ b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild @@ -26,7 +26,7 @@ DEPEND="www-apps/rocketwiki-lqfb S=${WORKDIR}/${MY_P} -src_prepare () { +src_prepare() { for lang in zh-Hans zh-TW ; do rm -f locale/help/*.${lang}.txt done diff --git a/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild index 288100d554596..ba4744c4d8784 100644 --- a/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild +++ b/www-misc/bookmarksync/bookmarksync-0.3.4-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=7 @@ -29,7 +29,7 @@ src_prepare() { tc-export CXX } -src_install () { +src_install() { dobin bookmarksync if use perl ; then dobin tools/bookmarksync.pl @@ -38,6 +38,6 @@ src_install () { dodoc README TODO DEVELOPERS } -pkg_postinst () { +pkg_postinst() { use perl && ewarn "You will need to modify bookmarksync.pl before use" } diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild index ab1f9e5226516..e7a3625bc509a 100644 --- a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild +++ b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild @@ -57,7 +57,7 @@ src_configure() { econf "${myeconfargs[@]}" } -src_install () { +src_install() { default sed -i "s:${D}::g" \ "${ED}"/etc/${PN}/${PN}.conf \ diff --git a/www-servers/fnord/fnord-1.11-r1.ebuild b/www-servers/fnord/fnord-1.11-r1.ebuild index 0a94b74d531a4..0b042f4d516e6 100644 --- a/www-servers/fnord/fnord-1.11-r1.ebuild +++ b/www-servers/fnord/fnord-1.11-r1.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 @@ -37,7 +37,7 @@ src_compile() { emake DIET="" CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" } -src_install () { +src_install() { dobin fnord-conf fnord einstalldocs } diff --git a/www-servers/lighttpd/lighttpd-1.4.53.ebuild b/www-servers/lighttpd/lighttpd-1.4.53.ebuild index 0097aa1b826d4..4999171183f31 100644 --- a/www-servers/lighttpd/lighttpd-1.4.53.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.53.ebuild @@ -210,7 +210,7 @@ src_install() { systemd_dotmpfilesd "${FILESDIR}/${PN}.tmpfiles.conf" } -pkg_postinst () { +pkg_postinst() { use ipv6 && readme.gentoo_print_elog if [[ -f ${ROOT}/etc/conf.d/spawn-fcgi.conf ]] ; then diff --git a/www-servers/lighttpd/lighttpd-1.4.54.ebuild b/www-servers/lighttpd/lighttpd-1.4.54.ebuild index b8d0d13b8efa1..4a53b7055f414 100644 --- a/www-servers/lighttpd/lighttpd-1.4.54.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.54.ebuild @@ -210,7 +210,7 @@ src_install() { systemd_dotmpfilesd "${FILESDIR}/${PN}.tmpfiles.conf" } -pkg_postinst () { +pkg_postinst() { use ipv6 && readme.gentoo_print_elog if [[ -f ${ROOT}/etc/conf.d/spawn-fcgi.conf ]] ; then diff --git a/www-servers/lighttpd/lighttpd-1.4.55.ebuild b/www-servers/lighttpd/lighttpd-1.4.55.ebuild index b8d0d13b8efa1..4a53b7055f414 100644 --- a/www-servers/lighttpd/lighttpd-1.4.55.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.55.ebuild @@ -210,7 +210,7 @@ src_install() { systemd_dotmpfilesd "${FILESDIR}/${PN}.tmpfiles.conf" } -pkg_postinst () { +pkg_postinst() { use ipv6 && readme.gentoo_print_elog if [[ -f ${ROOT}/etc/conf.d/spawn-fcgi.conf ]] ; then diff --git a/www-servers/thttpd/thttpd-2.27.1.ebuild b/www-servers/thttpd/thttpd-2.27.1.ebuild index d159c40b01dc1..8cfda66317757 100644 --- a/www-servers/thttpd/thttpd-2.27.1.ebuild +++ b/www-servers/thttpd/thttpd-2.27.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="6" @@ -52,7 +52,7 @@ src_configure() { econf WEBDIR=${THTTPD_DOCROOT} } -src_install () { +src_install() { default newinitd "${FILESDIR}"/thttpd.init.1 thttpd diff --git a/www-servers/thttpd/thttpd-9999.ebuild b/www-servers/thttpd/thttpd-9999.ebuild index 80c1db05155d7..1ede15252e330 100644 --- a/www-servers/thttpd/thttpd-9999.ebuild +++ b/www-servers/thttpd/thttpd-9999.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" @@ -52,7 +52,7 @@ src_configure() { econf WEBDIR=${THTTPD_DOCROOT} } -src_install () { +src_install() { default newinitd "${FILESDIR}"/thttpd.init.1 thttpd diff --git a/x11-libs/dnd/dnd-1.1-r3.ebuild b/x11-libs/dnd/dnd-1.1-r3.ebuild index ab4e894918cf5..cda4ff45d5204 100644 --- a/x11-libs/dnd/dnd-1.1-r3.ebuild +++ b/x11-libs/dnd/dnd-1.1-r3.ebuild @@ -34,6 +34,6 @@ src_configure() { econf --with-x } -src_install () { +src_install() { emake DESTDIR="${D}" install } diff --git a/x11-libs/libwnck/libwnck-2.31.0.ebuild b/x11-libs/libwnck/libwnck-2.31.0.ebuild index 1310e2df134cc..c1e5436bd2d88 100644 --- a/x11-libs/libwnck/libwnck-2.31.0.ebuild +++ b/x11-libs/libwnck/libwnck-2.31.0.ebuild @@ -44,7 +44,7 @@ src_prepare() { gnome2_src_prepare } -src_configure () { +src_configure() { gnome2_src_configure \ --disable-static \ $(use_enable introspection) \ diff --git a/x11-libs/qwt/qwt-6.1.3-r2.ebuild b/x11-libs/qwt/qwt-6.1.3-r2.ebuild index 652b957e006b7..539d33c4abeda 100644 --- a/x11-libs/qwt/qwt-6.1.3-r2.ebuild +++ b/x11-libs/qwt/qwt-6.1.3-r2.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 @@ -113,7 +113,7 @@ src_test() { multibuild_foreach_variant run_in_build_dir testing } -src_install () { +src_install() { rm -f doc/man/*/{_,deprecated}* || die multibuild_foreach_variant run_in_build_dir emake INSTALL_ROOT="${D}" install diff --git a/x11-libs/xpa/xpa-2.1.15.ebuild b/x11-libs/xpa/xpa-2.1.15.ebuild index c5f4c09f108e9..54682a96d22b9 100644 --- a/x11-libs/xpa/xpa-2.1.15.ebuild +++ b/x11-libs/xpa/xpa-2.1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -39,7 +39,7 @@ src_compile() { emake shlib tclxpa } -src_install () { +src_install() { dodir /usr/$(get_libdir) emake INSTALL_ROOT="${D}" install insinto /usr/$(get_libdir)/tclxpa diff --git a/x11-libs/xpa/xpa-2.1.17.ebuild b/x11-libs/xpa/xpa-2.1.17.ebuild index 926c806870527..ad5228ffb2985 100644 --- a/x11-libs/xpa/xpa-2.1.17.ebuild +++ b/x11-libs/xpa/xpa-2.1.17.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=5 @@ -38,7 +38,7 @@ src_compile() { emake shlib tclxpa } -src_install () { +src_install() { dodir /usr/$(get_libdir) emake INSTALL_ROOT="${D}" install insinto /usr/$(get_libdir)/tclxpa diff --git a/x11-libs/xpa/xpa-2.1.18.ebuild b/x11-libs/xpa/xpa-2.1.18.ebuild index 7a48a43e10e77..623d26c319831 100644 --- a/x11-libs/xpa/xpa-2.1.18.ebuild +++ b/x11-libs/xpa/xpa-2.1.18.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 @@ -44,7 +44,7 @@ src_compile() { emake shlib tclxpa } -src_install () { +src_install() { dodir /usr/$(get_libdir) emake INSTALL_ROOT="${D}" install insinto /usr/$(get_libdir)/tclxpa diff --git a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild index cda60822193f0..34d873c0c0b9f 100644 --- a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild +++ b/x11-misc/bbdate/bbdate-0.2.4-r2.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 @@ -28,7 +28,7 @@ src_prepare() { eautoreconf } -src_install () { +src_install() { default rm "${ED%/}"/usr/share/bbtools/README.bbdate || die # since multiple bbtools packages provide this file, install diff --git a/x11-misc/bbmail/bbmail-0.9.3-r1.ebuild b/x11-misc/bbmail/bbmail-0.9.3-r1.ebuild index 68dd29947a56c..2a8ecbf0cd712 100644 --- a/x11-misc/bbmail/bbmail-0.9.3-r1.ebuild +++ b/x11-misc/bbmail/bbmail-0.9.3-r1.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 @@ -33,7 +33,7 @@ src_prepare() { eautoreconf } -src_install () { +src_install() { default dobin scripts/bbmailparsefm.pl } diff --git a/x11-misc/bbtime/bbtime-0.1.5-r1.ebuild b/x11-misc/bbtime/bbtime-0.1.5-r1.ebuild index dd663336a5c48..ec831a2a80ede 100644 --- a/x11-misc/bbtime/bbtime-0.1.5-r1.ebuild +++ b/x11-misc/bbtime/bbtime-0.1.5-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=6 @@ -26,7 +26,7 @@ src_prepare() { eautoreconf } -src_install () { +src_install() { default rm "${ED%/}"/usr/share/bbtools/README.bbtime || die # since multiple bbtools packages provide this file, install diff --git a/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild b/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild index 1de14db362e4c..12817b2e7546f 100644 --- a/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild +++ b/x11-misc/bbweather/bbweather-0.6.3-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=7 @@ -35,7 +35,7 @@ src_prepare() { eautoreconf } -src_install () { +src_install() { emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install dodoc README AUTHORS ChangeLog NEWS TODO data/README.bbweather diff --git a/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild b/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild index 14d7f61a15261..fb1d75627254c 100644 --- a/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild +++ b/x11-misc/dxpc/dxpc-3.9.2-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 @@ -19,7 +19,7 @@ DEPEND="${RDEPEND} DOCS=( CHANGES README TODO ) -src_install () { +src_install() { emake prefix="${ED%/}"/usr man1dir="${ED%/}"/usr/share/man/man1 install einstalldocs } diff --git a/x11-misc/synergy/synergy-1.9.1.ebuild b/x11-misc/synergy/synergy-1.9.1.ebuild index 4ea9dcfb6a034..0c5c3b75592b3 100644 --- a/x11-misc/synergy/synergy-1.9.1.ebuild +++ b/x11-misc/synergy/synergy-1.9.1.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 @@ -68,7 +68,7 @@ src_configure() { cmake-utils_src_configure } -src_install () { +src_install() { dobin "${BUILD_DIR}"/bin/{synergy{c,s},syntool} if use qt5 ; then diff --git a/x11-misc/synergy/synergy-2.0.0.ebuild b/x11-misc/synergy/synergy-2.0.0.ebuild index 0177ac90cb2a8..2de99eaae20b9 100644 --- a/x11-misc/synergy/synergy-2.0.0.ebuild +++ b/x11-misc/synergy/synergy-2.0.0.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 @@ -52,7 +52,7 @@ src_compile() { cmake-utils_src_compile } -src_install () { +src_install() { dobin ../${P}_build/bin/${PN}{c,s} ../${P}_build/bin/synergy-core insinto /etc diff --git a/x11-misc/unclutter/unclutter-8-r4.ebuild b/x11-misc/unclutter/unclutter-8-r4.ebuild index b1cb77ba0c305..e89045f242f13 100644 --- a/x11-misc/unclutter/unclutter-8-r4.ebuild +++ b/x11-misc/unclutter/unclutter-8-r4.ebuild @@ -28,7 +28,7 @@ src_compile() { emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" LDOPTIONS="${LDFLAGS}" } -src_install () { +src_install() { dobin unclutter newman unclutter.man unclutter.1x einstalldocs diff --git a/x11-misc/xautolock/xautolock-2.2_p5_p1-r1.ebuild b/x11-misc/xautolock/xautolock-2.2_p5_p1-r1.ebuild index 1fadde00a1998..d9595592a63a5 100644 --- a/x11-misc/xautolock/xautolock-2.2_p5_p1-r1.ebuild +++ b/x11-misc/xautolock/xautolock-2.2_p5_p1-r1.ebuild @@ -47,7 +47,7 @@ src_compile() { EXTRA_LDOPTIONS="${LDFLAGS}" } -src_install () { +src_install() { dobin xautolock newman xautolock.man xautolock.1 dodoc Changelog Readme Todo diff --git a/x11-misc/xautolock/xautolock-2.2_p5_p1.ebuild b/x11-misc/xautolock/xautolock-2.2_p5_p1.ebuild index 9f0d59f6a5907..5cff11d974cdf 100644 --- a/x11-misc/xautolock/xautolock-2.2_p5_p1.ebuild +++ b/x11-misc/xautolock/xautolock-2.2_p5_p1.ebuild @@ -57,7 +57,7 @@ src_compile() { EXTRA_LDOPTIONS="${LDFLAGS}" } -src_install () { +src_install() { dobin xautolock newman xautolock.man xautolock.1 dodoc Changelog Readme Todo diff --git a/x11-misc/xautolock/xautolock-2.2_p5_p2.ebuild b/x11-misc/xautolock/xautolock-2.2_p5_p2.ebuild index dfdda7f2ce913..6125ac05fb94f 100644 --- a/x11-misc/xautolock/xautolock-2.2_p5_p2.ebuild +++ b/x11-misc/xautolock/xautolock-2.2_p5_p2.ebuild @@ -45,7 +45,7 @@ src_compile() { EXTRA_LDOPTIONS="${LDFLAGS}" } -src_install () { +src_install() { dobin xautolock newman xautolock.man xautolock.1 dodoc Changelog Readme Todo diff --git a/x11-misc/xkeycaps/xkeycaps-2.47-r2.ebuild b/x11-misc/xkeycaps/xkeycaps-2.47-r2.ebuild index 9031ec51246db..0c3b4ce21aa7a 100644 --- a/x11-misc/xkeycaps/xkeycaps-2.47-r2.ebuild +++ b/x11-misc/xkeycaps/xkeycaps-2.47-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 @@ -39,7 +39,7 @@ src_compile() { CDEBUGFLAGS="${CFLAGS}" } -src_install () { +src_install() { default newman ${PN}.man ${PN}.1 } diff --git a/x11-misc/xkeycaps/xkeycaps-2.47_p7.ebuild b/x11-misc/xkeycaps/xkeycaps-2.47_p7.ebuild index 3ed56c7b259f2..646273eb1ed3d 100644 --- a/x11-misc/xkeycaps/xkeycaps-2.47_p7.ebuild +++ b/x11-misc/xkeycaps/xkeycaps-2.47_p7.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 @@ -58,7 +58,7 @@ src_compile() { CDEBUGFLAGS="${CFLAGS}" } -src_install () { +src_install() { default newman ${PN}.man ${PN}.1 } diff --git a/x11-misc/xtrace/xtrace-1.4.0.ebuild b/x11-misc/xtrace/xtrace-1.4.0.ebuild index 1585b28744fa4..21fc2c1feec9e 100644 --- a/x11-misc/xtrace/xtrace-1.4.0.ebuild +++ b/x11-misc/xtrace/xtrace-1.4.0.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 @@ -28,7 +28,7 @@ src_configure() { econf --program-transform-name="s/^x/x11/" } -pkg_postinst () { +pkg_postinst() { einfo "To avoid collision with glibc (/usr/bin/xtrace)" einfo "binary was renamed to x11trace, as suggested by author" } diff --git a/x11-plugins/astime/astime-2.8-r2.ebuild b/x11-plugins/astime/astime-2.8-r2.ebuild index 1998d27cca6b1..030c08793e3d3 100644 --- a/x11-plugins/astime/astime-2.8-r2.ebuild +++ b/x11-plugins/astime/astime-2.8-r2.ebuild @@ -31,7 +31,7 @@ src_compile() { emake CC="$(tc-getCC)" } -src_install () { +src_install() { dobin "${PN}" newman "${PN}.man" "${PN}.1" einstalldocs diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild index 3f7aff6dea76e..374d957180b7d 100644 --- a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild +++ b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.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 @@ -35,7 +35,7 @@ src_compile() { emake CC=$(tc-getCC) } -src_install () { +src_install() { gkrellm-plugin_src_install dobin GetQuote2 } diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild index 5e42ff7bb2ee8..4e0e596730f91 100644 --- a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild +++ b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.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 @@ -38,7 +38,7 @@ src_compile() { emake PREFIX="${EPREFIX}"/usr CC="$(tc-getCC)" CFLAGS="${CFLAGS}" } -src_install () { +src_install() { gkrellm-plugin_src_install exeinto /usr/libexec/gkrellweather diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild index a0ec9691b6b6f..558c4ba3ee66b 100644 --- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild +++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.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 @@ -17,7 +17,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/skype4pidgin-${PV}/skypeweb" -pkg_postinst(){ +pkg_postinst() { elog "If you get error message like 'Failed getting Magic T value':" elog "Go to https://web.skype.com ; Log In and follow the instructions to enable your account!" } diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild index 4a71a46123210..dec5c377b3eaf 100644 --- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild +++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.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 @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/skype4pidgin-${PV}/skypeweb" -pkg_postinst(){ +pkg_postinst() { elog "If you get error message like 'Failed getting Magic T value':" elog "Go to https://web.skype.com ; Log In and follow the instructions to enable your account!" } diff --git a/x11-plugins/wmXName/wmXName-0.1-r1.ebuild b/x11-plugins/wmXName/wmXName-0.1-r1.ebuild index f7d95004717d1..c812f1f76b897 100644 --- a/x11-plugins/wmXName/wmXName-0.1-r1.ebuild +++ b/x11-plugins/wmXName/wmXName-0.1-r1.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=7 @@ -40,7 +40,7 @@ src_compile() { emake CC="$(tc-getCC)" SYSTEM="${LDFLAGS}" } -src_install () { +src_install() { dobin wmXName GrabXName dodoc README config.sample } diff --git a/x11-plugins/wmail/wmail-2.0-r5.ebuild b/x11-plugins/wmail/wmail-2.0-r5.ebuild index 242dd29ad5fd4..a354d9fb7740f 100644 --- a/x11-plugins/wmail/wmail-2.0-r5.ebuild +++ b/x11-plugins/wmail/wmail-2.0-r5.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=7 @@ -36,7 +36,7 @@ src_configure() { econf --enable-delt-xpms } -src_compile(){ +src_compile() { emake CC="$(tc-getCC)" } diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild index b2be120eed9cd..6f9afadd6ebfc 100644 --- a/x11-plugins/wmbio/wmbio-1.02.ebuild +++ b/x11-plugins/wmbio/wmbio-1.02.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 @@ -29,7 +29,7 @@ src_prepare() { sed -i "s/-o wmbio/\$(LDFLAGS) -o wmbio/" Makefile || die "sed for LDFLAGS failed" } -src_install () { +src_install() { dobin wmbio dodoc ../{AUTHORS,Changelog,NEWS,README} } diff --git a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r3.ebuild b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r3.ebuild index 8c90cc0ff0cb4..b1e2679d8c7f1 100644 --- a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r3.ebuild +++ b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r3.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 @@ -36,7 +36,7 @@ src_prepare() { default } -src_install () { +src_install() { newbin wmmon wmmon+smp dodoc ../README } diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild b/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild index 1da11e6e403eb..32005e4b5d81f 100644 --- a/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild +++ b/x11-plugins/wmppp/wmppp-1.3.2-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 @@ -27,7 +27,7 @@ src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" } -src_install () { +src_install() { emake DESTDIR="${D}" PREFIX=/usr install dodoc BUGS CHANGES HINTS README TODO } diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild index 03c80f8de2302..b01c8bde49108 100644 --- a/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild +++ b/x11-plugins/wmsysmon/wmsysmon-0.7.8.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 @@ -25,7 +25,7 @@ src_compile() { emake CC="$(tc-getCC)" } -src_install () { +src_install() { dobin wmsysmon einstalldocs } diff --git a/x11-plugins/wmtime/wmtime-1.4-r1.ebuild b/x11-plugins/wmtime/wmtime-1.4-r1.ebuild index 4ea44b15579cc..100762d07f4c8 100644 --- a/x11-plugins/wmtime/wmtime-1.4-r1.ebuild +++ b/x11-plugins/wmtime/wmtime-1.4-r1.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=7 @@ -27,7 +27,7 @@ src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" } -src_install () { +src_install() { emake DESTDIR="${D}" PREFIX=/usr install einstalldocs } diff --git a/x11-terms/kterm/kterm-6.2.0-r6.ebuild b/x11-terms/kterm/kterm-6.2.0-r6.ebuild index f030178b8cd96..42d3f2717d3a4 100644 --- a/x11-terms/kterm/kterm-6.2.0-r6.ebuild +++ b/x11-terms/kterm/kterm-6.2.0-r6.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" @@ -37,7 +37,7 @@ PATCHES=( "${FILESDIR}"/${PN}-underline.patch ) -src_prepare(){ +src_prepare() { default use Xaw3d && eapply "${FILESDIR}"/${PN}-Xaw3d.patch } @@ -46,7 +46,7 @@ src_configure() { xmkmf -a || die } -src_compile(){ +src_compile() { emake \ CC="$(tc-getCC)" \ CDEBUGFLAGS="${CFLAGS}" \ @@ -55,7 +55,7 @@ src_compile(){ XAPPLOADDIR="${EPREFIX}/usr/share/X11/app-defaults" } -src_install(){ +src_install() { emake \ BINDIR="${EPREFIX}/usr/bin" \ XAPPLOADDIR="${EPREFIX}/usr/share/X11/app-defaults" \ diff --git a/x11-terms/mlterm/mlterm-3.8.7.ebuild b/x11-terms/mlterm/mlterm-3.8.7.ebuild index 43a3031174f4e..5c47713820883 100644 --- a/x11-terms/mlterm/mlterm-3.8.7.ebuild +++ b/x11-terms/mlterm/mlterm-3.8.7.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" @@ -116,7 +116,7 @@ src_test() { : } -src_install () { +src_install() { default find "${ED}" -name '*.la' -delete || die diff --git a/x11-terms/mlterm/mlterm-3.8.8-r1.ebuild b/x11-terms/mlterm/mlterm-3.8.8-r1.ebuild index 79c15d229592a..915523df803a9 100644 --- a/x11-terms/mlterm/mlterm-3.8.8-r1.ebuild +++ b/x11-terms/mlterm/mlterm-3.8.8-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" @@ -116,7 +116,7 @@ src_test() { : } -src_install () { +src_install() { default find "${ED}" -name '*.la' -delete || die diff --git a/x11-terms/mlterm/mlterm-3.8.9.ebuild b/x11-terms/mlterm/mlterm-3.8.9.ebuild index b4ee59771b3e3..915523df803a9 100644 --- a/x11-terms/mlterm/mlterm-3.8.9.ebuild +++ b/x11-terms/mlterm/mlterm-3.8.9.ebuild @@ -116,7 +116,7 @@ src_test() { : } -src_install () { +src_install() { default find "${ED}" -name '*.la' -delete || die diff --git a/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild b/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild index 139a9272942a9..d2e8baaf1a828 100644 --- a/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild +++ b/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="GPL-1" SLOT="0" KEYWORDS="amd64 x86" -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild index 202ace33674b5..fb0a05e48a745 100644 --- a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild +++ b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild @@ -17,7 +17,7 @@ IUSE="" RDEPEND="media-gfx/xv || ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )" -src_install () { +src_install() { insinto /usr/share/commonbox/styles doins -r styles/. diff --git a/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild b/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild index 738f93297aa8c..f64d22c2cdf5a 100644 --- a/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild +++ b/x11-themes/iceicons/iceicons-0.10.0-r1.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 @@ -35,7 +35,7 @@ pkg_postinst() { einfo } -pkg_postrm(){ +pkg_postrm() { einfo einfo "Update your IceWm preference." einfo diff --git a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild b/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild index da83bf05026e0..36ed58b844426 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild @@ -77,7 +77,7 @@ src_compile() { emake QTDIR="${QTDIR}" styledir="${QTDIR}/plugins/styles" } -src_install () { +src_install() { # dies if LANG has UTF-8 export LANG=C export LC_ALL=C diff --git a/x11-wm/icewm/icewm-1.5.5.ebuild b/x11-wm/icewm/icewm-1.5.5.ebuild index d38893669b3f9..f5b8c004563d0 100644 --- a/x11-wm/icewm/icewm-1.5.5.ebuild +++ b/x11-wm/icewm/icewm-1.5.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=7 @@ -105,7 +105,7 @@ src_configure() { sed -i "s:ungif:gif:" src/Makefile || die "libungif fix failed" } -src_install(){ +src_install() { local DOCS=( AUTHORS ChangeLog NEWS README.md TODO VERSION ) default diff --git a/x11-wm/icewm/icewm-1.6.3.ebuild b/x11-wm/icewm/icewm-1.6.3.ebuild index 4c87bc3f61203..f3a5bab3c2724 100644 --- a/x11-wm/icewm/icewm-1.6.3.ebuild +++ b/x11-wm/icewm/icewm-1.6.3.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 @@ -123,7 +123,7 @@ src_configure() { sed -i "s:ungif:gif:" src/Makefile || die "libungif fix failed" } -src_install(){ +src_install() { local DOCS=( AUTHORS ChangeLog NEWS README.md TODO VERSION ) default diff --git a/x11-wm/icewm/icewm-1.6.4.ebuild b/x11-wm/icewm/icewm-1.6.4.ebuild index 342a1affae01a..f3a5bab3c2724 100644 --- a/x11-wm/icewm/icewm-1.6.4.ebuild +++ b/x11-wm/icewm/icewm-1.6.4.ebuild @@ -123,7 +123,7 @@ src_configure() { sed -i "s:ungif:gif:" src/Makefile || die "libungif fix failed" } -src_install(){ +src_install() { local DOCS=( AUTHORS ChangeLog NEWS README.md TODO VERSION ) default diff --git a/x11-wm/lumina/lumina-1.5.0-r1.ebuild b/x11-wm/lumina/lumina-1.5.0-r1.ebuild index 1a09bc9bc7b41..a55056735a3b0 100644 --- a/x11-wm/lumina/lumina-1.5.0-r1.ebuild +++ b/x11-wm/lumina/lumina-1.5.0-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 @@ -52,7 +52,7 @@ PATCHES=( DOCS=( README.md ) -src_prepare(){ +src_prepare() { default if use !desktop-utils ; then @@ -63,12 +63,12 @@ src_prepare(){ l10n_find_plocales_changes "${S}/src-qt5/core/${PN}-desktop/i18n" "${PN}-desktop_" '.ts' } -src_configure(){ +src_configure() { eqmake5 PREFIX="${EPREFIX}/usr" LIBPREFIX="${EPREFIX}/usr/$(get_libdir)" \ CONFIG+=WITH_I18N QMAKE_CFLAGS_ISYSTEM= } -src_install(){ +src_install() { emake install INSTALL_ROOT="${D}" einstalldocs mkdir -p "${D}"/usr/share/icons/hicolor/64x64/apps || die "cannot create the icons dir" diff --git a/x11-wm/lumina/lumina-1.6.0.ebuild b/x11-wm/lumina/lumina-1.6.0.ebuild index 694ffeb7a0124..7ec4ca3bc6d11 100644 --- a/x11-wm/lumina/lumina-1.6.0.ebuild +++ b/x11-wm/lumina/lumina-1.6.0.ebuild @@ -52,7 +52,7 @@ PATCHES=( DOCS=( README.md ) -src_prepare(){ +src_prepare() { default if use !desktop-utils ; then @@ -63,12 +63,12 @@ src_prepare(){ l10n_find_plocales_changes "${S}/src-qt5/core/${PN}-desktop/i18n" "${PN}-desktop_" '.ts' } -src_configure(){ +src_configure() { eqmake5 PREFIX="${EPREFIX}/usr" LIBPREFIX="${EPREFIX}/usr/$(get_libdir)" \ CONFIG+=WITH_I18N QMAKE_CFLAGS_ISYSTEM= } -src_install(){ +src_install() { emake install INSTALL_ROOT="${D}" einstalldocs mkdir -p "${D}"/usr/share/icons/hicolor/64x64/apps || die "cannot create the icons dir" diff --git a/x11-wm/lumina/lumina-9999.ebuild b/x11-wm/lumina/lumina-9999.ebuild index 276d1056a915b..6881413499cbf 100644 --- a/x11-wm/lumina/lumina-9999.ebuild +++ b/x11-wm/lumina/lumina-9999.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 @@ -46,7 +46,7 @@ PATCHES=( "${FILESDIR}/1.2.0-desktop-files.patch" ) -src_prepare(){ +src_prepare() { default if use !desktop-utils ; then @@ -55,12 +55,12 @@ src_prepare(){ fi } -src_configure(){ +src_configure() { eqmake5 PREFIX="${EPREFIX}/usr" LIBPREFIX="${EPREFIX}/usr/$(get_libdir)" \ DESTDIR="${D}" CONFIG+=WITH_I18N QMAKE_CFLAGS_ISYSTEM= } -src_install(){ +src_install() { default mv "${ED%/}"/etc/luminaDesktop.conf{.dist,} || die rm "${ED%/}"/${PN}-* "${ED%/}"/start-${PN}-desktop || die