public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/
Date: Tue,  5 May 2020 08:46:59 +0000 (UTC)	[thread overview]
Message-ID: <1588668394.5be52125efb92ff18bc1292022040a9608ad67a5.juippis@gentoo> (raw)

commit:     5be52125efb92ff18bc1292022040a9608ad67a5
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon Feb 10 22:49:31 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May  5 08:46:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be52125

net-im/bitlbee: use acct-{group,user}/bitlbee

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-im/bitlbee/bitlbee-3.5.1.ebuild | 11 ++++-------
 net-im/bitlbee/bitlbee-3.6.ebuild   | 11 ++++-------
 net-im/bitlbee/bitlbee-9999.ebuild  | 11 ++++-------
 3 files changed, 12 insertions(+), 21 deletions(-)

diff --git a/net-im/bitlbee/bitlbee-3.5.1.ebuild b/net-im/bitlbee/bitlbee-3.5.1.ebuild
index 3ce9cca1ef2..4d724abf2b8 100644
--- a/net-im/bitlbee/bitlbee-3.5.1.ebuild
+++ b/net-im/bitlbee/bitlbee-3.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit user systemd toolchain-funcs
+inherit systemd toolchain-funcs
 
 if [[ ${PV} == "9999" ]]; then
 	EGIT_REPO_URI="https://github.com/bitlbee/bitlbee.git"
@@ -30,6 +30,8 @@ REQUIRED_USE="
 "
 
 COMMON_DEPEND="
+	acct-group/bitlbee
+	acct-user/bitlbee
 	>=dev-libs/glib-2.16
 	purple? ( net-im/pidgin )
 	libevent? ( dev-libs/libevent:= )
@@ -52,11 +54,6 @@ RDEPEND="${COMMON_DEPEND}
 	virtual/logger
 	xinetd? ( sys-apps/xinetd )"
 
-pkg_setup() {
-	enewgroup bitlbee
-	enewuser bitlbee -1 -1 /var/lib/bitlbee bitlbee
-}
-
 src_prepare() {
 	if [[ ${PV} != "9999" ]]; then
 		eapply \

diff --git a/net-im/bitlbee/bitlbee-3.6.ebuild b/net-im/bitlbee/bitlbee-3.6.ebuild
index 9df170295b6..6643e1c5920 100644
--- a/net-im/bitlbee/bitlbee-3.6.ebuild
+++ b/net-im/bitlbee/bitlbee-3.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit user systemd toolchain-funcs
+inherit systemd toolchain-funcs
 
 if [[ ${PV} == "9999" ]]; then
 	EGIT_REPO_URI="https://github.com/bitlbee/bitlbee.git"
@@ -30,6 +30,8 @@ REQUIRED_USE="
 "
 
 COMMON_DEPEND="
+	acct-group/bitlbee
+	acct-user/bitlbee
 	>=dev-libs/glib-2.16
 	purple? ( net-im/pidgin )
 	libevent? ( dev-libs/libevent:= )
@@ -51,11 +53,6 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	xinetd? ( sys-apps/xinetd )"
 
-pkg_setup() {
-	enewgroup bitlbee
-	enewuser bitlbee -1 -1 /var/lib/bitlbee bitlbee
-}
-
 src_prepare() {
 	[[ ${PV} != "9999" ]] && eapply "${FILESDIR}"/${PN}-3.5-systemd-user.patch
 	eapply_user

diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild
index 9df170295b6..6643e1c5920 100644
--- a/net-im/bitlbee/bitlbee-9999.ebuild
+++ b/net-im/bitlbee/bitlbee-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit user systemd toolchain-funcs
+inherit systemd toolchain-funcs
 
 if [[ ${PV} == "9999" ]]; then
 	EGIT_REPO_URI="https://github.com/bitlbee/bitlbee.git"
@@ -30,6 +30,8 @@ REQUIRED_USE="
 "
 
 COMMON_DEPEND="
+	acct-group/bitlbee
+	acct-user/bitlbee
 	>=dev-libs/glib-2.16
 	purple? ( net-im/pidgin )
 	libevent? ( dev-libs/libevent:= )
@@ -51,11 +53,6 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	xinetd? ( sys-apps/xinetd )"
 
-pkg_setup() {
-	enewgroup bitlbee
-	enewuser bitlbee -1 -1 /var/lib/bitlbee bitlbee
-}
-
 src_prepare() {
 	[[ ${PV} != "9999" ]] && eapply "${FILESDIR}"/${PN}-3.5-systemd-user.patch
 	eapply_user


             reply	other threads:[~2020-05-05  8:47 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-05  8:46 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-27 19:08 [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/ Petr Vaněk
2024-02-20  9:08 Petr Vaněk
2024-02-20  9:08 Petr Vaněk
2022-09-30 15:24 Agostino Sarubbo
2022-09-30 15:23 Agostino Sarubbo
2022-09-30 15:22 Agostino Sarubbo
2022-08-30  8:48 Jakov Smolić
2022-08-23  5:11 Sam James
2022-08-23  5:11 Sam James
2022-08-23  5:11 Sam James
2022-08-18  7:06 Joonas Niilola
2022-07-28  7:10 Sam James
2022-07-09  9:55 Sam James
2022-06-21 16:12 Jakov Smolić
2022-02-07 20:20 Arthur Zamarin
2022-02-07 20:20 Arthur Zamarin
2022-02-07 20:20 Arthur Zamarin
2021-05-02 19:40 Mikle Kolyada
2021-04-15  8:41 Joonas Niilola
2021-03-26 15:55 Sam James
2020-09-07  8:20 Sergei Trofimovich
2020-08-22 11:26 Agostino Sarubbo
2020-08-22  5:50 Agostino Sarubbo
2020-05-05  8:47 Joonas Niilola
2020-05-05  8:47 Joonas Niilola
2020-05-05  8:47 Joonas Niilola
2020-05-05  8:47 Joonas Niilola
2019-11-20 14:39 Joonas Niilola
2019-11-18  5:27 Tim Harder
2019-09-15 14:55 Michał Górny
2019-09-15 14:55 Michał Górny
2019-08-14 23:17 Tim Harder
2017-09-11  6:44 Tim Harder
2017-02-12 15:44 Agostino Sarubbo
2017-02-08  2:12 Michael Weber
2017-02-01 22:32 Tim Harder
2017-01-25  6:30 Tim Harder
2017-01-25  6:30 Tim Harder
2017-01-04 17:09 Agostino Sarubbo
2016-12-21 11:28 Tobias Klausmann
2016-08-07  6:52 Pacho Ramos
2016-07-03 23:01 Zac Medico
2016-03-27  1:26 Tim Harder
2016-03-27  1:26 Tim Harder
2016-03-16 11:51 Agostino Sarubbo
2016-03-15 15:27 Agostino Sarubbo
2016-03-06 12:58 Agostino Sarubbo
2016-01-18  3:33 Tim Harder
2016-01-18  3:17 Tim Harder
2016-01-17 22:20 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1588668394.5be52125efb92ff18bc1292022040a9608ad67a5.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox