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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F00CD1382C5 for ; Fri, 14 May 2021 05:02:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12C77E083B; Fri, 14 May 2021 05:02:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDD68E0849 for ; Fri, 14 May 2021 05:02:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B088340E74 for ; Fri, 14 May 2021 05:02:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6BDD75F for ; Fri, 14 May 2021 05:02:36 +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: <1620968540.2ccca0a9e35a31c2ab16012e3db8c6b6d29cddf0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtermcontrol/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xtermcontrol/Manifest x11-misc/xtermcontrol/xtermcontrol-3.8.ebuild X-VCS-Directories: x11-misc/xtermcontrol/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2ccca0a9e35a31c2ab16012e3db8c6b6d29cddf0 X-VCS-Branch: master Date: Fri, 14 May 2021 05:02:36 +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: c3703d86-bf77-4868-87be-c52a3578715d X-Archives-Hash: 2bcee51564548a788ee008a1e6226309 commit: 2ccca0a9e35a31c2ab16012e3db8c6b6d29cddf0 Author: Matt Turner gentoo org> AuthorDate: Fri May 14 05:00:46 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 14 05:02:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccca0a9 x11-misc/xtermcontrol: Version bump to 3.8 Signed-off-by: Matt Turner gentoo.org> x11-misc/xtermcontrol/Manifest | 1 + x11-misc/xtermcontrol/xtermcontrol-3.8.ebuild | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/x11-misc/xtermcontrol/Manifest b/x11-misc/xtermcontrol/Manifest index 8b49bf2d552..9faf7ecd6dd 100644 --- a/x11-misc/xtermcontrol/Manifest +++ b/x11-misc/xtermcontrol/Manifest @@ -1 +1,2 @@ DIST xtermcontrol-3.7.tar.gz 151984 BLAKE2B 246b17e0b38540cfe022321129d76ae196c8d0b50b2a2fffbb523029321c5e8fde093fc5af16e5a550fc39eb2fcaf1fca4882de2948c45397c9bd4a9a11a06cb SHA512 b23da5dd07ea8fc59717752e937cffb36038870f3ad486d43b8d0477826916255ae8f00f894293efb2dead46ff9122c7e27200d5fc15b7bd91d9df1b649e2081 +DIST xtermcontrol-3.8.tar.gz 181399 BLAKE2B b65acd8ecdf6e0293fcd856cd05f7a3c2eaf868f6f7e0ea34829fbfece4e2a17c2085042e6eeb50a20504200db754badde8ffba0305358547d5f65cf18df564c SHA512 9dacddc57c31705d00f52753f906cd83ae4b7ae34ff2e712869becc452535dbce9fb3e0e9aaf689b55edd34889d9e37553e3702c26ccbd136f544016fcfedbf1 diff --git a/x11-misc/xtermcontrol/xtermcontrol-3.8.ebuild b/x11-misc/xtermcontrol/xtermcontrol-3.8.ebuild new file mode 100644 index 00000000000..d31df69220d --- /dev/null +++ b/x11-misc/xtermcontrol/xtermcontrol-3.8.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="xtermcontrol enables dynamic control of XFree86 xterm properties" +HOMEPAGE="https://www.thrysoee.dk/xtermcontrol/" +SRC_URI="https://www.thrysoee.dk/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"