summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 14:24:12 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 14:24:12 -0400
commit365f441728ea4e407f7bf1a86d27da1ccb225f09 (patch)
tree8fa321565ecb413fd93614a9547a3d03b6637a62 /x11-apps
parentx11-apps/rgb: Version bump to 1.1.0 (diff)
downloadgentoo-365f441728ea4e407f7bf1a86d27da1ccb225f09.tar.gz
gentoo-365f441728ea4e407f7bf1a86d27da1ccb225f09.tar.bz2
gentoo-365f441728ea4e407f7bf1a86d27da1ccb225f09.zip
x11-apps/sessreg: Version bump to 1.1.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/sessreg/Manifest1
-rw-r--r--x11-apps/sessreg/sessreg-1.1.3.ebuild15
2 files changed, 16 insertions, 0 deletions
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"