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 2DCCC15808B for ; Thu, 7 Apr 2022 21:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1B6DE0977; Thu, 7 Apr 2022 21:12:34 +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 7FA9AE096D for ; Thu, 7 Apr 2022 21:12:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04A7A3415F0 for ; Thu, 7 Apr 2022 21:12:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75998D0 for ; Thu, 7 Apr 2022 21:12:28 +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: <1649365941.9555fa452c8d5d80f9a4a3f2c8ed831d7c6ea5cc.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xclock/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xclock/Manifest x11-apps/xclock/xclock-1.1.1.ebuild X-VCS-Directories: x11-apps/xclock/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9555fa452c8d5d80f9a4a3f2c8ed831d7c6ea5cc X-VCS-Branch: master Date: Thu, 7 Apr 2022 21:12:28 +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: a614d523-e579-430f-953a-f924aef7f004 X-Archives-Hash: 8e23ddd4e64a9e57cd784e1506474054 commit: 9555fa452c8d5d80f9a4a3f2c8ed831d7c6ea5cc Author: Matt Turner gentoo org> AuthorDate: Thu Apr 7 21:09:12 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 7 21:12:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9555fa45 x11-apps/xclock: Version bump to 1.1.1 Signed-off-by: Matt Turner gentoo.org> x11-apps/xclock/Manifest | 1 + x11-apps/xclock/xclock-1.1.1.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/x11-apps/xclock/Manifest b/x11-apps/xclock/Manifest index bcdeb455a340..e9ada2da0d62 100644 --- a/x11-apps/xclock/Manifest +++ b/x11-apps/xclock/Manifest @@ -1,2 +1,3 @@ DIST xclock-1.0.9.tar.bz2 175372 BLAKE2B 6e19535a357f1ed162de1ae5c403cfde6be03a3be6bebd8b338472473c8da71e00a3e6c52e7b43315735bc41345490a6dacf1b934458d4c11fec09072e2f9b00 SHA512 fcbac0b4ab1cea4ae0751ce1c0c6302048e5d98d459873c7580e4ca786ec49fa27f73e5831bdfe135abb5cfeabe886456276e9d01351ea7905c606f40f84522d DIST xclock-1.1.0.tar.xz 158984 BLAKE2B 26f39053decd25d481db90f8d2d9e854a4d66170d414de6232e48359c57f1865a581740f34419c8ad986e10c6dbe4aea921d4760c9eb33ca6345255552eca3fe SHA512 9456ed43cb8afce4a1f1c4edcb87bfb86f61fb54d1892f26812ed10662c9b8f8c28854934ce4eb981090d500fec0f295ba96df9867dd1685dc5f31202729a1a0 +DIST xclock-1.1.1.tar.xz 159556 BLAKE2B 5770cc0cf9065eb83b427c63190dae070635eade9410676a343505fc7a9d94098fd8d416384383f5311453a7ec80a0b72e8cb9a86be98eb8275dfd9cc92ba478 SHA512 059ea986bc7537c2796e8855676e8357bd8a7852fbac0839b3f8a9e3ffa088de41bc4e4961973353f0a7b7293366b81bc764d74f3dc4e90e361da06185d976e7 diff --git a/x11-apps/xclock/xclock-1.1.1.ebuild b/x11-apps/xclock/xclock-1.1.1.ebuild new file mode 100644 index 000000000000..7034dfd5e4fe --- /dev/null +++ b/x11-apps/xclock/xclock-1.1.1.ebuild @@ -0,0 +1,20 @@ +# 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="analog / digital clock for X" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXrender + x11-libs/libXft + x11-libs/libxkbfile + x11-libs/libXaw" +DEPEND="${RDEPEND} + x11-base/xorg-proto"