From 124ad96264f65068e5d1a4865d40562b0569266b Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 9 Jul 2023 12:58:57 -0400 Subject: Revbump all acct-group and acct-user packages user-info.eclass was modified to fix a bug in egetent. Revbump everything to ensure that binpkgs get regenerated. Signed-off-by: Mike Gilbert --- acct-group/notary/notary-0-r1.ebuild | 10 ++++++++++ acct-group/notary/notary-0.ebuild | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 acct-group/notary/notary-0-r1.ebuild delete mode 100644 acct-group/notary/notary-0.ebuild (limited to 'acct-group/notary') diff --git a/acct-group/notary/notary-0-r1.ebuild b/acct-group/notary/notary-0-r1.ebuild new file mode 100644 index 000000000000..c40e97bec775 --- /dev/null +++ b/acct-group/notary/notary-0-r1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for app-misc/notary" + +ACCT_GROUP_ID="280" diff --git a/acct-group/notary/notary-0.ebuild b/acct-group/notary/notary-0.ebuild deleted file mode 100644 index fb865b1555cc..000000000000 --- a/acct-group/notary/notary-0.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-group - -DESCRIPTION="Group for app-misc/notary" - -ACCT_GROUP_ID="280" -- cgit v1.2.3-65-gdbad