commit: 185c49ba6c1ee3ffa79ccb4a4f8f6894eab8608f Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Wed May 19 13:41:20 2021 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Wed May 19 13:43:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185c49ba
net-irc/iroffer-dinoex-3.32-r1: revision bump Bump EAPI to 7, migrate away from user eclass Drop old revision Closes: https://bugs.gentoo.org/781392 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org> ...er-dinoex-3.32.ebuild => iroffer-dinoex-3.32-r1.ebuild} | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.ebuild similarity index 93% rename from net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild rename to net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.ebuild index a1293eaa5bb..8de5d34ef91 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.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=6 +EAPI=7 PLOCALES="de en fr it" PLOCALE_BACKUP="en" -inherit l10n toolchain-funcs user +inherit l10n toolchain-funcs DESCRIPTION="IRC fileserver using DCC" HOMEPAGE="http://iroffer.dinoex.net/" @@ -23,7 +23,8 @@ REQUIRED_USE=" gnutls? ( ssl ) " -RDEPEND="chroot? ( dev-libs/nss ) +RDEPEND="acct-user/iroffer + chroot? ( dev-libs/nss ) curl? ( net-misc/curl[ssl?] gnutls? ( net-misc/curl[curl_ssl_gnutls] ) @@ -36,11 +37,6 @@ RDEPEND="chroot? ( dev-libs/nss ) DEPEND="${RDEPEND}" -pkg_setup() { - enewgroup iroffer - enewuser iroffer -1 -1 -1 iroffer -} - src_prepare() { eapply "${FILESDIR}/${PN}-3.31-config.patch" eapply "${FILESDIR}/${PN}-Werror.patch"
