diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2021-05-19 16:41:20 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2021-05-19 16:43:31 +0300 |
commit | 185c49ba6c1ee3ffa79ccb4a4f8f6894eab8608f (patch) | |
tree | 166155ee0468bfc4f2de08e32ce2375529920a20 /net-irc/iroffer-dinoex | |
parent | acct-user/iroffer: new user (187) (diff) | |
download | gentoo-185c49ba6c1ee3ffa79ccb4a4f8f6894eab8608f.tar.gz gentoo-185c49ba6c1ee3ffa79ccb4a4f8f6894eab8608f.tar.bz2 gentoo-185c49ba6c1ee3ffa79ccb4a4f8f6894eab8608f.zip |
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@gentoo.org>
Diffstat (limited to 'net-irc/iroffer-dinoex')
-rw-r--r-- | net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.ebuild (renamed from net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild) | 14 |
1 files 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 index a1293eaa5bbf..8de5d34ef91b 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" |