diff options
582 files changed, 1245 insertions, 1258 deletions
diff --git a/app-accessibility/mbrola/mbrola-3.0.1h-r6.ebuild b/app-accessibility/mbrola/mbrola-3.0.1h-r6.ebuild index 730368dddfd7..f02fbb87b8fd 100644 --- a/app-accessibility/mbrola/mbrola-3.0.1h-r6.ebuild +++ b/app-accessibility/mbrola/mbrola-3.0.1h-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,7 +40,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" RESTRICT="strip" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" QA_PREBUILT="/usr/bin/mbrola" diff --git a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild index 26b313cc330b..52b06456cbec 100644 --- a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild +++ b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild @@ -10,12 +10,11 @@ DESCRIPTION="Command-line tools that serve as client interface to the Amazon EC2 HOMEPAGE="https://aws.amazon.com/en/tools/" SRC_URI="http://s3.amazonaws.com/ec2-downloads/${P}.zip" -LICENSE="Amazon -|| ( Ruby GPL-2 )" +LICENSE="Amazon || ( Ruby GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RDEPEND=" ${RUBY_DEPS} virtual/ruby-ssl diff --git a/app-admin/gam-server/gam-server-0.1.10-r2.ebuild b/app-admin/gam-server/gam-server-0.1.10-r2.ebuild index bbe9dc8b3b9c..9e0e8c5ef8f2 100644 --- a/app-admin/gam-server/gam-server-0.1.10-r2.ebuild +++ b/app-admin/gam-server/gam-server-0.1.10-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" + GNOME_ORG_MODULE="gamin" GNOME_TARBALL_SUFFIX="bz2" - -inherit autotools eutils flag-o-matic libtool multilib gnome.org +inherit autotools epatch flag-o-matic multilib gnome.org DESCRIPTION="Library providing the FAM File Alteration Monitor API" HOMEPAGE="https://www.gnome.org/~veillard/gamin/" diff --git a/app-admin/puppet/puppet-6.19.1.ebuild b/app-admin/puppet/puppet-6.19.1.ebuild index 11fd2d3c5085..bf3ca9d2e34f 100644 --- a/app-admin/puppet/puppet-6.19.1.ebuild +++ b/app-admin/puppet/puppet-6.19.1.ebuild @@ -1,17 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" USE_RUBY="ruby24 ruby25 ruby26 ruby27" - RUBY_FAKEGEM_RECIPE_TEST="rspec3" - RUBY_FAKEGEM_TASK_DOC="doc:all" - RUBY_FAKEGEM_EXTRAINSTALL="locales" -inherit eutils ruby-fakegem eapi7-ver +inherit epatch ruby-fakegem DESCRIPTION="A system automation and configuration management software." HOMEPAGE="https://puppet.com/" diff --git a/app-admin/puppet/puppet-7.4.0.ebuild b/app-admin/puppet/puppet-7.4.0.ebuild index e5c11f9a8e24..4feaa50a1748 100644 --- a/app-admin/puppet/puppet-7.4.0.ebuild +++ b/app-admin/puppet/puppet-7.4.0.ebuild @@ -4,14 +4,11 @@ EAPI="6" USE_RUBY="ruby24 ruby25 ruby26 ruby27" - RUBY_FAKEGEM_RECIPE_TEST="rspec3" - RUBY_FAKEGEM_TASK_DOC="doc:all" - RUBY_FAKEGEM_EXTRAINSTALL="locales" -inherit eutils ruby-fakegem eapi7-ver +inherit epatch ruby-fakegem DESCRIPTION="A system automation and configuration management software." HOMEPAGE="https://puppet.com/" diff --git a/app-admin/puppet/puppet-7.5.0.ebuild b/app-admin/puppet/puppet-7.5.0.ebuild index 5b564665270e..d241ec554c38 100644 --- a/app-admin/puppet/puppet-7.5.0.ebuild +++ b/app-admin/puppet/puppet-7.5.0.ebuild @@ -4,14 +4,11 @@ EAPI="6" USE_RUBY="ruby24 ruby25 ruby26 ruby27" - RUBY_FAKEGEM_RECIPE_TEST="rspec3" - RUBY_FAKEGEM_TASK_DOC="doc:all" - RUBY_FAKEGEM_EXTRAINSTALL="locales" -inherit eutils ruby-fakegem eapi7-ver +inherit epatch ruby-fakegem DESCRIPTION="A system automation and configuration management software." HOMEPAGE="https://puppet.com/" @@ -109,12 +106,14 @@ all_ruby_install() { fowners -R :puppet /var/lib/puppet if use ldap ; then - insinto /etc/openldap/schema; doins ext/ldap/puppet.schema + insinto /etc/openldap/schema + doins ext/ldap/puppet.schema fi # ext and examples files for f in $(find ext examples -type f) ; do - docinto "$(dirname ${f})"; dodoc "${f}" + docinto "$(dirname ${f})" + dodoc "${f}" done } diff --git a/app-admin/system-tools-backends/system-tools-backends-2.10.2-r1.ebuild b/app-admin/system-tools-backends/system-tools-backends-2.10.2-r1.ebuild index f68f7be387b3..35cc26093e19 100644 --- a/app-admin/system-tools-backends/system-tools-backends-2.10.2-r1.ebuild +++ b/app-admin/system-tools-backends/system-tools-backends-2.10.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" GCONF_DEBUG="no" GNOME_TARBALL_SUFFIX="bz2" -inherit eutils gnome2 readme.gentoo user +inherit epatch gnome2 readme.gentoo user DESCRIPTION="Tools aimed to make easy the administration of UNIX systems" HOMEPAGE="https://projects.gnome.org/gst/" diff --git a/app-admin/webalizer/webalizer-2.23.08.ebuild b/app-admin/webalizer/webalizer-2.23.08.ebuild index 488850e73bc0..dfa19a5d9eeb 100644 --- a/app-admin/webalizer/webalizer-2.23.08.ebuild +++ b/app-admin/webalizer/webalizer-2.23.08.ebuild @@ -6,7 +6,7 @@ EAPI="5" -inherit versionator eutils webapp db-use +inherit versionator epatch webapp db-use WEBAPP_MANUAL_SLOT="yes" XTENDED_VER="RB30" diff --git a/app-arch/zpaq-extras/zpaq-extras-3.ebuild b/app-arch/zpaq-extras/zpaq-extras-3.ebuild index cb8fc5815ebf..f4bca00bfc94 100644 --- a/app-arch/zpaq-extras/zpaq-extras-3.ebuild +++ b/app-arch/zpaq-extras/zpaq-extras-3.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit toolchain-funcs DESCRIPTION="A set of additional compression profiles for app-arch/zpaq" @@ -18,17 +19,15 @@ SRC_URI="http://mattmahoney.net/dc/bwt_j3.zip http://mattmahoney.net/dc/lz1.zip http://mattmahoney.net/dc/lazy100.zip http://mattmahoney.net/dc/lazy210.zip" +S="${WORKDIR}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RDEPEND=">=app-arch/zpaq-6.19" -S=${WORKDIR} - src_unpack() { local x for x in ${A}; do diff --git a/app-backup/backuppc/backuppc-3.3.1-r5.ebuild b/app-backup/backuppc/backuppc-3.3.1-r5.ebuild index 932f8a9640d5..dd944952eb56 100644 --- a/app-backup/backuppc/backuppc-3.3.1-r5.ebuild +++ b/app-backup/backuppc/backuppc-3.3.1-r5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit depend.apache eutils user systemd +inherit depend.apache epatch user systemd MY_P="BackupPC-${PV}" diff --git a/app-backup/reoback/reoback-1.0_p3-r1.ebuild b/app-backup/reoback/reoback-1.0_p3-r1.ebuild index 27b4e4caed43..fbd1b4e23e8b 100644 --- a/app-backup/reoback/reoback-1.0_p3-r1.ebuild +++ b/app-backup/reoback/reoback-1.0_p3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils vcs-clean +inherit vcs-clean DESCRIPTION="Reoback Backup Solution" HOMEPAGE="http://reoback.sourceforge.net/" diff --git a/app-backup/tsm/tsm-8.1.6.0-r1.ebuild b/app-backup/tsm/tsm-8.1.6.0-r1.ebuild index cab9db6b1d19..8e4c399042d6 100644 --- a/app-backup/tsm/tsm-8.1.6.0-r1.ebuild +++ b/app-backup/tsm/tsm-8.1.6.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit versionator multilib eutils readme.gentoo-r1 rpm systemd pax-utils +inherit versionator readme.gentoo-r1 rpm systemd pax-utils DESCRIPTION="IBM Spectrum Protect (former Tivoli Storage Manager) Backup/Archive Client, API" HOMEPAGE="https://www.ibm.com/us-en/marketplace/data-protection-and-recovery" @@ -126,7 +126,7 @@ src_install() { # We don't deal with SELinux compliance (yet), though. local RPM_INSTALL_PREFIX CLIENTDIR i RPM_INSTALL_PREFIX=/opt - CLIENTDIR=$RPM_INSTALL_PREFIX/tivoli/tsm/client + CLIENTDIR=${RPM_INSTALL_PREFIX}/tivoli/tsm/client # Create links for messages; this is spread over several postin scripts. #for i in $(cd "${D}"${CLIENTDIR}/lang; ls -1d ??_??); do @@ -136,7 +136,7 @@ src_install() { # Mimic TIVsm-API64 postinstall script for i in libgpfs.so libdmapi.so; do - dosym ../..$CLIENTDIR/api/bin64/${i} /usr/lib64/${i} + dosym ../..${CLIENTDIR}/api/bin64/${i} /usr/lib64/${i} done # The TIVsm-BA postinstall script only does messages and ancient upgrades @@ -217,10 +217,10 @@ src_install() { pkg_postinst() { local i dirs for i in /var/log/tsm/dsm{error,sched,j,webcl}.log; do - if [[ ! -e $i ]]; then - touch $i || die - chown :tsm $i || die - chmod 0660 $i || die + if [[ ! -e ${i} ]]; then + touch ${i} || die + chown :tsm ${i} || die + chmod 0660 ${i} || die fi done diff --git a/app-benchmarks/dbench/dbench-4.0.ebuild b/app-benchmarks/dbench/dbench-4.0.ebuild index 56219066741f..ca159a52f2a7 100644 --- a/app-benchmarks/dbench/dbench-4.0.ebuild +++ b/app-benchmarks/dbench/dbench-4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools toolchain-funcs +inherit autotools toolchain-funcs DESCRIPTION="Popular filesystem benchmark" SRC_URI="https://www.samba.org/ftp/pub/tridge/dbench/${P}.tar.gz" diff --git a/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild b/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild index 99a25ac62f03..cffa5b85eb9b 100644 --- a/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild +++ b/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild @@ -21,7 +21,7 @@ RAINBOW_DESTDIR="opt/${PN}" QA_FLAGS_IGNORED="${RAINBOW_DESTDIR}/.*" QA_PRESTRIPPED="${RAINBOW_DESTDIR}/.*" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" DOCS=( readme.txt diff --git a/app-dicts/wordnet/wordnet-3.0-r4.ebuild b/app-dicts/wordnet/wordnet-3.0-r4.ebuild index bd72aae233cc..8fc6f3f46f76 100644 --- a/app-dicts/wordnet/wordnet-3.0-r4.ebuild +++ b/app-dicts/wordnet/wordnet-3.0-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils flag-o-matic multilib +inherit autotools epatch flag-o-matic multilib DESCRIPTION="A lexical database for the English language" HOMEPAGE="https://wordnet.princeton.edu/" diff --git a/app-dicts/wordnet/wordnet-3.0-r5.ebuild b/app-dicts/wordnet/wordnet-3.0-r5.ebuild index 68cdec705c13..fc8af0edea2c 100644 --- a/app-dicts/wordnet/wordnet-3.0-r5.ebuild +++ b/app-dicts/wordnet/wordnet-3.0-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils flag-o-matic +inherit autotools epatch flag-o-matic DESCRIPTION="A lexical database for the English language" HOMEPAGE="https://wordnet.princeton.edu/" diff --git a/app-doc/csound-manual/csound-manual-6.15-r1.ebuild b/app-doc/csound-manual/csound-manual-6.15-r1.ebuild index d4cc8e1b6a5b..55b4000dcf73 100644 --- a/app-doc/csound-manual/csound-manual-6.15-r1.ebuild +++ b/app-doc/csound-manual/csound-manual-6.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,9 +25,9 @@ LANGS=" fr" IUSE+="${LANGS// / l10n_}" BDEPEND=" + app-arch/unzip media-libs/libpng:0 " -DEPEND="app-arch/unzip" S=${WORKDIR} diff --git a/app-doc/elisp-manual/elisp-manual-18.1.03.ebuild b/app-doc/elisp-manual/elisp-manual-18.1.03.ebuild index 3e55d5a96b64..77e0c00c309b 100644 --- a/app-doc/elisp-manual/elisp-manual-18.1.03.ebuild +++ b/app-doc/elisp-manual/elisp-manual-18.1.03.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch MY_P=${PN}-${PV/./-} DESCRIPTION="The GNU Emacs Lisp Reference Manual" diff --git a/app-doc/elisp-manual/elisp-manual-19.2.4.2.ebuild b/app-doc/elisp-manual/elisp-manual-19.2.4.2.ebuild index 57b9eb43552c..19b816d5d800 100644 --- a/app-doc/elisp-manual/elisp-manual-19.2.4.2.ebuild +++ b/app-doc/elisp-manual/elisp-manual-19.2.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch MY_P=${PN}-${PV/./-} DESCRIPTION="The GNU Emacs Lisp Reference Manual" diff --git a/app-doc/elisp-manual/elisp-manual-20.2.5.ebuild b/app-doc/elisp-manual/elisp-manual-20.2.5.ebuild index f215e0e85b79..8d1b60f332b4 100644 --- a/app-doc/elisp-manual/elisp-manual-20.2.5.ebuild +++ b/app-doc/elisp-manual/elisp-manual-20.2.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch MY_P=${PN}-${PV/./-} DESCRIPTION="The GNU Emacs Lisp Reference Manual" diff --git a/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild b/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild index 003f669a9546..094626bf1531 100644 --- a/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild +++ b/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch MY_P=${PN}-${PV/./-} DESCRIPTION="The GNU Emacs Lisp Reference Manual" diff --git a/app-doc/elisp-manual/elisp-manual-22.2.9.ebuild b/app-doc/elisp-manual/elisp-manual-22.2.9.ebuild index 5fd1f6ea0543..821eef0693d5 100644 --- a/app-doc/elisp-manual/elisp-manual-22.2.9.ebuild +++ b/app-doc/elisp-manual/elisp-manual-22.2.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch MY_P=${PN}-${PV/./-} DESCRIPTION="The GNU Emacs Lisp Reference Manual" diff --git a/app-doc/elisp-manual/elisp-manual-23.4.ebuild b/app-doc/elisp-manual/elisp-manual-23.4.ebuild index d6c789b30601..ba51ff8feb27 100644 --- a/app-doc/elisp-manual/elisp-manual-23.4.ebuild +++ b/app-doc/elisp-manual/elisp-manual-23.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="https://www.gnu.org/software/emacs/manual/" diff --git a/app-doc/elisp-manual/elisp-manual-24.5.ebuild b/app-doc/elisp-manual/elisp-manual-24.5.ebuild index 32e57a074436..0031da0c4b4a 100644 --- a/app-doc/elisp-manual/elisp-manual-24.5.ebuild +++ b/app-doc/elisp-manual/elisp-manual-24.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="https://www.gnu.org/software/emacs/manual/" diff --git a/app-doc/psmark/psmark-2.1.ebuild b/app-doc/psmark/psmark-2.1.ebuild index e11fae44bd4d..001312e4f688 100644 --- a/app-doc/psmark/psmark-2.1.ebuild +++ b/app-doc/psmark/psmark-2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs MY_PN=${PN}-v MY_P=${MY_PN}${PV} diff --git a/app-editors/amyedit/amyedit-1.0-r3.ebuild b/app-editors/amyedit/amyedit-1.0-r3.ebuild index 5a41b9a271c3..eefaf494464f 100644 --- a/app-editors/amyedit/amyedit-1.0-r3.ebuild +++ b/app-editors/amyedit/amyedit-1.0-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils flag-o-matic +inherit autotools epatch flag-o-matic DESCRIPTION=" AmyEdit is a LaTeX editor" HOMEPAGE="http://amyedit.sf.net" diff --git a/app-editors/elvis/elvis-2.2.0-r6.ebuild b/app-editors/elvis/elvis-2.2.0-r6.ebuild index fba833b8c828..9fc2dbe91d13 100644 --- a/app-editors/elvis/elvis-2.2.0-r6.ebuild +++ b/app-editors/elvis/elvis-2.2.0-r6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils versionator toolchain-funcs +inherit epatch versionator toolchain-funcs MY_PV=$(replace_version_separator 2 '_') diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild b/app-editors/hexedit/hexedit-1.2.13.ebuild index 31d52fa780a7..10627d3f7c55 100644 --- a/app-editors/hexedit/hexedit-1.2.13.ebuild +++ b/app-editors/hexedit/hexedit-1.2.13.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://rigaux.org/hexedit.html" diff --git a/app-editors/jedit/jedit-5.2.0-r1.ebuild b/app-editors/jedit/jedit-5.2.0-r1.ebuild index 3d842a2ef6be..e6ff8beafda0 100644 --- a/app-editors/jedit/jedit-5.2.0-r1.ebuild +++ b/app-editors/jedit/jedit-5.2.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc test" -inherit eutils java-pkg-2 java-ant-2 xdg-utils +inherit epatch java-pkg-2 java-ant-2 xdg-utils DESCRIPTION="Programmer's editor written in Java" HOMEPAGE="http://www.jedit.org" diff --git a/app-editors/jedit/jedit-5.4.0.ebuild b/app-editors/jedit/jedit-5.4.0.ebuild index 42744cd248a8..a7d779902ac9 100644 --- a/app-editors/jedit/jedit-5.4.0.ebuild +++ b/app-editors/jedit/jedit-5.4.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 JAVA_PKG_IUSE="doc test" - -inherit eutils java-pkg-2 java-ant-2 xdg-utils +inherit desktop java-pkg-2 java-ant-2 xdg-utils DESCRIPTION="Programmer's editor written in Java" HOMEPAGE="http://www.jedit.org" diff --git a/app-editors/levee/levee-3.5a.ebuild b/app-editors/levee/levee-3.5a.ebuild index 79cc2355d23d..3f4400b4c76e 100644 --- a/app-editors/levee/levee-3.5a.ebuild +++ b/app-editors/levee/levee-3.5a.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit toolchain-funcs eutils +inherit toolchain-funcs epatch DESCRIPTION="Really tiny vi clone, for things like rescue disks" HOMEPAGE="http://www.pell.chi.il.us/~orc/Code/" diff --git a/app-editors/nedit/nedit-5.6-r1.ebuild b/app-editors/nedit/nedit-5.6-r1.ebuild index 53a8b6f139cf..3e0c9aebeb9a 100644 --- a/app-editors/nedit/nedit-5.6-r1.ebuild +++ b/app-editors/nedit/nedit-5.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit desktop epatch toolchain-funcs DESCRIPTION="Multi-purpose text editor for the X Window System" HOMEPAGE="https://sourceforge.net/projects/nedit" diff --git a/app-editors/ted/ted-2.23.ebuild b/app-editors/ted/ted-2.23.ebuild index 41d6280abf91..d174bad221e0 100644 --- a/app-editors/ted/ted-2.23.ebuild +++ b/app-editors/ted/ted-2.23.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs xdg-utils +inherit epatch toolchain-funcs xdg-utils DESCRIPTION="X-based rich text editor" HOMEPAGE="https://www.nllgg.nl/Ted/" diff --git a/app-editors/xemacs/xemacs-21.4.24-r2.ebuild b/app-editors/xemacs/xemacs-21.4.24-r2.ebuild index 22186d5e0150..557ca34677b6 100644 --- a/app-editors/xemacs/xemacs-21.4.24-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: xemacs currently does not work with position independent code @@ -7,7 +7,7 @@ EAPI=7 WANT_AUTOCONF="2.1" -inherit autotools eutils flag-o-matic toolchain-funcs xdg-utils desktop +inherit autotools flag-o-matic toolchain-funcs xdg-utils desktop DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" diff --git a/app-editors/xemacs/xemacs-21.5.34-r5.ebuild b/app-editors/xemacs/xemacs-21.5.34-r5.ebuild index 91fe80f8bfe7..51534cc420ba 100644 --- a/app-editors/xemacs/xemacs-21.5.34-r5.ebuild +++ b/app-editors/xemacs/xemacs-21.5.34-r5.ebuild @@ -6,7 +6,7 @@ EAPI=7 -inherit autotools eutils flag-o-matic multilib xdg-utils desktop +inherit autotools flag-o-matic xdg-utils desktop DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" diff --git a/app-emacs/blogmax/blogmax-20170321.ebuild b/app-emacs/blogmax/blogmax-20170321.ebuild index 1fced845ba4e..9984f6db09e9 100644 --- a/app-emacs/blogmax/blogmax-20170321.ebuild +++ b/app-emacs/blogmax/blogmax-20170321.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit elisp eutils readme.gentoo-r1 +inherit elisp edos2unix readme.gentoo-r1 DESCRIPTION="Blogging in Emacs" HOMEPAGE="https://billstclair.com/blogmax/index.html" diff --git a/app-emulation/dlx/dlx-1.5.20.ebuild b/app-emulation/dlx/dlx-1.5.20.ebuild index 30e768088a51..8d9015504860 100644 --- a/app-emulation/dlx/dlx-1.5.20.ebuild +++ b/app-emulation/dlx/dlx-1.5.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,14 +8,13 @@ inherit toolchain-funcs DESCRIPTION="DLX Simulator" HOMEPAGE="https://www.davidviner.com/dlx" SRC_URI="https://www.davidviner.com/zip/dlx/dlx.zip -> ${P}.zip" -S=${WORKDIR}/dlx +S="${WORKDIR}"/dlx LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" src_compile() { # CXX not used diff --git a/app-emulation/edumips64/edumips64-1.2.ebuild b/app-emulation/edumips64/edumips64-1.2.ebuild index 518464fb1ce0..90a3291c9a3b 100644 --- a/app-emulation/edumips64/edumips64-1.2.ebuild +++ b/app-emulation/edumips64/edumips64-1.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc test" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="A visual and cross-platform MIPS64 CPU Simulator" HOMEPAGE="https://www.edumips.org" diff --git a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild index d3211b5fdcf1..9fdc1dc8bc30 100644 --- a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild +++ b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils rpm linux-info +inherit epatch rpm linux-info DESCRIPTION="XenServer Virtual Machine Tools" HOMEPAGE="https://www.citrix.com/" PV_BASE=${PV/_*} diff --git a/app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild b/app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild index e205472bb1bf..5241a7f739bd 100644 --- a/app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild +++ b/app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Free implementation of OVAL" HOMEPAGE="http://oval.mitre.org/language/interpreter.html" diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild index 84ab4c38fa3f..4532e744ba5b 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Japanese input method Anthy IMEngine for SCIM" HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy" diff --git a/app-i18n/unicode-data/unicode-data-12.0.0.ebuild b/app-i18n/unicode-data/unicode-data-12.0.0.ebuild index 1d5570ba7d79..90545a676bfe 100644 --- a/app-i18n/unicode-data/unicode-data-12.0.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-12.0.0.ebuild @@ -11,10 +11,8 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip LICENSE="unicode" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" S="${WORKDIR}" diff --git a/app-i18n/unicode-data/unicode-data-12.1.0.ebuild b/app-i18n/unicode-data/unicode-data-12.1.0.ebuild index 77cce03aea3d..d5f7f27ee193 100644 --- a/app-i18n/unicode-data/unicode-data-12.1.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-12.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,10 +11,8 @@ SRC_URI="https://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip LICENSE="unicode" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" S="${WORKDIR}" diff --git a/app-laptop/tpb/tpb-0.6.4-r1.ebuild b/app-laptop/tpb/tpb-0.6.4-r1.ebuild index f8bff7aa3280..ee68708eff7b 100644 --- a/app-laptop/tpb/tpb-0.6.4-r1.ebuild +++ b/app-laptop/tpb/tpb-0.6.4-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit linux-info eutils +inherit linux-info epatch DESCRIPTION="IBM ThinkPad buttons utility" HOMEPAGE="https://savannah.nongnu.org/projects/tpb/" diff --git a/app-misc/actkbd/actkbd-0.2.8-r2.ebuild b/app-misc/actkbd/actkbd-0.2.8-r2.ebuild index 0b926c6873fa..021c813d7d6e 100644 --- a/app-misc/actkbd/actkbd-0.2.8-r2.ebuild +++ b/app-misc/actkbd/actkbd-0.2.8-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit linux-info eutils toolchain-funcs +inherit linux-info epatch toolchain-funcs DESCRIPTION="A keyboard shortcut daemon" HOMEPAGE="http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/" diff --git a/app-misc/beanstalkd/beanstalkd-1.10.ebuild b/app-misc/beanstalkd/beanstalkd-1.10.ebuild index 3d7f2e0b9f7a..0207e6355a88 100644 --- a/app-misc/beanstalkd/beanstalkd-1.10.ebuild +++ b/app-misc/beanstalkd/beanstalkd-1.10.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils systemd toolchain-funcs user +inherit systemd toolchain-funcs user DESCRIPTION="A simple, fast work queue" HOMEPAGE="http://kr.github.io/beanstalkd/" diff --git a/app-misc/beanstalkd/beanstalkd-1.11.ebuild b/app-misc/beanstalkd/beanstalkd-1.11.ebuild index 776d6dc48611..3f10665d8ffc 100644 --- a/app-misc/beanstalkd/beanstalkd-1.11.ebuild +++ b/app-misc/beanstalkd/beanstalkd-1.11.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils systemd toolchain-funcs user +inherit systemd toolchain-funcs user DESCRIPTION="A simple, fast work queue" HOMEPAGE="http://kr.github.io/beanstalkd/" diff --git a/app-misc/cdargs/cdargs-1.35-r2.ebuild b/app-misc/cdargs/cdargs-1.35-r2.ebuild index c1a76560ba1f..db643cd46934 100644 --- a/app-misc/cdargs/cdargs-1.35-r2.ebuild +++ b/app-misc/cdargs/cdargs-1.35-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools elisp-common eutils +inherit autotools elisp-common epatch DESCRIPTION="Bookmarks and browser for the shell builtin cd command" HOMEPAGE="http://www.skamphausen.de/cgi-bin/ska/CDargs" diff --git a/app-misc/ckermit/ckermit-8.0.211-r4.ebuild b/app-misc/ckermit/ckermit-8.0.211-r4.ebuild index 1e999f50c638..666d31687f27 100644 --- a/app-misc/ckermit/ckermit-8.0.211-r4.ebuild +++ b/app-misc/ckermit/ckermit-8.0.211-r4.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit versionator eutils flag-o-matic toolchain-funcs +inherit versionator epatch flag-o-matic toolchain-funcs # Columbia University only uses the third component, e.g. cku211.tar.gz for # what we would call 8.0.211. diff --git a/app-misc/detox/detox-1.2.0-r3.ebuild b/app-misc/detox/detox-1.2.0-r3.ebuild index ec5d2e34a18c..2ec1846e2a59 100644 --- a/app-misc/detox/detox-1.2.0-r3.ebuild +++ b/app-misc/detox/detox-1.2.0-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch MY_P="${PN}-${PV/_/-}" diff --git a/app-misc/fdutils/fdutils-5.5.20060227-r1.ebuild b/app-misc/fdutils/fdutils-5.5.20060227-r1.ebuild index b0196c0d391c..2c47d3562892 100644 --- a/app-misc/fdutils/fdutils-5.5.20060227-r1.ebuild +++ b/app-misc/fdutils/fdutils-5.5.20060227-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch MY_P=${PN}_5.5-20060227 diff --git a/app-misc/fdutils/fdutils-5.5.20060227.ebuild b/app-misc/fdutils/fdutils-5.5.20060227.ebuild index 632a26a8982b..2df9ab872a03 100644 --- a/app-misc/fdutils/fdutils-5.5.20060227.ebuild +++ b/app-misc/fdutils/fdutils-5.5.20060227.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch MY_P=${PN}_5.5-20060227 diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild index b84cc575396a..9ff90a677275 100644 --- a/app-misc/gcal/gcal-3.6.3.ebuild +++ b/app-misc/gcal/gcal-3.6.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils flag-o-matic toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="The GNU Calendar - a replacement for cal" HOMEPAGE="https://www.gnu.org/software/gcal/" diff --git a/app-misc/gnuit/gnuit-4.9.5-r2.ebuild b/app-misc/gnuit/gnuit-4.9.5-r2.ebuild index 3f949e51f693..904f321af2a7 100644 --- a/app-misc/gnuit/gnuit-4.9.5-r2.ebuild +++ b/app-misc/gnuit/gnuit-4.9.5-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="GNU Interactive Tools - increase speed and efficiency of most daily tasks" HOMEPAGE="https://www.gnu.org/software/gnuit/" diff --git a/app-misc/hexcompare/hexcompare-1.0.4.ebuild b/app-misc/hexcompare/hexcompare-1.0.4.ebuild index 7b11bccd5ad8..1dfa265504c5 100644 --- a/app-misc/hexcompare/hexcompare-1.0.4.ebuild +++ b/app-misc/hexcompare/hexcompare-1.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="ncurses-based visual comparison of binary files" HOMEPAGE="http://hexcompare.sourceforge.net/" diff --git a/app-misc/irtrans-irserver/irtrans-irserver-6.09.04-r1.ebuild b/app-misc/irtrans-irserver/irtrans-irserver-6.09.04-r1.ebuild index 9cca69fbe4af..5cd00f0a8e56 100644 --- a/app-misc/irtrans-irserver/irtrans-irserver-6.09.04-r1.ebuild +++ b/app-misc/irtrans-irserver/irtrans-irserver-6.09.04-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic toolchain-funcs mono-env +inherit wrapper flag-o-matic toolchain-funcs mono-env DESCRIPTION="Server software for IRTrans" HOMEPAGE="http://www.irtrans.de" diff --git a/app-misc/kanatest/kanatest-0.4.8.ebuild b/app-misc/kanatest/kanatest-0.4.8.ebuild index 903fce705d6e..d24f05ecee86 100644 --- a/app-misc/kanatest/kanatest-0.4.8.ebuild +++ b/app-misc/kanatest/kanatest-0.4.8.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils gnome2-utils + +inherit autotools epatch gnome2-utils DESCRIPTION="Visual flashcard tool for memorizing the Japanese Hiragana and Katakana alphabet" HOMEPAGE="http://www.clayo.org/kanatest" @@ -11,14 +12,13 @@ SRC_URI="http://www.clayo.org/${PN}/${P}.tar.gz" LICENSE="GPL-2 GPL-2+" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" RDEPEND=">=x11-libs/gtk+-2.12:2= dev-libs/libxml2:=" DEPEND="${RDEPEND} virtual/pkgconfig" -DOCS="AUTHORS TRANSLATORS ChangeLog README" +DOCS=( AUTHORS TRANSLATORS ChangeLog README ) src_prepare() { epatch \ @@ -35,6 +35,14 @@ src_prepare() { eautoreconf } -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild b/app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild index 54066326d6cc..4c2d5534f1aa 100644 --- a/app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild +++ b/app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch MY_P=${P/_pre/test} MY_P=${MY_P/-applet/_applet} diff --git a/app-misc/mmv/mmv-1.01b_p18-r1.ebuild b/app-misc/mmv/mmv-1.01b_p18-r1.ebuild index d9873bba502f..14d3ab3d55a8 100644 --- a/app-misc/mmv/mmv-1.01b_p18-r1.ebuild +++ b/app-misc/mmv/mmv-1.01b_p18-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils flag-o-matic toolchain-funcs +inherit epatch flag-o-matic toolchain-funcs DEB_PATCH_VER=${PV#*_p} MY_VER=${PV%_p*} diff --git a/app-misc/realpath/realpath-1.18.ebuild b/app-misc/realpath/realpath-1.18.ebuild index 2187339bb817..0a61456cc83e 100644 --- a/app-misc/realpath/realpath-1.18.ebuild +++ b/app-misc/realpath/realpath-1.18.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils flag-o-matic multilib prefix toolchain-funcs +inherit epatch flag-o-matic prefix DESCRIPTION="Return the canonicalized absolute pathname" HOMEPAGE="http://packages.debian.org/unstable/utils/realpath" @@ -46,7 +46,7 @@ src_prepare() { src_compile() { tc-export CC - use nls && use !elibc_glibc && append-libs -lintl + use nls && ! use elibc_glibc && append-libs -lintl [[ ${CHOST} == *-mint* ]] && append-libs "-liconv" local subdir diff --git a/app-misc/rundeck-bin/rundeck-bin-2.6.8.ebuild b/app-misc/rundeck-bin/rundeck-bin-2.6.8.ebuild index 2241a0bfea34..7c0b4f11d35f 100644 --- a/app-misc/rundeck-bin/rundeck-bin-2.6.8.ebuild +++ b/app-misc/rundeck-bin/rundeck-bin-2.6.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils java-pkg-2 rpm user +inherit epatch java-pkg-2 rpm user DESCRIPTION="Job Scheduler and Runbook Automation" HOMEPAGE="http://www.rundeck.org" diff --git a/app-misc/sphinx/sphinx-2.2.11-r1.ebuild b/app-misc/sphinx/sphinx-2.2.11-r1.ebuild index c19dc6ab4eee..ae063ea14f8f 100644 --- a/app-misc/sphinx/sphinx-2.2.11-r1.ebuild +++ b/app-misc/sphinx/sphinx-2.2.11-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 WANT_AUTOMAKE=1.15 -inherit eutils autotools toolchain-funcs +inherit epatch autotools toolchain-funcs #MY_P=${P/_/-} MY_P=${P}-release diff --git a/app-misc/sphinx/sphinx-2.2.11-r2.ebuild b/app-misc/sphinx/sphinx-2.2.11-r2.ebuild index 70c69baef6f5..4275fa3b36bc 100644 --- a/app-misc/sphinx/sphinx-2.2.11-r2.ebuild +++ b/app-misc/sphinx/sphinx-2.2.11-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 WANT_AUTOMAKE=1.15 -inherit eutils autotools toolchain-funcs +inherit epatch autotools toolchain-funcs #MY_P=${P/_/-} MY_P=${P}-release diff --git a/app-misc/sphinx/sphinx-2.2.11.ebuild b/app-misc/sphinx/sphinx-2.2.11.ebuild index 59e47ea3505b..7b6c533c457e 100644 --- a/app-misc/sphinx/sphinx-2.2.11.ebuild +++ b/app-misc/sphinx/sphinx-2.2.11.ebuild @@ -5,7 +5,7 @@ EAPI=5 WANT_AUTOMAKE=1.15 -inherit eutils autotools toolchain-funcs +inherit epatch autotools toolchain-funcs #MY_P=${P/_/-} MY_P=${P}-release diff --git a/app-misc/srm/srm-1.2.15.ebuild b/app-misc/srm/srm-1.2.15.ebuild index c4fef52773d4..a086636c2048 100644 --- a/app-misc/srm/srm-1.2.15.ebuild +++ b/app-misc/srm/srm-1.2.15.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="A command-line compatible rm which destroys file contents before unlinking" HOMEPAGE="https://sourceforge.net/projects/srm/" diff --git a/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild b/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild index a624e018c08c..fdae4089bf69 100644 --- a/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild +++ b/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="SDL based graphical file browser" HOMEPAGE="http://www.determinate.net/webdata/seg/tdfsb.html" diff --git a/app-misc/wcd/wcd-5.2.7.ebuild b/app-misc/wcd/wcd-5.2.7.ebuild index 36a9d04865f5..8af0814c2438 100644 --- a/app-misc/wcd/wcd-5.2.7.ebuild +++ b/app-misc/wcd/wcd-5.2.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Wherever Change Directory" HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR" diff --git a/app-mobilephone/vmoconv/vmoconv-1.0-r1.ebuild b/app-mobilephone/vmoconv/vmoconv-1.0-r1.ebuild index d7f1da29f215..6a145ab58049 100644 --- a/app-mobilephone/vmoconv/vmoconv-1.0-r1.ebuild +++ b/app-mobilephone/vmoconv/vmoconv-1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools +inherit epatch autotools DESCRIPTION="A tool that converts Siemens phones VMO and VMI audio files to gsm and wav" HOMEPAGE="http://triq.net/obex/" diff --git a/app-office/ical/ical-3.0-r2.ebuild b/app-office/ical/ical-3.0-r2.ebuild index 145e6232d0d7..6b2c48574996 100644 --- a/app-office/ical/ical-3.0-r2.ebuild +++ b/app-office/ical/ical-3.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils multilib virtualx +inherit autotools eutils epatch multilib virtualx DESCRIPTION="Tk-based Calendar program" HOMEPAGE="https://launchpad.net/ical-tcl" diff --git a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild index 04193d5fbffe..deeabc320133 100644 --- a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild +++ b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils xdg +inherit desktop xdg MY_PN=${PN/-bin} MY_P="${MY_PN}-${PV}" diff --git a/app-pda/barry/barry-0.18.3.ebuild b/app-pda/barry/barry-0.18.3.ebuild index c6d007d92d4b..97d98c8fc732 100644 --- a/app-pda/barry/barry-0.18.3.ebuild +++ b/app-pda/barry/barry-0.18.3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit bash-completion-r1 eutils flag-o-matic gnome2-utils ltprune udev + +inherit bash-completion-r1 desktop epatch flag-o-matic gnome2-utils ltprune udev DESCRIPTION="Sync, backup, program management, and charging for BlackBerry devices" HOMEPAGE="http://www.netdirect.ca/software/packages/barry/" diff --git a/app-portage/getdelta/getdelta-0.7.9-r2.ebuild b/app-portage/getdelta/getdelta-0.7.9-r2.ebuild index 55f536597134..db9e237e7914 100644 --- a/app-portage/getdelta/getdelta-0.7.9-r2.ebuild +++ b/app-portage/getdelta/getdelta-0.7.9-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="dynamic deltup client" HOMEPAGE="http://linux01.gwdg.de/~nlissne/" diff --git a/app-shells/posh/posh-0.14.1.ebuild b/app-shells/posh/posh-0.14.1.ebuild index e2a2f5104576..98d4635a2a89 100644 --- a/app-shells/posh/posh-0.14.1.ebuild +++ b/app-shells/posh/posh-0.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,9 +15,6 @@ S=${WORKDIR}/${MY_P} LICENSE="GPL-2+ BSD public-domain" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="app-arch/xz-utils" src_prepare() { default diff --git a/app-shells/tcsh/tcsh-6.22.02.ebuild b/app-shells/tcsh/tcsh-6.22.02.ebuild index 02fa21d5200c..b5d2662737f5 100644 --- a/app-shells/tcsh/tcsh-6.22.02.ebuild +++ b/app-shells/tcsh/tcsh-6.22.02.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils flag-o-matic autotools prefix +inherit epatch flag-o-matic autotools prefix CONFVER="1.9" diff --git a/app-text/antiword/antiword-0.37-r1.ebuild b/app-text/antiword/antiword-0.37-r1.ebuild index e0384dc06f81..b9ae5e10151d 100644 --- a/app-text/antiword/antiword-0.37-r1.ebuild +++ b/app-text/antiword/antiword-0.37-r1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs IUSE="kde" PATCHVER="r2" diff --git a/app-text/blahtexml/blahtexml-0.9.ebuild b/app-text/blahtexml/blahtexml-0.9.ebuild index 7a32d14559cd..5e893a55f267 100644 --- a/app-text/blahtexml/blahtexml-0.9.ebuild +++ b/app-text/blahtexml/blahtexml-0.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="TeX-to-MathML converter" HOMEPAGE="http://gva.noekeon.org/blahtexml" diff --git a/app-text/bogosort/bogosort-0.4.2-r1.ebuild b/app-text/bogosort/bogosort-0.4.2-r1.ebuild index c8b07c12cae0..8cee0c78b4ca 100644 --- a/app-text/bogosort/bogosort-0.4.2-r1.ebuild +++ b/app-text/bogosort/bogosort-0.4.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="A file sorting program which uses the bogosort algorithm" HOMEPAGE="http://www.lysator.liu.se/~qha/bogosort/" diff --git a/app-text/chasen/chasen-2.4.4-r3.ebuild b/app-text/chasen/chasen-2.4.4-r3.ebuild index 913b177defb5..1e618a384ee1 100644 --- a/app-text/chasen/chasen-2.4.4-r3.ebuild +++ b/app-text/chasen/chasen-2.4.4-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils ltprune perl-module +inherit epatch ltprune perl-module DESCRIPTION="Japanese Morphological Analysis System, ChaSen" HOMEPAGE="http://chasen-legacy.sourceforge.jp/" diff --git a/app-text/code2html/code2html-0.9.1-r2.ebuild b/app-text/code2html/code2html-0.9.1-r2.ebuild index d56c83132575..04b8d89521c5 100644 --- a/app-text/code2html/code2html-0.9.1-r2.ebuild +++ b/app-text/code2html/code2html-0.9.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils prefix +inherit epatch prefix DESCRIPTION="Converts source files to colored HTML output" HOMEPAGE="http://www.palfrader.org/code2html/" diff --git a/app-text/htmltidy/htmltidy-20090325-r2.ebuild b/app-text/htmltidy/htmltidy-20090325-r2.ebuild index abb1985534cf..dcca33053d66 100644 --- a/app-text/htmltidy/htmltidy-20090325-r2.ebuild +++ b/app-text/htmltidy/htmltidy-20090325-r2.ebuild @@ -6,7 +6,7 @@ EAPI=5 MY_PN="tidy" MY_P="${MY_PN}-${PV}" -inherit eutils autotools +inherit epatch autotools DESCRIPTION="Tidy the layout and correct errors in HTML and XML documents" HOMEPAGE="http://tidy.sourceforge.net/" diff --git a/app-text/languagetool/languagetool-4.5.ebuild b/app-text/languagetool/languagetool-4.5.ebuild index c50594e3392d..afb2f0cde174 100644 --- a/app-text/languagetool/languagetool-4.5.ebuild +++ b/app-text/languagetool/languagetool-4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ CP_DEPEND=" RDEPEND=">=virtual/jre-1.8 ${CP_DEPEND}" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S=${WORKDIR}/${MY_P} diff --git a/app-text/languagetool/languagetool-4.6.ebuild b/app-text/languagetool/languagetool-4.6.ebuild index 1e732211206c..8f9296077b67 100644 --- a/app-text/languagetool/languagetool-4.6.ebuild +++ b/app-text/languagetool/languagetool-4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ CP_DEPEND=" RDEPEND=">=virtual/jre-1.8 ${CP_DEPEND}" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S=${WORKDIR}/${MY_P} diff --git a/app-text/opensp/opensp-1.5.2-r3.ebuild b/app-text/opensp/opensp-1.5.2-r3.ebuild index 4343444bd39e..79b03eac29a5 100644 --- a/app-text/opensp/opensp-1.5.2-r3.ebuild +++ b/app-text/opensp/opensp-1.5.2-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic ltprune +inherit epatch flag-o-matic ltprune MY_P=${P/opensp/OpenSP} diff --git a/app-text/opensp/opensp-1.5.2-r6.ebuild b/app-text/opensp/opensp-1.5.2-r6.ebuild index a3c57f7e1b2c..ea411e191909 100644 --- a/app-text/opensp/opensp-1.5.2-r6.ebuild +++ b/app-text/opensp/opensp-1.5.2-r6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic autotools ltprune +inherit epatch flag-o-matic autotools ltprune MY_P=${P/opensp/OpenSP} diff --git a/app-text/paps/paps-0.6.8-r2.ebuild b/app-text/paps/paps-0.6.8-r2.ebuild index 3b8795277278..f244fee431b1 100644 --- a/app-text/paps/paps-0.6.8-r2.ebuild +++ b/app-text/paps/paps-0.6.8-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Unicode-aware text to PostScript converter" HOMEPAGE="http://paps.sourceforge.net/" diff --git a/app-text/pep/pep-2.8-r2.ebuild b/app-text/pep/pep-2.8-r2.ebuild index f1864940b8b8..e38782d4b5f2 100644 --- a/app-text/pep/pep-2.8-r2.ebuild +++ b/app-text/pep/pep-2.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~mips ppc x86 ~x86-linux ~ppc-macos" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S=${WORKDIR} diff --git a/app-text/refbase/refbase-0.9.6_p20180223.ebuild b/app-text/refbase/refbase-0.9.6_p20180223.ebuild index a36d4ed7ff86..6962ac419d28 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,14 +7,15 @@ inherit webapp DESCRIPTION="Web-based solution for managing scientific literature, references and citations" HOMEPAGE="http://www.refbase.net/" SRC_URI="https://sourceforge.net/code-snapshots/svn/r/re/refbase/code/refbase-code-r1422-branches-bleeding-edge.zip -> ${P}.zip" + LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=">=dev-lang/php-5.3[mysql,mysqli(+),session] virtual/httpd-php app-admin/webapp-config app-text/bibutils" -DEPEND="app-arch/unzip" + +BDEPEND="app-arch/unzip" S="${WORKDIR}/${PN}-code-r1422-branches-bleeding-edge" diff --git a/app-text/spellutils/spellutils-0.7.ebuild b/app-text/spellutils/spellutils-0.7.ebuild index da3435590537..69a0bcbded7f 100644 --- a/app-text/spellutils/spellutils-0.7.ebuild +++ b/app-text/spellutils/spellutils-0.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="spellutils includes 'newsbody' (useful for spellchecking in mails, etc.)" HOMEPAGE="http://home.worldonline.dk/byrial/spellutils/" diff --git a/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild b/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild index d8b9123d8f39..751cd660b003 100644 --- a/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild +++ b/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="Convert ordinary English text into text that mimics a stereotyped dialect" HOMEPAGE="http://www.hyperrealm.com/talkfilters/talkfilters.html" diff --git a/app-text/tkman/tkman-2.2-r1.ebuild b/app-text/tkman/tkman-2.2-r1.ebuild index 4e21e88ebb46..818ec72240da 100644 --- a/app-text/tkman/tkman-2.2-r1.ebuild +++ b/app-text/tkman/tkman-2.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit desktop epatch DESCRIPTION="TkMan man and info page browser" HOMEPAGE="http://tkman.sourceforge.net/" diff --git a/app-text/ttf2pt1/ttf2pt1-3.4.4-r1.ebuild b/app-text/ttf2pt1/ttf2pt1-3.4.4-r1.ebuild index ed543c6808a4..82a9d444d4c0 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.4.4-r1.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.4.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib toolchain-funcs +inherit epatch multilib toolchain-funcs DESCRIPTION="True Type Font to Postscript Type 1 Converter" HOMEPAGE="http://ttf2pt1.sourceforge.net/" @@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/ttf2pt1/${P}.tgz" LICENSE="ttf2pt1" SLOT="0" KEYWORDS="amd64 ppc sparc x86" -IUSE="" DEPEND=">=media-libs/freetype-2.5.1:2" RDEPEND="${DEPEND}" diff --git a/app-text/vilistextum/vilistextum-2.6.9-r1.ebuild b/app-text/vilistextum/vilistextum-2.6.9-r1.ebuild index 37ed62c44954..378b7e597fb2 100644 --- a/app-text/vilistextum/vilistextum-2.6.9-r1.ebuild +++ b/app-text/vilistextum/vilistextum-2.6.9-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils autotools +inherit epatch autotools DESCRIPTION="HTML to ASCII converter programmed to handle incorrect html" HOMEPAGE="https://bhaak.net/vilistextum/" diff --git a/app-text/vilistextum/vilistextum-2.8.0.20191023-r1.ebuild b/app-text/vilistextum/vilistextum-2.8.0.20191023-r1.ebuild index d36c583c8dda..1458461c0bdb 100644 --- a/app-text/vilistextum/vilistextum-2.8.0.20191023-r1.ebuild +++ b/app-text/vilistextum/vilistextum-2.8.0.20191023-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic +inherit autotools GITID="f299bb5e5f661c345c4b85a3e8de9ad8615ad17a" DESCRIPTION="HTML to ASCII converter programmed to handle incorrect html" diff --git a/app-text/vilistextum/vilistextum-2.8.0.20200411.ebuild b/app-text/vilistextum/vilistextum-2.8.0.20200411.ebuild index 6a712147389b..f388ee3dd47b 100644 --- a/app-text/vilistextum/vilistextum-2.8.0.20200411.ebuild +++ b/app-text/vilistextum/vilistextum-2.8.0.20200411.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic +inherit autotools GITID="06cc8a637efd9097af4f138b1b7c755120ffaa88" DESCRIPTION="HTML to ASCII converter programmed to handle incorrect html" diff --git a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild b/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild index e7b9c2b72180..8322bc031d19 100644 --- a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild +++ b/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils vcs-clean +inherit autotools epatch vcs-clean MY_PV=${PV/_p*/} DEB_PR=${PV/*_p/} diff --git a/app-vim/breakpts/breakpts-4.0-r2.ebuild b/app-vim/breakpts/breakpts-4.0-r2.ebuild index 1dcdff18bc43..79666b518bb0 100644 --- a/app-vim/breakpts/breakpts-4.0-r2.ebuild +++ b/app-vim/breakpts/breakpts-4.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ RDEPEND=" >=app-vim/multvals-3.6.1 >=app-vim/genutils-1.13 >=app-vim/foldutil-1.6" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" VIM_PLUGIN_HELPTEXT=\ "This plugin allows breakpoints to be set and cleared visually. To start, diff --git a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild index c7dcc62f768e..6293de9868d2 100644 --- a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild +++ b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit vim-plugin eutils +inherit edos2unix epatch vim-plugin DESCRIPTION="vim plugin: a collection of color schemes from vim.org" HOMEPAGE="https://www.vim.org/" diff --git a/app-vim/taglist/taglist-4.6.ebuild b/app-vim/taglist/taglist-4.6.ebuild index 282a134b2979..9d03fdf679f7 100644 --- a/app-vim/taglist/taglist-4.6.ebuild +++ b/app-vim/taglist/taglist-4.6.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit vim-plugin eutils +inherit vim-plugin epatch DESCRIPTION="vim plugin: ctags-based source code browser" HOMEPAGE="http://vim-taglist.sourceforge.net/" diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild b/app-vim/vimpython/vimpython-1.13-r3.ebuild index 73600cf3bfd8..923da1931b4c 100644 --- a/app-vim/vimpython/vimpython-1.13-r3.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,5 +14,5 @@ KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RDEPEND="${PYTHON_DEPS}" diff --git a/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild index 9f123f017901..674acf4c9f29 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild @@ -8,19 +8,19 @@ inherit cmake DESCRIPTION="The ANTLR 4 C++ Runtime" HOMEPAGE="https://www.antlr.org/" SRC_URI="https://www.antlr.org/download/antlr4-cpp-runtime-${PV}-source.zip -> ${P}.zip" +S="${WORKDIR}" + LICENSE="BSD" SLOT="4" KEYWORDS="amd64 ~arm ~ppc x86" -DEPEND="app-arch/unzip" - -S="${WORKDIR}" +BDEPEND="app-arch/unzip" src_prepare() { sed -i -e "s#DESTINATION lib#DESTINATION $(get_libdir)#" \ "${S}"/runtime/CMakeLists.txt || die "failed sed" - sed -i -e "s#share/doc/libantlr4#share/doc/${P}#g" \ + sed -i -e "s#share/doc/libantlr4#share/doc/${PF}#g" \ "${S}"/CMakeLists.txt || die "failed sed" cmake_src_prepare diff --git a/dev-cpp/muParser/muParser-2.2.6.1.ebuild b/dev-cpp/muParser/muParser-2.2.6.1.ebuild index 9f4fe65c7235..2d5b4f14f274 100644 --- a/dev-cpp/muParser/muParser-2.2.6.1.ebuild +++ b/dev-cpp/muParser/muParser-2.2.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="Library for parsing mathematical expressions" HOMEPAGE="http://muparser.beltoforion.de/" diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild index 3f251a81fd24..aee715391e61 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc ppc64 x86" IUSE="doc test" RESTRICT="!test? ( test )" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" DOCS=( ChangeLog.md README.md ) diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.7.0.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.7.0.ebuild index 6c95f15b7348..c5617336644c 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.7.0.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" DOCS=( ChangeLog.md README.md ) diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild index 4a92c0804ceb..03d646be1e0b 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm64 ppc ppc64 x86" IUSE="doc test" RESTRICT="!test? ( test )" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" DOCS=( ChangeLog.md README.md ) diff --git a/dev-cpp/tclap/tclap-1.2.2.ebuild b/dev-cpp/tclap/tclap-1.2.2.ebuild index 82435d7207ef..a41b021a70b1 100644 --- a/dev-cpp/tclap/tclap-1.2.2.ebuild +++ b/dev-cpp/tclap/tclap-1.2.2.ebuild @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="amd64 ~arm arm64 ppc x86 ~amd64-linux" IUSE="doc" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" src_configure() { econf $(use_enable doc doxygen) diff --git a/dev-db/apgdiff/apgdiff-2.4.ebuild b/dev-db/apgdiff/apgdiff-2.4.ebuild index 8066c91411e7..eed28c458186 100644 --- a/dev-db/apgdiff/apgdiff-2.4.ebuild +++ b/dev-db/apgdiff/apgdiff-2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 DESCRIPTION="A simple PostgreSQL diff tool that is useful for schema upgrades" HOMEPAGE="https://apgdiff.com" @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" DEPEND=">=virtual/jdk-1.6 >=dev-java/ant-core-1.7.0:0 >=dev-java/ant-junit-1.7.0:0 - app-arch/zip:0 + app-arch/unzip:0 test? ( dev-java/hamcrest-core:0 >=dev-java/junit-4.4:4 diff --git a/dev-db/cdb/cdb-0.75-r4.ebuild b/dev-db/cdb/cdb-0.75-r4.ebuild index a488f55a6e3d..70faa97030dc 100644 --- a/dev-db/cdb/cdb-0.75-r4.ebuild +++ b/dev-db/cdb/cdb-0.75-r4.ebuild @@ -1,20 +1,19 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib toolchain-funcs -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +inherit epatch multilib toolchain-funcs DESCRIPTION="Fast, reliable, simple package for creating and reading constant databases" HOMEPAGE="http://cr.yp.to/cdb.html" SRC_URI="http://cr.yp.to/cdb/${P}.tar.gz" + LICENSE="public-domain" SLOT="0" -IUSE="" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -DEPEND=">=sys-apps/sed-4 - !dev-db/tinycdb" +DEPEND="!dev-db/tinycdb" RDEPEND="${DEPEND}" src_prepare() { diff --git a/dev-db/henplus/henplus-0.9.8-r1.ebuild b/dev-db/henplus/henplus-0.9.8-r1.ebuild index cee0e94668a1..4d87fb8700b0 100644 --- a/dev-db/henplus/henplus-0.9.8-r1.ebuild +++ b/dev-db/henplus/henplus-0.9.8-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source" -inherit java-pkg-2 eutils java-ant-2 +inherit java-pkg-2 epatch java-ant-2 DESCRIPTION="Java-based multisession SQL shell for databases with JDBC support" HOMEPAGE="http://henplus.sf.net" diff --git a/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild b/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild index 4a22787f84f7..72bc62a9b033 100644 --- a/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild +++ b/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source test" -inherit eutils user versionator java-pkg-2 java-ant-2 +inherit epatch user versionator java-pkg-2 java-ant-2 MY_PV=$(replace_all_version_separators _ ) MY_P="${PN}_${MY_PV}" diff --git a/dev-db/libodbc++/libodbc++-0.2.5-r2.ebuild b/dev-db/libodbc++/libodbc++-0.2.5-r2.ebuild index 4c81bfaba750..7f0ddc69be4c 100644 --- a/dev-db/libodbc++/libodbc++-0.2.5-r2.ebuild +++ b/dev-db/libodbc++/libodbc++-0.2.5-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic +inherit epatch flag-o-matic DESCRIPTION="Provides a subset of the well-known JDBC 2.0(tm) and runs on top of ODBC" SRC_URI="mirror://sourceforge/libodbcxx/${P}.tar.bz2" diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild index 9de6d3ab008c..f693eb3659f1 100644 --- a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild +++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools mono-env eutils +inherit autotools mono-env epatch DESCRIPTION="D-Bus for .NET" HOMEPAGE="https://github.com/mono/dbus-sharp" diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild index b7a8a7e916ef..baa798eacbf0 100644 --- a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild +++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools mono-env eutils + +inherit autotools mono-env DESCRIPTION="D-Bus for .NET" HOMEPAGE="https://github.com/mono/dbus-sharp" @@ -11,15 +12,15 @@ SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="2.0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND="dev-lang/mono sys-apps/dbus" DEPEND="${RDEPEND} virtual/pkgconfig" +DOCS=( AUTHORS README ) + pkg_setup() { - DOCS="AUTHORS README" mono-env_pkg_setup } diff --git a/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild b/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild index 4837debd2b9f..7b3bbb50ca86 100644 --- a/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild +++ b/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils mono +inherit mono wrapper DESCRIPTION="iCal clone for .NET" HOMEPAGE="http://www.monocalendar.com/" @@ -13,7 +13,6 @@ S="${WORKDIR}/MonoCalendar" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 x86" -IUSE="" DEPEND=">=dev-lang/mono-1.2.1" RDEPEND="${DEPEND}" diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild index ab67b1c85058..eda99905f22e 100644 --- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild +++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils mono-env +inherit autotools epatch mono-env MY_P=${PN}-${PV#*_pre} diff --git a/dev-embedded/freaklabs-boards/freaklabs-boards-1.0.0.ebuild b/dev-embedded/freaklabs-boards/freaklabs-boards-1.0.0.ebuild index 57336622114f..5fecb8d78b9b 100644 --- a/dev-embedded/freaklabs-boards/freaklabs-boards-1.0.0.ebuild +++ b/dev-embedded/freaklabs-boards/freaklabs-boards-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,23 +10,21 @@ HOMEPAGE="https://freaklabs.org/chibiarduino/" #GIT_COMMIT="ff3ebd11934c123091d485e6dc2845d78bda4255" #SRC_URI="https://github.com/freaklabs/freaklabs-boards/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" #S="${WORKDIR}/${PN}-${GIT_COMMIT}" -S="${WORKDIR}/freaklabs-v1.0.0" SRC_URI="https://freaklabs.org/pub/chibiArduino/boards/freaklabs-v${PV}-manual%20install.zip -> freaklabs-v${PV}-manual-install.zip" +S="${WORKDIR}/freaklabs-v1.0.0" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" -BDEPEND="" +BDEPEND="app-arch/unzip" PDEPEND="dev-embedded/arduino" src_install() { insinto /usr/share/arduino/hardware/freaklabs/avr doins -r avr/* + #non working 1.0.3 #doins -r boards/1.0.3/{boards.txt,platform.local.txt,variants,bootloaders} } diff --git a/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild b/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild index 24cfe4769c1b..a37ef5bd81df 100644 --- a/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild +++ b/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="An application for working with the Microchip PicKit2 PIC programmer" HOMEPAGE="http://www.microchip.com/pickit2" diff --git a/dev-embedded/sunxi-tools/sunxi-tools-1.2.ebuild b/dev-embedded/sunxi-tools/sunxi-tools-1.2.ebuild index c332d4dea74b..a642ae775c0a 100644 --- a/dev-embedded/sunxi-tools/sunxi-tools-1.2.ebuild +++ b/dev-embedded/sunxi-tools/sunxi-tools-1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils toolchain-funcs +inherit toolchain-funcs MY_PV="v${PV}" SRC_URI="https://github.com/linux-sunxi/sunxi-tools/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-embedded/urjtag/urjtag-0.10-r1.ebuild b/dev-embedded/urjtag/urjtag-0.10-r1.ebuild index 873826e374d7..c2da8cb6ff2d 100644 --- a/dev-embedded/urjtag/urjtag-0.10-r1.ebuild +++ b/dev-embedded/urjtag/urjtag-0.10-r1.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: figure out htf to make python.eclass work EAPI="5" -inherit eutils ltprune multilib +inherit ltprune + if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.code.sf.net/p/urjtag/git" inherit git-r3 autotools - S=${WORKDIR}/${P}/${PN} + + S="${WORKDIR}"/${P}/${PN} else SRC_URI="mirror://sourceforge/urjtag/${P}.tar.bz2" KEYWORDS="amd64 ppc sparc x86" diff --git a/dev-games/flatzebra/flatzebra-0.1.6.ebuild b/dev-games/flatzebra/flatzebra-0.1.6.ebuild index 1c956c236d5a..0b38f198dca9 100644 --- a/dev-games/flatzebra/flatzebra-0.1.6.ebuild +++ b/dev-games/flatzebra/flatzebra-0.1.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="A generic game engine for 2D double-buffering animation" HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/batrachians.html" diff --git a/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild b/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild index 470f81f67c20..bde65e3d76a0 100644 --- a/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild +++ b/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs versionator +inherit epatch toolchain-funcs versionator MY_PV=$(replace_version_separator 3 -) DESCRIPTION="game installer for playstation 2 HD Loader" diff --git a/dev-games/higan-ananke/higan-ananke-094.ebuild b/dev-games/higan-ananke/higan-ananke-094.ebuild index b3b0566ec1bb..689554f4e70f 100644 --- a/dev-games/higan-ananke/higan-ananke-094.ebuild +++ b/dev-games/higan-ananke/higan-ananke-094.ebuild @@ -1,22 +1,20 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib toolchain-funcs +inherit epatch multilib toolchain-funcs MY_P=higan_v${PV}-source DESCRIPTION="A higan helper library needed for extra rom load options" HOMEPAGE="http://byuu.org/higan/" SRC_URI="http://byuu.org/files/${MY_P}.tar.xz" +S="${WORKDIR}"/${MY_P}/ananke LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -S=${WORKDIR}/${MY_P}/ananke src_prepare() { cd "${WORKDIR}/${MY_P}" diff --git a/dev-games/mercator/mercator-0.3.3.ebuild b/dev-games/mercator/mercator-0.3.3.ebuild index ad2b19b766a0..34cbfc3fe787 100644 --- a/dev-games/mercator/mercator-0.3.3.ebuild +++ b/dev-games/mercator/mercator-0.3.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="WorldForge library primarily aimed at terrain" HOMEPAGE="https://www.worldforge.org/index.php/components/mercator/" diff --git a/dev-games/ode/ode-0.11.1.ebuild b/dev-games/ode/ode-0.11.1.ebuild index b20a61d98648..b06d5c927c9e 100644 --- a/dev-games/ode/ode-0.11.1.ebuild +++ b/dev-games/ode/ode-0.11.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="Open Dynamics Engine SDK" HOMEPAGE="http://ode.org/" diff --git a/dev-games/ode/ode-0.12.ebuild b/dev-games/ode/ode-0.12.ebuild index f9239dc91a8a..a1b352d94fa3 100644 --- a/dev-games/ode/ode-0.12.ebuild +++ b/dev-games/ode/ode-0.12.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="Open Dynamics Engine SDK" HOMEPAGE="http://ode.org/" diff --git a/dev-games/ode/ode-0.14-r1.ebuild b/dev-games/ode/ode-0.14-r1.ebuild index 11a993ae006d..d50555084059 100644 --- a/dev-games/ode/ode-0.14-r1.ebuild +++ b/dev-games/ode/ode-0.14-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils ltprune +inherit autotools epatch ltprune DESCRIPTION="Open Dynamics Engine SDK" HOMEPAGE="http://ode.org/" diff --git a/dev-games/poker-eval/poker-eval-138.0.ebuild b/dev-games/poker-eval/poker-eval-138.0.ebuild index 0fb3aa86c059..c34ff4181418 100644 --- a/dev-games/poker-eval/poker-eval-138.0.ebuild +++ b/dev-games/poker-eval/poker-eval-138.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="A fast C library for evaluating poker hands" HOMEPAGE="http://gna.org/projects/pokersource/" diff --git a/dev-games/wfmath/wfmath-1.0.2.ebuild b/dev-games/wfmath/wfmath-1.0.2.ebuild index 59d89b7ef79e..b89fb83c51e0 100644 --- a/dev-games/wfmath/wfmath-1.0.2.ebuild +++ b/dev-games/wfmath/wfmath-1.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="Worldforge math library" HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/wfmath" diff --git a/dev-java/antlr/antlr-3.2.ebuild b/dev-java/antlr/antlr-3.2.ebuild index 0d962209926f..3efa97660287 100644 --- a/dev-java/antlr/antlr-3.2.ebuild +++ b/dev-java/antlr/antlr-3.2.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit eutils java-pkg-2 java-pkg-simple +inherit epatch java-pkg-2 java-pkg-simple DESCRIPTION="A parser generator for many languages" HOMEPAGE="https://www.antlr3.org/" diff --git a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild b/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild index aaee170b76c1..68a1217115d7 100644 --- a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild +++ b/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild @@ -13,7 +13,7 @@ LICENSE="Apple" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RDEPEND=">=virtual/jre-1.8:*" S=${WORKDIR}/AppleJavaExtensions diff --git a/dev-java/batik/batik-1.9.ebuild b/dev-java/batik/batik-1.9.ebuild index 0582d79cb471..2e905bf8073d 100644 --- a/dev-java/batik/batik-1.9.ebuild +++ b/dev-java/batik/batik-1.9.ebuild @@ -5,7 +5,7 @@ EAPI=5 JAVA_PKG_IUSE="doc" -inherit java-pkg-2 java-ant-2 eutils +inherit java-pkg-2 java-ant-2 epatch DESCRIPTION="Java based SVG toolkit" HOMEPAGE="https://xmlgraphics.apache.org/batik/" diff --git a/dev-java/browserlauncher2/browserlauncher2-1.3-r1.ebuild b/dev-java/browserlauncher2/browserlauncher2-1.3-r1.ebuild index 8d5e98ca31ee..89162d59230e 100644 --- a/dev-java/browserlauncher2/browserlauncher2-1.3-r1.ebuild +++ b/dev-java/browserlauncher2/browserlauncher2-1.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source" -inherit versionator eutils java-pkg-2 java-ant-2 +inherit versionator java-pkg-2 java-ant-2 MY_PV="$(replace_all_version_separators _)" MY_PN="BrowserLauncher2" diff --git a/dev-java/bsf/bsf-2.4.0-r2.ebuild b/dev-java/bsf/bsf-2.4.0-r2.ebuild index 2cb3ea0c4a21..01984239b9f1 100644 --- a/dev-java/bsf/bsf-2.4.0-r2.ebuild +++ b/dev-java/bsf/bsf-2.4.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI="5" JAVA_PKG_IUSE="doc examples source" -inherit java-pkg-2 eutils java-ant-2 +inherit java-pkg-2 epatch java-ant-2 DESCRIPTION="Bean Script Framework" HOMEPAGE="http://commons.apache.org/bsf/" diff --git a/dev-java/cdi-api/cdi-api-1.2.ebuild b/dev-java/cdi-api/cdi-api-1.2.ebuild index 9396af5ff0b5..5d3e5e09d79a 100644 --- a/dev-java/cdi-api/cdi-api-1.2.ebuild +++ b/dev-java/cdi-api/cdi-api-1.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-pkg-simple +inherit java-pkg-2 java-pkg-simple DESCRIPTION="Contexts and Dependency Injection for the Java EE platform" HOMEPAGE="http://www.cdi-spec.org/" diff --git a/dev-java/colt/colt-1.2.0-r3.ebuild b/dev-java/colt/colt-1.2.0-r3.ebuild index ce5c2ef0fea4..24cb77f19188 100644 --- a/dev-java/colt/colt-1.2.0-r3.ebuild +++ b/dev-java/colt/colt-1.2.0-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="source doc" -inherit java-pkg-2 java-ant-2 eutils +inherit java-pkg-2 java-ant-2 epatch DESCRIPTION="Java Libraries for High Performance Scientific and Technical Computing" SRC_URI="http://dsd.lbl.gov/~hoschek/colt-download/releases/${P}.tar.gz" diff --git a/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild b/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild index 3db3f7201fd2..4b75f2ae4ea1 100644 --- a/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild +++ b/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=5 JAVA_PKG_IUSE="doc source test" -inherit java-pkg-2 java-ant-2 java-utils-2 eutils +inherit java-pkg-2 java-ant-2 java-utils-2 epatch DESCRIPTION="Jakarta-Commons Collections Component" HOMEPAGE="http://commons.apache.org/collections/" diff --git a/dev-java/commons-configuration/commons-configuration-1.6-r2.ebuild b/dev-java/commons-configuration/commons-configuration-1.6-r2.ebuild index b8d6af15b0dc..4402e78cf004 100644 --- a/dev-java/commons-configuration/commons-configuration-1.6-r2.ebuild +++ b/dev-java/commons-configuration/commons-configuration-1.6-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="Generic interface for reading configuration data from a variety of sources" HOMEPAGE="http://commons.apache.org/configuration/" diff --git a/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild b/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild index e6cb1b16c607..7fef273f04d0 100644 --- a/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild +++ b/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc examples source test" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 MY_P="${P}-src" DESCRIPTION="Reads XML configuration files to provide initialization of various Java objects" diff --git a/dev-java/commons-digester/commons-digester-2.1-r1.ebuild b/dev-java/commons-digester/commons-digester-2.1-r1.ebuild index a6546742511c..242838b96140 100644 --- a/dev-java/commons-digester/commons-digester-2.1-r1.ebuild +++ b/dev-java/commons-digester/commons-digester-2.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc examples source test" -inherit eutils java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 MY_P="${P}-src" diff --git a/dev-java/commons-digester/commons-digester-3.2-r2.ebuild b/dev-java/commons-digester/commons-digester-3.2-r2.ebuild index c818287d257f..f30609298a34 100644 --- a/dev-java/commons-digester/commons-digester-3.2-r2.ebuild +++ b/dev-java/commons-digester/commons-digester-3.2-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc examples source test" -inherit eutils java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 MY_P="${PN}3-${PV}-src" diff --git a/dev-java/commons-el/commons-el-1.0-r3.ebuild b/dev-java/commons-el/commons-el-1.0-r3.ebuild index a7b3d71f48c2..931d642c470b 100644 --- a/dev-java/commons-el/commons-el-1.0-r3.ebuild +++ b/dev-java/commons-el/commons-el-1.0-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="source" -inherit eutils java-pkg-2 java-ant-2 java-osgi +inherit epatch java-pkg-2 java-ant-2 java-osgi DESCRIPTION="EL is the JSP 2.0 Expression Language Interpreter from Apache" HOMEPAGE="http://commons.apache.org/el/" diff --git a/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild index c3bb05e55607..b5ddf03cb6a9 100644 --- a/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild +++ b/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="High-performance file upload capability to your servlets and web applications" HOMEPAGE="http://commons.apache.org/fileupload/" diff --git a/dev-java/commons-net/commons-net-3.2.ebuild b/dev-java/commons-net/commons-net-3.2.ebuild index 84c210c9adf3..f48d7029ebb5 100644 --- a/dev-java/commons-net/commons-net-3.2.ebuild +++ b/dev-java/commons-net/commons-net-3.2.ebuild @@ -7,7 +7,7 @@ EAPI="5" RESTRICT="test" JAVA_PKG_IUSE="doc examples source" # test -inherit eutils java-pkg-2 java-ant-2 java-osgi +inherit java-pkg-2 java-ant-2 java-osgi MY_P="${P}-src" diff --git a/dev-java/commons-pool/commons-pool-1.6.ebuild b/dev-java/commons-pool/commons-pool-1.6.ebuild index 64c331273099..ad7179cfd030 100644 --- a/dev-java/commons-pool/commons-pool-1.6.ebuild +++ b/dev-java/commons-pool/commons-pool-1.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 DESCRIPTION="Provides general purpose object pooling API" HOMEPAGE="http://commons.apache.org/pool/" diff --git a/dev-java/fop/fop-2.0-r3.ebuild b/dev-java/fop/fop-2.0-r3.ebuild index bd3c03ab2e9d..6265183f67ad 100644 --- a/dev-java/fop/fop-2.0-r3.ebuild +++ b/dev-java/fop/fop-2.0-r3.ebuild @@ -9,7 +9,7 @@ EAPI="5" JAVA_PKG_IUSE="doc examples source test" -inherit eutils java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 DESCRIPTION="Formatting Objects Processor is a print formatter driven by XSL" HOMEPAGE="https://xmlgraphics.apache.org/fop/" diff --git a/dev-java/freehep-graphicsio-emf/freehep-graphicsio-emf-2.4.ebuild b/dev-java/freehep-graphicsio-emf/freehep-graphicsio-emf-2.4.ebuild index e10420f55980..7fa5dd56be35 100644 --- a/dev-java/freehep-graphicsio-emf/freehep-graphicsio-emf-2.4.ebuild +++ b/dev-java/freehep-graphicsio-emf/freehep-graphicsio-emf-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ MY_PN="freehep-vectorgraphics" MY_P="${MY_PN}-${PV}" JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-pkg-simple +inherit epatch java-pkg-2 java-pkg-simple DESCRIPTION="High Energy Physics Java library - FreeHEP Enhanced Metafile Format Driver" HOMEPAGE="http://java.freehep.org/" diff --git a/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild index 7efae955959b..618fe63fb741 100644 --- a/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild +++ b/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils java-pkg-2 multilib +inherit epatch java-pkg-2 multilib MY_P=${P/gnu-/} DESCRIPTION="Free core class libraries for use with Java VMs and compilers" @@ -109,7 +109,7 @@ src_install() { if use doc; then # Strangely the Makefile doesn't install these. - insinto "/usr/${PN}-${SLOT}/share/classpath/api" + insinto /usr/${PN}-${SLOT}/share/classpath/api doins -r doc/api/html/* fi } diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild index 8baacadd296d..a891e3577f34 100644 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) EAPI="5" -inherit eutils java-pkg-2 prefix +inherit java-pkg-2 prefix DESCRIPTION="Plugins for javax.sound" HOMEPAGE="http://icedtea.classpath.org" diff --git a/dev-java/ini4j/ini4j-0.5.2.ebuild b/dev-java/ini4j/ini4j-0.5.2.ebuild index 25ecc920c18b..b67539328bbe 100644 --- a/dev-java/ini4j/ini4j-0.5.2.ebuild +++ b/dev-java/ini4j/ini4j-0.5.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-pkg-simple +inherit epatch java-pkg-2 java-pkg-simple DESCRIPTION="Simple Java API Windows style .ini file handling" HOMEPAGE="http://ini4j.sourceforge.net/" diff --git a/dev-java/j2ssh/j2ssh-0.2.9.ebuild b/dev-java/j2ssh/j2ssh-0.2.9.ebuild index 7d4dd4ea6d5a..2decfdada51d 100644 --- a/dev-java/j2ssh/j2ssh-0.2.9.ebuild +++ b/dev-java/j2ssh/j2ssh-0.2.9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="source doc examples" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="Java implementation of the SSH protocol" HOMEPAGE="https://sourceforge.net/projects/sshtools/ http://www.sshtools.com/" diff --git a/dev-java/jamvm/jamvm-2.0.0-r1.ebuild b/dev-java/jamvm/jamvm-2.0.0-r1.ebuild index e631603bb3dd..4cf9882f3e5d 100644 --- a/dev-java/jamvm/jamvm-2.0.0-r1.ebuild +++ b/dev-java/jamvm/jamvm-2.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils flag-o-matic multilib java-vm-2 autotools toolchain-funcs +inherit epatch flag-o-matic multilib java-vm-2 autotools toolchain-funcs DESCRIPTION="An extremely small and specification-compliant virtual machine" HOMEPAGE="http://jamvm.sourceforge.net/" diff --git a/dev-java/java-service-wrapper/java-service-wrapper-3.5.25-r1.ebuild b/dev-java/java-service-wrapper/java-service-wrapper-3.5.25-r1.ebuild index db759bcfd96d..3357c265306f 100644 --- a/dev-java/java-service-wrapper/java-service-wrapper-3.5.25-r1.ebuild +++ b/dev-java/java-service-wrapper/java-service-wrapper-3.5.25-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 toolchain-funcs +JAVA_PKG_IUSE="doc source test" +inherit epatch java-pkg-2 java-ant-2 toolchain-funcs MY_PN="wrapper" MY_P="${MY_PN}_${PV}_src" @@ -15,7 +15,6 @@ SRC_URI="http://${MY_PN}.tanukisoftware.org/download/${PV}/${MY_P}.tar.gz" LICENSE="tanuki-community" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=" >=virtual/jre-1.4" diff --git a/dev-java/javolution/javolution-4.0.2-r1.ebuild b/dev-java/javolution/javolution-4.0.2-r1.ebuild index 80255b4d8561..70885aa5b247 100644 --- a/dev-java/javolution/javolution-4.0.2-r1.ebuild +++ b/dev-java/javolution/javolution-4.0.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="Java Solution for Real-Time and Embedded Systems" SRC_URI="http://javolution.org/${P}-src.zip" diff --git a/dev-java/jcmdline/jcmdline-1.0.2-r2.ebuild b/dev-java/jcmdline/jcmdline-1.0.2-r2.ebuild index 02429bede5f1..bfb0643d18f1 100644 --- a/dev-java/jcmdline/jcmdline-1.0.2-r2.ebuild +++ b/dev-java/jcmdline/jcmdline-1.0.2-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="Library for parsing/handling of command line parameters" HOMEPAGE="http://jcmdline.sourceforge.net/" diff --git a/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild b/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild index db996676e75d..0080138b8de1 100644 --- a/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild +++ b/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="source" JAVA_PKG_WANT_BOOTCLASSPATH="1.5" WANT_ANT_TASKS="ant-contrib" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 MY_PN="mysql-connector-java" MY_P="${MY_PN}-${PV}" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild index 7d5e2a0e06f3..d7200bc01043 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 MY_PN="postgresql-jdbc" MY_PV="${PV/_p/-}" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild index d15404c14f40..cb6986cc6773 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 MY_PN="postgresql-jdbc" MY_PV="${PV/_p/-}" diff --git a/dev-java/jdom/jdom-2.0.6-r4.ebuild b/dev-java/jdom/jdom-2.0.6-r4.ebuild index 30bbc1c03e90..8549f9e42e10 100644 --- a/dev-java/jdom/jdom-2.0.6-r4.ebuild +++ b/dev-java/jdom/jdom-2.0.6-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 MY_P="JDOM-${PV}" JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="Java API to manipulate XML data" SRC_URI="https://github.com/hunterhacker/${PN}/archive/${MY_P}.tar.gz" diff --git a/dev-java/jffi/jffi-1.2.9.ebuild b/dev-java/jffi/jffi-1.2.9.ebuild index 7f8b0a351a90..4eff1caf02bb 100644 --- a/dev-java/jffi/jffi-1.2.9.ebuild +++ b/dev-java/jffi/jffi-1.2.9.ebuild @@ -5,7 +5,7 @@ EAPI="5" JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 versionator +inherit epatch java-pkg-2 java-ant-2 versionator DESCRIPTION="An optimized Java interface to libffi" HOMEPAGE="https://github.com/jnr/jffi" diff --git a/dev-java/jflex/jflex-1.6.1.ebuild b/dev-java/jflex/jflex-1.6.1.ebuild index 6876dc50a7df..32c5d3413238 100644 --- a/dev-java/jflex/jflex-1.6.1.ebuild +++ b/dev-java/jflex/jflex-1.6.1.ebuild @@ -5,7 +5,7 @@ EAPI="5" JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-pkg-simple +inherit epatch java-pkg-2 java-pkg-simple DESCRIPTION="JFlex is a lexical analyzer generator for Java" HOMEPAGE="https://www.jflex.de/" diff --git a/dev-java/jid3/jid3-0.46-r2.ebuild b/dev-java/jid3/jid3-0.46-r2.ebuild index f50f2e94610f..bfa253213049 100644 --- a/dev-java/jid3/jid3-0.46-r2.ebuild +++ b/dev-java/jid3/jid3-0.46-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source test" # To make sure the javadoc patch doesn't break things WANT_SPLIT_WANT="true" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 MY_P="${P/-/_}" diff --git a/dev-java/jinput/jinput-2.0.6-r1.ebuild b/dev-java/jinput/jinput-2.0.6-r1.ebuild index c4d0b5e00785..ad374628ffc7 100644 --- a/dev-java/jinput/jinput-2.0.6-r1.ebuild +++ b/dev-java/jinput/jinput-2.0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 COMMIT="790b666" JAVA_PKG_IUSE="doc source" -inherit eutils toolchain-funcs java-pkg-2 java-ant-2 vcs-snapshot +inherit epatch toolchain-funcs java-pkg-2 java-ant-2 vcs-snapshot DESCRIPTION="An implementation of an API for game controller discovery and polled input" HOMEPAGE="https://java.net/projects/jinput" diff --git a/dev-java/jisp/jisp-2.5.1-r3.ebuild b/dev-java/jisp/jisp-2.5.1-r3.ebuild index 6577ef618f4d..e2e75426f252 100644 --- a/dev-java/jisp/jisp-2.5.1-r3.ebuild +++ b/dev-java/jisp/jisp-2.5.1-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source" -inherit java-pkg-2 java-pkg-simple eutils +inherit java-pkg-2 java-pkg-simple epatch DESCRIPTION="Java Indexed Serialization Package: A small, embedded database engine" HOMEPAGE="http://www.coyotegulch.com/products/jisp/" diff --git a/dev-java/l2fprod-common/l2fprod-common-7.3-r2.ebuild b/dev-java/l2fprod-common/l2fprod-common-7.3-r2.ebuild index 9e20e1fd5e83..d80325c1fae9 100644 --- a/dev-java/l2fprod-common/l2fprod-common-7.3-r2.ebuild +++ b/dev-java/l2fprod-common/l2fprod-common-7.3-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="Java/Swing GUI components and libraries for building desktop applications" HOMEPAGE="http://common.l2fprod.com/" diff --git a/dev-java/metainf-services/metainf-services-1.6.ebuild b/dev-java/metainf-services/metainf-services-1.6.ebuild index 28fb9e4748ea..bb7d68cfe2f2 100644 --- a/dev-java/metainf-services/metainf-services-1.6.ebuild +++ b/dev-java/metainf-services/metainf-services-1.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 DESCRIPTION="Generates META-INF/services files automatically" HOMEPAGE="http://metainf-services.kohsuke.org/" diff --git a/dev-java/metainf-services/metainf-services-1.7.ebuild b/dev-java/metainf-services/metainf-services-1.7.ebuild index 976442a825fb..a10038783c8f 100644 --- a/dev-java/metainf-services/metainf-services-1.7.ebuild +++ b/dev-java/metainf-services/metainf-services-1.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 DESCRIPTION="Generates META-INF/services files automatically" HOMEPAGE="http://metainf-services.kohsuke.org/" diff --git a/dev-java/nekohtml/nekohtml-1.9.18-r1.ebuild b/dev-java/nekohtml/nekohtml-1.9.18-r1.ebuild index fd1401c96ca6..1b787d352632 100644 --- a/dev-java/nekohtml/nekohtml-1.9.18-r1.ebuild +++ b/dev-java/nekohtml/nekohtml-1.9.18-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc examples source test" -inherit java-pkg-2 java-ant-2 eutils +inherit java-pkg-2 java-ant-2 epatch DESCRIPTION="A simple HTML scanner and tag balancer using standard XML interfaces" diff --git a/dev-java/sblim-cim-client/sblim-cim-client-2.2.1-r1.ebuild b/dev-java/sblim-cim-client/sblim-cim-client-2.2.1-r1.ebuild index 26f86a2fa00a..006a7007097f 100644 --- a/dev-java/sblim-cim-client/sblim-cim-client-2.2.1-r1.ebuild +++ b/dev-java/sblim-cim-client/sblim-cim-client-2.2.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source test" -inherit java-pkg-2 java-ant-2 eutils +inherit java-pkg-2 java-ant-2 epatch DESCRIPTION="A WBEM services client that includes an SLP client for CIM service discovery" HOMEPAGE="http://sblim.wiki.sourceforge.net/CimClient" diff --git a/dev-java/skinlf/skinlf-6.7-r1.ebuild b/dev-java/skinlf/skinlf-6.7-r1.ebuild index f04ab512d1bc..7d30b4c15a99 100644 --- a/dev-java/skinlf/skinlf-6.7-r1.ebuild +++ b/dev-java/skinlf/skinlf-6.7-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="examples source" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 MY_P="${P}-20060722" diff --git a/dev-java/spymemcached/spymemcached-2.9.1-r1.ebuild b/dev-java/spymemcached/spymemcached-2.9.1-r1.ebuild index bb946411bb78..7268e56ee81f 100644 --- a/dev-java/spymemcached/spymemcached-2.9.1-r1.ebuild +++ b/dev-java/spymemcached/spymemcached-2.9.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-pkg-simple +inherit java-pkg-2 java-pkg-simple DESCRIPTION="A simple, asynchronous, single-threaded memcached client written in java" HOMEPAGE="https://code.google.com/p/spymemcached/" diff --git a/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild b/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild index 0b96d950c8a1..9b357c47389c 100644 --- a/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild +++ b/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-pkg-simple +inherit epatch java-pkg-2 java-pkg-simple DESCRIPTION="A Java template engine" HOMEPAGE="https://www.stringtemplate.org/" diff --git a/dev-java/stringtemplate/stringtemplate-4.0.8.ebuild b/dev-java/stringtemplate/stringtemplate-4.0.8.ebuild index c29b32ef39e9..30f96503ef2e 100644 --- a/dev-java/stringtemplate/stringtemplate-4.0.8.ebuild +++ b/dev-java/stringtemplate/stringtemplate-4.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" ANTLR3="3.5.2" JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-pkg-simple +inherit epatch java-pkg-2 java-pkg-simple DESCRIPTION="A Java template engine" HOMEPAGE="https://www.stringtemplate.org/" diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild index f244a96c1c95..1e21ce70574f 100644 --- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild +++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc64 x86" IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RDEPEND=">=virtual/jre-1.3" RESTRICT="bindist mirror" diff --git a/dev-java/swt/swt-3.8.2-r3.ebuild b/dev-java/swt/swt-3.8.2-r3.ebuild index 6234e6e49421..d65297c3817c 100644 --- a/dev-java/swt/swt-3.8.2-r3.ebuild +++ b/dev-java/swt/swt-3.8.2-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils java-pkg-2 java-ant-2 toolchain-funcs java-osgi +inherit epatch java-pkg-2 java-ant-2 toolchain-funcs java-osgi MY_PV="${PV/_rc/RC}" MY_DMF="http://archive.eclipse.org/eclipse/downloads/drops/R-${MY_PV}-201301310800" diff --git a/dev-java/swt/swt-4.2-r4.ebuild b/dev-java/swt/swt-4.2-r4.ebuild index eff2fb275a5e..3b48a85ba055 100644 --- a/dev-java/swt/swt-4.2-r4.ebuild +++ b/dev-java/swt/swt-4.2-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils flag-o-matic java-pkg-2 java-ant-2 toolchain-funcs java-osgi +inherit epatch flag-o-matic java-pkg-2 java-ant-2 toolchain-funcs java-osgi MY_PV="${PV/_rc/RC}" MY_DMF="http://archive.eclipse.org/eclipse/downloads/drops4/R-${MY_PV}-201206081400" diff --git a/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r4.ebuild b/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r4.ebuild index 904444297829..f3ae1c2d749c 100644 --- a/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r4.ebuild +++ b/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source" WANT_ANT_TASKS="ant-antlr" -inherit java-pkg-2 java-ant-2 eutils versionator +inherit java-pkg-2 java-ant-2 epatch versionator MY_PN=${PN/-/.} MY_PV=$(replace_version_separator 3 '-') diff --git a/dev-lang/cfortran/cfortran-4.4-r3.ebuild b/dev-lang/cfortran/cfortran-4.4-r3.ebuild index 31b6d62766a1..a98405144d63 100644 --- a/dev-lang/cfortran/cfortran-4.4-r3.ebuild +++ b/dev-lang/cfortran/cfortran-4.4-r3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils +inherit epatch DEB_PR="14" diff --git a/dev-lang/gprolog/gprolog-1.4.5.ebuild b/dev-lang/gprolog/gprolog-1.4.5.ebuild index 80e33c7e6183..500e990fa480 100644 --- a/dev-lang/gprolog/gprolog-1.4.5.ebuild +++ b/dev-lang/gprolog/gprolog-1.4.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils flag-o-matic multilib toolchain-funcs +inherit epatch flag-o-matic toolchain-funcs DESCRIPTION="A native Prolog compiler with constraint solving over finite domains (FD)" HOMEPAGE="http://www.gprolog.org/" @@ -15,9 +15,6 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="debug doc examples" -DEPEND="" -RDEPEND="" - src_prepare() { epatch "${FILESDIR}"/${P}-ldflags.patch epatch "${FILESDIR}"/${P}-links.patch @@ -31,7 +28,7 @@ src_prepare() { src_configure() { CFLAGS_MACHINE="`get-flag -march` `get-flag -mcpu` `get-flag -mtune`" - # Work around -fno-common ( GCC10 default ), bug #71202 + # Work around -fno-common (GCC 10 default), bug #71202 append-flags -fcommon append-flags -fno-strict-aliasing @@ -48,33 +45,35 @@ src_configure() { gprolog_use_regs=no fi - cd "${S}"/src + cd "${S}"/src || die econf \ CFLAGS_MACHINE="${CFLAGS_MACHINE}" \ --with-c-flags="${CFLAGS}" \ --with-install-dir="${EPREFIX}"/usr/$(get_libdir)/${P} \ --with-links-dir="${EPREFIX}"/usr/bin \ - --enable-regs=$gprolog_use_regs \ + --enable-regs=${gprolog_use_regs} \ $(use_with doc doc-dir "${EPREFIX}"/usr/share/doc/${PF}) \ $(use_with doc html-dir "${EPREFIX}"/usr/share/doc/${PF}/html) \ $(use_with examples examples-dir "${EPREFIX}"/usr/share/doc/${PF}/examples) } src_compile() { - cd "${S}"/src + cd "${S}"/src || die + # gprolog is compiled using gplc which cannot be run in parallel emake -j1 } src_test() { - cd "${S}"/src + cd "${S}"/src || die + emake -j1 check } src_install() { - cd "${S}"/src + cd "${S}"/src || die emake DESTDIR="${D}" install - cd "${S}" + cd "${S}" || die dodoc ChangeLog NEWS PROBLEMS README } diff --git a/dev-lang/lazarus/lazarus-1.0.12.ebuild b/dev-lang/lazarus/lazarus-1.0.12.ebuild index 5edd6797d407..91bc2bbace9a 100644 --- a/dev-lang/lazarus/lazarus-1.0.12.ebuild +++ b/dev-lang/lazarus/lazarus-1.0.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit desktop epatch RESTRICT="strip" #269221 diff --git a/dev-lang/logtalk/logtalk-3.36.0.ebuild b/dev-lang/logtalk/logtalk-3.36.0.ebuild index dc96c5d1fc5a..130065d0fb4f 100644 --- a/dev-lang/logtalk/logtalk-3.36.0.ebuild +++ b/dev-lang/logtalk/logtalk-3.36.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils xdg-utils +inherit epatch xdg-utils DESCRIPTION="Open source object-oriented logic programming language" HOMEPAGE="https://logtalk.org" diff --git a/dev-lang/lua/lua-5.1.5-r4.ebuild b/dev-lang/lua/lua-5.1.5-r4.ebuild index 6ea86a3082cf..3282707e4adf 100644 --- a/dev-lang/lua/lua-5.1.5-r4.ebuild +++ b/dev-lang/lua/lua-5.1.5-r4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils multilib multilib-minimal portability toolchain-funcs versionator +inherit epatch multilib multilib-minimal portability toolchain-funcs versionator DESCRIPTION="A powerful light-weight programming language designed for extending applications" HOMEPAGE="http://www.lua.org/" diff --git a/dev-lang/pcc/pcc-9999.ebuild b/dev-lang/pcc/pcc-9999.ebuild index ba4c461463f2..a507114c0400 100644 --- a/dev-lang/pcc/pcc-9999.ebuild +++ b/dev-lang/pcc/pcc-9999.ebuild @@ -3,15 +3,16 @@ EAPI=5 -inherit eutils versionator autotools +inherit autotools DESCRIPTION="pcc portable c compiler" HOMEPAGE="http://pcc.ludd.ltu.se" -if [[ ${PV} = 9999 ]]; then - inherit cvs +if [[ ${PV} == 9999 ]]; then ECVS_SERVER="pcc.ludd.ltu.se:/cvsroot" ECVS_MODULE="${PN}" + inherit cvs + S="${WORKDIR}/${PN}" else SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz" @@ -20,7 +21,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="" + DEPEND=">=dev-libs/pcc-libs-${PV}" RDEPEND="${DEPEND}" @@ -34,10 +35,6 @@ src_configure() { econf --disable-stripping } -src_compile() { - emake -} - src_install() { emake DESTDIR="${D}" install } diff --git a/dev-lang/smlnj/smlnj-110.82.ebuild b/dev-lang/smlnj/smlnj-110.82.ebuild index 5d27434d3e35..3565c9baaa6d 100644 --- a/dev-lang/smlnj/smlnj-110.82.ebuild +++ b/dev-lang/smlnj/smlnj-110.82.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit eutils multilib toolchain-funcs +inherit epatch multilib toolchain-funcs DESCRIPTION="Standard ML of New Jersey compiler and libraries" HOMEPAGE="http://www.smlnj.org" diff --git a/dev-lang/tcl/tcl-8.5.17-r1.ebuild b/dev-lang/tcl/tcl-8.5.17-r1.ebuild index 86e4b0194833..97a79f80cb90 100644 --- a/dev-lang/tcl/tcl-8.5.17-r1.ebuild +++ b/dev-lang/tcl/tcl-8.5.17-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit autotools eutils flag-o-matic multilib toolchain-funcs versionator multilib-minimal +inherit autotools epatch flag-o-matic multilib toolchain-funcs versionator multilib-minimal MY_P="${PN}${PV/_beta/b}" diff --git a/dev-libs/OpenNI/OpenNI-1.5.7.10-r1.ebuild b/dev-libs/OpenNI/OpenNI-1.5.7.10-r1.ebuild index da575a346132..9f94c92b6ba7 100644 --- a/dev-libs/OpenNI/OpenNI-1.5.7.10-r1.ebuild +++ b/dev-libs/OpenNI/OpenNI-1.5.7.10-r1.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/OpenNI/OpenNI" fi -inherit ${SCM} toolchain-funcs eutils multilib java-pkg-opt-2 +inherit ${SCM} toolchain-funcs epatch multilib java-pkg-opt-2 if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" diff --git a/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild b/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild index b8c8b9916996..a936bb62b674 100644 --- a/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild +++ b/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/OpenNI/OpenNI" fi -inherit ${SCM} toolchain-funcs eutils multilib java-pkg-opt-2 +inherit ${SCM} toolchain-funcs epatch multilib java-pkg-opt-2 if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" diff --git a/dev-libs/OpenNI/OpenNI-9999.ebuild b/dev-libs/OpenNI/OpenNI-9999.ebuild index c25f316b655b..aef879f68ea5 100644 --- a/dev-libs/OpenNI/OpenNI-9999.ebuild +++ b/dev-libs/OpenNI/OpenNI-9999.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/OpenNI/OpenNI" fi -inherit ${SCM} toolchain-funcs eutils multilib java-pkg-opt-2 +inherit ${SCM} toolchain-funcs epatch multilib java-pkg-opt-2 if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" diff --git a/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild b/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild index 84eacb9fa589..2edb89b3f146 100644 --- a/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild +++ b/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/occipital/openni2" fi -inherit ${SCM} toolchain-funcs eutils multilib java-pkg-opt-2 flag-o-matic +inherit ${SCM} toolchain-funcs epatch multilib java-pkg-opt-2 flag-o-matic if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" diff --git a/dev-libs/OpenNI2/OpenNI2-9999.ebuild b/dev-libs/OpenNI2/OpenNI2-9999.ebuild index 7754345b7f20..13ff01010ca9 100644 --- a/dev-libs/OpenNI2/OpenNI2-9999.ebuild +++ b/dev-libs/OpenNI2/OpenNI2-9999.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/occipital/openni2" fi -inherit ${SCM} toolchain-funcs eutils multilib java-pkg-opt-2 flag-o-matic +inherit ${SCM} toolchain-funcs epatch multilib java-pkg-opt-2 flag-o-matic if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" diff --git a/dev-libs/libb64/libb64-2.0.0.1.ebuild b/dev-libs/libb64/libb64-2.0.0.1.ebuild index 9adbb345b334..a99722ebba95 100644 --- a/dev-libs/libb64/libb64-2.0.0.1.ebuild +++ b/dev-libs/libb64/libb64-2.0.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,9 +12,8 @@ LICENSE="CC-PD" # static library, so always rebuild SLOT="0/${PVR}" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" src_compile() { # override -O3, -Werror non-sense diff --git a/dev-libs/libdbh/libdbh-5.0.19.ebuild b/dev-libs/libdbh/libdbh-5.0.19.ebuild index f60a44b4b2fc..ffa6f88eec88 100644 --- a/dev-libs/libdbh/libdbh-5.0.19.ebuild +++ b/dev-libs/libdbh/libdbh-5.0.19.ebuild @@ -3,7 +3,8 @@ EAPI=5 -inherit autotools +# eutils for einstalldocs in EAPI 5 +inherit autotools eutils MY_P=${PN}2-${PV} diff --git a/dev-libs/libmemcached/libmemcached-1.0.18-r3.ebuild b/dev-libs/libmemcached/libmemcached-1.0.18-r3.ebuild index 7a0292538c63..cca07f3e5255 100644 --- a/dev-libs/libmemcached/libmemcached-1.0.18-r3.ebuild +++ b/dev-libs/libmemcached/libmemcached-1.0.18-r3.ebuild @@ -5,7 +5,7 @@ EAPI=5 WANT_AUTOMAKE=1.13 -inherit autotools eutils multilib +inherit autotools epatch multilib RESTRICT="test" # https://bugs.gentoo.org/show_bug.cgi?id=498250 https://bugs.launchpad.net/gentoo/+bug/1278023 DESCRIPTION="a C client library to the memcached server" diff --git a/dev-libs/libunibreak/libunibreak-4.1.ebuild b/dev-libs/libunibreak/libunibreak-4.1.ebuild index 132e80d6701c..ad178e53f0e2 100644 --- a/dev-libs/libunibreak/libunibreak-4.1.ebuild +++ b/dev-libs/libunibreak/libunibreak-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ IUSE="doc +man static-libs" # Tests require internet access to www.unicode.org RESTRICT="test" -DEPEND="man? ( app-doc/doxygen )" +BDEPEND="man? ( app-doc/doxygen )" RDEPEND="!dev-libs/liblinebreak" src_prepare() { diff --git a/dev-libs/libunibreak/libunibreak-4.2.ebuild b/dev-libs/libunibreak/libunibreak-4.2.ebuild index cf949d1c77a3..96cc401c5b2d 100644 --- a/dev-libs/libunibreak/libunibreak-4.2.ebuild +++ b/dev-libs/libunibreak/libunibreak-4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ IUSE="doc +man static-libs" # Tests require internet access to www.unicode.org RESTRICT="test" -DEPEND="man? ( app-doc/doxygen )" +BDEPEND="man? ( app-doc/doxygen )" RDEPEND="!dev-libs/liblinebreak" src_prepare() { diff --git a/dev-libs/libunibreak/libunibreak-4.3.ebuild b/dev-libs/libunibreak/libunibreak-4.3.ebuild index 80d0efb7d58f..f4466edceb68 100644 --- a/dev-libs/libunibreak/libunibreak-4.3.ebuild +++ b/dev-libs/libunibreak/libunibreak-4.3.ebuild @@ -15,7 +15,7 @@ IUSE="doc +man static-libs" # Tests require internet access to www.unicode.org RESTRICT="test" -DEPEND="man? ( app-doc/doxygen )" +BDEPEND="man? ( app-doc/doxygen )" src_prepare() { if use man; then diff --git a/dev-libs/libyaml/libyaml-0.2.2.ebuild b/dev-libs/libyaml/libyaml-0.2.2.ebuild index 15024cc5efbc..98fc658a8de1 100644 --- a/dev-libs/libyaml/libyaml-0.2.2.ebuild +++ b/dev-libs/libyaml/libyaml-0.2.2.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s IUSE="doc static-libs test" RESTRICT="!test? ( test )" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" src_prepare() { default diff --git a/dev-libs/nmeap/nmeap-0.3-r1.ebuild b/dev-libs/nmeap/nmeap-0.3-r1.ebuild index 6684bde5b236..6a69fd4d389a 100644 --- a/dev-libs/nmeap/nmeap-0.3-r1.ebuild +++ b/dev-libs/nmeap/nmeap-0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" PATCHES=( "${FILESDIR}/${P}-fix-unitialized-variable.patch" ) diff --git a/dev-libs/snowball-stemmer/snowball-stemmer-0.20140325.ebuild b/dev-libs/snowball-stemmer/snowball-stemmer-0.20140325.ebuild index c087822d6333..a14deb15aaa6 100644 --- a/dev-libs/snowball-stemmer/snowball-stemmer-0.20140325.ebuild +++ b/dev-libs/snowball-stemmer/snowball-stemmer-0.20140325.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils toolchain-funcs versionator +inherit epatch toolchain-funcs versionator # The version number here has been added by Gentoo since upstream does # not do any versioning. It is the latest date of files inside diff --git a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild index 2829d62b2f35..8fff26de0fda 100644 --- a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild +++ b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ KEYWORDS="amd64 x86" LICENSE="Kryoflux-MAME" SLOT="0" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S="${WORKDIR}/capsimg_source_linux_macosx/CAPSImg" diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild b/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild index 731078bfb6ec..200b90ce258e 100644 --- a/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild +++ b/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" IUSE="debug doc static-libs +stl" -RDEPEND="" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" S="${WORKDIR}/${PN}" diff --git a/dev-libs/tntnet/tntnet-2.2.1.ebuild b/dev-libs/tntnet/tntnet-2.2.1.ebuild index 63a7484d2e88..ec2ac1e5af66 100644 --- a/dev-libs/tntnet/tntnet-2.2.1.ebuild +++ b/dev-libs/tntnet/tntnet-2.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Modular, multithreaded web application server extensible with C++" HOMEPAGE="http://www.tntnet.org/" diff --git a/dev-lisp/asdf/asdf-3.1.5.ebuild b/dev-lisp/asdf/asdf-3.1.5.ebuild index e67e8c10e4e2..17658be2a887 100644 --- a/dev-lisp/asdf/asdf-3.1.5.ebuild +++ b/dev-lisp/asdf/asdf-3.1.5.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils prefix +inherit prefix DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp" HOMEPAGE="http://common-lisp.net/project/asdf/" diff --git a/dev-lisp/gcl/gcl-2.6.10.ebuild b/dev-lisp/gcl/gcl-2.6.10.ebuild index f81aa30e4b62..0216a90d7973 100644 --- a/dev-lisp/gcl/gcl-2.6.10.ebuild +++ b/dev-lisp/gcl/gcl-2.6.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit elisp-common eutils flag-o-matic +inherit elisp-common epatch flag-o-matic DESCRIPTION="GNU Common Lisp" HOMEPAGE="https://www.gnu.org/software/gcl/gcl.html" diff --git a/dev-lisp/gcl/gcl-2.6.12.ebuild b/dev-lisp/gcl/gcl-2.6.12.ebuild index a0d0b117f64e..33b27a39d040 100644 --- a/dev-lisp/gcl/gcl-2.6.12.ebuild +++ b/dev-lisp/gcl/gcl-2.6.12.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit elisp-common eutils flag-o-matic +inherit elisp-common epatch flag-o-matic DESCRIPTION="GNU Common Lisp" HOMEPAGE="https://www.gnu.org/software/gcl/gcl.html" diff --git a/dev-lua/lgi/lgi-0.9.2-r100.ebuild b/dev-lua/lgi/lgi-0.9.2-r100.ebuild index 79f00bb47318..c59a4ce8e61d 100644 --- a/dev-lua/lgi/lgi-0.9.2-r100.ebuild +++ b/dev-lua/lgi/lgi-0.9.2-r100.ebuild @@ -6,7 +6,7 @@ EAPI=7 VIRTUALX_REQUIRED="manual" LUA_COMPAT=( lua5-{1..4} luajit ) -inherit lua eutils toolchain-funcs flag-o-matic virtualx +inherit lua toolchain-funcs virtualx DESCRIPTION="Lua bindings using gobject-introspection" HOMEPAGE="https://github.com/pavouk/lgi" diff --git a/dev-perl/BerkeleyDB/BerkeleyDB-0.550.0.ebuild b/dev-perl/BerkeleyDB/BerkeleyDB-0.550.0.ebuild index 0ffe74393de3..2ec6b3525a86 100644 --- a/dev-perl/BerkeleyDB/BerkeleyDB-0.550.0.ebuild +++ b/dev-perl/BerkeleyDB/BerkeleyDB-0.550.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 MODULE_AUTHOR=PMQS MODULE_VERSION=0.55 -inherit perl-module eutils db-use +inherit perl-module epatch db-use DESCRIPTION="This module provides Berkeley DB interface for Perl" diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r3.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r3.ebuild index c04a544f9aed..282293d0db27 100644 --- a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r3.ebuild +++ b/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DIST_AUTHOR=BPOSTLE DIST_VERSION=0.28 -inherit eutils perl-module +inherit desktop perl-module DESCRIPTION="A perl module for reading, writing, and manipulating hugin script files" diff --git a/dev-perl/PortageXS/PortageXS-0.02.10-r4.ebuild b/dev-perl/PortageXS/PortageXS-0.02.10-r4.ebuild index b123da268a2e..7525eca6f514 100644 --- a/dev-perl/PortageXS/PortageXS-0.02.10-r4.ebuild +++ b/dev-perl/PortageXS/PortageXS-0.02.10-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit perl-module eutils prefix +inherit perl-module epatch prefix DESCRIPTION="Portage abstraction layer for perl" HOMEPAGE="http://download.mpsna.de/opensource/PortageXS/" diff --git a/dev-perl/PortageXS/PortageXS-0.2.10-r5.ebuild b/dev-perl/PortageXS/PortageXS-0.2.10-r5.ebuild index 1ec3a2c1e7fb..137c3757d252 100644 --- a/dev-perl/PortageXS/PortageXS-0.2.10-r5.ebuild +++ b/dev-perl/PortageXS/PortageXS-0.2.10-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 MODULE_VERSION=0.02.10 -inherit perl-module eutils prefix +inherit perl-module epatch prefix DESCRIPTION="Portage abstraction layer for perl" HOMEPAGE="http://download.mpsna.de/opensource/PortageXS/" diff --git a/dev-perl/PortageXS/PortageXS-0.2.12-r1.ebuild b/dev-perl/PortageXS/PortageXS-0.2.12-r1.ebuild index 6f6b35fe762e..798620b905f3 100644 --- a/dev-perl/PortageXS/PortageXS-0.2.12-r1.ebuild +++ b/dev-perl/PortageXS/PortageXS-0.2.12-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 MODULE_AUTHOR=KENTNL MODULE_VERSION=0.2.12 -inherit perl-module eutils prefix +inherit perl-module epatch prefix DESCRIPTION="Portage abstraction layer for perl" HOMEPAGE="http://search.cpan.org/~kentnl/PortageXS" diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild index 5fb9240352c6..e35b486b88a3 100644 --- a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild +++ b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 MODULE_AUTHOR=DUNNIGANJ MODULE_VERSION=0.4 -inherit eutils perl-module +inherit edos2unix perl-module DESCRIPTION="Manipulate the mouse cursor programmatically" diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild index 5b2f36f70671..8d445b80bb17 100644 --- a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild +++ b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 DIST_AUTHOR=DUNNIGANJ DIST_VERSION=0.4 -inherit eutils perl-module virtualx +inherit edos2unix perl-module virtualx DESCRIPTION="Manipulate the mouse cursor programmatically" diff --git a/dev-perl/XML-SAX/XML-SAX-0.990.0-r1.ebuild b/dev-perl/XML-SAX/XML-SAX-0.990.0-r1.ebuild index 62dc8bcbe2c0..33780d6ff271 100644 --- a/dev-perl/XML-SAX/XML-SAX-0.990.0-r1.ebuild +++ b/dev-perl/XML-SAX/XML-SAX-0.990.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=5 MODULE_AUTHOR=GRANTM MODULE_VERSION=0.99 -inherit perl-module eutils +inherit perl-module epatch DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, filters, and drivers" diff --git a/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild b/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild index 46f58bc9251e..dcceae27dd56 100644 --- a/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild +++ b/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit php-pear-r2 eutils +inherit php-pear-r2 edos2unix DESCRIPTION="Miscellaneous HTTP utilities" LICENSE="BSD" diff --git a/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild b/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild index b9d0bf999d2c..bec9fc30af92 100644 --- a/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild +++ b/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils vcs-clean +inherit vcs-clean DESCRIPTION="Documentation for Cheetah templates" HOMEPAGE="https://www.cheetahtemplate.org/" diff --git a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild index 4a3ada9a491b..8ab32da7b1eb 100644 --- a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild +++ b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 @@ -13,10 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="ZPL" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" -python_test() { - esetup.py test -} +distutils_enable_tests setup.py diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild index 15d529af89d7..b19e986d2fc8 100644 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild +++ b/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" RUBY_FAKEGEM_TASK_TEST="test features" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc" diff --git a/dev-ruby/haml/haml-5.1.2-r1.ebuild b/dev-ruby/haml/haml-5.1.2-r1.ebuild new file mode 100644 index 000000000000..b90ecb0360da --- /dev/null +++ b/dev-ruby/haml/haml-5.1.2-r1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test" +RUBY_FAKEGEM_TASK_DOC="-Ilib doc" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md REFERENCE.md" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A ruby web page templating engine" +HOMEPAGE="https://haml.info/" +SRC_URI="https://github.com/haml/haml/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +IUSE="doc test" + +RDEPEND="${RDEPEND} !!<dev-ruby/haml-4.0.7-r2" + +ruby_add_rdepend ">=dev-ruby/temple-0.8.0 dev-ruby/tilt:*" + +ruby_add_bdepend " + test? ( + dev-ruby/minitest:5 + dev-ruby/nokogiri + dev-ruby/railties:6.0 + dev-ruby/activemodel:6.0 + dev-ruby/actionpack:6.0 + ) + doc? ( + dev-ruby/yard + >=dev-ruby/maruku-0.7.2-r1 + )" + +all_ruby_prepare() { + sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die + + sed -i -e '/bundler/ s:^:#: ; /Bundler/,/end/ s:^:#:' Rakefile || die + sed -i -e '/bundler/I s:^:#:' \ + -e 's/gem "minitest"/gem "minitest", "~>5.0"/'\ + -e '1igem "actionpack", "~>6.0.0"'\ + -e '1igem "activesupport", "~>6.0.0"; gem "activemodel", "~>6.0.0"'\ + -e '1igem "railties", "~>6.0.0"'\ + test/test_helper.rb || die + # Remove test that fails when RedCloth is available + sed -i -e "/should raise error when a Tilt filters dependencies are unavailable for extension/,/^ end/ s/^/#/"\ + test/filters_test.rb || die +} diff --git a/dev-ruby/haml/haml-5.1.2.ebuild b/dev-ruby/haml/haml-5.1.2.ebuild index 0d3672e4848a..19f6f3fbb573 100644 --- a/dev-ruby/haml/haml-5.1.2.ebuild +++ b/dev-ruby/haml/haml-5.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby25 ruby26" RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test" RUBY_FAKEGEM_TASK_DOC="-Ilib doc" @@ -16,7 +16,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="A ruby web page templating engine" -HOMEPAGE="http://haml.info/" +HOMEPAGE="https://haml.info/" SRC_URI="https://github.com/haml/haml/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r5.ebuild b/dev-ruby/hpricot/hpricot-0.8.6-r5.ebuild index 427600a8ca0f..4fe2280623e9 100644 --- a/dev-ruby/hpricot/hpricot-0.8.6-r5.ebuild +++ b/dev-ruby/hpricot/hpricot-0.8.6-r5.ebuild @@ -8,7 +8,7 @@ USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" -inherit ruby-fakegem eutils +inherit ruby-fakegem epatch DESCRIPTION="A fast and liberal HTML parser for Ruby" HOMEPAGE="https://wiki.github.com/hpricot/hpricot" diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild index 3626fb0277fc..541cdb6ba866 100644 --- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild +++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild @@ -11,7 +11,7 @@ RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOC_SOURCES="lib README" RUBY_FAKEGEM_EXTRADOC="README" -inherit ruby-fakegem eutils +inherit ruby-fakegem epatch DESCRIPTION="Ruby/NTLM HTTP provides NTLM authentication over http" HOMEPAGE="http://www.mindflowsolutions.net/" diff --git a/dev-ruby/rack-ssl/rack-ssl-1.4.1.ebuild b/dev-ruby/rack-ssl/rack-ssl-1.4.1.ebuild index 6ef788b468c2..dceb205d0010 100644 --- a/dev-ruby/rack-ssl/rack-ssl-1.4.1.ebuild +++ b/dev-ruby/rack-ssl/rack-ssl-1.4.1.ebuild @@ -7,7 +7,7 @@ USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" -inherit ruby-fakegem eutils versionator +inherit ruby-fakegem versionator DESCRIPTION="Force SSL/TLS in your app" HOMEPAGE="https://github.com/josh/rack-ssl/" 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 59c0ee86f366..cb9e8e2db868 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,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 USE_RUBY="ruby23 ruby24 ruby25 ruby26" -inherit eutils ruby-ng +inherit ruby-ng RELEASE="rel-${PV//./-}" RUBY_S="rubysdl-${RELEASE}" diff --git a/dev-scheme/guile/guile-1.8.8-r3.ebuild b/dev-scheme/guile/guile-1.8.8-r3.ebuild index 6f26c850ab32..9f2c52887848 100644 --- a/dev-scheme/guile/guile-1.8.8-r3.ebuild +++ b/dev-scheme/guile/guile-1.8.8-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools flag-o-matic elisp-common +inherit epatch autotools flag-o-matic elisp-common DESCRIPTION="Scheme interpreter" HOMEPAGE="https://www.gnu.org/software/guile/" diff --git a/dev-scheme/kawa/kawa-1.14-r2.ebuild b/dev-scheme/kawa/kawa-1.14-r2.ebuild index 70472bc33773..64d81462679d 100644 --- a/dev-scheme/kawa/kawa-1.14-r2.ebuild +++ b/dev-scheme/kawa/kawa-1.14-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 JAVA_PKG_IUSE="source" -inherit eutils java-pkg-2 +inherit epatch java-pkg-2 DESCRIPTION="Kawa, the Java-based Scheme system & Language Framework" HOMEPAGE="https://www.gnu.org/software/kawa/" diff --git a/dev-scheme/scheme48/scheme48-1.9.2-r1.ebuild b/dev-scheme/scheme48/scheme48-1.9.2-r1.ebuild index 971ae3a19060..ab6fbfde0f60 100644 --- a/dev-scheme/scheme48/scheme48-1.9.2-r1.ebuild +++ b/dev-scheme/scheme48/scheme48-1.9.2-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit elisp-common multilib eutils flag-o-matic + +inherit elisp-common epatch flag-o-matic DESCRIPTION="Scheme48 is an implementation of the Scheme Programming Language" HOMEPAGE="http://www.s48.org/" @@ -15,6 +16,7 @@ IUSE="doc emacs" DEPEND="emacs? ( >=app-editors/emacs-23.1:* )" RDEPEND="${DEPEND}" + SITEFILE=50scheme48-gentoo.el src_prepare() { @@ -23,7 +25,7 @@ src_prepare() { src_configure() { append-cflags -fno-strict-aliasing - econf --docdir=/usr/share/doc/${P} + econf --docdir=/usr/share/doc/${PF} } src_compile() { diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild index e68eb684fb61..3b4f21c6ca6b 100644 --- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild +++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic toolchain-funcs +inherit epatch flag-o-matic toolchain-funcs MY_P="${P/_p/.update}" DESCRIPTION="R6RS-compliant Scheme implementation for real-time applications" diff --git a/dev-tcltk/blt/blt-2.4z-r13.ebuild b/dev-tcltk/blt/blt-2.4z-r13.ebuild index 707585cbd27a..468ad2abbec6 100644 --- a/dev-tcltk/blt/blt-2.4z-r13.ebuild +++ b/dev-tcltk/blt/blt-2.4z-r13.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit autotools eutils flag-o-matic multilib toolchain-funcs +inherit autotools epatch flag-o-matic multilib toolchain-funcs MY_V_SUFFIX="-8.5.2" diff --git a/dev-tcltk/blt/blt-2.4z-r14.ebuild b/dev-tcltk/blt/blt-2.4z-r14.ebuild index 6e956a11ef6a..cd480851d5e8 100644 --- a/dev-tcltk/blt/blt-2.4z-r14.ebuild +++ b/dev-tcltk/blt/blt-2.4z-r14.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils flag-o-matic multilib toolchain-funcs +inherit autotools epatch flag-o-matic multilib toolchain-funcs MY_V_SUFFIX="-8.5.2" diff --git a/dev-tcltk/expect/expect-5.45.4.ebuild b/dev-tcltk/expect/expect-5.45.4.ebuild index 3fcdd715f660..efb1f5f4cae6 100644 --- a/dev-tcltk/expect/expect-5.45.4.ebuild +++ b/dev-tcltk/expect/expect-5.45.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils +inherit autotools epatch MY_P="${PN}${PV}" DESCRIPTION="tool for automating interactive applications" diff --git a/dev-tcltk/tclx/tclx-8.4.1.ebuild b/dev-tcltk/tclx/tclx-8.4.1.ebuild index 96b6c636264d..1bc545820f6b 100644 --- a/dev-tcltk/tclx/tclx-8.4.1.ebuild +++ b/dev-tcltk/tclx/tclx-8.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils multilib versionator +inherit epatch multilib versionator DESCRIPTION="A set of extensions to TCL" HOMEPAGE="http://tclx.sourceforge.net" diff --git a/dev-tcltk/tclx/tclx-8.4.4.ebuild b/dev-tcltk/tclx/tclx-8.4.4.ebuild index 7e7e1c5c56e0..37bbc76faed2 100644 --- a/dev-tcltk/tclx/tclx-8.4.4.ebuild +++ b/dev-tcltk/tclx/tclx-8.4.4.ebuild @@ -11,9 +11,9 @@ SRC_URI="https://github.com/flightaware/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -IUSE="threads" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +IUSE="threads" DEPEND="dev-lang/tcl:0=" RDEPEND="${DEPEND}" @@ -22,8 +22,8 @@ RDEPEND="${DEPEND}" RESTRICT="test" PATCHES=( - "${FILESDIR}"/${PN}-8.4-varinit.patch - "${FILESDIR}"/${PN}-8.4-ldflags.patch + "${FILESDIR}"/${PN}-8.4-varinit.patch + "${FILESDIR}"/${PN}-8.4-ldflags.patch ) src_prepare() { diff --git a/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild b/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild index 7c563c1ff350..ee76cfe18e70 100644 --- a/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild +++ b/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib +inherit epatch multilib DESCRIPTION="Pure Tcl implementation of an XML parser" HOMEPAGE="http://tclxml.sourceforge.net/" SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz" -IUSE="debug threads" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 ppc sparc x86" +IUSE="debug threads" DEPEND=" >=dev-lang/tcl-8.2:0 diff --git a/dev-tcltk/tclxml/tclxml-3.2.7.ebuild b/dev-tcltk/tclxml/tclxml-3.2.7.ebuild index 65a6f7eee5df..d0971795ffb4 100644 --- a/dev-tcltk/tclxml/tclxml-3.2.7.ebuild +++ b/dev-tcltk/tclxml/tclxml-3.2.7.ebuild @@ -10,10 +10,10 @@ HOMEPAGE="http://tclxml.sourceforge.net/" SRC_URI="https://github.com/wjoye/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -IUSE="debug threads" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 ppc sparc x86" +IUSE="debug threads" DEPEND=" >=dev-lang/tcl-8.2:0 @@ -27,8 +27,8 @@ RDEPEND="${DEPEND}" RESTRICT="test" PATCHES=( - "${FILESDIR}"/${PN}-3.2-fix-implicit-declarations.patch - "${FILESDIR}"/${P}-bool.patch + "${FILESDIR}"/${PN}-3.2-fix-implicit-declarations.patch + "${FILESDIR}"/${P}-bool.patch ) src_configure() { diff --git a/dev-tcltk/tdom/tdom-0.8.3-r4.ebuild b/dev-tcltk/tdom/tdom-0.8.3-r4.ebuild index 8e543fcbc1c3..735ee6d3da33 100644 --- a/dev-tcltk/tdom/tdom-0.8.3-r4.ebuild +++ b/dev-tcltk/tdom/tdom-0.8.3-r4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit autotools eutils flag-o-matic multilib toolchain-funcs +inherit autotools epatch flag-o-matic multilib toolchain-funcs MY_P="tDOM-${PV}" @@ -25,22 +25,24 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" PATCHES=( - "${FILESDIR}/"${PN}-0.8.2.patch - "${FILESDIR}/"${P}-soname.patch - "${FILESDIR}/"${P}-expat.patch - "${FILESDIR}/"${PN}-0.8.2-tnc.patch - "${FILESDIR}/"${P}-tcl8.6.patch - ) + "${FILESDIR}"/${PN}-0.8.2.patch + "${FILESDIR}"/${P}-soname.patch + "${FILESDIR}"/${P}-expat.patch + "${FILESDIR}"/${PN}-0.8.2-tnc.patch + "${FILESDIR}"/${P}-tcl8.6.patch +) src_prepare() { tc-export AR append-libs -lm + sed \ -e 's:-O2::g' \ -e 's:-pipe::g' \ -e 's:-fomit-frame-pointer::g' \ -e '/SHLIB_LD_LIBS/s:\"$: ${TCL_LIB_FLAG}":g' \ -i {.,extensions/tnc}/configure tclconfig/tcl.m4 || die + epatch "${PATCHES[@]}" eautoreconf } @@ -52,7 +54,7 @@ src_configure() { --disable-tdomalloc --with-expat --with-tcl="${EPREFIX}"/usr/$(get_libdir) - ) + ) cd "${S}"/unix && ECONF_SOURCE=".." econf ${myeconfargs} cd "${S}"/extensions/tdomhtml && econf ${myeconfargs} diff --git a/dev-tcltk/tdom/tdom-0.9.1.ebuild b/dev-tcltk/tdom/tdom-0.9.1.ebuild index 7c3428358956..d97f40d5074f 100644 --- a/dev-tcltk/tdom/tdom-0.9.1.ebuild +++ b/dev-tcltk/tdom/tdom-0.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools flag-o-matic multilib toolchain-funcs +inherit autotools flag-o-matic toolchain-funcs MY_P="tDOM-${PV}" diff --git a/dev-tcltk/tix/tix-8.4.3-r1.ebuild b/dev-tcltk/tix/tix-8.4.3-r1.ebuild index 3692ccbd2de8..6eb65605d8f3 100644 --- a/dev-tcltk/tix/tix-8.4.3-r1.ebuild +++ b/dev-tcltk/tix/tix-8.4.3-r1.ebuild @@ -3,14 +3,13 @@ EAPI=5 -inherit eutils multilib +inherit epatch multilib MY_P="Tix${PV}" DESCRIPTION="A widget library for Tcl/Tk" HOMEPAGE="http://tix.sourceforge.net/" SRC_URI="mirror://sourceforge/tix/${MY_P}-src.tar.gz" -IUSE="" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" @@ -28,9 +27,11 @@ S="${WORKDIR}/${MY_P}" src_prepare() { [[ ${CHOST} == *-darwin* ]] || epatch "${FILESDIR}"/${P}-link.patch + sed \ -e 's:-Os::g' \ -i configure tclconfig/tcl.m4 || die + epatch \ "${FILESDIR}"/${P}-tcl8.5.patch \ "${FILESDIR}"/${P}-tcl8.6.patch @@ -45,11 +46,12 @@ src_configure() { src_install() { default - # Bug 168897 + # Bug #168897 doheader generic/tix.h - # Bug 201138 + + # Bug #201138 if [[ ${CHOST} == *-darwin* ]] ; then - mv "${ED}"/usr/$(get_libdir)/${MY_P}/libTix{,.}${PV}.dylib + mv "${ED}"/usr/$(get_libdir)/${MY_P}/libTix{,.}${PV}.dylib || die dosym ${MY_P}/libTix.${PV}.dylib /usr/$(get_libdir)/libTix.${PV}.dylib else dosym ${MY_P}/lib${MY_P}.so /usr/$(get_libdir)/lib${MY_P}.so diff --git a/dev-tcltk/tkimg/tkimg-1.4.11.ebuild b/dev-tcltk/tkimg/tkimg-1.4.11.ebuild index 674cef238a5d..8d8832a91336 100644 --- a/dev-tcltk/tkimg/tkimg-1.4.11.ebuild +++ b/dev-tcltk/tkimg/tkimg-1.4.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools eutils multilib prefix toolchain-funcs virtualx +inherit autotools edos2unix prefix toolchain-funcs virtualx MYP=Img-${PV}-Source @@ -11,8 +11,9 @@ DESCRIPTION="Adds a lot of image formats to Tcl/Tk" HOMEPAGE="http://tkimg.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}/1.4/${PN}%20${PV}/${MYP}.tar.gz https://dev.gentoo.org/~tupone/distfiles/${P}-patchset-1.tar.gz" -SLOT="0" + LICENSE="BSD" +SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc test static-libs" @@ -51,15 +52,17 @@ src_prepare() { libtiff/tifftclStubInit.c \ tiff/tiff.c \ jpeg/jpeg.c + default - find . -name configure -delete - find compat/{libjpeg,libpng,zlib,libtiff} -delete + find . -name configure -delete || die + find compat/{libjpeg,libpng,zlib,libtiff} -delete || die eautoreconf + for dir in zlib libpng libtiff libjpeg base bmp gif ico jpeg pcx pixmap png\ ppm ps sgi sun tga tiff window xbm xpm dted raw flir ; do - (cd $dir; eautoreconf) + (cd ${dir}; eautoreconf) done eprefixify */*.h @@ -80,7 +83,7 @@ src_install() { # Make library links for l in "${ED}"/usr/lib*/Img*/*tcl*.so; do - bl=$(basename $l) + bl=$(basename ${l}) dosym Img${PV}/${bl} /usr/$(get_libdir)/${bl} done diff --git a/dev-tcltk/tkimg/tkimg-1.4.12.ebuild b/dev-tcltk/tkimg/tkimg-1.4.12.ebuild index 397231bc70a0..68c860a32fa1 100644 --- a/dev-tcltk/tkimg/tkimg-1.4.12.ebuild +++ b/dev-tcltk/tkimg/tkimg-1.4.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools eutils multilib prefix toolchain-funcs virtualx +inherit autotools edos2unix prefix toolchain-funcs virtualx MYP=Img-${PV}-Source @@ -11,8 +11,9 @@ DESCRIPTION="Adds a lot of image formats to Tcl/Tk" HOMEPAGE="http://tkimg.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}/1.4/${PN}%20${PV}/${MYP}.tar.gz https://dev.gentoo.org/~tupone/distfiles/${P}-patchset-1.tar.gz" -SLOT="0" + LICENSE="BSD" +SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc test static-libs" @@ -50,15 +51,19 @@ src_prepare() { libtiff/tifftclStubInit.c \ tiff/tiff.c \ jpeg/jpeg.c + default - find compat/libtiff/config -name ltmain.sh -delete + + find compat/libtiff/config -name ltmain.sh -delete || die #rm -r compat/{libjpeg,libpng,zlib} || die eautoreconf + + local dir for dir in zlib libpng libtiff libjpeg base bmp gif ico jpeg pcx pixmap png\ ppm ps sgi sun tga tiff window xbm xpm dted raw flir ; do - (cd $dir; AT_NOELIBTOOLIZE=yes eautoreconf) + (cd ${dir}; AT_NOELIBTOOLIZE=yes eautoreconf) done eprefixify */*.h @@ -83,7 +88,7 @@ src_install() { # Make library links for l in "${ED}"/usr/lib*/Img*/*tcl*.so; do - bl=$(basename $l) + bl=$(basename ${l}) dosym Img${PV}/${bl} /usr/$(get_libdir)/${bl} done diff --git a/dev-tcltk/tkimg/tkimg-1.4.13.ebuild b/dev-tcltk/tkimg/tkimg-1.4.13.ebuild index 2ca0ab7549aa..feba8d5b635d 100644 --- a/dev-tcltk/tkimg/tkimg-1.4.13.ebuild +++ b/dev-tcltk/tkimg/tkimg-1.4.13.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools eutils multilib prefix toolchain-funcs virtualx +inherit autotools edos2unix prefix toolchain-funcs virtualx MYP=Img-${PV}-Source @@ -11,8 +11,9 @@ DESCRIPTION="Adds a lot of image formats to Tcl/Tk" HOMEPAGE="http://tkimg.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}/1.4/${PN}%20${PV}/${MYP}.tar.gz https://dev.gentoo.org/~tupone/distfiles/${PN}-1.4.12-patchset-1.tar.gz" -SLOT="0" + LICENSE="BSD" +SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc test static-libs" @@ -44,8 +45,10 @@ src_prepare() { zlib/zlibtclDecls.h \ libpng/pngtclDecls.h \ libtiff/tifftclDecls.h + default - find compat/libtiff/config -name ltmain.sh -delete + + find compat/libtiff/config -name ltmain.sh -delete || die sed -i \ -e 's:"--with-CC=$TIFFCC"::' \ libtiff/configure.ac || die @@ -53,7 +56,7 @@ src_prepare() { eautoreconf for dir in zlib libpng libtiff libjpeg base bmp gif ico jpeg pcx pixmap png\ ppm ps sgi sun tga tiff window xbm xpm dted raw flir ; do - (cd $dir; AT_NOELIBTOOLIZE=yes eautoreconf) + (cd ${dir}; AT_NOELIBTOOLIZE=yes eautoreconf) done eprefixify */*.h @@ -78,7 +81,7 @@ src_install() { # Make library links for l in "${ED}"/usr/lib*/Img*/*tcl*.so; do - bl=$(basename $l) + bl=$(basename ${l}) dosym Img${PV}/${bl} /usr/$(get_libdir)/${bl} done diff --git a/dev-tcltk/tkimg/tkimg-1.4.9.ebuild b/dev-tcltk/tkimg/tkimg-1.4.9.ebuild index 666a9ea98036..f4ada05bc3e3 100644 --- a/dev-tcltk/tkimg/tkimg-1.4.9.ebuild +++ b/dev-tcltk/tkimg/tkimg-1.4.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools eutils multilib prefix toolchain-funcs virtualx +inherit autotools edos2unix prefix toolchain-funcs virtualx MYP=Img-${PV}-Source @@ -11,8 +11,9 @@ DESCRIPTION="Adds a lot of image formats to Tcl/Tk" HOMEPAGE="http://tkimg.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}/1.4/${PN}%20${PV}/${MYP}.tar.gz https://dev.gentoo.org/~tupone/distfiles/${PN}-1.4.7-patchset-1.tar.xz" -SLOT="0" + LICENSE="BSD" +SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="doc test static-libs" @@ -59,15 +60,16 @@ src_prepare() { libtiff/tifftclStubInit.c \ tiff/tiff.c \ jpeg/jpeg.c + default - find . -name configure -delete - find compat/{libjpeg,libpng,zlib,libtiff} -delete + find . -name configure -delete || die + find compat/{libjpeg,libpng,zlib,libtiff} -delete || die eautoreconf for dir in zlib libpng libtiff libjpeg base bmp gif ico jpeg pcx pixmap png\ ppm ps sgi sun tga tiff window xbm xpm dted raw flir ; do - (cd $dir; eautoreconf) + (cd ${dir}; eautoreconf) done eprefixify */*.h @@ -88,7 +90,7 @@ src_install() { # Make library links for l in "${ED}"/usr/lib*/Img*/*tcl*.so; do - bl=$(basename $l) + bl=$(basename ${l}) dosym Img${PV}/${bl} /usr/$(get_libdir)/${bl} done diff --git a/dev-tex/foiltex/foiltex-2.1.4b.ebuild b/dev-tex/foiltex/foiltex-2.1.4b.ebuild index ea43f3430588..d68bbf8fed87 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,8 +15,7 @@ LICENSE="FoilTeX" SLOT="0" IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" TEXMF=/usr/share/texmf-site diff --git a/dev-tex/sketch/sketch-0.3.7.ebuild b/dev-tex/sketch/sketch-0.3.7.ebuild index ac587f8b176b..224a68f6c88c 100644 --- a/dev-tex/sketch/sketch-0.3.7.ebuild +++ b/dev-tex/sketch/sketch-0.3.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs +inherit edos2unix toolchain-funcs DESCRIPTION="Produces drawings of two- or three-dimensional solid objects and scenes for TeX" HOMEPAGE="https://www.frontiernet.net/~eugene.ressler/" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-24.4.1-r1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-24.4.1-r1.ebuild index 2a9d244bfb9a..e88fec54203a 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-24.4.1-r1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-24.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop udev +inherit desktop user udev ANDROID_SDK_DIR="/opt/android-sdk-update-manager" MY_P="android-sdk_r${PV}-linux" diff --git a/dev-util/babeltrace/babeltrace-1.2.4.ebuild b/dev-util/babeltrace/babeltrace-1.2.4.ebuild index 8e02da245d81..ea601ae1411d 100644 --- a/dev-util/babeltrace/babeltrace-1.2.4.ebuild +++ b/dev-util/babeltrace/babeltrace-1.2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="A command-line tool and library to read and convert trace files" HOMEPAGE="https://lttng.org" diff --git a/dev-util/ddd/ddd-3.3.12-r4.ebuild b/dev-util/ddd/ddd-3.3.12-r4.ebuild index b0279808edf4..b7ff95e47472 100644 --- a/dev-util/ddd/ddd-3.3.12-r4.ebuild +++ b/dev-util/ddd/ddd-3.3.12-r4.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit autotools eutils optfeature +inherit autotools desktop optfeature DESCRIPTION="Graphical front-end for command-line debuggers" HOMEPAGE="https://www.gnu.org/software/ddd" diff --git a/dev-util/debhelper/debhelper-13.2.1.ebuild b/dev-util/debhelper/debhelper-13.2.1.ebuild index 8b150d906aa6..21388aec1ce0 100644 --- a/dev-util/debhelper/debhelper-13.2.1.ebuild +++ b/dev-util/debhelper/debhelper-13.2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" HOMEPAGE="https://tracker.debian.org/pkg/debhelper" diff --git a/dev-util/emilpro/emilpro-3-r4.ebuild b/dev-util/emilpro/emilpro-3-r4.ebuild index d34b5c3dcfb6..e602d43cd961 100644 --- a/dev-util/emilpro/emilpro-3-r4.ebuild +++ b/dev-util/emilpro/emilpro-3-r4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit cmake-utils eutils +inherit cmake-utils epatch DESCRIPTION="a graphical disassembler for a large number of instruction sets" HOMEPAGE="http://www.emilpro.com/" diff --git a/dev-util/emilpro/emilpro-9999.ebuild b/dev-util/emilpro/emilpro-9999.ebuild index 95e42ec49ae4..e4b0ac02d350 100644 --- a/dev-util/emilpro/emilpro-9999.ebuild +++ b/dev-util/emilpro/emilpro-9999.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit cmake-utils eutils +inherit cmake-utils epatch DESCRIPTION="a graphical disassembler for a large number of instruction sets" HOMEPAGE="http://www.emilpro.com/" diff --git a/dev-util/findbugs/findbugs-3.0.1.ebuild b/dev-util/findbugs/findbugs-3.0.1.ebuild index 68be97749c1e..898d00e58b97 100644 --- a/dev-util/findbugs/findbugs-3.0.1.ebuild +++ b/dev-util/findbugs/findbugs-3.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="Find Bugs in Java Programs" HOMEPAGE="http://findbugs.sourceforge.net/" diff --git a/dev-util/its4/its4-1.1.1-r1.ebuild b/dev-util/its4/its4-1.1.1-r1.ebuild index d77e81b06a36..5c14b9f75a2a 100644 --- a/dev-util/its4/its4-1.1.1-r1.ebuild +++ b/dev-util/its4/its4-1.1.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="ITS4: Software Security Tool" HOMEPAGE="http://www.cigital.com/its4/" diff --git a/dev-util/mutrace/mutrace-0.2-r1.ebuild b/dev-util/mutrace/mutrace-0.2-r1.ebuild index 91cf0976370d..17c82863709b 100644 --- a/dev-util/mutrace/mutrace-0.2-r1.ebuild +++ b/dev-util/mutrace/mutrace-0.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="A mutex tracer/profiler" HOMEPAGE="http://0pointer.de/blog/projects/mutrace.html" diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.61-r1.ebuild b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.61-r1.ebuild index 5ed2d2a84f38..2ff4e6cb0a85 100644 --- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.61-r1.ebuild +++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.61-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cuda eutils flag-o-matic portability toolchain-funcs unpacker versionator +inherit cuda epatch flag-o-matic portability toolchain-funcs unpacker versionator MYD=$(get_version_component_range 1-2) DRIVER_PV="375.26" diff --git a/dev-util/omake/omake-0.10.2.ebuild b/dev-util/omake/omake-0.10.2.ebuild index b6934c6a855a..c57efbad6a81 100644 --- a/dev-util/omake/omake-0.10.2.ebuild +++ b/dev-util/omake/omake-0.10.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit toolchain-funcs multilib eutils +inherit epatch DESCRIPTION="Make replacement" HOMEPAGE="http://projects.camlcity.org/projects/omake.html" diff --git a/dev-util/omake/omake-0.10.3.ebuild b/dev-util/omake/omake-0.10.3.ebuild index eda48ece533d..56f5309054d2 100644 --- a/dev-util/omake/omake-0.10.3.ebuild +++ b/dev-util/omake/omake-0.10.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit toolchain-funcs multilib eutils +inherit epatch DESCRIPTION="Make replacement" HOMEPAGE="http://projects.camlcity.org/projects/omake.html" diff --git a/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild b/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild index b8d6d19812c9..dc22875577cc 100644 --- a/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild +++ b/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit toolchain-funcs multilib versionator eutils +inherit epatch toolchain-funcs multilib versionator MY_PV=$(replace_version_separator 5 '.' "$(replace_version_separator 4 '-' )") DESCRIPTION="Make replacement" @@ -25,7 +25,7 @@ RDEPEND="${DEPEND}" S=${WORKDIR}/${PN}-${MY_PV%-*} use_boolean() { - if use $1; then + if use ${1}; then echo "true" else echo "false" diff --git a/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild b/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild index 087cbbe7251b..b6eb4fb04312 100644 --- a/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils flag-o-matic libtool multilib multilib-minimal +inherit epatch flag-o-matic libtool multilib multilib-minimal MY_P=pkg-config-${PV} diff --git a/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild b/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild index 6267da5f5304..abe357081ece 100644 --- a/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild @@ -4,7 +4,7 @@ EAPI=5 # Do not inherit autotools in non-live ebuild - causes circular dependency, bug #550856 -inherit eutils flag-o-matic libtool multilib multilib-minimal +inherit epatch flag-o-matic libtool multilib multilib-minimal MY_P=pkg-config-${PV} diff --git a/dev-util/premake/premake-4.3-r1.ebuild b/dev-util/premake/premake-4.3-r1.ebuild index 7aba60fc21ee..78be7cc0d8e1 100644 --- a/dev-util/premake/premake-4.3-r1.ebuild +++ b/dev-util/premake/premake-4.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit versionator eutils +inherit versionator epatch DESCRIPTION="A makefile generation tool" HOMEPAGE="http://industriousone.com/premake" diff --git a/dev-util/rats/rats-2.4.ebuild b/dev-util/rats/rats-2.4.ebuild index 861cd2aa5c67..7f63c3779f30 100644 --- a/dev-util/rats/rats-2.4.ebuild +++ b/dev-util/rats/rats-2.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils +inherit edos2unix DESCRIPTION="RATS - Rough Auditing Tool for Security" HOMEPAGE="https://code.google.com/p/rough-auditing-tool-for-security/" diff --git a/dev-util/regexxer/regexxer-0.10-r1.ebuild b/dev-util/regexxer/regexxer-0.10-r1.ebuild index 061dcaec6a06..21acdbac8c55 100644 --- a/dev-util/regexxer/regexxer-0.10-r1.ebuild +++ b/dev-util/regexxer/regexxer-0.10-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 GCONF_DEBUG=no -inherit autotools eutils flag-o-matic gnome2 +inherit autotools epatch flag-o-matic gnome2 DESCRIPTION="An interactive tool for performing search and replace operations" HOMEPAGE="http://regexxer.sourceforge.net/" diff --git a/dev-util/splint/splint-3.1.2-r2.ebuild b/dev-util/splint/splint-3.1.2-r2.ebuild index b47c46e8e141..464cab789b81 100644 --- a/dev-util/splint/splint-3.1.2-r2.ebuild +++ b/dev-util/splint/splint-3.1.2-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Check C programs for vulnerabilities and programming mistakes" HOMEPAGE="http://lclint.cs.virginia.edu/" diff --git a/dev-util/txt2regex/txt2regex-0.8-r3.ebuild b/dev-util/txt2regex/txt2regex-0.8-r3.ebuild index dfd304b2d980..3fa0fdd53335 100644 --- a/dev-util/txt2regex/txt2regex-0.8-r3.ebuild +++ b/dev-util/txt2regex/txt2regex-0.8-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="A Regular Expression wizard that converts human sentences to regexs" HOMEPAGE="http://txt2regex.sourceforge.net/" diff --git a/dev-util/visual-regexp/visual-regexp-3.0-r1.ebuild b/dev-util/visual-regexp/visual-regexp-3.0-r1.ebuild index 6de44bc09c0e..a9549602cd92 100644 --- a/dev-util/visual-regexp/visual-regexp-3.0-r1.ebuild +++ b/dev-util/visual-regexp/visual-regexp-3.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit desktop epatch DESCRIPTION="Type the regexp and visualize it on a sample of your choice" HOMEPAGE="http://laurent.riesterer.free.fr/regexp/" diff --git a/dev-util/visual-regexp/visual-regexp-3.1.ebuild b/dev-util/visual-regexp/visual-regexp-3.1.ebuild index 3920d2a42ab5..456230c04a7c 100644 --- a/dev-util/visual-regexp/visual-regexp-3.1.ebuild +++ b/dev-util/visual-regexp/visual-regexp-3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit desktop edos2unix epatch DESCRIPTION="Type the regexp and visualize it on a sample of your choice" HOMEPAGE="http://laurent.riesterer.free.fr/regexp/" diff --git a/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild b/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild index dfded9ed2600..a45ae40b915d 100644 --- a/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild +++ b/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="Utility to send colored HTML CVS-mails" HOMEPAGE="http://www.badgers-in-foil.co.uk/projects/cvsspam/" diff --git a/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.3.1-r1.ebuild b/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.3.1-r1.ebuild index f4ed513d8334..70ab60316c61 100644 --- a/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.3.1-r1.ebuild +++ b/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.3.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils perl-module user +inherit perl-module user DESCRIPTION="Highly flexible server for git directory version tracker, Gentoo fork" HOMEPAGE="https://cgit.gentoo.org/proj/gitolite-gentoo.git" diff --git a/dev-vcs/rcs/rcs-5.9.3.ebuild b/dev-vcs/rcs/rcs-5.9.3.ebuild index 5030e809ac6d..3b42b11ff880 100644 --- a/dev-vcs/rcs/rcs-5.9.3.ebuild +++ b/dev-vcs/rcs/rcs-5.9.3.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit eutils flag-o-matic +inherit flag-o-matic DESCRIPTION="Revision Control System" HOMEPAGE="https://www.gnu.org/software/rcs/" diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild index fcb2ed0a7b06..b5cd95399632 100644 --- a/dev-vcs/rcs/rcs-5.9.4.ebuild +++ b/dev-vcs/rcs/rcs-5.9.4.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit eutils flag-o-matic +inherit flag-o-matic DESCRIPTION="Revision Control System" HOMEPAGE="https://www.gnu.org/software/rcs/" diff --git a/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild b/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild index f33d1cb8946f..28b20274fd43 100644 --- a/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild +++ b/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,6 +12,7 @@ MY_PN="Trine Enchanted Edition" DESCRIPTION="The original sidescrolling action platformer under the Trine 2 engine" HOMEPAGE="https://www.frozenbyte.com/games/trine-enchanted-edition" SRC_URI="${MY_P}_humble_linux_full.zip" + LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -20,7 +21,7 @@ RESTRICT="bindist fetch splitdebug" QA_PREBUILT="opt/${PN}/${PN}*" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" # SDL 1.3 is bundled but the game appears to be statically linked # against SDL 2.0.3. We can bypass this and use our own SDL 2 by setting diff --git a/games-action/trine2/trine2-2.01.425-r2.ebuild b/games-action/trine2/trine2-2.01.425-r2.ebuild index c293a1c40c5e..0bf349e4d742 100644 --- a/games-action/trine2/trine2-2.01.425-r2.ebuild +++ b/games-action/trine2/trine2-2.01.425-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,6 +12,7 @@ MY_PN="Trine 2" DESCRIPTION="Sidescrolling game of action, puzzles and platforming, Complete Story edition" HOMEPAGE="http://www.trine2.com/" SRC_URI="${MY_P}_humble_linux_full.zip" + LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -21,7 +22,7 @@ RESTRICT="bindist fetch splitdebug" QA_PREBUILT="opt/${PN}/${PN}* opt/${PN}/lib/*" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RDEPEND=" media-gfx/nvidia-cg-toolkit[abi_x86_32] diff --git a/games-board/scid/scid-4.6.2-r1.ebuild b/games-board/scid/scid-4.6.2-r1.ebuild index ea0557410a43..c82139d32031 100644 --- a/games-board/scid/scid-4.6.2-r1.ebuild +++ b/games-board/scid/scid-4.6.2-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 + PYTHON_COMPAT=( python3_{7,8} ) -inherit eutils toolchain-funcs gnome2-utils python-any-r1 +inherit desktop edos2unix toolchain-funcs gnome2-utils python-any-r1 DESCRIPTION="a free chess database application" HOMEPAGE="http://scid.sourceforge.net/" @@ -16,7 +17,6 @@ SRC_URI="mirror://sourceforge/scid/${P}.zip LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" CDEPEND="dev-lang/tk:0 dev-tcltk/tkimg diff --git a/games-emulation/caps/caps-20071115.ebuild b/games-emulation/caps/caps-20071115.ebuild index e466d2a9e18c..af23de72f397 100644 --- a/games-emulation/caps/caps-20071115.ebuild +++ b/games-emulation/caps/caps-20071115.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib + +inherit multilib DESCRIPTION="Support library for accessing and using C.A.P.S. images" HOMEPAGE="http://www.softpres.org/" @@ -18,7 +19,6 @@ IUSE="doc" RESTRICT="strip" DEPEND="app-arch/unzip" -RDEPEND="" S=${WORKDIR} diff --git a/games-emulation/emutos/emutos-0.9.12.ebuild b/games-emulation/emutos/emutos-0.9.12.ebuild index 538e577b77ad..1a35e794e98f 100644 --- a/games-emulation/emutos/emutos-0.9.12.ebuild +++ b/games-emulation/emutos/emutos-0.9.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,12 +13,13 @@ VERSIONS=( DESCRIPTION="Single-user single-tasking operating system for 32-bit Atari computer emulators" HOMEPAGE="http://emutos.sourceforge.net" SRC_URI=$(printf "mirror://sourceforge/emutos/${PN}-%s-${PV}.zip\n" "${VERSIONS[@]}") + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S="${WORKDIR}" diff --git a/games-engines/residualvm/residualvm-0.2.1-r1.ebuild b/games-engines/residualvm/residualvm-0.2.1-r1.ebuild index 15565c002aeb..a9272195b281 100644 --- a/games-engines/residualvm/residualvm-0.2.1-r1.ebuild +++ b/games-engines/residualvm/residualvm-0.2.1-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs gnome2-utils + +inherit desktop toolchain-funcs gnome2-utils DESCRIPTION="A cross-platform 3D game interpreter for play LucasArts' LUA-based 3D adventures" HOMEPAGE="https://www.residualvm.org/" @@ -11,7 +12,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-sources.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" # TODO: fix dynamic plugin support # games crash without media-libs/libsdl[alsa] diff --git a/games-fps/ut2003-demo/ut2003-demo-2206-r5.ebuild b/games-fps/ut2003-demo/ut2003-demo-2206-r5.ebuild index 0acc9f39b85b..2ff0e02a1bcc 100644 --- a/games-fps/ut2003-demo/ut2003-demo-2206-r5.ebuild +++ b/games-fps/ut2003-demo/ut2003-demo-2206-r5.ebuild @@ -17,7 +17,6 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86" RESTRICT="bindist mirror strip" -DEPEND="app-arch/unzip" RDEPEND=" sys-devel/bc sys-libs/libstdc++-v3:5 @@ -25,6 +24,7 @@ RDEPEND=" x11-libs/libX11[abi_x86_32(-)] x11-libs/libXext[abi_x86_32(-)] " +BDEPEND="app-arch/unzip" dir=opt/${PN} Ddir="${ED}"/${dir} diff --git a/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild b/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild index 21e88f8ad6ac..1afad93fd0c1 100644 --- a/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild +++ b/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cdrom desktop eutils portability unpacker xdg-utils +inherit cdrom desktop portability unpacker xdg-utils DESCRIPTION="Unreal Tournament 2004 - This is the data portion of UT2004" HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004" @@ -12,6 +12,8 @@ LICENSE="ut2003" SLOT="0" KEYWORDS="~amd64 ~x86" +RESTRICT="bindist" + BDEPEND=" games-util/uz2unpack >=app-arch/unshield-0.5-r1 diff --git a/games-misc/exult-sound/exult-sound-0-r2.ebuild b/games-misc/exult-sound/exult-sound-0-r2.ebuild index e10508635718..379625fd6db1 100644 --- a/games-misc/exult-sound/exult-sound-0-r2.ebuild +++ b/games-misc/exult-sound/exult-sound-0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S="${WORKDIR}" diff --git a/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild b/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild index 5a209fa62cf1..acc24c9c6d36 100644 --- a/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild +++ b/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 GCONF_DEBUG="yes" -inherit eutils gnome2 +inherit epatch gnome2 DESCRIPTION="A simple (but not so easy to solve!) puzzle game" HOMEPAGE="http://glightoff.sourceforge.net/" diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r101.ebuild b/games-roguelike/stone-soup/stone-soup-0.25.1-r101.ebuild index 2b1eac8003bd..36719da120e3 100644 --- a/games-roguelike/stone-soup/stone-soup-0.25.1-r101.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r101.ebuild @@ -9,7 +9,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..3} ) PYTHON_COMPAT=( python3_{7,8,9} ) VIRTUALX_REQUIRED="manual" -inherit desktop python-any-r1 eutils lua-single xdg-utils toolchain-funcs +inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs MY_P="stone_soup-${PV}" DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting in dungeons" diff --git a/games-roguelike/stone-soup/stone-soup-0.26.0.ebuild b/games-roguelike/stone-soup/stone-soup-0.26.0.ebuild index 160cc20606b1..cc9cc94cf890 100644 --- a/games-roguelike/stone-soup/stone-soup-0.26.0.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.26.0.ebuild @@ -9,7 +9,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..3} ) PYTHON_COMPAT=( python3_{7,8,9} ) VIRTUALX_REQUIRED="manual" -inherit desktop python-any-r1 eutils lua-single xdg-utils toolchain-funcs +inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs MY_P="stone_soup-${PV}" DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting in dungeons" diff --git a/games-roguelike/stone-soup/stone-soup-0.26.1.ebuild b/games-roguelike/stone-soup/stone-soup-0.26.1.ebuild index 87030f3939cb..eb6604e8411a 100644 --- a/games-roguelike/stone-soup/stone-soup-0.26.1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.26.1.ebuild @@ -9,7 +9,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..3} ) PYTHON_COMPAT=( python3_{7,8,9} ) VIRTUALX_REQUIRED="manual" -inherit desktop python-any-r1 eutils lua-single xdg-utils toolchain-funcs +inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs MY_P="stone_soup-${PV}" DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting in dungeons" diff --git a/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild b/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild index db0585c3d93b..da5f411b2430 100644 --- a/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild +++ b/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils unpacker +inherit desktop unpacker wrapper DESCRIPTION="Baldur's Gate: Enhanced Edition" HOMEPAGE="https://www.baldursgate.com/" diff --git a/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.5.23121.ebuild b/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.5.23121.ebuild index 46669623b8ff..54dbbe7d27ed 100644 --- a/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.5.23121.ebuild +++ b/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.5.23121.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop eutils unpacker +inherit desktop unpacker wrapper DESCRIPTION="Baldur's Gate: Enhanced Edition" HOMEPAGE="https://www.baldursgate.com/" @@ -14,12 +14,12 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86" RESTRICT="bindist fetch" -DEPEND="app-arch/unzip" RDEPEND="dev-libs/expat dev-libs/openssl:0 media-libs/openal virtual/opengl x11-libs/libX11" +BDEPEND="app-arch/unzip" QA_PRESTRIPPED="/opt/${PN}/BaldursGate\(64\)\?" diff --git a/games-rpg/egoboo/egoboo-2.8.1-r1.ebuild b/games-rpg/egoboo/egoboo-2.8.1-r1.ebuild index 108aefdfcecc..f1770edacd10 100644 --- a/games-rpg/egoboo/egoboo-2.8.1-r1.ebuild +++ b/games-rpg/egoboo/egoboo-2.8.1-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils + +inherit desktop edos2unix DESCRIPTION="A 3d dungeon crawling adventure in the spirit of NetHack" HOMEPAGE="http://egoboo.sourceforge.net/" @@ -11,7 +12,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND=" dev-games/physfs @@ -22,7 +22,7 @@ DEPEND=" net-libs/enet:0 virtual/glu virtual/opengl" -RDEPEND=${DEPEND} +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild index 414f11df15d7..52c453f64cc0 100644 --- a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild +++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils +inherit wrapper DESCRIPTION="Enemy Territory: Quake Wars dedicated server" HOMEPAGE="https://www.splashdamage.com/content/et-quake-wars-standalone-server-linux" diff --git a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild index 106a657357f5..af09bc0dcf69 100644 --- a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild +++ b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils unpacker +inherit wrapper unpacker DESCRIPTION="design and build bridges and then stress test them with trains" HOMEPAGE="http://www.chroniclogic.com/pontifex2.htm" @@ -12,8 +12,8 @@ SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin LICENSE="BCS" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="strip" + +RESTRICT="bindist mirror strip" RDEPEND=" media-libs/libsdl[abi_x86_32(-)] diff --git a/gnome-extra/libgda/libgda-5.2.9.ebuild b/gnome-extra/libgda/libgda-5.2.9.ebuild index 6227410d330a..33969ae93769 100644 --- a/gnome-extra/libgda/libgda-5.2.9.ebuild +++ b/gnome-extra/libgda/libgda-5.2.9.ebuild @@ -6,7 +6,7 @@ GNOME2_LA_PUNT="yes" GNOME2_EAUTORECONF="yes" VALA_USE_DEPEND="vapigen" -inherit db-use eutils flag-o-matic gnome2 java-pkg-opt-2 vala +inherit db-use epatch flag-o-matic gnome2 java-pkg-opt-2 vala DESCRIPTION="GNOME database access library" HOMEPAGE="https://www.gnome-db.org/" diff --git a/gnustep-apps/gemas/gemas-0.4.ebuild b/gnustep-apps/gemas/gemas-0.4.ebuild index 0eb9acc975ed..779333075a66 100644 --- a/gnustep-apps/gemas/gemas-0.4.ebuild +++ b/gnustep-apps/gemas/gemas-0.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils gnustep-2 +inherit epatch gnustep-2 MY_P=${P/g/G} DESCRIPTION="a simple code editor for GNUstep" diff --git a/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild b/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild index c1ded6382b92..0b096dcb94e3 100644 --- a/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild +++ b/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils gnustep-2 +inherit epatch gnustep-2 S=${WORKDIR}/TextEdit diff --git a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild b/gnustep-libs/pantomime/pantomime-1.2.2.ebuild index ef486f6a5713..f0d73de9e9e1 100644 --- a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild +++ b/gnustep-libs/pantomime/pantomime-1.2.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils gnustep-2 +inherit gnustep-2 MY_P=${P/p/P} diff --git a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild index 7b7e1dbbb233..5e8b0a377776 100644 --- a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild +++ b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Provides lockspool utility" HOMEPAGE="http://www.openbsd.org/" diff --git a/mail-client/mutt/mutt-2.0.4-r1.ebuild b/mail-client/mutt/mutt-2.0.4-r1.ebuild index 955b557c9d0b..1d6c9b105ef6 100644 --- a/mail-client/mutt/mutt-2.0.4-r1.ebuild +++ b/mail-client/mutt/mutt-2.0.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit eutils flag-o-matic autotools +inherit epatch flag-o-matic autotools PATCHREV="r1" PATCHSET="gentoo-${PVR}/${PATCHREV}" diff --git a/mail-client/mutt/mutt-2.0.5.ebuild b/mail-client/mutt/mutt-2.0.5.ebuild index c9a2e340a3c6..5cec641f3918 100644 --- a/mail-client/mutt/mutt-2.0.5.ebuild +++ b/mail-client/mutt/mutt-2.0.5.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit eutils flag-o-matic autotools +inherit epatch flag-o-matic autotools PATCHREV="r0" PATCHSET="gentoo-${PVR}/${PATCHREV}" diff --git a/mail-client/mutt/mutt-2.0.6.ebuild b/mail-client/mutt/mutt-2.0.6.ebuild index c9a2e340a3c6..5cec641f3918 100644 --- a/mail-client/mutt/mutt-2.0.6.ebuild +++ b/mail-client/mutt/mutt-2.0.6.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit eutils flag-o-matic autotools +inherit epatch flag-o-matic autotools PATCHREV="r0" PATCHSET="gentoo-${PVR}/${PATCHREV}" diff --git a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild index 5248da6119d0..cafe76e6a829 100644 --- a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild +++ b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils rpm multilib versionator +inherit desktop rpm multilib versionator MY_PV=$(replace_version_separator 3 '-') MY_P="${P/_p/-}" @@ -61,10 +61,10 @@ src_install() { JRE_DIR="${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/java; # Undo Sun's funny-business with packed .jar's - for i in $JRE_DIR/lib/*.pack; do - i_b=`echo $i | sed 's/\.pack$//'`; - einfo "Unpacking `basename $i` -> `basename $i_b.jar`"; - $JRE_DIR/bin/unpack200 $i $i_b.jar || die "Unpack failed"; + for i in ${JRE_DIR}/lib/*.pack; do + i_b=`echo ${i} | sed 's/\.pack$//'`; + einfo "Unpacking `basename ${i}` -> `basename ${i_b}.jar`"; + ${JRE_DIR}/bin/unpack200 ${i} ${i_b}.jar || die "Unpack failed"; done; domenu "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/gwclient.desktop diff --git a/mail-filter/amavisd-milter/amavisd-milter-1.5.0-r1.ebuild b/mail-filter/amavisd-milter/amavisd-milter-1.5.0-r1.ebuild index 35da9fce706b..c52a788999f4 100644 --- a/mail-filter/amavisd-milter/amavisd-milter-1.5.0-r1.ebuild +++ b/mail-filter/amavisd-milter/amavisd-milter-1.5.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils +inherit epatch DESCRIPTION="sendmail milter for amavisd-new" HOMEPAGE="http://amavisd-milter.sourceforge.net/" diff --git a/mail-filter/amavisd-milter/amavisd-milter-1.6.0-r1.ebuild b/mail-filter/amavisd-milter/amavisd-milter-1.6.0-r1.ebuild index 74a12efd464c..4f26ffe3f472 100644 --- a/mail-filter/amavisd-milter/amavisd-milter-1.6.0-r1.ebuild +++ b/mail-filter/amavisd-milter/amavisd-milter-1.6.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils +inherit epatch DESCRIPTION="sendmail milter for amavisd-new" HOMEPAGE="http://amavisd-milter.sourceforge.net/" diff --git a/mail-filter/libspf2/libspf2-1.2.10.ebuild b/mail-filter/libspf2/libspf2-1.2.10.ebuild index 4738d9ee9e12..601920195353 100644 --- a/mail-filter/libspf2/libspf2-1.2.10.ebuild +++ b/mail-filter/libspf2/libspf2-1.2.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocols" HOMEPAGE="https://www.libspf2.org" diff --git a/mail-filter/popfile/popfile-1.1.3-r1.ebuild b/mail-filter/popfile/popfile-1.1.3-r1.ebuild index 45ab09e88418..3e6c505f9fde 100644 --- a/mail-filter/popfile/popfile-1.1.3-r1.ebuild +++ b/mail-filter/popfile/popfile-1.1.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit edos2unix DESCRIPTION="Anti-spam bayesian filter" HOMEPAGE="http://getpopfile.org" diff --git a/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild b/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild index f8aa98a7b716..448f856be995 100644 --- a/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild +++ b/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Perform lookups in RBL-styles services" HOMEPAGE="https://github.com/logic/rblcheck" diff --git a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild b/mail-filter/spamdyke/spamdyke-4.3.0.ebuild index 14aae8f1ea05..2b54c70fa237 100644 --- a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild +++ b/mail-filter/spamdyke/spamdyke-4.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils autotools +inherit epatch autotools DESCRIPTION="A drop-in connection-time spam filter for qmail" HOMEPAGE="http://www.spamdyke.org/" diff --git a/mail-filter/spamdyke/spamdyke-5.0.1.ebuild b/mail-filter/spamdyke/spamdyke-5.0.1.ebuild index c084bef63444..bf323d2e82e2 100644 --- a/mail-filter/spamdyke/spamdyke-5.0.1.ebuild +++ b/mail-filter/spamdyke/spamdyke-5.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools +inherit autotools DESCRIPTION="A drop-in connection-time spam filter for qmail" HOMEPAGE="http://www.spamdyke.org/" diff --git a/media-fonts/fgdc-emergency/fgdc-emergency-2.20.ebuild b/media-fonts/fgdc-emergency/fgdc-emergency-2.20.ebuild index 57ec937ae6b4..7fd0ea01eadc 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,10 +12,8 @@ SRC_URI="http://www.fgdc.gov/HSWG/symbol_downloads/ers_v${PV//./}.zip" LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" S="${WORKDIR}/ersSymbolsVersion0202" FONT_S="${S}" diff --git a/media-fonts/fira-code/fira-code-4.ebuild b/media-fonts/fira-code/fira-code-4.ebuild index c9c8dbb7c8aa..c12ec2c68c1e 100644 --- a/media-fonts/fira-code/fira-code-4.ebuild +++ b/media-fonts/fira-code/fira-code-4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,15 +13,14 @@ https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="amd64 arm arm64 x86" -IUSE="" S="${WORKDIR}/FiraCode-${PV}" FONT_S="${S}/distr/ttf" FONT_SUFFIX="ttf otf" -DOCS="README.md" +DOCS=( README.md ) -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" src_prepare() { default diff --git a/media-fonts/fira-code/fira-code-5.2.ebuild b/media-fonts/fira-code/fira-code-5.2.ebuild index c9c8dbb7c8aa..36371a22ab1d 100644 --- a/media-fonts/fira-code/fira-code-5.2.ebuild +++ b/media-fonts/fira-code/fira-code-5.2.ebuild @@ -1,27 +1,25 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +S="${WORKDIR}/FiraCode-${PV}" +FONT_S="${S}/distr/ttf" +FONT_SUFFIX="ttf otf" inherit font DESCRIPTION="Monospaced font with programming ligatures" HOMEPAGE="https://github.com/tonsky/FiraCode" -SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz -https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip" +SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="amd64 arm arm64 x86" -IUSE="" - -S="${WORKDIR}/FiraCode-${PV}" -FONT_S="${S}/distr/ttf" -FONT_SUFFIX="ttf otf" -DOCS="README.md" +DOCS=( README.md ) -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" src_prepare() { default diff --git a/media-fonts/oldstandard/oldstandard-2.2.ebuild b/media-fonts/oldstandard/oldstandard-2.2.ebuild index ece12183130a..1d5406fbce48 100644 --- a/media-fonts/oldstandard/oldstandard-2.2.ebuild +++ b/media-fonts/oldstandard/oldstandard-2.2.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +FONT_S="${WORKDIR}" +FONT_SUFFIX="otf ttf" inherit font DESCRIPTION="Old Standard - font with wide range of Latin, Greek and Cyrillic characters" HOMEPAGE="http://www.thessalonica.org.ru/en/fonts.html" SRC_URI="http://www.thessalonica.org.ru/downloads/${P}.otf.zip http://www.thessalonica.org.ru/downloads/${P}.ttf.zip" +S="${WORKDIR}" LICENSE="OFL" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" -S=${WORKDIR} -FONT_S=${WORKDIR} -FONT_SUFFIX="otf ttf" DOCS=( OFL.txt OFL-FAQ.txt FONTLOG.txt ) diff --git a/media-fonts/pothana2k/pothana2k-2006-r1.ebuild b/media-fonts/pothana2k/pothana2k-2006-r1.ebuild index 535d0df3faed..bdc339020b7a 100644 --- a/media-fonts/pothana2k/pothana2k-2006-r1.ebuild +++ b/media-fonts/pothana2k/pothana2k-2006-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="doc" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" S="${WORKDIR}" FONT_S="${WORKDIR}" diff --git a/media-fonts/roboto/roboto-2.138.ebuild b/media-fonts/roboto/roboto-2.138.ebuild index f2a0b6aa7dff..ec3c6d3efcb5 100644 --- a/media-fonts/roboto/roboto-2.138.ebuild +++ b/media-fonts/roboto/roboto-2.138.ebuild @@ -14,7 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux ~x64-macos" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf ) FONT_SUFFIX="ttf" diff --git a/media-gfx/fondu/fondu-20060102-r1.ebuild b/media-gfx/fondu/fondu-20060102-r1.ebuild index 03f2e4f22ced..1144108f1f35 100644 --- a/media-gfx/fondu/fondu-20060102-r1.ebuild +++ b/media-gfx/fondu/fondu-20060102-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils +inherit epatch MY_PV=${PV:2:6} diff --git a/media-gfx/freewrl/freewrl-3.0.0-r1.ebuild b/media-gfx/freewrl/freewrl-3.0.0-r1.ebuild index 83573845b926..545457a35528 100644 --- a/media-gfx/freewrl/freewrl-3.0.0-r1.ebuild +++ b/media-gfx/freewrl/freewrl-3.0.0-r1.ebuild @@ -3,13 +3,12 @@ EAPI=5 -inherit autotools nsplugins eutils flag-o-matic java-pkg-opt-2 multilib toolchain-funcs +inherit autotools nsplugins epatch java-pkg-opt-2 multilib toolchain-funcs if [[ ${PV} == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="git://git.code.sf.net/p/freewrl/git" S="${WORKDIR}/${P}/freex3d" - SRC_URI= else SRC_URI="mirror://sourceforge/freewrl/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" @@ -17,6 +16,7 @@ fi DESCRIPTION="VRML97 and X3D compliant browser, library, and web-browser plugin" HOMEPAGE="http://freewrl.sourceforge.net/" + LICENSE="GPL-3" SLOT="0" IUSE="curl debug java libeai motif +nsplugin opencl osc +sox static-libs" @@ -135,9 +135,9 @@ src_install() { pkg_postinst() { if [[ -z ${REPLACING_VERSIONS} ]]; then - elog "By default, FreeWRL expects to find the 'firefox' binary in your include" - elog "path. If you do not have firefox installed or you wish to use a different" - elog "web browser to open links that are within VRML / X3D files, please be sure to" - elog "specify the command via your BROWSER environment variable." + elog "By default, FreeWRL expects to find the 'firefox' binary in your include" + elog "path. If you do not have firefox installed or you wish to use a different" + elog "web browser to open links that are within VRML / X3D files, please be sure to" + elog "specify the command via your BROWSER environment variable." fi } diff --git a/media-gfx/freewrl/freewrl-9999.ebuild b/media-gfx/freewrl/freewrl-9999.ebuild index d9b0473a92b7..3e3d9594c1e4 100644 --- a/media-gfx/freewrl/freewrl-9999.ebuild +++ b/media-gfx/freewrl/freewrl-9999.ebuild @@ -3,14 +3,13 @@ EAPI=5 -inherit autotools nsplugins eutils flag-o-matic java-pkg-opt-2 multilib toolchain-funcs +inherit autotools nsplugins epatch java-pkg-opt-2 multilib toolchain-funcs if [[ ${PV} == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://git.code.sf.net/p/freewrl/git" EGIT_BRANCH="develop" S="${WORKDIR}/${P}/freex3d" - SRC_URI= else SRC_URI="mirror://sourceforge/freewrl/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" @@ -137,9 +136,9 @@ src_install() { pkg_postinst() { if [[ -z ${REPLACING_VERSIONS} ]]; then - elog "By default, FreeWRL expects to find the 'firefox' binary in your include" - elog "path. If you do not have firefox installed or you wish to use a different" - elog "web browser to open links that are within VRML / X3D files, please be sure to" - elog "specify the command via your BROWSER environment variable." + elog "By default, FreeWRL expects to find the 'firefox' binary in your include" + elog "path. If you do not have firefox installed or you wish to use a different" + elog "web browser to open links that are within VRML / X3D files, please be sure to" + elog "specify the command via your BROWSER environment variable." fi } diff --git a/media-gfx/gimageview/gimageview-0.2.27-r4.ebuild b/media-gfx/gimageview/gimageview-0.2.27-r4.ebuild index ed176aa16b3a..4af34c5a9f87 100644 --- a/media-gfx/gimageview/gimageview-0.2.27-r4.ebuild +++ b/media-gfx/gimageview/gimageview-0.2.27-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: USE xine could be restored if support for xine-lib-1.2.x @@ -6,7 +6,7 @@ EAPI=6 -inherit eutils libtool ltprune +inherit epatch libtool ltprune DESCRIPTION="Powerful GTK+ based image & movie viewer" HOMEPAGE="http://gtkmmviewer.sourceforge.net/" diff --git a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild index c71aa223a894..d0e927d8fc91 100644 --- a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild +++ b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils eutils +inherit cmake-utils edos2unix DESCRIPTION="A set of cuda-enabled texture tools and compressors" HOMEPAGE="http://developer.nvidia.com/object/texture_tools.html" diff --git a/media-gfx/png2ico/png2ico-2002.12.08.ebuild b/media-gfx/png2ico/png2ico-2002.12.08.ebuild index 732301d1bfe0..8392b54d6800 100644 --- a/media-gfx/png2ico/png2ico-2002.12.08.ebuild +++ b/media-gfx/png2ico/png2ico-2002.12.08.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="PNG to icon converter" HOMEPAGE="http://winterdrache.de/freeware/png2ico/index.html" diff --git a/media-gfx/pngnq/pngnq-1.1.ebuild b/media-gfx/pngnq/pngnq-1.1.ebuild index d2580bf868b5..b9d22a702f57 100644 --- a/media-gfx/pngnq/pngnq-1.1.ebuild +++ b/media-gfx/pngnq/pngnq-1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 WANT_AUTOMAKE=1.13 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Pngnq is a tool for quantizing PNG images in RGBA format" HOMEPAGE="http://pngnq.sourceforge.net/" diff --git a/media-gfx/sfftobmp/sfftobmp-3.1.2-r1.ebuild b/media-gfx/sfftobmp/sfftobmp-3.1.2-r1.ebuild index c29caa1997b3..4f2ebeb017fe 100644 --- a/media-gfx/sfftobmp/sfftobmp-3.1.2-r1.ebuild +++ b/media-gfx/sfftobmp/sfftobmp-3.1.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils flag-o-matic +inherit autotools epatch flag-o-matic MY_P=${PN}${PV//./_} diff --git a/media-gfx/tachyon/tachyon-0.99_beta6-r1.ebuild b/media-gfx/tachyon/tachyon-0.99_beta6-r1.ebuild index 906476b0c400..0eed9d1105f5 100644 --- a/media-gfx/tachyon/tachyon-0.99_beta6-r1.ebuild +++ b/media-gfx/tachyon/tachyon-0.99_beta6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs MY_PV=${PV/_beta/b} MY_P="${PN}-${MY_PV}" diff --git a/media-gfx/xsane/xsane-0.999-r3.ebuild b/media-gfx/xsane/xsane-0.999-r3.ebuild index 08d3756194f8..f6c406558796 100644 --- a/media-gfx/xsane/xsane-0.999-r3.ebuild +++ b/media-gfx/xsane/xsane-0.999-r3.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils toolchain-funcs -DESCRIPTION="graphical scanning frontend" +inherit autotools desktop epatch l10n toolchain-funcs + +DESCRIPTION="Graphical scanning frontend" HOMEPAGE="http://www.xsane.org/" SRC_URI=" http://www.xsane.org/download/${P}.tar.gz diff --git a/media-gfx/xzgv/xzgv-0.9.1.ebuild b/media-gfx/xzgv/xzgv-0.9.1.ebuild index 283f5de88d59..f3ecce214fce 100644 --- a/media-gfx/xzgv/xzgv-0.9.1.ebuild +++ b/media-gfx/xzgv/xzgv-0.9.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Fast and simple GTK+ image viewer" HOMEPAGE="https://sourceforge.net/projects/xzgv" diff --git a/media-libs/cal3d/cal3d-0.11.0-r1.ebuild b/media-libs/cal3d/cal3d-0.11.0-r1.ebuild index 94d50870d372..4ed4f9c971d4 100644 --- a/media-libs/cal3d/cal3d-0.11.0-r1.ebuild +++ b/media-libs/cal3d/cal3d-0.11.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools +inherit epatch autotools DESCRIPTION="Cal3D is a skeletal based character animation library" HOMEPAGE="http://home.gna.org/cal3d" diff --git a/media-libs/flickcurl/flickcurl-1.26.ebuild b/media-libs/flickcurl/flickcurl-1.26.ebuild index ef6b41c2723c..8df4de7f976c 100644 --- a/media-libs/flickcurl/flickcurl-1.26.ebuild +++ b/media-libs/flickcurl/flickcurl-1.26.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit autotools eutils ltprune +inherit autotools ltprune DESCRIPTION="C library for the Flickr API" HOMEPAGE="http://librdf.org/flickcurl/" diff --git a/media-libs/freeimage/freeimage-3.18.0-r1.ebuild b/media-libs/freeimage/freeimage-3.18.0-r1.ebuild index b6dc64c0ab98..0193edd91608 100644 --- a/media-libs/freeimage/freeimage-3.18.0-r1.ebuild +++ b/media-libs/freeimage/freeimage-3.18.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs +inherit edos2unix toolchain-funcs MY_PN=FreeImage MY_PV=${PV//.} diff --git a/media-libs/freeimage/freeimage-3.18.0-r2.ebuild b/media-libs/freeimage/freeimage-3.18.0-r2.ebuild index 17929a69f041..3240d3021ec0 100644 --- a/media-libs/freeimage/freeimage-3.18.0-r2.ebuild +++ b/media-libs/freeimage/freeimage-3.18.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit eutils toolchain-funcs +inherit edos2unix toolchain-funcs MY_PN=FreeImage MY_PV=${PV//.} diff --git a/media-libs/gmtk/gmtk-1.0.9.ebuild b/media-libs/gmtk/gmtk-1.0.9.ebuild index 46de70dc1f94..5d4b524780fc 100644 --- a/media-libs/gmtk/gmtk-1.0.9.ebuild +++ b/media-libs/gmtk/gmtk-1.0.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="GTK+ widget and function libraries for gnome-mplayer" HOMEPAGE="https://code.google.com/p/gmtk/" diff --git a/media-libs/libcaca/libcaca-0.99_beta19-r1.ebuild b/media-libs/libcaca/libcaca-0.99_beta19-r1.ebuild index 9ed1a88f320d..4c634422850e 100644 --- a/media-libs/libcaca/libcaca-0.99_beta19-r1.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta19-r1.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 + RUBY_OPTIONAL=yes #USE_RUBY=ruby20 - -inherit autotools ruby-ng eutils flag-o-matic ltprune mono-env multilib java-pkg-opt-2 multilib-minimal +inherit autotools ruby-ng epatch eutils flag-o-matic ltprune mono-env multilib java-pkg-opt-2 multilib-minimal MY_P=${P/_/.} DESCRIPTION="A library that creates colored ASCII-art graphics" diff --git a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild b/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild index 1a177b2bda5b..2b72b966641f 100644 --- a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild +++ b/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools toolchain-funcs multilib-minimal +inherit autotools epatch multilib-minimal DESCRIPTION="An mpeg library for linux" HOMEPAGE="http://heroinewarrior.com/libmpeg3.php" diff --git a/media-libs/libpano13/libpano13-2.9.19.ebuild b/media-libs/libpano13/libpano13-2.9.19.ebuild index 23062ff71a96..eb91c186da4d 100644 --- a/media-libs/libpano13/libpano13-2.9.19.ebuild +++ b/media-libs/libpano13/libpano13-2.9.19.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit versionator java-pkg-opt-2 eutils ltprune +inherit versionator java-pkg-opt-2 ltprune DESCRIPTION="Helmut Dersch's panorama toolbox library" HOMEPAGE="http://panotools.sourceforge.net/" diff --git a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild index e5706ac4f8db..f4b6d7b5d092 100644 --- a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild +++ b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools flag-o-matic ltprune multilib toolchain-funcs eutils multilib-minimal + +inherit autotools flag-o-matic ltprune multilib toolchain-funcs epatch multilib-minimal DESCRIPTION="Simple Direct Media Layer" HOMEPAGE="https://libsdl.org/" diff --git a/media-libs/opencollada/opencollada-1.6.68.ebuild b/media-libs/opencollada/opencollada-1.6.68.ebuild index c6347454a3d8..49f53f567c18 100644 --- a/media-libs/opencollada/opencollada-1.6.68.ebuild +++ b/media-libs/opencollada/opencollada-1.6.68.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake eutils flag-o-matic +inherit cmake edos2unix flag-o-matic DESCRIPTION="Stream based read/write library for COLLADA files" HOMEPAGE="http://www.opencollada.org/" diff --git a/media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild b/media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild index bd5b81b23db9..aa79521623c1 100644 --- a/media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild +++ b/media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils ltprune +inherit autotools epatch ltprune DESCRIPTION="OpenEXR CTL libraries" HOMEPAGE="https://sourceforge.net/projects/ampasctl" diff --git a/media-libs/pnglite/pnglite-0.1.17.ebuild b/media-libs/pnglite/pnglite-0.1.17.ebuild index 070934b43a6f..2216647ba3f1 100644 --- a/media-libs/pnglite/pnglite-0.1.17.ebuild +++ b/media-libs/pnglite/pnglite-0.1.17.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic multilib toolchain-funcs +inherit epatch flag-o-matic multilib toolchain-funcs DESCRIPTION="Small and simple library for loading and writing PNG images" HOMEPAGE="https://sourceforge.net/projects/pnglite/" diff --git a/media-libs/quesoglc/quesoglc-0.7.2.ebuild b/media-libs/quesoglc/quesoglc-0.7.2.ebuild index 5acb761b30bb..e552499f88e4 100644 --- a/media-libs/quesoglc/quesoglc-0.7.2.ebuild +++ b/media-libs/quesoglc/quesoglc-0.7.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="A free implementation of the OpenGL Character Renderer (GLC)" HOMEPAGE="http://quesoglc.sourceforge.net/" diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild index 61e8809d6939..5a84ef013944 100644 --- a/media-libs/sbc/sbc-1.5.ebuild +++ b/media-libs/sbc/sbc-1.5.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit multilib-minimal DESCRIPTION="Audio codec to connect bluetooth HQ audio devices as headphones or loudspeakers" @@ -17,8 +18,7 @@ IUSE="static-libs" # .wav file to execute it RESTRICT="test" -RDEPEND="" -DEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${P}-ifdef-builtin.patch" ) diff --git a/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild b/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild index a6ac4ca4c190..014efeb9eef9 100644 --- a/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune multilib-minimal +inherit ltprune multilib-minimal MY_P="${P/sdl-/SDL_}" DESCRIPTION="image file loading library" diff --git a/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild b/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild index 3d37f445cdf2..ac16bb3b20c5 100644 --- a/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild +++ b/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools ltprune +inherit epatch autotools ltprune MY_P="${P/sdl-/SDL_}" DESCRIPTION="library that provides a pseudo-ansi color terminal that can be used with any SDL application" diff --git a/media-libs/smpeg/smpeg-0.4.4-r10.ebuild b/media-libs/smpeg/smpeg-0.4.4-r10.ebuild index 0952de8f1b64..9ce094aca830 100644 --- a/media-libs/smpeg/smpeg-0.4.4-r10.ebuild +++ b/media-libs/smpeg/smpeg-0.4.4-r10.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs autotools flag-o-matic ltprune multilib-minimal + +inherit autotools epatch flag-o-matic ltprune multilib-minimal DESCRIPTION="SDL MPEG Player Library" HOMEPAGE="https://icculus.org/smpeg/" diff --git a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild b/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild index 943f360aeaac..d4dc5e3a6527 100644 --- a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild +++ b/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs autotools ltprune multilib-minimal + +inherit autotools epatch ltprune multilib-minimal MY_P=smpeg-${PV} DESCRIPTION="SDL MPEG Player Library" diff --git a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild index 459e9441d5b1..106e0e4ce38a 100644 --- a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild +++ b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils libtool multilib-minimal +inherit epatch libtool multilib-minimal DESCRIPTION="VBI Decoding Library for Zapping" SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2" diff --git a/media-plugins/amb-plugins/amb-plugins-0.8.1-r1.ebuild b/media-plugins/amb-plugins/amb-plugins-0.8.1-r1.ebuild index d3620b95e120..8e810637c6d7 100644 --- a/media-plugins/amb-plugins/amb-plugins-0.8.1-r1.ebuild +++ b/media-plugins/amb-plugins/amb-plugins-0.8.1-r1.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit multilib toolchain-funcs eutils + +inherit epatch multilib toolchain-funcs MY_P=${P/amb/AMB} DESCRIPTION="AMB-plugins ladspa plugin package. Filters by Fons Adriaensen" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/" SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" DEPEND="media-libs/ladspa-sdk" RDEPEND="${DEPEND}" diff --git a/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild b/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild index ed3c268ab8d3..72569cb02377 100644 --- a/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild +++ b/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib toolchain-funcs +inherit epatch multilib toolchain-funcs MY_P=${P/fil/FIL} diff --git a/media-radio/direwolf/direwolf-1.4.ebuild b/media-radio/direwolf/direwolf-1.4.ebuild index 04a0995bbf20..abc8b2f7df59 100644 --- a/media-radio/direwolf/direwolf-1.4.ebuild +++ b/media-radio/direwolf/direwolf-1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils systemd +inherit epatch systemd DESCRIPTION="Decoded Information from Radio Emissions for Windows Or Linux Fans" HOMEPAGE="https://github.com/wb2osz/direwolf/blob/master/README.md" diff --git a/media-sound/abcmidi/abcmidi-2020.06.07.ebuild b/media-sound/abcmidi/abcmidi-2020.06.07.ebuild index cec3c72c3b03..10c98f2d31f4 100644 --- a/media-sound/abcmidi/abcmidi-2020.06.07.ebuild +++ b/media-sound/abcmidi/abcmidi-2020.06.07.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,15 +9,14 @@ MY_P="abcMIDI-${PV}" DESCRIPTION="Programs for processing ABC music notation files" HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html" SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip" +S="${WORKDIR}"/${PN} LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" -DEPEND="app-arch/unzip" - -S=${WORKDIR}/${PN} +BDEPEND="app-arch/unzip" src_prepare() { default diff --git a/media-sound/cdcd/cdcd-0.6.6-r2.ebuild b/media-sound/cdcd/cdcd-0.6.6-r2.ebuild index 6f47ecb006f0..e25183b173ae 100644 --- a/media-sound/cdcd/cdcd-0.6.6-r2.ebuild +++ b/media-sound/cdcd/cdcd-0.6.6-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="a simple yet powerful command line cd player" HOMEPAGE="http://libcdaudio.sourceforge.net" diff --git a/media-sound/din/din-50.1.ebuild b/media-sound/din/din-50.1.ebuild index 4bb7444159e3..4d68ab765afb 100644 --- a/media-sound/din/din-50.1.ebuild +++ b/media-sound/din/din-50.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools eutils xdg +inherit autotools edos2unix xdg DESCRIPTION="a software musical instrument and audio synthesizer" HOMEPAGE="https://dinisnoise.org/" diff --git a/media-sound/din/din-50.ebuild b/media-sound/din/din-50.ebuild index 9541de99fa1a..f2a1cb085d4b 100644 --- a/media-sound/din/din-50.ebuild +++ b/media-sound/din/din-50.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools eutils xdg +inherit autotools edos2unix xdg DESCRIPTION="a software musical instrument and audio synthesizer" HOMEPAGE="https://dinisnoise.org/" diff --git a/media-sound/gigedit/gigedit-1.1.1-r1.ebuild b/media-sound/gigedit/gigedit-1.1.1-r1.ebuild index 966ad8a9da59..e8c0ba9adca2 100644 --- a/media-sound/gigedit/gigedit-1.1.1-r1.ebuild +++ b/media-sound/gigedit/gigedit-1.1.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils desktop xdg +inherit autotools desktop xdg DESCRIPTION="An instrument editor for gig files" HOMEPAGE="http://www.linuxsampler.org/" diff --git a/media-sound/gigedit/gigedit-9999.ebuild b/media-sound/gigedit/gigedit-9999.ebuild index cba33cb715bb..6aee05e17e9a 100644 --- a/media-sound/gigedit/gigedit-9999.ebuild +++ b/media-sound/gigedit/gigedit-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils desktop xdg subversion +inherit autotools desktop xdg subversion DESCRIPTION="An instrument editor for gig files" HOMEPAGE="http://www.linuxsampler.org/" diff --git a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild index 8cb6bc9c4d0b..63c211a36959 100644 --- a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild +++ b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 PERL_EXPORT_PHASE_FUNCTIONS=no -inherit eutils multilib user perl-module +inherit multilib user perl-module DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files" HOMEPAGE="https://www.gnu.org/software/gnump3d/" @@ -16,7 +16,6 @@ KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86" IUSE="sox" RDEPEND="sox? ( media-sound/sox )" -DEPEND="sys-apps/sed" RESTRICT="test" diff --git a/media-sound/mp3val/mp3val-0.1.8.ebuild b/media-sound/mp3val/mp3val-0.1.8.ebuild index ed2f5fc906a3..f4b74ed3c030 100644 --- a/media-sound/mp3val/mp3val-0.1.8.ebuild +++ b/media-sound/mp3val/mp3val-0.1.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils +inherit edos2unix DESCRIPTION="Validate and fix MPEG audio files" HOMEPAGE="http://mp3val.sourceforge.net/" diff --git a/media-sound/music-file-organizer/music-file-organizer-1.0.3.ebuild b/media-sound/music-file-organizer/music-file-organizer-1.0.3.ebuild index 8dc5c9a5cd75..e06a380cc914 100644 --- a/media-sound/music-file-organizer/music-file-organizer-1.0.3.ebuild +++ b/media-sound/music-file-organizer/music-file-organizer-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,10 +10,13 @@ SRC_URI="https://git.zx2c4.com/music-file-organizer/snapshot/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="media-libs/taglib dev-libs/icu:=" -DEPEND="${RDEPEND} virtual/pkgconfig" +RDEPEND=" + dev-libs/icu:= + media-libs/taglib +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" pkg_postinst() { einfo diff --git a/media-sound/subsonic-bin/subsonic-bin-5.2.1-r2.ebuild b/media-sound/subsonic-bin/subsonic-bin-5.2.1-r2.ebuild index 522f0e8ef95f..8aee2ef491d5 100644 --- a/media-sound/subsonic-bin/subsonic-bin-5.2.1-r2.ebuild +++ b/media-sound/subsonic-bin/subsonic-bin-5.2.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils user +inherit wrapper user MY_PN="${PN//-bin}" diff --git a/media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild b/media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild index 10909861c095..fa60300ab16b 100644 --- a/media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild +++ b/media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils flag-o-matic toolchain-funcs +inherit epatch flag-o-matic toolchain-funcs DESCRIPTION="Expressive Synthesis, Transformation, Rendering of Environmental Audio" HOMEPAGE="http://taps.cs.princeton.edu/" diff --git a/media-sound/xmms2/xmms2-0.8_p20161122-r8.ebuild b/media-sound/xmms2/xmms2-0.8_p20161122-r8.ebuild index 8b2934f38db4..f092930f7a2b 100644 --- a/media-sound/xmms2/xmms2-0.8_p20161122-r8.ebuild +++ b/media-sound/xmms2/xmms2-0.8_p20161122-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) USE_RUBY="ruby24 ruby25 ruby26" -inherit eutils multiprocessing perl-functions python-single-r1 ruby-single toolchain-funcs +inherit multiprocessing perl-functions python-single-r1 ruby-single toolchain-funcs # generated as 'python2 ./utils/gen-tarball.py' from clean git tree MY_P="${P%_p*}DrO_o-949-gca15e830" @@ -127,22 +127,22 @@ pkg_setup() { } # use_enable() is taken as proto -# $1 - useflag -# $2 - xmms2 option/plugin name (equals to $1 if not set) +# ${1} - useflag +# ${2} - xmms2 option/plugin name (equals to ${1} if not set) xmms2_flag() { - [[ -z $1 ]] && eerror "!!! empty arg. usage: xmms2_flag <USEFLAG> [<xmms2_flagname>]." + [[ -z ${1} ]] && eerror "!!! empty arg. usage: xmms2_flag <USEFLAG> [<xmms2_flagname>]." - local UWORD=${2:-$1} + local UWORD=${2:-${1}} - case $1 in + case ${1} in ENABLED) echo ",${UWORD}" ;; DISABLED) ;; *) - use $1 && echo ",${UWORD}" + use ${1} && echo ",${UWORD}" ;; esac } @@ -258,12 +258,12 @@ src_configure() { local option for option in "${option_map[@]}"; do - optionals+=$(xmms2_flag $option) + optionals+=$(xmms2_flag ${option}) done local plugin for plugin in "${plugin_map[@]}"; do - plugins+=$(xmms2_flag $plugin) + plugins+=$(xmms2_flag ${plugin}) done if use perl; then @@ -309,7 +309,7 @@ src_install() { local m for m in "${ED}"/usr/share/man/man1/*.gz; do # For some combination of USEs no mans are installed. - if [[ -f $m ]]; then + if [[ -f ${m} ]]; then einfo "Uncompressing '${m#${ED}}' back." gzip -d "${m}" || die fi diff --git a/media-tv/channeleditor/channeleditor-1.9.2.1-r2.ebuild b/media-tv/channeleditor/channeleditor-1.9.2.1-r2.ebuild index 587e3271b494..4605bec42ea3 100644 --- a/media-tv/channeleditor/channeleditor-1.9.2.1-r2.ebuild +++ b/media-tv/channeleditor/channeleditor-1.9.2.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 JAVA_PKG_IUSE=source -inherit desktop eutils java-pkg-2 java-ant-2 xdg +inherit desktop edos2unix java-pkg-2 java-ant-2 xdg DESCRIPTION="Editor for VDR channels.conf" HOMEPAGE="https://sites.google.com/site/reniershomepage/" diff --git a/media-tv/dvbtune/dvbtune-0.5-r1.ebuild b/media-tv/dvbtune/dvbtune-0.5-r1.ebuild index a626f6b54357..ccd198855ffc 100644 --- a/media-tv/dvbtune/dvbtune-0.5-r1.ebuild +++ b/media-tv/dvbtune/dvbtune-0.5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="simple tuning app for DVB cards" HOMEPAGE="https://sourceforge.net/projects/dvbtools" diff --git a/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild b/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild index 15a9ed779c81..96c1e41b6eed 100644 --- a/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild +++ b/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit epatch ltprune DESCRIPTION="A control application for Video 4 Linux (based on C and GTK+)" HOMEPAGE="http://fedorahosted.org/gtk-v4l/" diff --git a/media-video/bbtools/bbtools-1.9.ebuild b/media-video/bbtools/bbtools-1.9.ebuild index 392e8c0d3afe..c7e629784f22 100644 --- a/media-video/bbtools/bbtools-1.9.ebuild +++ b/media-video/bbtools/bbtools-1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic toolchain-funcs +inherit edos2unix flag-o-matic toolchain-funcs DESCRIPTION="bbdmux, bbinfo, bbvinfo and bbainfo from Brent Beyeler" HOMEPAGE="http://members.cox.net/beyeler/bbmpeg.html" diff --git a/media-video/dvbsnoop/dvbsnoop-1.4.50-r1.ebuild b/media-video/dvbsnoop/dvbsnoop-1.4.50-r1.ebuild index 083e789518de..e8982ef10084 100644 --- a/media-video/dvbsnoop/dvbsnoop-1.4.50-r1.ebuild +++ b/media-video/dvbsnoop/dvbsnoop-1.4.50-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="DVB/MPEG stream analyzer program" SRC_URI="mirror://sourceforge/dvbsnoop/${P}.tar.gz" diff --git a/media-video/dvdrip/dvdrip-0.98.11-r4.ebuild b/media-video/dvdrip/dvdrip-0.98.11-r4.ebuild index e26b6462724b..31a52bda60c5 100644 --- a/media-video/dvdrip/dvdrip-0.98.11-r4.ebuild +++ b/media-video/dvdrip/dvdrip-0.98.11-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic perl-module +inherit epatch flag-o-matic perl-module DESCRIPTION="dvd::rip is a graphical frontend for transcode" HOMEPAGE="https://www.exit1.org/dvdrip/" diff --git a/media-video/isight-firmware-tools/isight-firmware-tools-1.6-r1.ebuild b/media-video/isight-firmware-tools/isight-firmware-tools-1.6-r1.ebuild index 2959f96fc526..1d92625a87c5 100644 --- a/media-video/isight-firmware-tools/isight-firmware-tools-1.6-r1.ebuild +++ b/media-video/isight-firmware-tools/isight-firmware-tools-1.6-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils versionator udev +inherit epatch versionator udev MY_MAJORV="$(get_version_component_range 1).6" diff --git a/media-video/lsdvd/lsdvd-0.17.ebuild b/media-video/lsdvd/lsdvd-0.17.ebuild index eeee01479de9..fda1e95f98df 100644 --- a/media-video/lsdvd/lsdvd-0.17.ebuild +++ b/media-video/lsdvd/lsdvd-0.17.ebuild @@ -1,8 +1,8 @@ -# Copyright 2003-2019 Gentoo Authors +# Copyright 2003-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Utility for getting info out of DVDs" HOMEPAGE="https://sourceforge.net/projects/lsdvd/" diff --git a/media-video/lxdvdrip/lxdvdrip-1.77.ebuild b/media-video/lxdvdrip/lxdvdrip-1.77.ebuild index f2d8f274f184..f925ac98c665 100644 --- a/media-video/lxdvdrip/lxdvdrip-1.77.ebuild +++ b/media-video/lxdvdrip/lxdvdrip-1.77.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Command line tool to automate the process of ripping and burning DVDs" SRC_URI="mirror://sourceforge/lxdvdrip/${P}.tgz" diff --git a/media-video/mpeg-tools/mpeg-tools-1.5b-r5.ebuild b/media-video/mpeg-tools/mpeg-tools-1.5b-r5.ebuild index 8da82cd441af..4b2d7d8edb45 100644 --- a/media-video/mpeg-tools/mpeg-tools-1.5b-r5.ebuild +++ b/media-video/mpeg-tools/mpeg-tools-1.5b-r5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs MY_PN=mpeg_encode DESCRIPTION="Tools for MPEG video" diff --git a/media-video/mpgtx/mpgtx-1.3.1-r2.ebuild b/media-video/mpgtx/mpgtx-1.3.1-r2.ebuild index 6d709ee3f1a0..11bb99459f44 100644 --- a/media-video/mpgtx/mpgtx-1.3.1-r2.ebuild +++ b/media-video/mpgtx/mpgtx-1.3.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Command line MPEG audio/video/system file toolbox" SRC_URI="mirror://sourceforge/mpgtx/${P}.tar.gz" diff --git a/media-video/mplayer-sh/mplayer-sh-0.8.6-r2.ebuild b/media-video/mplayer-sh/mplayer-sh-0.8.6-r2.ebuild index 1a81acd52372..982453ffa896 100644 --- a/media-video/mplayer-sh/mplayer-sh-0.8.6-r2.ebuild +++ b/media-video/mplayer-sh/mplayer-sh-0.8.6-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" RESTRICT="mirror bindist" -inherit eutils +inherit epatch DESCRIPTION="Video Disk Recorder Mplayer API Script" HOMEPAGE="http://batleth.sapienti-sat.org/" diff --git a/media-video/mplayer-sh/mplayer-sh-0.8.7.ebuild b/media-video/mplayer-sh/mplayer-sh-0.8.7.ebuild index 3ffabc1ecea9..c5826b56616a 100644 --- a/media-video/mplayer-sh/mplayer-sh-0.8.7.ebuild +++ b/media-video/mplayer-sh/mplayer-sh-0.8.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils +inherit epatch RESTRICT="mirror bindist" diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild index 862d38275e34..513d2665f6e9 100644 --- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs flag-o-matic +inherit epatch toolchain-funcs flag-o-matic GIT_COMMIT="15a490b" DESCRIPTION="Command line media player for the Raspberry Pi" diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild index a5a79ed5c0b2..983b5f596d3e 100644 --- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs flag-o-matic +inherit epatch toolchain-funcs flag-o-matic GIT_COMMIT="791d7df" DESCRIPTION="Command line media player for the Raspberry Pi" diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild index 3cefa5dab0e0..90690f9a531d 100644 --- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils git-r3 toolchain-funcs flag-o-matic +inherit epatch git-r3 toolchain-funcs flag-o-matic DESCRIPTION="Command line media player for the Raspberry Pi" HOMEPAGE="https://github.com/popcornmix/omxplayer" diff --git a/media-video/snappy/snappy-1.0-r1.ebuild b/media-video/snappy/snappy-1.0-r1.ebuild index aa41637c6525..171bcc00f467 100644 --- a/media-video/snappy/snappy-1.0-r1.ebuild +++ b/media-video/snappy/snappy-1.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 GCONF_DEBUG="no" -inherit autotools eutils gnome2 +inherit autotools epatch gnome2 DESCRIPTION="A simple media player written using GStreamer and Clutter" HOMEPAGE="https://wiki.gnome.org/Apps/Snappy" diff --git a/media-video/vstrip/vstrip-0.8f.ebuild b/media-video/vstrip/vstrip-0.8f.ebuild index 7aa923068945..9e768fa5e9f9 100644 --- a/media-video/vstrip/vstrip-0.8f.ebuild +++ b/media-video/vstrip/vstrip-0.8f.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs +inherit edos2unix toolchain-funcs DESCRIPTION="A program to split non-css dvd vobs into individual chapters" HOMEPAGE="http://www.maven.de/code" @@ -12,9 +12,8 @@ SRC_URI="http://files.digital-digest.com/downloads/files/encode/vStrip_${PV/./}. LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S="${WORKDIR}/${PN}" diff --git a/media-video/xvattr/xvattr-1.3-r3.ebuild b/media-video/xvattr/xvattr-1.3-r3.ebuild index 1a41d60604e0..54db3e63fb5a 100644 --- a/media-video/xvattr/xvattr-1.3-r3.ebuild +++ b/media-video/xvattr/xvattr-1.3-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools +inherit epatch autotools DESCRIPTION="X11 XVideo Querying/Setting Tool from Ogle project" HOMEPAGE="http://www.dtek.chalmers.se/groups/dvd" diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild index 7994e7f7ba34..1c797beed02f 100644 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ IUSE="elibc_Darwin" KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-linux ~x64-macos" -DEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" RDEPEND="!elibc_Darwin? ( dev-libs/libbsd ) !net-analyzer/netcat !net-analyzer/netcat6 diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild index 9e669ea4b2af..4f502c997a10 100644 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild @@ -16,7 +16,7 @@ IUSE="elibc_Darwin" KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-linux ~x64-macos" -DEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" RDEPEND="!elibc_Darwin? ( dev-libs/libbsd ) !net-analyzer/netcat !net-analyzer/netcat6 diff --git a/net-irc/cgiirc/cgiirc-0.5.10.ebuild b/net-irc/cgiirc/cgiirc-0.5.10.ebuild index 72da20317ceb..265a8f97d840 100644 --- a/net-irc/cgiirc/cgiirc-0.5.10.ebuild +++ b/net-irc/cgiirc/cgiirc-0.5.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit webapp eutils vcs-clean +inherit webapp vcs-clean DESCRIPTION="A perl/CGI program to use IRC from a web browser" HOMEPAGE="http://cgiirc.org/" diff --git a/net-libs/axtls/axtls-2.1.5-r100.ebuild b/net-libs/axtls/axtls-2.1.5-r100.ebuild index fc3e9d302ddb..d9a47694270d 100644 --- a/net-libs/axtls/axtls-2.1.5-r100.ebuild +++ b/net-libs/axtls/axtls-2.1.5-r100.ebuild @@ -48,7 +48,7 @@ IUSE="httpd cgi-lua cgi-php static static-libs doc" # TODO: add ipv6, and c#, java, lua, perl bindings # Currently these all have some issue -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" RDEPEND=" httpd? ( cgi-lua? ( ${LUA_DEPS} ) diff --git a/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.2.ebuild b/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.2.ebuild index 1cea6cd972aa..162254e10f3b 100644 --- a/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.2.ebuild +++ b/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils linux-info ltprune multilib +inherit linux-info ltprune multilib DESCRIPTION="library providing interface to extended accounting infrastructure" HOMEPAGE="https://netfilter.org/projects/libnetfilter_acct/" diff --git a/net-mail/notmuch/notmuch-0.31-r2.ebuild b/net-mail/notmuch/notmuch-0.31-r2.ebuild index cc1c03f51dae..a9071674030d 100644 --- a/net-mail/notmuch/notmuch-0.31-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.31-r2.ebuild @@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) -inherit bash-completion-r1 desktop distutils-r1 elisp-common eutils flag-o-matic pax-utils toolchain-funcs xdg-utils +inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" HOMEPAGE="https://notmuchmail.org/" diff --git a/net-mail/notmuch/notmuch-0.31.2.ebuild b/net-mail/notmuch/notmuch-0.31.2.ebuild index b100aef710ba..c95d95a83e49 100644 --- a/net-mail/notmuch/notmuch-0.31.2.ebuild +++ b/net-mail/notmuch/notmuch-0.31.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) -inherit bash-completion-r1 desktop distutils-r1 elisp-common eutils flag-o-matic pax-utils toolchain-funcs xdg-utils +inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" HOMEPAGE="https://notmuchmail.org/" diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild index 2d374bfe7e86..57d73612bb36 100644 --- a/net-mail/notmuch/notmuch-0.31.3.ebuild +++ b/net-mail/notmuch/notmuch-0.31.3.ebuild @@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) -inherit bash-completion-r1 desktop distutils-r1 elisp-common eutils flag-o-matic pax-utils toolchain-funcs xdg-utils +inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" HOMEPAGE="https://notmuchmail.org/" diff --git a/net-misc/ena-driver/ena-driver-2.0.3-r1.ebuild b/net-misc/ena-driver/ena-driver-2.0.3-r1.ebuild index 303afdb0d7e5..37619f91213a 100644 --- a/net-misc/ena-driver/ena-driver-2.0.3-r1.ebuild +++ b/net-misc/ena-driver/ena-driver-2.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S="${WORKDIR}/amzn-drivers-ena_linux_${PV}/kernel/linux/ena" diff --git a/net-misc/ena-driver/ena-driver-2.2.3-r1.ebuild b/net-misc/ena-driver/ena-driver-2.2.3-r1.ebuild index 2a4bc1e592ab..cb3d20bddedc 100644 --- a/net-misc/ena-driver/ena-driver-2.2.3-r1.ebuild +++ b/net-misc/ena-driver/ena-driver-2.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S="${WORKDIR}/amzn-drivers-ena_linux_${PV}/kernel/linux/ena" diff --git a/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild b/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild index 259bdc824cf0..a2433eefbda2 100644 --- a/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild +++ b/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,6 +10,5 @@ SRC_URI="https://github.com/mgorny/npapi-sdk/releases/download/${P}/${P}.tar.bz2 LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86" -IUSE="" -DEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" diff --git a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild index 30c5fda915de..c7c9e7a3f097 100644 --- a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild +++ b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,10 +11,8 @@ EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" LICENSE="BSD" SLOT="0" -KEYWORDS="" -IUSE="" -DEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" src_prepare() { default diff --git a/net-misc/teamviewer/teamviewer-15.15.5.ebuild b/net-misc/teamviewer/teamviewer-15.15.5.ebuild index 4636957e3f98..f1cc5dc99df9 100644 --- a/net-misc/teamviewer/teamviewer-15.15.5.ebuild +++ b/net-misc/teamviewer/teamviewer-15.15.5.ebuild @@ -14,9 +14,7 @@ SRC_URI="amd64? ( https://dl.tvcdn.de/download/linux/version_${PV/\.*}x/${PN}_${ LICENSE="TeamViewer MIT" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="" -DEPEND="sys-apps/sed" RDEPEND=" dev-qt/qtcore:5 dev-qt/qtdbus:5 diff --git a/net-p2p/freenet/freenet-0.7.5_p1484.ebuild b/net-p2p/freenet/freenet-0.7.5_p1484.ebuild index 5c39af96e3c3..ef23bf9a02dc 100644 --- a/net-p2p/freenet/freenet-0.7.5_p1484.ebuild +++ b/net-p2p/freenet/freenet-0.7.5_p1484.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 DATE=20160521 JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 multilib systemd user +inherit epatch java-pkg-2 java-ant-2 systemd user DESCRIPTION="An encrypted network without censorship" HOMEPAGE="https://freenetproject.org/" diff --git a/net-p2p/freenet/freenet-0.7.5_p1486.ebuild b/net-p2p/freenet/freenet-0.7.5_p1486.ebuild index acc6f106e14a..5cea14049285 100644 --- a/net-p2p/freenet/freenet-0.7.5_p1486.ebuild +++ b/net-p2p/freenet/freenet-0.7.5_p1486.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 multilib systemd user +inherit epatch java-pkg-2 java-ant-2 systemd user DESCRIPTION="An encrypted network without censorship" HOMEPAGE="https://freenetproject.org/" diff --git a/net-p2p/freenet/freenet-0.7.5_p1488.ebuild b/net-p2p/freenet/freenet-0.7.5_p1488.ebuild index d025b7dc6548..19ab5d4372bf 100644 --- a/net-p2p/freenet/freenet-0.7.5_p1488.ebuild +++ b/net-p2p/freenet/freenet-0.7.5_p1488.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 multilib systemd +inherit epatch java-pkg-2 java-ant-2 systemd DESCRIPTION="An encrypted network without censorship" HOMEPAGE="https://freenetproject.org/" diff --git a/net-p2p/retroshare/retroshare-0.6.5-r2.ebuild b/net-p2p/retroshare/retroshare-0.6.5-r2.ebuild index d4bd286e78e4..e4579943fbac 100644 --- a/net-p2p/retroshare/retroshare-0.6.5-r2.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.5-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop eutils qmake-utils xdg-utils +inherit desktop edos2unix qmake-utils xdg-utils DESCRIPTION="P2P private sharing application" HOMEPAGE="https://retroshare.cc" diff --git a/net-print/libinklevel/libinklevel-0.9.2.ebuild b/net-print/libinklevel/libinklevel-0.9.2.ebuild index 48ac1c077b47..b6fb5ca58d72 100644 --- a/net-print/libinklevel/libinklevel-0.9.2.ebuild +++ b/net-print/libinklevel/libinklevel-0.9.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils multilib +inherit autotools multilib MY_P="${P/_/}" DESCRIPTION="A library to get the ink level of your printer" diff --git a/net-vpn/badvpn/badvpn-1.999.127.ebuild b/net-vpn/badvpn/badvpn-1.999.127.ebuild index 62d76e2a2961..4933417bfee8 100644 --- a/net-vpn/badvpn/badvpn-1.999.127.ebuild +++ b/net-vpn/badvpn/badvpn-1.999.127.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils cmake-utils user toolchain-funcs systemd +inherit cmake-utils user toolchain-funcs systemd MY_P=${PN}-${PV/_rc/rc} DESCRIPTION="Peer-to-peer VPN, NCD scripting language, tun2socks proxifier" diff --git a/net-vpn/badvpn/badvpn-1.999.129.ebuild b/net-vpn/badvpn/badvpn-1.999.129.ebuild index 72be95d0304a..065921b1ba5b 100644 --- a/net-vpn/badvpn/badvpn-1.999.129.ebuild +++ b/net-vpn/badvpn/badvpn-1.999.129.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils cmake-utils user toolchain-funcs systemd +inherit cmake-utils user toolchain-funcs systemd MY_P=${PN}-${PV/_rc/rc} DESCRIPTION="Peer-to-peer VPN, NCD scripting language, tun2socks proxifier" diff --git a/net-vpn/badvpn/badvpn-1.999.130.ebuild b/net-vpn/badvpn/badvpn-1.999.130.ebuild index 8fc6bb47aa1e..0e40abed94ec 100644 --- a/net-vpn/badvpn/badvpn-1.999.130.ebuild +++ b/net-vpn/badvpn/badvpn-1.999.130.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils cmake-utils user toolchain-funcs systemd +inherit cmake-utils user toolchain-funcs systemd MY_P=${PN}-${PV/_rc/rc} DESCRIPTION="Peer-to-peer VPN, NCD scripting language, tun2socks proxifier" diff --git a/net-wireless/unifi/unifi-6.0.45.ebuild b/net-wireless/unifi/unifi-6.0.45.ebuild index 285d425c47fc..9aeb5ece2c0f 100644 --- a/net-wireless/unifi/unifi-6.0.45.ebuild +++ b/net-wireless/unifi/unifi-6.0.45.ebuild @@ -24,7 +24,7 @@ RDEPEND=" virtual/jre:1.8 " -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RESTRICT="bindist mirror" diff --git a/net-wireless/unifi/unifi-6.1.71.ebuild b/net-wireless/unifi/unifi-6.1.71.ebuild index 02de13f73ed5..754b267489d8 100644 --- a/net-wireless/unifi/unifi-6.1.71.ebuild +++ b/net-wireless/unifi/unifi-6.1.71.ebuild @@ -24,7 +24,7 @@ RDEPEND=" virtual/jre:1.8 " -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RESTRICT="bindist mirror" diff --git a/net-wireless/unifi/unifi-6.2.17.ebuild b/net-wireless/unifi/unifi-6.2.17.ebuild index 26d18f855406..9aa381585432 100644 --- a/net-wireless/unifi/unifi-6.2.17.ebuild +++ b/net-wireless/unifi/unifi-6.2.17.ebuild @@ -24,7 +24,7 @@ RDEPEND=" virtual/jre:1.8 " -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RESTRICT="bindist mirror" diff --git a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.240.0.ebuild b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.240.0.ebuild index 10dac62546e9..4f532ea664b7 100644 --- a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.240.0.ebuild +++ b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.240.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DIST_AUTHOR=BINGOS DIST_VERSION=7.24 -inherit eutils perl-module +inherit edos2unix perl-module DESCRIPTION="Create a module Makefile" SLOT="0" diff --git a/perl-core/libnet/libnet-1.270.0.ebuild b/perl-core/libnet/libnet-1.270.0.ebuild index 90636b3a6431..96467d65b5b1 100644 --- a/perl-core/libnet/libnet-1.270.0.ebuild +++ b/perl-core/libnet/libnet-1.270.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 MODULE_AUTHOR=SHAY MODULE_VERSION=1.27 -inherit eutils perl-module +inherit perl-module DESCRIPTION="A URI Perl Module" diff --git a/sci-astronomy/xephem/xephem-3.7.7.ebuild b/sci-astronomy/xephem/xephem-3.7.7.ebuild index 8e82118e4642..84eaeb909c70 100644 --- a/sci-astronomy/xephem/xephem-3.7.7.ebuild +++ b/sci-astronomy/xephem/xephem-3.7.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit desktop eutils toolchain-funcs +inherit desktop toolchain-funcs DESCRIPTION="Interactive tool for astronomical ephemeris and sky simulation" HOMEPAGE="https://www.clearskyinstitute.com/xephem" diff --git a/sci-biology/fasta/fasta-36.3.5e.ebuild b/sci-biology/fasta/fasta-36.3.5e.ebuild index 6ac8d96b424f..c4c94d0e7f21 100644 --- a/sci-biology/fasta/fasta-36.3.5e.ebuild +++ b/sci-biology/fasta/fasta-36.3.5e.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils flag-o-matic toolchain-funcs +inherit epatch flag-o-matic toolchain-funcs DESCRIPTION="FASTA is a DNA and Protein sequence alignment software package" HOMEPAGE="https://fasta.bioch.virginia.edu/fasta_www2/fasta_down.shtml" diff --git a/sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild b/sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild index ebe9926212c9..ecc44fe43454 100644 --- a/sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild +++ b/sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Bayesian Inference of Phylogeny" HOMEPAGE="http://mrbayes.csit.fsu.edu/" diff --git a/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild b/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild index 0e692a121760..2a3668a82a53 100644 --- a/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild +++ b/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils flag-o-matic prefix toolchain-funcs +inherit epatch flag-o-matic prefix toolchain-funcs DESCRIPTION="Development toolkit and applications for computational biology, including BLAST" HOMEPAGE="https://www.ncbi.nlm.nih.gov/" diff --git a/sci-biology/plink/plink-1.90_pre140514.ebuild b/sci-biology/plink/plink-1.90_pre140514.ebuild index 9abd1604abc4..ab931553b923 100644 --- a/sci-biology/plink/plink-1.90_pre140514.ebuild +++ b/sci-biology/plink/plink-1.90_pre140514.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Whole genome association analysis toolset" HOMEPAGE="http://pngu.mgh.harvard.edu/~purcell/plink/" diff --git a/sci-biology/psipred/psipred-3.5.ebuild b/sci-biology/psipred/psipred-3.5.ebuild index 1fe4c6dced52..f5619ef4b544 100644 --- a/sci-biology/psipred/psipred-3.5.ebuild +++ b/sci-biology/psipred/psipred-3.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils prefix toolchain-funcs versionator +inherit epatch prefix toolchain-funcs versionator #MY_P="${PN}$(delete_all_version_separators)" MY_P="${PN}${PV}" diff --git a/sci-biology/rmblast/rmblast-1.2-r1.ebuild b/sci-biology/rmblast/rmblast-1.2-r1.ebuild index 72c740fd30e3..20a68f97763c 100644 --- a/sci-biology/rmblast/rmblast-1.2-r1.ebuild +++ b/sci-biology/rmblast/rmblast-1.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic toolchain-funcs +inherit epatch flag-o-matic toolchain-funcs MY_NCBI_BLAST_V=2.2.23+ diff --git a/sci-biology/velvet/velvet-1.2.10.ebuild b/sci-biology/velvet/velvet-1.2.10.ebuild index 3de28bdb7481..b4d8ae8641b2 100644 --- a/sci-biology/velvet/velvet-1.2.10.ebuild +++ b/sci-biology/velvet/velvet-1.2.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic toolchain-funcs +inherit flag-o-matic toolchain-funcs MY_P=${PN}_${PV} diff --git a/sci-biology/wise/wise-2.4.0_alpha.ebuild b/sci-biology/wise/wise-2.4.0_alpha.ebuild index aa971e0c6932..c37a8972e84e 100644 --- a/sci-biology/wise/wise-2.4.0_alpha.ebuild +++ b/sci-biology/wise/wise-2.4.0_alpha.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs versionator +inherit epatch toolchain-funcs versionator DESCRIPTION="Intelligent algorithms for DNA searches" HOMEPAGE="http://www.ebi.ac.uk/Wise2/" diff --git a/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild b/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild index 955f546926e2..d274ed0d3787 100644 --- a/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild +++ b/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Build lists of collections of interacting items" HOMEPAGE="http://kinemage.biochem.duke.edu/software/index.php" diff --git a/sci-chemistry/easychem/easychem-0.6-r1.ebuild b/sci-chemistry/easychem/easychem-0.6-r1.ebuild index f299712514b9..9fbce1815123 100644 --- a/sci-chemistry/easychem/easychem-0.6-r1.ebuild +++ b/sci-chemistry/easychem/easychem-0.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Chemical structure drawing program - focused on presentation" HOMEPAGE="http://easychem.sourceforge.net/" diff --git a/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild index 4affe1b9171e..99ac4cd0e9fb 100644 --- a/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild +++ b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils flag-o-matic xdg-utils +inherit autotools flag-o-matic xdg DESCRIPTION="Periodic table viewer with detailed information on the chemical elements" HOMEPAGE="https://github.com/ginggs/gelemental/" @@ -17,11 +17,13 @@ IUSE="doc" RDEPEND=" dev-cpp/gtkmm:2.4 dev-cpp/glibmm:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/intltool - doc? ( app-doc/doxygen )" + sys-devel/gettext + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" src_prepare() { default @@ -30,19 +32,10 @@ src_prepare() { src_configure() { append-cxxflags -std=c++11 #566450 - local myeconfargs=( $(use_enable doc api-docs) ) - default -} - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} + local myeconfargs=( + $(use_enable doc api-docs) + ) -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update + econf "${myeconfargs[@]}" } diff --git a/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild b/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild index 0628b53b087d..7196e6fbf7f1 100644 --- a/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild +++ b/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Display 3D molecules (e.g., proteins) in schematic and detailed representations" HOMEPAGE="http://www.avatar.se/molscript/" diff --git a/sci-chemistry/mustang/mustang-3.2.2.ebuild b/sci-chemistry/mustang/mustang-3.2.2.ebuild index 82f1f1deadec..c82add5410d0 100644 --- a/sci-chemistry/mustang/mustang-3.2.2.ebuild +++ b/sci-chemistry/mustang/mustang-3.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs MY_PN="MUSTANG" SRC_P="${PN}_v${PV}" diff --git a/sci-chemistry/povscript+/povscript+-2.1.2.2.20.ebuild b/sci-chemistry/povscript+/povscript+-2.1.2.2.20.ebuild index 905006c1d66c..a2caada48ed1 100644 --- a/sci-chemistry/povscript+/povscript+-2.1.2.2.20.ebuild +++ b/sci-chemistry/povscript+/povscript+-2.1.2.2.20.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils versionator +inherit epatch versionator V1=$(get_version_component_range 1 ${PV}) V2=$(get_version_component_range 2 ${PV}) 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 960a5d0f4657..534cffb9bba5 100644 --- a/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild +++ b/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils fortran-2 multilib prefix toolchain-funcs +inherit epatch fortran-2 multilib prefix toolchain-funcs MY_P="RasMol_${PV}" VERS="13May11" diff --git a/sci-electronics/drawtiming/drawtiming-0.7.1-r2.ebuild b/sci-electronics/drawtiming/drawtiming-0.7.1-r2.ebuild index 3a210ac6008f..5982ce19dcd1 100644 --- a/sci-electronics/drawtiming/drawtiming-0.7.1-r2.ebuild +++ b/sci-electronics/drawtiming/drawtiming-0.7.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Command line tool for drawing timing diagrams" HOMEPAGE="http://drawtiming.sourceforge.net/index.html" diff --git a/sci-electronics/gsmc/gsmc-1.1-r2.ebuild b/sci-electronics/gsmc/gsmc-1.1-r2.ebuild index a6d86fb2c36b..ee9e8125fd81 100644 --- a/sci-electronics/gsmc/gsmc-1.1-r2.ebuild +++ b/sci-electronics/gsmc/gsmc-1.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit autotools eutils +inherit autotools epatch DESCRIPTION="A GTK program for doing Smith Chart calculations" HOMEPAGE="https://www.qsl.net/ik5nax/" diff --git a/sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild b/sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild index 154f156946cf..38be7a2bcdba 100644 --- a/sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild +++ b/sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 GCONF_DEBUG="no" -inherit autotools eutils flag-o-matic gnome2 +inherit autotools epatch flag-o-matic gnome2 DESCRIPTION="GTK based loudspeaker enclosure and crossovernetwork designer" HOMEPAGE="http://gspeakers.sourceforge.net/" diff --git a/sci-electronics/irsim/irsim-9.7.93.ebuild b/sci-electronics/irsim/irsim-9.7.93.ebuild index aa5dd7851040..967389cbcee7 100644 --- a/sci-electronics/irsim/irsim-9.7.93.ebuild +++ b/sci-electronics/irsim/irsim-9.7.93.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib +inherit epatch multilib DESCRIPTION="IRSIM is a \"switch-level\" simulator" HOMEPAGE="http://opencircuitdesign.com/irsim/" diff --git a/sci-electronics/magic/magic-7.5.202-r1.ebuild b/sci-electronics/magic/magic-7.5.202-r1.ebuild index 9520df97ce33..00761831257f 100644 --- a/sci-electronics/magic/magic-7.5.202-r1.ebuild +++ b/sci-electronics/magic/magic-7.5.202-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit multilib eutils autotools +inherit multilib epatch autotools DESCRIPTION="The VLSI design CAD tool" HOMEPAGE="http://www.opencircuitdesign.com/magic/index.html" diff --git a/sci-electronics/magic/magic-8.0.207.ebuild b/sci-electronics/magic/magic-8.0.207.ebuild index a107e53349ff..f39b2bed4f95 100644 --- a/sci-electronics/magic/magic-8.0.207.ebuild +++ b/sci-electronics/magic/magic-8.0.207.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit multilib eutils autotools +inherit multilib epatch autotools DESCRIPTION="The VLSI design CAD tool" HOMEPAGE="http://www.opencircuitdesign.com/magic/index.html" diff --git a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r2.ebuild b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r2.ebuild index b02113e3f3e5..82920e59203c 100644 --- a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r2.ebuild +++ b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit desktop DESCRIPTION="Full-featured EDA product for altera devices" HOMEPAGE="https://www.altera.com/products/design-software/fpga-design/quartus-prime/overview.html" diff --git a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r3.ebuild b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r3.ebuild index cd5035370050..41d04df27654 100644 --- a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r3.ebuild +++ b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils +inherit desktop epatch DESCRIPTION="Full-featured EDA product for altera devices" HOMEPAGE="https://www.altera.com/products/design-software/fpga-design/quartus-prime/overview.html" diff --git a/sci-electronics/spice/spice-3.5.5-r2.ebuild b/sci-electronics/spice/spice-3.5.5-r2.ebuild index 3b1e87cbbb5b..45cf153cde8a 100644 --- a/sci-electronics/spice/spice-3.5.5-r2.ebuild +++ b/sci-electronics/spice/spice-3.5.5-r2.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit eutils flag-o-matic multilib -IUSE="" +inherit flag-o-matic toolchain-funcs MY_P="spice3f5sfix" DESCRIPTION="general-purpose circuit simulation program" @@ -47,9 +46,7 @@ src_prepare() { src/lib/fte/misccoms.c || die # fix missing libtinfo if ncurses compiled with USE=tinfo (bug #605718) - if has_version 'sys-libs/ncurses:0[tinfo]' ;then - sed -i -e "s:-lncurses:-lncurses -ltinfo:g" conf/linux || die - fi + sed -i -e "s:-lncurses:$($(tc-getPKG_CONFIG) --libs ncurses):g" conf/linux || die eapply_user } diff --git a/sci-electronics/splat/splat-1.4.2.ebuild b/sci-electronics/splat/splat-1.4.2.ebuild index e498c4b7c91b..d9bb7221cd65 100644 --- a/sci-electronics/splat/splat-1.4.2.ebuild +++ b/sci-electronics/splat/splat-1.4.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs + +inherit epatch toolchain-funcs DESCRIPTION="RF Signal Propagation, Loss, And Terrain analysis tool" HOMEPAGE="https://www.qsl.net/kd2bd/splat.html" @@ -15,7 +16,6 @@ IUSE="doc hires l10n_es" DEPEND="sys-libs/zlib app-arch/bzip2" - RDEPEND="${DEPEND}" src_prepare() { @@ -42,7 +42,6 @@ src_configure() { } src_compile() { - local CC=$(tc-getCC) CXX=$(tc-getCXX) ${CXX} -Wall ${CXXFLAGS} ${LDFLAGS} itwom3.0.cpp splat.cpp -o rfsplat -lm -lbz2 || die diff --git a/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild b/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild index 33434af2b114..4e7c78038faf 100644 --- a/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild +++ b/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="MTK GPS Datalogger Device Control" HOMEPAGE="https://www.bt747.org" diff --git a/sci-geosciences/mc2bsbh/mc2bsbh-0.0.9.ebuild b/sci-geosciences/mc2bsbh/mc2bsbh-0.0.9.ebuild index e917dead5525..e0cca9298683 100644 --- a/sci-geosciences/mc2bsbh/mc2bsbh-0.0.9.ebuild +++ b/sci-geosciences/mc2bsbh/mc2bsbh-0.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,16 +8,13 @@ inherit toolchain-funcs DESCRIPTION="MapCal to BSBchart Header Utility" HOMEPAGE="http://www.dacust.com/inlandwaters/mapcal/" SRC_URI="http://www.dacust.com/inlandwaters/mapcal/${PN}/${PN}-beta09.zip" +S="${WORKDIR}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" -S="${WORKDIR}" +BDEPEND="app-arch/unzip" src_compile() { $(tc-getCXX) ${LDFLAGS} ${CXXFLAGS} -o ${PN} ${PN}.cpp || die diff --git a/sci-geosciences/swmm/swmm-5.0.022.ebuild b/sci-geosciences/swmm/swmm-5.0.022.ebuild index 2466bbe3fa13..ae8ad8060a90 100644 --- a/sci-geosciences/swmm/swmm-5.0.022.ebuild +++ b/sci-geosciences/swmm/swmm-5.0.022.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils versionator toolchain-funcs +inherit epatch versionator toolchain-funcs MY_PV=$(delete_all_version_separators) MY_SRC="swmm${MY_PV}_engine.zip" diff --git a/sci-libs/cbflib/cbflib-0.9.3.3.ebuild b/sci-libs/cbflib/cbflib-0.9.3.3.ebuild index 1cd25e42ef7a..4d53d2881cf6 100644 --- a/sci-libs/cbflib/cbflib-0.9.3.3.ebuild +++ b/sci-libs/cbflib/cbflib-0.9.3.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 CMAKE_MAKEFILE_GENERATOR=emake -inherit cmake-utils eutils flag-o-matic fortran-2 toolchain-funcs +inherit cmake-utils flag-o-matic fortran-2 toolchain-funcs MY_P1="CBFlib-${PV}" #MY_P2="CBFlib_${PV}" diff --git a/sci-libs/cdd+/cdd+-077a.ebuild b/sci-libs/cdd+/cdd+-077a.ebuild index ac7812bf9f08..b0f5d66efdd8 100644 --- a/sci-libs/cdd+/cdd+-077a.ebuild +++ b/sci-libs/cdd+/cdd+-077a.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib toolchain-funcs +inherit epatch multilib toolchain-funcs DESCRIPTION="Another implementation of the double description method" HOMEPAGE="http://www.ifor.math.ethz.ch/~fukuda/cdd_home/" diff --git a/sci-libs/cdf/cdf-3.5.0.2.ebuild b/sci-libs/cdf/cdf-3.5.0.2.ebuild index 9480da7f8f82..1bdd8d2b12b9 100644 --- a/sci-libs/cdf/cdf-3.5.0.2.ebuild +++ b/sci-libs/cdf/cdf-3.5.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils java-pkg-opt-2 multilib toolchain-funcs versionator +inherit epatch java-pkg-opt-2 multilib toolchain-funcs versionator MY_DP="${PN}$(get_version_component_range 1)$(get_version_component_range 2)" MY_P="${MY_DP}_$(get_version_component_range 3)" diff --git a/sci-libs/cgcode/cgcode-1.0-r2.ebuild b/sci-libs/cgcode/cgcode-1.0-r2.ebuild index 931a56954eb3..dbb7d0622da8 100644 --- a/sci-libs/cgcode/cgcode-1.0-r2.ebuild +++ b/sci-libs/cgcode/cgcode-1.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils fortran-2 flag-o-matic toolchain-funcs +inherit epatch fortran-2 flag-o-matic toolchain-funcs DESCRIPTION="Conjugate gradient Codes for large sparse linear systems" HOMEPAGE="http://fetk.org/codes/cgcode/index.html" diff --git a/sci-libs/djbfft/djbfft-0.76-r2.ebuild b/sci-libs/djbfft/djbfft-0.76-r2.ebuild index 4bf66301628c..ea41d6b0930a 100644 --- a/sci-libs/djbfft/djbfft-0.76-r2.ebuild +++ b/sci-libs/djbfft/djbfft-0.76-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal +inherit epatch flag-o-matic toolchain-funcs multilib multilib-minimal DESCRIPTION="Extremely fast library for floating-point convolution" HOMEPAGE="http://cr.yp.to/djbfft.html" diff --git a/sci-libs/gsl/gsl-1.16.ebuild b/sci-libs/gsl/gsl-1.16.ebuild index dd0a369c37c3..b4ccad464d8c 100644 --- a/sci-libs/gsl/gsl-1.16.ebuild +++ b/sci-libs/gsl/gsl-1.16.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils flag-o-matic autotools toolchain-funcs +inherit epatch flag-o-matic autotools toolchain-funcs DESCRIPTION="The GNU Scientific Library" HOMEPAGE="https://www.gnu.org/software/gsl/" diff --git a/sci-libs/inchi/inchi-1.04.ebuild b/sci-libs/inchi/inchi-1.04.ebuild index 984b312edafc..c41a1e5ee2dc 100644 --- a/sci-libs/inchi/inchi-1.04.ebuild +++ b/sci-libs/inchi/inchi-1.04.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Program and library for generating standard and non-standard InChI and InChIKeys" HOMEPAGE="http://www.iupac.org/inchi/" diff --git a/sci-libs/libbufr/libbufr-000405.ebuild b/sci-libs/libbufr/libbufr-000405.ebuild index a97b5cb6af7d..85febe3abf26 100644 --- a/sci-libs/libbufr/libbufr-000405.ebuild +++ b/sci-libs/libbufr/libbufr-000405.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils fortran-2 toolchain-funcs +inherit epatch fortran-2 toolchain-funcs MY_P="${PN/lib/}dc_${PV}" diff --git a/sci-libs/libnova/libnova-0.16.0.ebuild b/sci-libs/libnova/libnova-0.16.0.ebuild index 88c69ae3b516..8a1f2fcfda76 100644 --- a/sci-libs/libnova/libnova-0.16.0.ebuild +++ b/sci-libs/libnova/libnova-0.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0/0.16" KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" src_prepare() { default diff --git a/sci-libs/qrupdate/qrupdate-1.1.2-r1.ebuild b/sci-libs/qrupdate/qrupdate-1.1.2-r1.ebuild index 556683f3f338..efcc931e3385 100644 --- a/sci-libs/qrupdate/qrupdate-1.1.2-r1.ebuild +++ b/sci-libs/qrupdate/qrupdate-1.1.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils fortran-2 flag-o-matic multilib versionator toolchain-funcs +inherit epatch fortran-2 flag-o-matic multilib versionator toolchain-funcs DESCRIPTION="Library for updating of QR and Cholesky decompositions" HOMEPAGE="https://sourceforge.net/projects/qrupdate" diff --git a/sci-libs/scotch/scotch-6.0.4-r2.ebuild b/sci-libs/scotch/scotch-6.0.4-r2.ebuild index 09ea23318f8d..8af0ccfe611a 100644 --- a/sci-libs/scotch/scotch-6.0.4-r2.ebuild +++ b/sci-libs/scotch/scotch-6.0.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs versionator flag-o-matic multilib +inherit epatch toolchain-funcs versionator flag-o-matic multilib # use esmumps version to allow linking with mumps MYP="${PN}_${PV}_esmumps" diff --git a/sci-libs/silo/silo-4.10.2-r1.ebuild b/sci-libs/silo/silo-4.10.2-r1.ebuild index 278b972ca253..65c67760377f 100644 --- a/sci-libs/silo/silo-4.10.2-r1.ebuild +++ b/sci-libs/silo/silo-4.10.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils fortran-2 +inherit epatch fortran-2 DESCRIPTION="A mesh and field I/O library and scientific database" HOMEPAGE="https://wci.llnl.gov/simulation/computer-codes/silo" diff --git a/sci-libs/superlu/superlu-4.3-r2.ebuild b/sci-libs/superlu/superlu-4.3-r2.ebuild index 7ff9a6d2020e..a3754e5962bf 100644 --- a/sci-libs/superlu/superlu-4.3-r2.ebuild +++ b/sci-libs/superlu/superlu-4.3-r2.ebuild @@ -46,7 +46,7 @@ src_configure() { --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" ) - econf + econf "${myeconfargs[@]}" rm EXAMPLE/*itersol1 || die } diff --git a/sci-mathematics/ent/ent-101202.ebuild b/sci-mathematics/ent/ent-101202.ebuild index ca734a7d70d9..2c0a24c73daa 100644 --- a/sci-mathematics/ent/ent-101202.ebuild +++ b/sci-mathematics/ent/ent-101202.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Pseudorandom number sequence test" HOMEPAGE="http://www.fourmilab.ch/random/" diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild b/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild index 2856746b2ef3..2a431acc63f7 100644 --- a/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild +++ b/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ HOMEPAGE="http://ecm.gforge.inria.fr/" #SRC_URI="https://gforge.inria.fr/frs/download.php/30965/${P}.tar.gz" ESVN_REPO_URI="svn://scm.gforge.inria.fr/svnroot/ecm/trunk" -inherit autotools eutils flag-o-matic subversion +inherit autotools flag-o-matic subversion LICENSE="GPL-3 LGPL-3" SLOT="0" diff --git a/sci-mathematics/gretl/gretl-1.9.90.ebuild b/sci-mathematics/gretl/gretl-1.9.90.ebuild index b59ae725d308..57ea0d58c2b7 100644 --- a/sci-mathematics/gretl/gretl-1.9.90.ebuild +++ b/sci-mathematics/gretl/gretl-1.9.90.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 USE_EINSTALL=true -inherit eutils elisp-common toolchain-funcs +inherit elisp-common toolchain-funcs DESCRIPTION="Regression, econometrics and time-series library" HOMEPAGE="http://gretl.sourceforge.net/" diff --git a/sci-mathematics/singular/singular-4.0.2.ebuild b/sci-mathematics/singular/singular-4.0.2.ebuild index a6741b6bb076..c66500337100 100644 --- a/sci-mathematics/singular/singular-4.0.2.ebuild +++ b/sci-mathematics/singular/singular-4.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit autotools eutils elisp-common flag-o-matic multilib prefix toolchain-funcs versionator +inherit autotools epatch elisp-common flag-o-matic toolchain-funcs versionator MY_PN=Singular MY_PV=$(replace_all_version_separators '.') diff --git a/sci-mathematics/spin/spin-6.4.5.ebuild b/sci-mathematics/spin/spin-6.4.5.ebuild index 2d78f62dd3c0..010f2550a874 100644 --- a/sci-mathematics/spin/spin-6.4.5.ebuild +++ b/sci-mathematics/spin/spin-6.4.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils toolchain-funcs versionator +inherit desktop epatch toolchain-funcs versionator MY_PV=$(replace_all_version_separators '') MY_P="${PN}${MY_PV}" diff --git a/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild b/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild index 21d5f0f5a01a..26846927797b 100644 --- a/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit elisp-common eutils multilib +inherit elisp-common multilib MY_PN="${PN}-src" MY_P="${MY_PN}-${PV}" diff --git a/sci-mathematics/yafu/yafu-9999.ebuild b/sci-mathematics/yafu/yafu-9999.ebuild index baa6c351b546..76173ba1c425 100644 --- a/sci-mathematics/yafu/yafu-9999.ebuild +++ b/sci-mathematics/yafu/yafu-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils subversion versionator +inherit subversion versionator DESCRIPTION="Yet another factoring utility" HOMEPAGE="https://sourceforge.net/projects/yafu/" diff --git a/sci-misc/ViSP-images/ViSP-images-3.3.0.ebuild b/sci-misc/ViSP-images/ViSP-images-3.3.0.ebuild index c3d81803bebb..fcbffef71868 100644 --- a/sci-misc/ViSP-images/ViSP-images-3.3.0.ebuild +++ b/sci-misc/ViSP-images/ViSP-images-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,10 +10,8 @@ SRC_URI="http://visp-doc.inria.fr/download/dataset/visp-images-${PV}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" S="${WORKDIR}/visp-images-${PV}" diff --git a/sci-visualization/epix/epix-1.2.11-r3.ebuild b/sci-visualization/epix/epix-1.2.11-r3.ebuild index 272dd46b9481..747862885521 100644 --- a/sci-visualization/epix/epix-1.2.11-r3.ebuild +++ b/sci-visualization/epix/epix-1.2.11-r3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit elisp-common bash-completion-r1 autotools eutils +inherit elisp-common bash-completion-r1 autotools epatch DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)" HOMEPAGE="https://mathcs.holycross.edu/~ahwang/current/ePiX.html" diff --git a/sci-visualization/ggobi/ggobi-2.1.11.ebuild b/sci-visualization/ggobi/ggobi-2.1.11.ebuild index 5c9ba5817bb7..a3a40cec5a40 100644 --- a/sci-visualization/ggobi/ggobi-2.1.11.ebuild +++ b/sci-visualization/ggobi/ggobi-2.1.11.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools xdg +inherit epatch autotools xdg DESCRIPTION="Visualization program for exploring high-dimensional data" HOMEPAGE="http://www.ggobi.org/" diff --git a/sci-visualization/gri/gri-2.12.23-r1.ebuild b/sci-visualization/gri/gri-2.12.23-r1.ebuild index 00c9320934ef..8940d2cd4c3e 100644 --- a/sci-visualization/gri/gri-2.12.23-r1.ebuild +++ b/sci-visualization/gri/gri-2.12.23-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils elisp-common +inherit epatch elisp-common DESCRIPTION="Language for scientific graphics programming" HOMEPAGE="http://gri.sourceforge.net/" diff --git a/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild b/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild index 166a03b1cf8e..fefa3c983ce8 100644 --- a/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild +++ b/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib toolchain-funcs +inherit epatch multilib toolchain-funcs MY_PV=${PV%_p*} MY_P=${PN}_${MY_PV} diff --git a/sys-apps/darwin-miscutils/darwin-miscutils-10.ebuild b/sys-apps/darwin-miscutils/darwin-miscutils-10.ebuild index 6b1240b93ac0..22a08b31e904 100644 --- a/sys-apps/darwin-miscutils/darwin-miscutils-10.ebuild +++ b/sys-apps/darwin-miscutils/darwin-miscutils-10.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit toolchain-funcs eutils +inherit toolchain-funcs epatch # from 10.8 MISC_VER=31 @@ -53,7 +53,7 @@ src_compile() { ) local TS=${S}/misc_cmds-${MISC_VER} - # tsort is provided by coreutils + # tsort is provided by corepatch for t in leave units calendar; do cd "${TS}/${t}" echo "in ${TS}/${t}:" @@ -73,7 +73,7 @@ src_compile() { $(tc-getCC) ${flags[@]} -o cal calendar.o easter.o ncal.o || die "failed to compile cal" TS=${S}/shell_cmds-${SHELL_VER} - # only pick those tools not provided by coreutils, findutils + # only pick those tools not provided by corepatch, findutils for t in \ apply getopt hostname jot kill killall \ lastcomm renice script shlock time whereis; diff --git a/sys-apps/darwin-miscutils/darwin-miscutils-6-r1.ebuild b/sys-apps/darwin-miscutils/darwin-miscutils-6-r1.ebuild index ac663fb5ffc7..31bcef5f5324 100644 --- a/sys-apps/darwin-miscutils/darwin-miscutils-6-r1.ebuild +++ b/sys-apps/darwin-miscutils/darwin-miscutils-6-r1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit toolchain-funcs eutils +inherit toolchain-funcs epatch MISC_VER=23 SHELL_VER=118 @@ -36,7 +36,7 @@ src_prepare() { src_compile() { local TS=${S}/misc_cmds-${MISC_VER} - # tsort is provided by coreutils + # tsort is provided by corepatch for t in leave units calendar; do cd "${TS}/${t}" echo "in ${TS}/${t}:" @@ -60,7 +60,7 @@ src_compile() { $(tc-getCC) ${flags[@]} -o cal calendar.o easter.o ncal.o || die "failed to compile cal" TS=${S}/shell_cmds-${SHELL_VER} - # only pick those tools not provided by coreutils, findutils + # only pick those tools not provided by corepatch, findutils for t in \ alias apply getopt hostname jot kill \ lastcomm renice shlock time whereis; diff --git a/sys-apps/darwin-miscutils/darwin-miscutils-8.ebuild b/sys-apps/darwin-miscutils/darwin-miscutils-8.ebuild index 44d350ee68c1..a1c0717e3ba7 100644 --- a/sys-apps/darwin-miscutils/darwin-miscutils-8.ebuild +++ b/sys-apps/darwin-miscutils/darwin-miscutils-8.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit toolchain-funcs eutils +inherit toolchain-funcs epatch MISC_VER=27 SHELL_VER=149 @@ -44,7 +44,7 @@ src_compile() { ) local TS=${S}/misc_cmds-${MISC_VER} - # tsort is provided by coreutils + # tsort is provided by corepatch for t in leave units calendar; do cd "${TS}/${t}" echo "in ${TS}/${t}:" @@ -64,7 +64,7 @@ src_compile() { $(tc-getCC) ${flags[@]} -o cal calendar.o easter.o ncal.o || die "failed to compile cal" TS=${S}/shell_cmds-${SHELL_VER} - # only pick those tools not provided by coreutils, findutils + # only pick those tools not provided by corepatch, findutils for t in \ alias apply getopt hostname jot kill killall \ lastcomm renice script shlock time whereis; diff --git a/sys-apps/darwin-miscutils/darwin-miscutils-9.ebuild b/sys-apps/darwin-miscutils/darwin-miscutils-9.ebuild index c7af5ec16977..1da616fd20ec 100644 --- a/sys-apps/darwin-miscutils/darwin-miscutils-9.ebuild +++ b/sys-apps/darwin-miscutils/darwin-miscutils-9.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit toolchain-funcs eutils +inherit toolchain-funcs epatch MISC_VER=31 SHELL_VER=162 @@ -41,7 +41,7 @@ src_compile() { ) local TS=${S}/misc_cmds-${MISC_VER} - # tsort is provided by coreutils + # tsort is provided by corepatch for t in leave units calendar; do cd "${TS}/${t}" echo "in ${TS}/${t}:" @@ -61,7 +61,7 @@ src_compile() { $(tc-getCC) ${flags[@]} -o cal calendar.o easter.o ncal.o || die "failed to compile cal" TS=${S}/shell_cmds-${SHELL_VER} - # only pick those tools not provided by coreutils, findutils + # only pick those tools not provided by corepatch, findutils for t in \ alias apply getopt hostname jot kill killall \ lastcomm renice script shlock time whereis; diff --git a/sys-apps/edac-utils/edac-utils-0.18.ebuild b/sys-apps/edac-utils/edac-utils-0.18.ebuild index aff815880bb3..5bd3af4a81d7 100644 --- a/sys-apps/edac-utils/edac-utils-0.18.ebuild +++ b/sys-apps/edac-utils/edac-utils-0.18.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="Userspace helper for Linux kernel EDAC drivers" HOMEPAGE="https://github.com/grondo/edac-utils" diff --git a/sys-apps/epoch/epoch-1.2.1.ebuild b/sys-apps/epoch/epoch-1.2.1.ebuild index 16daffeeac89..865e15dc24b2 100644 --- a/sys-apps/epoch/epoch-1.2.1.ebuild +++ b/sys-apps/epoch/epoch-1.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils linux-info +inherit epatch linux-info MY_PV="${PV/rc/RC}" MY_P="${PN}-${MY_PV}" diff --git a/sys-apps/epoch/epoch-1.2.2.ebuild b/sys-apps/epoch/epoch-1.2.2.ebuild index 4bb4a8d5db24..af18fc85b21a 100644 --- a/sys-apps/epoch/epoch-1.2.2.ebuild +++ b/sys-apps/epoch/epoch-1.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils linux-info +inherit epatch linux-info MY_PV="${PV/rc/RC}" MY_P="${PN}-${MY_PV}" diff --git a/sys-apps/epoch/epoch-1.3.0.ebuild b/sys-apps/epoch/epoch-1.3.0.ebuild index 9b6a3f67f14b..a37c2f912f6a 100644 --- a/sys-apps/epoch/epoch-1.3.0.ebuild +++ b/sys-apps/epoch/epoch-1.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils linux-info +inherit epatch linux-info MY_PV="${PV/rc/RC}" MY_P="${PN}-${MY_PV}" diff --git a/sys-apps/epoch/epoch-9999.ebuild b/sys-apps/epoch/epoch-9999.ebuild index f35febe3564b..007de0c5e28b 100644 --- a/sys-apps/epoch/epoch-9999.ebuild +++ b/sys-apps/epoch/epoch-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils linux-info git-r3 +inherit epatch linux-info git-r3 MY_PV="${PV/rc/RC}" MY_P="${PN}-${MY_PV}" diff --git a/sys-apps/fxload/fxload-20081013-r1.ebuild b/sys-apps/fxload/fxload-20081013-r1.ebuild index fb1c041f177a..e5da4db9cfe4 100644 --- a/sys-apps/fxload/fxload-20081013-r1.ebuild +++ b/sys-apps/fxload/fxload-20081013-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit toolchain-funcs # source maintainers named it fxload-YYYY_MM_DD instead of fxload-YYYYMMDD MY_P="${PN}-${PV:0:4}_${PV:4:2}_${PV:6:2}" diff --git a/sys-apps/input-utils/input-utils-1.2.ebuild b/sys-apps/input-utils/input-utils-1.2.ebuild index 5bd6e7f4694f..1589052b4e13 100644 --- a/sys-apps/input-utils/input-utils-1.2.ebuild +++ b/sys-apps/input-utils/input-utils-1.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils + +inherit epatch MY_PN="input" MY_P="${MY_PN}-${PV}" @@ -14,10 +15,6 @@ SRC_URI="https://www.kraxel.org/releases/input/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="" S="${WORKDIR}/${MY_P}" diff --git a/sys-apps/input-utils/input-utils-1.3.ebuild b/sys-apps/input-utils/input-utils-1.3.ebuild index 3c39e5a2ee89..d47716258637 100644 --- a/sys-apps/input-utils/input-utils-1.3.ebuild +++ b/sys-apps/input-utils/input-utils-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,10 +13,6 @@ SRC_URI="https://www.kraxel.org/releases/input/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="" S="${WORKDIR}/${MY_P}" diff --git a/sys-apps/intel-performance-counter-monitor/intel-performance-counter-monitor-2.10.ebuild b/sys-apps/intel-performance-counter-monitor/intel-performance-counter-monitor-2.10.ebuild index 775ebf6f9022..db62c90558ad 100644 --- a/sys-apps/intel-performance-counter-monitor/intel-performance-counter-monitor-2.10.ebuild +++ b/sys-apps/intel-performance-counter-monitor/intel-performance-counter-monitor-2.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit versionator fcaps +inherit fcaps MY_PN="IntelPerformanceCounterMonitor-PCM" MY_PV="V2.10" diff --git a/sys-apps/lmctfy/lmctfy-0.5.0-r1.ebuild b/sys-apps/lmctfy/lmctfy-0.5.0-r1.ebuild index b55a5841ffc9..6ca084097656 100644 --- a/sys-apps/lmctfy/lmctfy-0.5.0-r1.ebuild +++ b/sys-apps/lmctfy/lmctfy-0.5.0-r1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils - DESCRIPTION="Linux application container management from Google" HOMEPAGE="https://github.com/google/lmctfy" SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/lnxhc/lnxhc-1.2-r1.ebuild b/sys-apps/lnxhc/lnxhc-1.2-r1.ebuild index 2b878ef587d8..e45de7621e9b 100644 --- a/sys-apps/lnxhc/lnxhc-1.2-r1.ebuild +++ b/sys-apps/lnxhc/lnxhc-1.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="Linux Health Checker" HOMEPAGE="http://lnxhc.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/sys-apps/lshw/lshw-02.18b-r1.ebuild b/sys-apps/lshw/lshw-02.18b-r1.ebuild index 839ea3a65e62..f3e16336e3f6 100644 --- a/sys-apps/lshw/lshw-02.18b-r1.ebuild +++ b/sys-apps/lshw/lshw-02.18b-r1.ebuild @@ -5,7 +5,7 @@ EAPI="5" PLOCALES='fr' -inherit flag-o-matic eutils toolchain-funcs l10n +inherit desktop flag-o-matic toolchain-funcs l10n MAJ_PV=${PV:0:${#PV}-1} MIN_PVE=${PV:0-1} diff --git a/sys-apps/lshw/lshw-02.18b.ebuild b/sys-apps/lshw/lshw-02.18b.ebuild index 642b8f500e24..8243b8bc20c7 100644 --- a/sys-apps/lshw/lshw-02.18b.ebuild +++ b/sys-apps/lshw/lshw-02.18b.ebuild @@ -5,7 +5,7 @@ EAPI="5" PLOCALES='fr' -inherit flag-o-matic eutils toolchain-funcs l10n +inherit desktop flag-o-matic toolchain-funcs l10n MAJ_PV=${PV:0:${#PV}-1} MIN_PVE=${PV:0-1} diff --git a/sys-apps/most/most-5.0.0a-r1.ebuild b/sys-apps/most/most-5.0.0a-r1.ebuild index f57fbba42dd5..483a54c32876 100644 --- a/sys-apps/most/most-5.0.0a-r1.ebuild +++ b/sys-apps/most/most-5.0.0a-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="Paging program that displays, one windowful at a time, the contents of a file" HOMEPAGE="ftp://space.mit.edu/pub/davis/most" diff --git a/sys-apps/paxctl/paxctl-0.9.ebuild b/sys-apps/paxctl/paxctl-0.9.ebuild index fb860239f86d..4ab860b42254 100644 --- a/sys-apps/paxctl/paxctl-0.9.ebuild +++ b/sys-apps/paxctl/paxctl-0.9.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit toolchain-funcs eutils +inherit toolchain-funcs epatch DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries" HOMEPAGE="https://pax.grsecurity.net" diff --git a/sys-apps/pick/pick-4.0.0.ebuild b/sys-apps/pick/pick-4.0.0.ebuild index 9bf033c64ad7..74ce519db2c9 100644 --- a/sys-apps/pick/pick-4.0.0.ebuild +++ b/sys-apps/pick/pick-4.0.0.ebuild @@ -3,20 +3,19 @@ EAPI=7 -inherit autotools toolchain-funcs +inherit toolchain-funcs -DESCRIPTION="a fuzzy search tool for the command-line" +DESCRIPTION="A fuzzy search tool for the command-line" HOMEPAGE="https://github.com/mptre/pick" SRC_URI="https://github.com/mptre/pick/releases/download/v${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="sys-libs/ncurses:0=" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${PN}-4.0.0-tinfo.patch" diff --git a/sys-apps/prctl/prctl-1.6-r1.ebuild b/sys-apps/prctl/prctl-1.6-r1.ebuild index 419cae89d00f..26335f994e69 100644 --- a/sys-apps/prctl/prctl-1.6-r1.ebuild +++ b/sys-apps/prctl/prctl-1.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools toolchain-funcs +inherit autotools DESCRIPTION="Tool to query and modify process behavior" HOMEPAGE="https://sourceforge.net/projects/prctl/" @@ -12,10 +12,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="" PATCHES=( "${FILESDIR}"/${P}-no-implicits.patch diff --git a/sys-apps/s6/s6-2.1.3.0.ebuild b/sys-apps/s6/s6-2.1.3.0.ebuild index e06f05e36281..125f5749978d 100644 --- a/sys-apps/s6/s6-2.1.3.0.ebuild +++ b/sys-apps/s6/s6-2.1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,22 +23,20 @@ DEPEND=">=sys-devel/make-4.0 >=dev-lang/execline-2.1.1.0 >=dev-libs/skalibs-2.3.2.0 ) - " +" RDEPEND=" !static? ( >=dev-lang/execline-2.1.1.0 >=dev-libs/skalibs-2.3.2.0 ) - " +" -src_prepare() -{ +src_prepare() { # Remove QA warning about LDFLAGS addition sed -i "s~tryldflag LDFLAGS_AUTO -Wl,--hash-style=both~:~" "${S}/configure" || die } -src_configure() -{ +src_configure() { econf \ $(use_enable !static shared) \ $(use_enable static allstatic) \ @@ -53,13 +51,11 @@ src_configure() --with-sysdeps=/usr/$(get_libdir)/skalibs } -src_compile() -{ +src_compile() { emake DESTDIR="${D}" } -src_install() -{ +src_install() { default dodoc -r examples dohtml -r doc/* diff --git a/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild b/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild index 2826095ae3c5..e64a12c86a55 100644 --- a/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild +++ b/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils flag-o-matic toolchain-funcs +inherit epatch flag-o-matic toolchain-funcs MY_P=${P/_p/-} diff --git a/sys-apps/superdiag/superdiag-1.4.0.20201120.ebuild b/sys-apps/superdiag/superdiag-1.4.0.20201120.ebuild index 2203a544278f..cea0aa94f07e 100644 --- a/sys-apps/superdiag/superdiag-1.4.0.20201120.ebuild +++ b/sys-apps/superdiag/superdiag-1.4.0.20201120.ebuild @@ -16,7 +16,7 @@ LICENSE="supermicro" SLOT="0" IUSE="iso usb" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RESTRICT="bindist fetch mirror" diff --git a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild index 041a72467d56..8fe1dd37e068 100644 --- a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild +++ b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic toolchain-funcs +inherit epatch flag-o-matic toolchain-funcs DESCRIPTION="A timer-based entropy generator" HOMEPAGE="http://www.vanheusden.com/te/" diff --git a/sys-apps/tomoyo-tools/tomoyo-tools-2.5.0_p20130214.ebuild b/sys-apps/tomoyo-tools/tomoyo-tools-2.5.0_p20130214.ebuild index 998598543f43..fe6c6041421c 100644 --- a/sys-apps/tomoyo-tools/tomoyo-tools-2.5.0_p20130214.ebuild +++ b/sys-apps/tomoyo-tools/tomoyo-tools-2.5.0_p20130214.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib toolchain-funcs +inherit epatch multilib toolchain-funcs MY_P="${P/_p/-}" DESCRIPTION="TOMOYO Linux tools" diff --git a/sys-apps/usb_modeswitch/usb_modeswitch-2.5.2.ebuild b/sys-apps/usb_modeswitch/usb_modeswitch-2.5.2.ebuild index d7a1279b2769..4606e82c8c49 100644 --- a/sys-apps/usb_modeswitch/usb_modeswitch-2.5.2.ebuild +++ b/sys-apps/usb_modeswitch/usb_modeswitch-2.5.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils linux-info toolchain-funcs udev systemd +inherit epatch linux-info toolchain-funcs udev systemd MY_PN=${PN/_/-} MY_P=${MY_PN}-${PV/_p*} diff --git a/sys-apps/usbmon/usbmon-6-r1.ebuild b/sys-apps/usbmon/usbmon-6-r1.ebuild index b3fda313d587..887cedcf62d5 100644 --- a/sys-apps/usbmon/usbmon-6-r1.ebuild +++ b/sys-apps/usbmon/usbmon-6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit toolchain-funcs eutils +inherit toolchain-funcs epatch DESCRIPTION="Userland for USB monitoring framework" HOMEPAGE="https://people.redhat.com/zaitcev/linux/" diff --git a/sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.8.0.ebuild b/sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.8.0.ebuild index 9d097a11e0a5..e3dcc6c26696 100644 --- a/sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.8.0.ebuild +++ b/sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools systemd +inherit systemd MY_PV="${PV//_pre*}" MY_P="${PN}-${MY_PV}" diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0-r1.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0-r1.ebuild index 04f1c8146551..eee5858119f1 100644 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0-r1.ebuild +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools systemd +inherit systemd DESCRIPTION="Desktop integration portal" HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal" diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.1.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.1.ebuild index a976a7e8f8db..4131ed399282 100644 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.1.ebuild +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools systemd +inherit systemd DESCRIPTION="Desktop integration portal" HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal" diff --git a/sys-apps/zorroutils/zorroutils-0.05.ebuild b/sys-apps/zorroutils/zorroutils-0.05.ebuild index f5e28bc3f6ca..c5c317af0be4 100644 --- a/sys-apps/zorroutils/zorroutils-0.05.ebuild +++ b/sys-apps/zorroutils/zorroutils-0.05.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Zorro bus utility for Amigas running 2.1 and later kernels" HOMEPAGE="http://users.telenet.be/geertu/Download/#zorro" diff --git a/sys-auth/nss_ldap/nss_ldap-265-r5.ebuild b/sys-auth/nss_ldap/nss_ldap-265-r5.ebuild index af476d7f04e1..ca216ce28544 100644 --- a/sys-auth/nss_ldap/nss_ldap-265-r5.ebuild +++ b/sys-auth/nss_ldap/nss_ldap-265-r5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit fixheadtails eutils multilib multilib-minimal autotools prefix +inherit fixheadtails epatch multilib multilib-minimal autotools prefix IUSE="debug ssl sasl kerberos" diff --git a/sys-auth/ykneo-ccid-tools/ykneo-ccid-tools-0.0.0.ebuild b/sys-auth/ykneo-ccid-tools/ykneo-ccid-tools-0.0.0.ebuild index 08d2001b65e5..ad5468406fe9 100644 --- a/sys-auth/ykneo-ccid-tools/ykneo-ccid-tools-0.0.0.ebuild +++ b/sys-auth/ykneo-ccid-tools/ykneo-ccid-tools-0.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils udev +inherit epatch udev DESCRIPTION="Tools for Yubico's YubiKey NEO in CCID mode" SRC_URI="http://yubico.github.io/ykneo-ccid-tools/releases/${P}.tar.gz" diff --git a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild index 8739fe4c04e6..10b55f1713e0 100644 --- a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild +++ b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ LICENSE="Microsemi" SLOT="0" KEYWORDS="-* amd64 x86" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RESTRICT="fetch mirror bindist" diff --git a/sys-block/blktrace/blktrace-1.1.0.ebuild b/sys-block/blktrace/blktrace-1.1.0.ebuild index ec5213126820..dd119541f90c 100644 --- a/sys-block/blktrace/blktrace-1.1.0.ebuild +++ b/sys-block/blktrace/blktrace-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs flag-o-matic linux-info +inherit epatch toolchain-funcs flag-o-matic linux-info DESCRIPTION="btrace can show detailed info about what is happening on a block device io queue" HOMEPAGE="https://git.kernel.dk/cgit/blktrace/" diff --git a/sys-block/raid-check/raid-check-20140719-r1.ebuild b/sys-block/raid-check/raid-check-20140719-r1.ebuild index 1251ad1189b4..a3b409d94e4b 100644 --- a/sys-block/raid-check/raid-check-20140719-r1.ebuild +++ b/sys-block/raid-check/raid-check-20140719-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="Script to do \"scrubbing\" on software RAID systems" HOMEPAGE="https://github.com/fukawi2/raid-check" diff --git a/sys-block/scsirastools/scsirastools-1.5.7.ebuild b/sys-block/scsirastools/scsirastools-1.5.7.ebuild index 4ff75f1eeaaf..935678ed2250 100644 --- a/sys-block/scsirastools/scsirastools-1.5.7.ebuild +++ b/sys-block/scsirastools/scsirastools-1.5.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Serviceability for SCSI Disks and Arrays" HOMEPAGE="http://scsirastools.sourceforge.net/" diff --git a/sys-block/scsirastools/scsirastools-1.6.4.ebuild b/sys-block/scsirastools/scsirastools-1.6.4.ebuild index 5fe89852ad68..9f2bb3b436b0 100644 --- a/sys-block/scsirastools/scsirastools-1.6.4.ebuild +++ b/sys-block/scsirastools/scsirastools-1.6.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Serviceability for SCSI Disks and Arrays" HOMEPAGE="http://scsirastools.sourceforge.net/" diff --git a/sys-boot/colo/colo-1.22.ebuild b/sys-boot/colo/colo-1.22.ebuild index 36e97640d16e..4593417c8e11 100644 --- a/sys-boot/colo/colo-1.22.ebuild +++ b/sys-boot/colo/colo-1.22.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="CObalt LOader - Modern bootloader for Cobalt MIPS machines" HOMEPAGE="https://www.colonel-panic.org/cobalt-mips/" diff --git a/sys-cluster/charm/charm-6.8.2.ebuild b/sys-cluster/charm/charm-6.8.2.ebuild index 7efc2982e387..c11f5157ca9d 100644 --- a/sys-cluster/charm/charm-6.8.2.ebuild +++ b/sys-cluster/charm/charm-6.8.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 FORTRAN_STANDARD="90" -inherit eutils flag-o-matic fortran-2 multilib multiprocessing toolchain-funcs +inherit epatch flag-o-matic fortran-2 multilib multiprocessing toolchain-funcs DESCRIPTION="Message-passing parallel language and runtime system" HOMEPAGE="http://charm.cs.uiuc.edu/" @@ -58,7 +58,7 @@ get_opts() { fi CHARM_OPTS+="$(usex numa ' --with-numa' '')" - echo $CHARM_OPTS + echo ${CHARM_OPTS} } src_prepare() { @@ -155,7 +155,7 @@ src_install() { # Install libs incl. charm objects for i in lib*/*.{so,a}; do - [[ ${i} = *.a ]] && use !static-libs && continue + [[ ${i} = *.a ]] && ! use static-libs && continue if [[ -L ${i} ]]; then i=$(readlink -e "${i}") || die fi diff --git a/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild index b37bfb8058ed..f5c2ee7c8f15 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils linux-info toolchain-funcs +inherit epatch linux-info toolchain-funcs DESCRIPTION="utility to administer the IP virtual server services" HOMEPAGE="http://linuxvirtualserver.org/" diff --git a/sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild index 5d9163943dba..9c28d73e4cb0 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils linux-info toolchain-funcs +inherit epatch linux-info toolchain-funcs DESCRIPTION="utility to administer the IP virtual server services" HOMEPAGE="http://linuxvirtualserver.org/" diff --git a/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild b/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild index 3c424fdf3c65..fe48a351a0c8 100644 --- a/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild +++ b/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 FORTRAN_NEEDED=fortran -inherit eutils fortran-2 java-pkg-opt-2 toolchain-funcs +inherit epatch fortran-2 java-pkg-opt-2 toolchain-funcs MY_P=${P/_/} diff --git a/sys-cluster/torque/torque-4.1.7-r1.ebuild b/sys-cluster/torque/torque-4.1.7-r1.ebuild index 7c5658e51a5e..ea5c56333ff2 100644 --- a/sys-cluster/torque/torque-4.1.7-r1.ebuild +++ b/sys-cluster/torque/torque-4.1.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit flag-o-matic eutils linux-info +inherit epatch linux-info DESCRIPTION="Resource manager and queuing system based on OpenPBS" HOMEPAGE="http://www.adaptivecomputing.com/products/open-source/torque" diff --git a/sys-cluster/zookeeper-bin/zookeeper-bin-3.4.13-r1.ebuild b/sys-cluster/zookeeper-bin/zookeeper-bin-3.4.13-r1.ebuild index 940d9e7fa92f..d6622479c88c 100644 --- a/sys-cluster/zookeeper-bin/zookeeper-bin-3.4.13-r1.ebuild +++ b/sys-cluster/zookeeper-bin/zookeeper-bin-3.4.13-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils java-utils-2 user +inherit java-utils-2 user MY_P="zookeeper" MY_PN=${MY_P}-${PV} diff --git a/sys-cluster/zookeeper-bin/zookeeper-bin-3.5.9.ebuild b/sys-cluster/zookeeper-bin/zookeeper-bin-3.5.9.ebuild index 91ec7b758751..da7b8c2abcdc 100644 --- a/sys-cluster/zookeeper-bin/zookeeper-bin-3.5.9.ebuild +++ b/sys-cluster/zookeeper-bin/zookeeper-bin-3.5.9.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils java-utils-2 user +inherit java-utils-2 user MY_P="apache-zookeeper" MY_PN=${MY_P}-${PV}-bin diff --git a/sys-cluster/zookeeper-bin/zookeeper-bin-3.6.2.ebuild b/sys-cluster/zookeeper-bin/zookeeper-bin-3.6.2.ebuild index 91ec7b758751..da7b8c2abcdc 100644 --- a/sys-cluster/zookeeper-bin/zookeeper-bin-3.6.2.ebuild +++ b/sys-cluster/zookeeper-bin/zookeeper-bin-3.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils java-utils-2 user +inherit java-utils-2 user MY_P="apache-zookeeper" MY_PN=${MY_P}-${PV}-bin diff --git a/sys-devel/bin86/bin86-0.16.20-r2.ebuild b/sys-devel/bin86/bin86-0.16.20-r2.ebuild index ae8685567e43..00a5699a86d1 100644 --- a/sys-devel/bin86/bin86-0.16.20-r2.ebuild +++ b/sys-devel/bin86/bin86-0.16.20-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit toolchain-funcs eutils +inherit toolchain-funcs epatch DESCRIPTION="Assembler and loader used to create kernel bootsector" HOMEPAGE="http://v3.sk/~lkundrak/dev86/" diff --git a/sys-devel/bin86/bin86-0.16.21.ebuild b/sys-devel/bin86/bin86-0.16.21.ebuild index 448c25c7d011..b21fcec3bf49 100644 --- a/sys-devel/bin86/bin86-0.16.21.ebuild +++ b/sys-devel/bin86/bin86-0.16.21.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit toolchain-funcs eutils +inherit toolchain-funcs epatch DESCRIPTION="Assembler and loader used to create kernel bootsector" HOMEPAGE="http://v3.sk/~lkundrak/dev86/" diff --git a/sys-devel/crossdev/crossdev-20201129.ebuild b/sys-devel/crossdev/crossdev-20201129.ebuild index 19acd6a295a1..710a287c866c 100644 --- a/sys-devel/crossdev/crossdev-20201129.ebuild +++ b/sys-devel/crossdev/crossdev-20201129.ebuild @@ -17,7 +17,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev" LICENSE="GPL-2" SLOT="0" -IUSE="" RDEPEND=" >=sys-apps/portage-2.1 @@ -25,7 +24,7 @@ RDEPEND=" app-shells/bash sys-apps/gentoo-functions " -DEPEND="app-arch/xz-utils" +BDEPEND="app-arch/xz-utils" src_install() { default diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild index c2897f179723..e04a77bf18a1 100644 --- a/sys-devel/crossdev/crossdev-99999999.ebuild +++ b/sys-devel/crossdev/crossdev-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev" LICENSE="GPL-2" SLOT="0" -IUSE="" RDEPEND=" >=sys-apps/portage-2.1 @@ -25,7 +24,7 @@ RDEPEND=" app-shells/bash sys-apps/gentoo-functions " -DEPEND="app-arch/xz-utils" +BDEPEND="app-arch/xz-utils" src_install() { default diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7.ebuild index 770cefe90250..865b9b3ef63f 100644 --- a/sys-fabric/libibverbs/libibverbs-1.1.7.ebuild +++ b/sys-fabric/libibverbs/libibverbs-1.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ OFED_RC="1" OFED_RC_VER="1" OFED_SUFFIX="1.gcbf2a35" -inherit eutils openib +inherit openib DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware" KEYWORDS="amd64 x86 ~amd64-linux" diff --git a/sys-fabric/librdmacm/librdmacm-1.0.18.ebuild b/sys-fabric/librdmacm/librdmacm-1.0.18.ebuild index 35ebd2e50f83..2d4e9357a19e 100644 --- a/sys-fabric/librdmacm/librdmacm-1.0.18.ebuild +++ b/sys-fabric/librdmacm/librdmacm-1.0.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ OFED_RC="1" OFED_RC_VER="1" OFED_SUFFIX="1" -inherit eutils openib +inherit openib DESCRIPTION="OpenIB userspace RDMA CM library" KEYWORDS="amd64 x86 ~amd64-linux" diff --git a/sys-fabric/opensm/opensm-3.3.17-r1.ebuild b/sys-fabric/opensm/opensm-3.3.17-r1.ebuild index 51b8c9211835..ff105e571d0a 100644 --- a/sys-fabric/opensm/opensm-3.3.17-r1.ebuild +++ b/sys-fabric/opensm/opensm-3.3.17-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ OFED_RC="1" OFED_RC_VER="1" OFED_SUFFIX="1" -inherit autotools eutils openib +inherit autotools epatch openib DESCRIPTION="OpenSM - InfiniBand Subnet Manager and Administration for OpenIB" KEYWORDS="amd64 ~x86 ~amd64-linux" diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild index f5c41bab0e90..fa3d8b70fb95 100644 --- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild +++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit versionator toolchain-funcs eutils +inherit versionator toolchain-funcs epatch MY_PV=$(get_version_component_range 1-3) DEB_PV=$(get_version_component_range 4-5) diff --git a/sys-fs/libeatmydata/libeatmydata-105-r2.ebuild b/sys-fs/libeatmydata/libeatmydata-105-r2.ebuild index 2b6e0ab0a184..0d1428d550b4 100644 --- a/sys-fs/libeatmydata/libeatmydata-105-r2.ebuild +++ b/sys-fs/libeatmydata/libeatmydata-105-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,21 +12,17 @@ SRC_URI="https://launchpad.net/${PN}/trunk/release-${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" # sandbox fools LD_PRELOAD and libeatmydata does not get control # feature of sandbox #DEPEND="test? ( dev-util/strace )" RESTRICT=test -DEPEND="sys-apps/sed" -RDEPEND="" - PATCHES=( "${FILESDIR}"/${PN}-105-undpkg.patch ) -ECONF_SOURCE=${S} +ECONF_SOURCE="${S}" multilib_src_install_all() { find "${D}" -name '*.la' -type f -delete || die diff --git a/sys-kernel/mips-sources/mips-sources-4.14.227.ebuild b/sys-kernel/mips-sources/mips-sources-4.14.227.ebuild index 64bd5b08b301..c26d6b622c90 100644 --- a/sys-kernel/mips-sources/mips-sources-4.14.227.ebuild +++ b/sys-kernel/mips-sources/mips-sources-4.14.227.ebuild @@ -24,7 +24,7 @@ K_FROM_GIT="yes" ETYPE="sources" # Inherit Eclasses -inherit kernel-2 eutils eapi7-ver +inherit kernel-2 epatch eapi7-ver detect_version # Version Data diff --git a/sys-kernel/mips-sources/mips-sources-4.19.183.ebuild b/sys-kernel/mips-sources/mips-sources-4.19.183.ebuild index 4f2c0e512d0b..0b3d0941bb86 100644 --- a/sys-kernel/mips-sources/mips-sources-4.19.183.ebuild +++ b/sys-kernel/mips-sources/mips-sources-4.19.183.ebuild @@ -23,7 +23,7 @@ K_FROM_GIT="yes" ETYPE="sources" # Inherit Eclasses -inherit kernel-2 eutils eapi7-ver +inherit kernel-2 epatch eapi7-ver detect_version # Version Data diff --git a/sys-kernel/mips-sources/mips-sources-5.4.108.ebuild b/sys-kernel/mips-sources/mips-sources-5.4.108.ebuild index 1a6b743ec994..f940004dfb69 100644 --- a/sys-kernel/mips-sources/mips-sources-5.4.108.ebuild +++ b/sys-kernel/mips-sources/mips-sources-5.4.108.ebuild @@ -23,7 +23,7 @@ K_FROM_GIT="yes" ETYPE="sources" # Inherit Eclasses -inherit kernel-2 eutils eapi7-ver +inherit kernel-2 epatch eapi7-ver detect_version # Version Data diff --git a/sys-libs/csu/csu-85-r1.ebuild b/sys-libs/csu/csu-85-r1.ebuild index f5c3553c3da2..24e82d76af36 100644 --- a/sys-libs/csu/csu-85-r1.ebuild +++ b/sys-libs/csu/csu-85-r1.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit toolchain-funcs - DESCRIPTION="Darwin Csu (crt1.o) - Mac OS X 10.10 version" HOMEPAGE="http://www.opensource.apple.com/" SRC_URI="http://www.opensource.apple.com/tarballs/Csu/Csu-${PV}.tar.gz" @@ -13,7 +11,6 @@ LICENSE="APSL-2" SLOT="0" KEYWORDS="~ppc-macos ~x64-macos" -IUSE="" S=${WORKDIR}/Csu-${PV} # for now it seems FSF GCC can't compile this thing, so we need diff --git a/sys-libs/efivar/efivar-37.ebuild b/sys-libs/efivar/efivar-37.ebuild index 40c8e6430d90..d581de9b58e7 100644 --- a/sys-libs/efivar/efivar-37.ebuild +++ b/sys-libs/efivar/efivar-37.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit flag-o-matic toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Tools and library to manipulate EFI variables" HOMEPAGE="https://github.com/rhinstaller/efivar" diff --git a/sys-libs/freeipmi/freeipmi-1.5.7.ebuild b/sys-libs/freeipmi/freeipmi-1.5.7.ebuild index 681ca9c0b783..c7545fd81b96 100644 --- a/sys-libs/freeipmi/freeipmi-1.5.7.ebuild +++ b/sys-libs/freeipmi/freeipmi-1.5.7.ebuild @@ -5,8 +5,6 @@ EAPI=6 AT_M4DIR="config" -inherit multilib - DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI v1.5/2.0" HOMEPAGE="https://www.gnu.org/software/freeipmi/" diff --git a/sys-libs/libaal/libaal-1.0.7-r1.ebuild b/sys-libs/libaal/libaal-1.0.7-r1.ebuild index 8b3acfa242dc..b6244f38ea59 100644 --- a/sys-libs/libaal/libaal-1.0.7-r1.ebuild +++ b/sys-libs/libaal/libaal-1.0.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit toolchain-funcs usr-ldscript +inherit usr-ldscript DESCRIPTION="library required by reiser4progs" HOMEPAGE="https://sourceforge.net/projects/reiser4/" diff --git a/sys-libs/libaal/libaal-1.0.7-r2.ebuild b/sys-libs/libaal/libaal-1.0.7-r2.ebuild index f25fd9d74e4b..4ed2f8f036ea 100644 --- a/sys-libs/libaal/libaal-1.0.7-r2.ebuild +++ b/sys-libs/libaal/libaal-1.0.7-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs usr-ldscript +inherit usr-ldscript DESCRIPTION="library required by reiser4progs" HOMEPAGE="https://sourceforge.net/projects/reiser4/" diff --git a/sys-libs/libhx/libhx-3.24-r1.ebuild b/sys-libs/libhx/libhx-3.24-r1.ebuild index e2938546ea0b..0a6b6a1a4974 100644 --- a/sys-libs/libhx/libhx-3.24-r1.ebuild +++ b/sys-libs/libhx/libhx-3.24-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,8 +14,7 @@ SLOT="0/28" KEYWORDS="amd64 ppc x86" IUSE="doc" -DEPEND="app-arch/xz-utils" -RDEPEND="" +BDEPEND="app-arch/xz-utils" S="${WORKDIR}/libHX-${PV}" diff --git a/sys-libs/libhx/libhx-3.25.ebuild b/sys-libs/libhx/libhx-3.25.ebuild index 76c65740ee5a..398b3d8c5869 100644 --- a/sys-libs/libhx/libhx-3.25.ebuild +++ b/sys-libs/libhx/libhx-3.25.ebuild @@ -14,8 +14,7 @@ SLOT="0/32" # soname version KEYWORDS="amd64 ppc x86" IUSE="doc" -DEPEND="app-arch/xz-utils" -RDEPEND="" +BDEPEND="app-arch/xz-utils" S="${WORKDIR}/libHX-${PV}" diff --git a/sys-libs/libselinux/libselinux-3.1-r1.ebuild b/sys-libs/libselinux/libselinux-3.1-r1.ebuild index 437b4f6f1083..9734717e280c 100644 --- a/sys-libs/libselinux/libselinux-3.1-r1.ebuild +++ b/sys-libs/libselinux/libselinux-3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7..9} ) USE_RUBY="ruby25 ruby26 ruby27" # No, I am not calling ruby-ng -inherit multilib python-r1 toolchain-funcs multilib-minimal +inherit python-r1 toolchain-funcs multilib-minimal MY_P="${P//_/-}" SEPOL_VER="${PV}" diff --git a/sys-libs/libselinux/libselinux-3.2.ebuild b/sys-libs/libselinux/libselinux-3.2.ebuild index 3fd941e767ff..e2b8d9f65ed0 100644 --- a/sys-libs/libselinux/libselinux-3.2.ebuild +++ b/sys-libs/libselinux/libselinux-3.2.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7..9} ) USE_RUBY="ruby25 ruby26 ruby27" # No, I am not calling ruby-ng -inherit multilib python-r1 toolchain-funcs multilib-minimal +inherit python-r1 toolchain-funcs multilib-minimal MY_PV="${PV//_/-}" MY_P="${PN}-${MY_PV}" diff --git a/sys-libs/libselinux/libselinux-9999.ebuild b/sys-libs/libselinux/libselinux-9999.ebuild index 3fd941e767ff..e2b8d9f65ed0 100644 --- a/sys-libs/libselinux/libselinux-9999.ebuild +++ b/sys-libs/libselinux/libselinux-9999.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7..9} ) USE_RUBY="ruby25 ruby26 ruby27" # No, I am not calling ruby-ng -inherit multilib python-r1 toolchain-funcs multilib-minimal +inherit python-r1 toolchain-funcs multilib-minimal MY_PV="${PV//_/-}" MY_P="${PN}-${MY_PV}" diff --git a/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild b/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild index cd108ff5894e..3fa67d4bf2af 100644 --- a/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild +++ b/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit multilib python-r1 toolchain-funcs multilib-minimal +inherit python-r1 toolchain-funcs multilib-minimal MY_P="${P//_/-}" MY_RELEASEDATE="20200710" diff --git a/sys-libs/libsemanage/libsemanage-3.2.ebuild b/sys-libs/libsemanage/libsemanage-3.2.ebuild index bf41c8352d74..e48ea5a71f78 100644 --- a/sys-libs/libsemanage/libsemanage-3.2.ebuild +++ b/sys-libs/libsemanage/libsemanage-3.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit multilib python-r1 toolchain-funcs multilib-minimal +inherit python-r1 toolchain-funcs multilib-minimal MY_PV="${PV//_/-}" MY_P="${PN}-${MY_PV}" diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild index bf41c8352d74..e48ea5a71f78 100644 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild +++ b/sys-libs/libsemanage/libsemanage-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit multilib python-r1 toolchain-funcs multilib-minimal +inherit python-r1 toolchain-funcs multilib-minimal MY_PV="${PV//_/-}" MY_P="${PN}-${MY_PV}" diff --git a/sys-libs/libsepol/libsepol-3.1.ebuild b/sys-libs/libsepol/libsepol-3.1.ebuild index 423969ff82d1..ccf481b3d44a 100644 --- a/sys-libs/libsepol/libsepol-3.1.ebuild +++ b/sys-libs/libsepol/libsepol-3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -inherit multilib toolchain-funcs multilib-minimal +inherit toolchain-funcs multilib-minimal MY_P="${P//_/-}" MY_RELEASEDATE="20200710" @@ -23,10 +23,6 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" # tests are not meant to be run outside of the full SELinux userland repo RESTRICT="test" diff --git a/sys-libs/libsepol/libsepol-3.2.ebuild b/sys-libs/libsepol/libsepol-3.2.ebuild index b175e9bfb3a4..141803b9f569 100644 --- a/sys-libs/libsepol/libsepol-3.2.ebuild +++ b/sys-libs/libsepol/libsepol-3.2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit multilib toolchain-funcs multilib-minimal +inherit toolchain-funcs multilib-minimal MY_PV="${PV//_/-}" MY_P="${PN}-${MY_PV}" @@ -23,10 +23,6 @@ fi LICENSE="GPL-2" SLOT="0/2" -IUSE="" - -DEPEND="" -RDEPEND="" # tests are not meant to be run outside of the full SELinux userland repo RESTRICT="test" diff --git a/sys-libs/libsepol/libsepol-9999.ebuild b/sys-libs/libsepol/libsepol-9999.ebuild index b175e9bfb3a4..141803b9f569 100644 --- a/sys-libs/libsepol/libsepol-9999.ebuild +++ b/sys-libs/libsepol/libsepol-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit multilib toolchain-funcs multilib-minimal +inherit toolchain-funcs multilib-minimal MY_PV="${PV//_/-}" MY_P="${PN}-${MY_PV}" @@ -23,10 +23,6 @@ fi LICENSE="GPL-2" SLOT="0/2" -IUSE="" - -DEPEND="" -RDEPEND="" # tests are not meant to be run outside of the full SELinux userland repo RESTRICT="test" diff --git a/sys-libs/libstatgrab/libstatgrab-0.91.ebuild b/sys-libs/libstatgrab/libstatgrab-0.91.ebuild index 8fa5c728d722..b610173eaf35 100644 --- a/sys-libs/libstatgrab/libstatgrab-0.91.ebuild +++ b/sys-libs/libstatgrab/libstatgrab-0.91.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit autotools - DESCRIPTION="A tool to provide access to statistics about the system on which it's run" HOMEPAGE="https://www.i-scream.org/libstatgrab/" SRC_URI="https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" diff --git a/sys-libs/libstatgrab/libstatgrab-0.92.ebuild b/sys-libs/libstatgrab/libstatgrab-0.92.ebuild index b62910109c58..0e29607923b6 100644 --- a/sys-libs/libstatgrab/libstatgrab-0.92.ebuild +++ b/sys-libs/libstatgrab/libstatgrab-0.92.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit autotools - DESCRIPTION="A tool to provide access to statistics about the system on which it's run" HOMEPAGE="https://www.i-scream.org/libstatgrab/" SRC_URI="https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" diff --git a/sys-libs/talloc/talloc-2.3.1.ebuild b/sys-libs/talloc/talloc-2.3.1.ebuild index 7d87968f3927..851fdbb724c4 100644 --- a/sys-libs/talloc/talloc-2.3.1.ebuild +++ b/sys-libs/talloc/talloc-2.3.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="threads(+)" -inherit waf-utils python-single-r1 multilib multilib-minimal +inherit waf-utils python-single-r1 multilib-minimal DESCRIPTION="Samba talloc library" HOMEPAGE="https://talloc.samba.org/" diff --git a/sys-libs/talloc/talloc-2.3.2.ebuild b/sys-libs/talloc/talloc-2.3.2.ebuild index 977354e2fcd6..2b8eb265c04f 100644 --- a/sys-libs/talloc/talloc-2.3.2.ebuild +++ b/sys-libs/talloc/talloc-2.3.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="threads(+)" -inherit waf-utils python-single-r1 multilib multilib-minimal +inherit waf-utils python-single-r1 multilib-minimal DESCRIPTION="Samba talloc library" HOMEPAGE="https://talloc.samba.org/" diff --git a/sys-power/acpitool/acpitool-0.5.1-r1.ebuild b/sys-power/acpitool/acpitool-0.5.1-r1.ebuild index 825fc55d48e3..337634a90fe8 100644 --- a/sys-power/acpitool/acpitool-0.5.1-r1.ebuild +++ b/sys-power/acpitool/acpitool-0.5.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="A small command line application, intended to be a replacement for the apm tool" HOMEPAGE="http://packages.debian.org/sid/acpitool" diff --git a/sys-power/pmtools/pmtools-20110323-r1.ebuild b/sys-power/pmtools/pmtools-20110323-r1.ebuild index 2b6a541659eb..250b3393cd7b 100644 --- a/sys-power/pmtools/pmtools-20110323-r1.ebuild +++ b/sys-power/pmtools/pmtools-20110323-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic toolchain-funcs +inherit epatch flag-o-matic toolchain-funcs DESCRIPTION="Collection of tools for ACPI and power management" HOMEPAGE="https://github.com/anyc/pmtools/" diff --git a/sys-power/powernowd/powernowd-1.00-r4.ebuild b/sys-power/powernowd/powernowd-1.00-r4.ebuild index a71966cff6d8..ae38cc39812a 100644 --- a/sys-power/powernowd/powernowd-1.00-r4.ebuild +++ b/sys-power/powernowd/powernowd-1.00-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils linux-info systemd toolchain-funcs +inherit epatch linux-info systemd toolchain-funcs DESCRIPTION="Daemon to control the speed and voltage of CPUs" HOMEPAGE="http://www.deater.net/john/powernowd.html https://github.com/clemej/powernowd" diff --git a/sys-process/top-apple/top-apple-73.ebuild b/sys-process/top-apple/top-apple-73.ebuild index c8d33f1440c3..ddaa676b5d88 100644 --- a/sys-process/top-apple/top-apple-73.ebuild +++ b/sys-process/top-apple/top-apple-73.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit toolchain-funcs eutils +inherit toolchain-funcs epatch DESCRIPTION="Apple's top from Mac OS X Lion 10.7" HOMEPAGE="http://www.opensource.apple.com/" diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild index 40e71cf95be3..8b56d40b4d03 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit apache-module eutils tmpfiles +inherit apache-module epatch tmpfiles DESCRIPTION="An Apache authentication module using Kerberos" HOMEPAGE="http://modauthkerb.sourceforge.net/" diff --git a/www-apache/mod_auth_radius/mod_auth_radius-1.5.8.ebuild b/www-apache/mod_auth_radius/mod_auth_radius-1.5.8.ebuild index 878aebee4c0e..831b59d27d9e 100644 --- a/www-apache/mod_auth_radius/mod_auth_radius-1.5.8.ebuild +++ b/www-apache/mod_auth_radius/mod_auth_radius-1.5.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit apache-module eutils +inherit apache-module epatch DESCRIPTION="Radius authentication for Apache" HOMEPAGE="http://freeradius.org/mod_auth_radius/" diff --git a/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild b/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild index 7b9bb46132f7..e7ec743532d2 100644 --- a/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild +++ b/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit apache-module eutils +inherit apache-module epatch DESCRIPTION="Apache module for cookie based authentication" HOMEPAGE="http://www.openfusion.com.au/labs/mod_auth_tkt/" diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild index 499caf55e844..1ee5ca6c1276 100644 --- a/www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild +++ b/www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils apache-module +inherit apache-module DESCRIPTION="An Apache2 authentication DSO using external programs" HOMEPAGE="https://github.com/phokz/mod-auth-external" diff --git a/www-apache/mod_bw/mod_bw-0.9.2-r1.ebuild b/www-apache/mod_bw/mod_bw-0.9.2-r1.ebuild index c6bc263c140a..3bc850583b69 100644 --- a/www-apache/mod_bw/mod_bw-0.9.2-r1.ebuild +++ b/www-apache/mod_bw/mod_bw-0.9.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit apache-module eutils +inherit apache-module epatch DESCRIPTION="Bandwidth Management Module for Apache2" HOMEPAGE="http://www.ivn.cl/apache/" diff --git a/www-apache/mod_caucho/mod_caucho-4.0.47.ebuild b/www-apache/mod_caucho/mod_caucho-4.0.47.ebuild index 6987de2600c6..e0e459f4056d 100644 --- a/www-apache/mod_caucho/mod_caucho-4.0.47.ebuild +++ b/www-apache/mod_caucho/mod_caucho-4.0.47.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils apache-module +inherit apache-module DESCRIPTION="mod_caucho connects Resin and Apache2" HOMEPAGE="http://www.caucho.com/" diff --git a/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild b/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild index c23885fa5aa9..1739b8ff00cc 100644 --- a/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild +++ b/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit apache-module eutils +inherit apache-module epatch DESCRIPTION="mod_dnssd is an Apache module which adds Zeroconf support via DNS-SD using Avahi" HOMEPAGE="http://0pointer.de/lennart/projects/mod_dnssd/" 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 61a9a805cd0b..693cc0c6699d 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,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit apache-module eutils multilib +inherit apache-module multilib DESCRIPTION="Binary-compatible alternative to mod_fastcgi with better process management" HOMEPAGE="https://httpd.apache.org/mod_fcgid/" diff --git a/www-apache/mod_log_sql/mod_log_sql-1.101-r2.ebuild b/www-apache/mod_log_sql/mod_log_sql-1.101-r2.ebuild index 0ffe17b300e7..d64a1d825f69 100644 --- a/www-apache/mod_log_sql/mod_log_sql-1.101-r2.ebuild +++ b/www-apache/mod_log_sql/mod_log_sql-1.101-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit apache-module eutils +inherit apache-module epatch DESCRIPTION="An Apache module for logging to an SQL (MySQL) database" HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_log_sql/" diff --git a/www-apache/mod_rpaf/mod_rpaf-0.6-r1.ebuild b/www-apache/mod_rpaf/mod_rpaf-0.6-r1.ebuild index 703c870f07a4..e0e4e989f91d 100644 --- a/www-apache/mod_rpaf/mod_rpaf-0.6-r1.ebuild +++ b/www-apache/mod_rpaf/mod_rpaf-0.6-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit apache-module eutils +inherit apache-module epatch DESCRIPTION="Reverse proxy add forward module" HOMEPAGE="http://stderr.net/apache/rpaf/" diff --git a/www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild b/www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild index 09482ea3a6c7..5f9861b07555 100644 --- a/www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild +++ b/www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils webapp +inherit epatch webapp DESCRIPTION="WWW interface to a CVS tree" HOMEPAGE="http://www.freebsd.org/projects/cvsweb.html" diff --git a/www-apps/dotproject/dotproject-2.1.7-r1.ebuild b/www-apps/dotproject/dotproject-2.1.7-r1.ebuild index 864e0afb0cbe..de3f61dc8fa7 100644 --- a/www-apps/dotproject/dotproject-2.1.7-r1.ebuild +++ b/www-apps/dotproject/dotproject-2.1.7-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils webapp +inherit epatch webapp DESCRIPTION="dotProject is a PHP web-based project management framework" HOMEPAGE="http://www.dotproject.net/" 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 ebbd3863ae79..a7499d4ea063 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 @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit estack eutils toolchain-funcs +inherit estack toolchain-funcs PN_F=${PN} PV_F=v${PV} diff --git a/www-client/jd/jd-2.8.5_p120826.ebuild b/www-client/jd/jd-2.8.5_p120826.ebuild index 80bbabb0121e..e34c2185e537 100644 --- a/www-client/jd/jd-2.8.5_p120826.ebuild +++ b/www-client/jd/jd-2.8.5_p120826.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit eutils autotools flag-o-matic +inherit desktop autotools flag-o-matic MY_P="${P/_p/-}" diff --git a/www-client/jd/jd-2.8.9_p150226.ebuild b/www-client/jd/jd-2.8.9_p150226.ebuild index c1e8d8e99e2c..c6faa34a9c33 100644 --- a/www-client/jd/jd-2.8.9_p150226.ebuild +++ b/www-client/jd/jd-2.8.9_p150226.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit eutils autotools flag-o-matic +inherit autotools desktop flag-o-matic MY_P="${P/_p/-}" diff --git a/www-client/netrik/netrik-1.16.1-r1.ebuild b/www-client/netrik/netrik-1.16.1-r1.ebuild index 116c516ba939..c9110df5ca50 100644 --- a/www-client/netrik/netrik-1.16.1-r1.ebuild +++ b/www-client/netrik/netrik-1.16.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="A text based web browser with no ssl support" HOMEPAGE="http://netrik.sourceforge.net/" diff --git a/www-misc/litmus/litmus-0.13.ebuild b/www-misc/litmus/litmus-0.13.ebuild index 4b14ebaafda9..a7cdc6362201 100644 --- a/www-misc/litmus/litmus-0.13.ebuild +++ b/www-misc/litmus/litmus-0.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit autotools eutils +inherit autotools epatch # TODO: FAIL (connection refused by '...' port 80: Connection refused) # We can't run tests that connect with the internet. diff --git a/www-plugins/pdfjs/pdfjs-2.4.456.ebuild b/www-plugins/pdfjs/pdfjs-2.4.456.ebuild index 8846fc13803f..6f2bb76c6b3f 100644 --- a/www-plugins/pdfjs/pdfjs-2.4.456.ebuild +++ b/www-plugins/pdfjs/pdfjs-2.4.456.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,14 +6,13 @@ EAPI=7 DESCRIPTION="A PDF reader in JavaScript" HOMEPAGE="https://mozilla.github.io/pdf.js/" SRC_URI="https://github.com/mozilla/pdf.js/releases/download/v${PV}/${P}-dist.zip -> ${P}.zip" +S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-arch/unzip" - -S="${WORKDIR}" +BDEPEND="app-arch/unzip" src_install() { insinto /usr/share/pdf.js/ diff --git a/www-plugins/pdfjs/pdfjs-2.5.207.ebuild b/www-plugins/pdfjs/pdfjs-2.5.207.ebuild index 8846fc13803f..6f2bb76c6b3f 100644 --- a/www-plugins/pdfjs/pdfjs-2.5.207.ebuild +++ b/www-plugins/pdfjs/pdfjs-2.5.207.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,14 +6,13 @@ EAPI=7 DESCRIPTION="A PDF reader in JavaScript" HOMEPAGE="https://mozilla.github.io/pdf.js/" SRC_URI="https://github.com/mozilla/pdf.js/releases/download/v${PV}/${P}-dist.zip -> ${P}.zip" +S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-arch/unzip" - -S="${WORKDIR}" +BDEPEND="app-arch/unzip" src_install() { insinto /usr/share/pdf.js/ diff --git a/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild b/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild index 515772116e8b..e211f86a380c 100644 --- a/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild +++ b/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils flag-o-matic toolchain-funcs user multilib +inherit epatch flag-o-matic toolchain-funcs user multilib DESCRIPTION="A small, fast, and scalable web server" HOMEPAGE="http://www.monkey-project.com/" diff --git a/www-servers/monkeyd/monkeyd-9999.ebuild b/www-servers/monkeyd/monkeyd-9999.ebuild index 1ec59af14bc6..d818807591ad 100644 --- a/www-servers/monkeyd/monkeyd-9999.ebuild +++ b/www-servers/monkeyd/monkeyd-9999.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils flag-o-matic toolchain-funcs user multilib +inherit epatch flag-o-matic toolchain-funcs user multilib DESCRIPTION="A small, fast, and scalable web server" HOMEPAGE="http://www.monkey-project.com/" diff --git a/www-servers/resin/resin-4.0.48-r1.ebuild b/www-servers/resin/resin-4.0.48-r1.ebuild index f6273d76edc8..a0c767c66282 100644 --- a/www-servers/resin/resin-4.0.48-r1.ebuild +++ b/www-servers/resin/resin-4.0.48-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="source" -inherit java-pkg-2 java-ant-2 eutils flag-o-matic multilib user +inherit java-pkg-2 java-ant-2 epatch flag-o-matic multilib user DESCRIPTION="A fast Servlet and JSP engine" HOMEPAGE="http://www.caucho.com" diff --git a/x11-libs/goocanvas/goocanvas-1.0.0.ebuild b/x11-libs/goocanvas/goocanvas-1.0.0.ebuild index 21cdeed5f8d9..f59677deb0f6 100644 --- a/x11-libs/goocanvas/goocanvas-1.0.0.ebuild +++ b/x11-libs/goocanvas/goocanvas-1.0.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" + GCONF_DEBUG=no GNOME2_LA_PUNT=yes GNOME_TARBALL_SUFFIX="bz2" - -inherit eutils gnome2 libtool +inherit epatch gnome2 DESCRIPTION="Canvas widget for GTK+ using the cairo 2D library for drawing" HOMEPAGE="https://wiki.gnome.org/Projects/GooCanvas" diff --git a/x11-libs/mx/mx-1.4.7-r2.ebuild b/x11-libs/mx/mx-1.4.7-r2.ebuild index ec626e9d6266..5a85ae7c71a7 100644 --- a/x11-libs/mx/mx-1.4.7-r2.ebuild +++ b/x11-libs/mx/mx-1.4.7-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 GCONF_DEBUG="yes" -inherit gnome2 eutils +inherit gnome2 epatch DESCRIPTION="A widget toolkit using Clutter" HOMEPAGE="http://clutter-project.org/" diff --git a/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild b/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild index 2b11d58b4a9a..feb07d82c128 100644 --- a/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild +++ b/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils autotools versionator +inherit epatch autotools versionator MY_PV=$(get_version_component_range 1-3) MY_PATCH_MAJ=$(get_version_component_range 4) diff --git a/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild b/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild index a4c1a38b6260..86fa73404b93 100644 --- a/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild +++ b/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="3D File Browser" HOMEPAGE="https://sourceforge.net/projects/dz3d/" diff --git a/x11-misc/dmenu/dmenu-4.6.ebuild b/x11-misc/dmenu/dmenu-4.6.ebuild index f35a5bae308e..3105af4cd564 100644 --- a/x11-misc/dmenu/dmenu-4.6.ebuild +++ b/x11-misc/dmenu/dmenu-4.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System" HOMEPAGE="https://tools.suckless.org/dmenu/" diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild index 46abc996d141..285e3e6bfdb4 100644 --- a/x11-misc/grun/grun-0.9.3-r1.ebuild +++ b/x11-misc/grun/grun-0.9.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="A GTK based Run dialog resembling the Windows Run dialog, just like xexec" HOMEPAGE="https://github.com/lrgc/grun" diff --git a/x11-misc/kbdd/kbdd-0.7.1.ebuild b/x11-misc/kbdd/kbdd-0.7.1.ebuild index 32b3f011cfb1..d6939d16bd4e 100644 --- a/x11-misc/kbdd/kbdd-0.7.1.ebuild +++ b/x11-misc/kbdd/kbdd-0.7.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils vcs-snapshot +inherit autotools vcs-snapshot DESCRIPTION="Very simple layout switcher" HOMEPAGE="https://github.com/qnikst/kbdd" diff --git a/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild b/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild index e7513e44be67..bbdd608be6b7 100644 --- a/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild +++ b/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Another dynamic menu generator for Openbox" HOMEPAGE="http://fabrice.thiroux.free.fr/openbox-menu_en.html" diff --git a/x11-misc/slim/slim-1.3.6-r5.ebuild b/x11-misc/slim/slim-1.3.6-r5.ebuild index 49e2ecab88c2..ef30117b352d 100644 --- a/x11-misc/slim/slim-1.3.6-r5.ebuild +++ b/x11-misc/slim/slim-1.3.6-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit cmake-utils pam eutils systemd versionator +inherit cmake-utils pam systemd versionator DESCRIPTION="Simple Login Manager" HOMEPAGE="https://sourceforge.net/projects/slim.berlios/" diff --git a/x11-misc/whaw/whaw-0.2.ebuild b/x11-misc/whaw/whaw-0.2.ebuild index ca7e6ab903de..1ce1370b7a20 100644 --- a/x11-misc/whaw/whaw-0.2.ebuild +++ b/x11-misc/whaw/whaw-0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils +inherit epatch DESCRIPTION="Window manager independent Window Layout tool" HOMEPAGE="http://repetae.net/computer/whaw/" diff --git a/x11-misc/xcape/xcape-1.1.ebuild b/x11-misc/xcape/xcape-1.1.ebuild index 977f0de67883..f744d517a120 100644 --- a/x11-misc/xcape/xcape-1.1.ebuild +++ b/x11-misc/xcape/xcape-1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Utility to make modifier keys send custom key events when pressed on their own" HOMEPAGE="https://github.com/alols/xcape" diff --git a/x11-misc/xdock/xdock-0.3.0.ebuild b/x11-misc/xdock/xdock-0.3.0.ebuild index 379d89b1ad35..6cf304a5efbe 100644 --- a/x11-misc/xdock/xdock-0.3.0.ebuild +++ b/x11-misc/xdock/xdock-0.3.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="emulates Window Maker docks (runs in any window manager)" HOMEPAGE="http://xdock.sourceforge.net" diff --git a/x11-misc/xrestop/xrestop-0.4.ebuild b/x11-misc/xrestop/xrestop-0.4.ebuild index 067f35b2b21a..788c7a95953e 100644 --- a/x11-misc/xrestop/xrestop-0.4.ebuild +++ b/x11-misc/xrestop/xrestop-0.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="'Top' like statistics of X11 client's server side resource usage" HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop" diff --git a/x11-misc/xssstate/xssstate-1.1.ebuild b/x11-misc/xssstate/xssstate-1.1.ebuild index 311c55ab00f7..194e85aa60ed 100644 --- a/x11-misc/xssstate/xssstate-1.1.ebuild +++ b/x11-misc/xssstate/xssstate-1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="A simple tool to retrieve the X screensaver state" HOMEPAGE="https://tools.suckless.org/x/xssstate" diff --git a/x11-plugins/asapm/asapm-3.1-r1.ebuild b/x11-plugins/asapm/asapm-3.1-r1.ebuild index 8d6ea14a2354..e0d99b379ad6 100644 --- a/x11-plugins/asapm/asapm-3.1-r1.ebuild +++ b/x11-plugins/asapm/asapm-3.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils toolchain-funcs +inherit autotools epatch toolchain-funcs DESCRIPTION="APM monitor for AfterStep" HOMEPAGE="http://tigr.net/afterstep/applets/" diff --git a/x11-plugins/docker/docker-1.5-r1.ebuild b/x11-plugins/docker/docker-1.5-r1.ebuild index d1ecaa22fe44..27c079642622 100644 --- a/x11-plugins/docker/docker-1.5-r1.ebuild +++ b/x11-plugins/docker/docker-1.5-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Openbox app which acts as a system tray for KDE and GNOME2" HOMEPAGE="https://icculus.org/openbox/2/docker/" diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild index 1d49c9c8eff5..653c0ced057d 100644 --- a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild +++ b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils ltprune +inherit autotools ltprune DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin" HOMEPAGE="https://github.com/Draghtnod/Pidgin-GPG" diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild index 9bd5996db7f1..66f4ca8ec602 100644 --- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild +++ b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs MY_PN="wmspaceweather" MY_PV_ORIG="${PV/_p*}" diff --git a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild index fb66e91df2b3..02b4de944df1 100644 --- a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild +++ b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit desktop toolchain-funcs MY_P=wmMand-${PV} diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild index 7939398070e6..aeaa7890f999 100644 --- a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild +++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils gnome2-utils +inherit epatch gnome2-utils DESCRIPTION="A massively improved variant of the well-known Gartoon theme" HOMEPAGE="https://gnome-look.org/content/show.php/?content=74841" diff --git a/x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild b/x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild index 37f68eabdf9e..a06b099d78ad 100644 --- a/x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild +++ b/x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils gnustep-2 vcs-clean +inherit gnustep-2 vcs-clean DESCRIPTION="GNUstep theme closely following the original NeXT look and feel" HOMEPAGE="http://gap.nongnu.org/themes/index.html" diff --git a/x11-themes/gtk-engines-qtpixmap/gtk-engines-qtpixmap-0.28-r2.ebuild b/x11-themes/gtk-engines-qtpixmap/gtk-engines-qtpixmap-0.28-r2.ebuild index 7d4a1d4adf07..3e9fe2876671 100644 --- a/x11-themes/gtk-engines-qtpixmap/gtk-engines-qtpixmap-0.28-r2.ebuild +++ b/x11-themes/gtk-engines-qtpixmap/gtk-engines-qtpixmap-0.28-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -inherit autotools eutils gnome2 +inherit autotools epatch gnome2 MY_P="QtPixmap-${PV}" diff --git a/x11-themes/light-themes/light-themes-20.10-r2.ebuild b/x11-themes/light-themes/light-themes-20.10-r2.ebuild index fd7aee3d71eb..14ae92e32854 100644 --- a/x11-themes/light-themes/light-themes-20.10-r2.ebuild +++ b/x11-themes/light-themes/light-themes-20.10-r2.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="app-arch/xz-utils" +BDEPEND="app-arch/xz-utils" RDEPEND=" x11-themes/gtk-engines-murrine " 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 dd4ebe9193b8..898f24a08984 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 @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils rpm +inherit autotools epatch rpm MY_R=${PR/r/} DESCRIPTION="RedHat's Bluecurve theme for GTK2, KDE, GDM, Metacity and Nautilus" |