From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3680D1382C5 for ; Wed, 19 May 2021 13:43:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77F01E0823; Wed, 19 May 2021 13:43:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DAD3E0822 for ; Wed, 19 May 2021 13:43:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21EF1340D69 for ; Wed, 19 May 2021 13:43:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7601378E for ; Wed, 19 May 2021 13:43:44 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1621431811.185c49ba6c1ee3ffa79ccb4a4f8f6894eab8608f.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/iroffer-dinoex/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.ebuild net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild X-VCS-Directories: net-irc/iroffer-dinoex/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 185c49ba6c1ee3ffa79ccb4a4f8f6894eab8608f X-VCS-Branch: master Date: Wed, 19 May 2021 13:43:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f77bd68-89b4-438c-9d9d-a641c8ea7ae5 X-Archives-Hash: 6058b888e15ac858db8d720055bed61c commit: 185c49ba6c1ee3ffa79ccb4a4f8f6894eab8608f Author: Sergey Popov gentoo org> AuthorDate: Wed May 19 13:41:20 2021 +0000 Commit: Sergey Popov gentoo 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 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"