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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5698E158020 for ; Sat, 29 Oct 2022 18:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80A70E0825; Sat, 29 Oct 2022 18:25:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6404CE0825 for ; Sat, 29 Oct 2022 18:25:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57318340B6A for ; Sat, 29 Oct 2022 18:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93A28523 for ; Sat, 29 Oct 2022 18:25:20 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1667067852.365f441728ea4e407f7bf1a86d27da1ccb225f09.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/sessreg/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/sessreg/Manifest x11-apps/sessreg/sessreg-1.1.3.ebuild X-VCS-Directories: x11-apps/sessreg/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 365f441728ea4e407f7bf1a86d27da1ccb225f09 X-VCS-Branch: master Date: Sat, 29 Oct 2022 18:25:20 +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: 75439509-5023-48ea-bc4f-045108f8e966 X-Archives-Hash: 7f605a775d08fa9848a33806af220144 commit: 365f441728ea4e407f7bf1a86d27da1ccb225f09 Author: Matt Turner gentoo org> AuthorDate: Sat Oct 29 18:24:12 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 29 18:24:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365f4417 x11-apps/sessreg: Version bump to 1.1.3 Signed-off-by: Matt Turner gentoo.org> x11-apps/sessreg/Manifest | 1 + x11-apps/sessreg/sessreg-1.1.3.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-apps/sessreg/Manifest b/x11-apps/sessreg/Manifest index 932f47568193..2482deaf8e92 100644 --- a/x11-apps/sessreg/Manifest +++ b/x11-apps/sessreg/Manifest @@ -1 +1,2 @@ DIST sessreg-1.1.2.tar.bz2 137612 BLAKE2B 0fe6484b83255bc2b917645ea841ad43b927131a8ef3fa9a47e7864984259140579c462c8d03645928ffd4667e7c46f36c5eb1aa35ce916ab65126c55f6bdde1 SHA512 7e3c2bdcadb7133aace463b58d8c6108d315ec95d2a42509073eeddc7f02644092a4b3168bd3b426c041736a016291092e0bf8368acd620dbeff96d53d12f98c +DIST sessreg-1.1.3.tar.xz 131184 BLAKE2B 9da6b8c44db96edb5151856edffe37691004c1df0ae5bc7c32becb78595f8ff907291f090a708acb5bdf49dffc866385298a9de00df0e31533f61cbaa5296719 SHA512 bc1e83afc598ac5b4c6ab0861799b6c8727c123ee662c1fb9cbdd9ee926973b7a00cc62e32f6b4e462c0da3516f8b824337d9cf17587ebabd3f4753502641a60 diff --git a/x11-apps/sessreg/sessreg-1.1.3.ebuild b/x11-apps/sessreg/sessreg-1.1.3.ebuild new file mode 100644 index 000000000000..fd32da6d664f --- /dev/null +++ b/x11-apps/sessreg/sessreg-1.1.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="manage utmp/wtmp entries for non-init clients" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-base/xorg-proto"