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 6B1EF1382C5 for ; Wed, 31 Mar 2021 22:10:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5275E07D7; Wed, 31 Mar 2021 22:10:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 24031E07D7 for ; Wed, 31 Mar 2021 22:10:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D0CD7335CA0 for ; Wed, 31 Mar 2021 22:10:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ADAF636 for ; Wed, 31 Mar 2021 22:10:13 +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: <1617228603.fdebad1cf5dc75a224619fc3d29a298c65656e24.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXres/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXres/Manifest x11-libs/libXres/libXres-1.2.1.ebuild X-VCS-Directories: x11-libs/libXres/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fdebad1cf5dc75a224619fc3d29a298c65656e24 X-VCS-Branch: master Date: Wed, 31 Mar 2021 22:10:13 +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: 11c93b74-4503-4e0b-940f-27331c887ac1 X-Archives-Hash: c87987f878b9023c1f9c3ecedc787f06 commit: fdebad1cf5dc75a224619fc3d29a298c65656e24 Author: Matt Turner gentoo org> AuthorDate: Wed Mar 31 22:05:45 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Mar 31 22:10:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdebad1c x11-libs/libXres: Version bump to 1.2.1 Signed-off-by: Matt Turner gentoo.org> x11-libs/libXres/Manifest | 1 + x11-libs/libXres/libXres-1.2.1.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/x11-libs/libXres/Manifest b/x11-libs/libXres/Manifest index 989d4f8173f..29d38e883a0 100644 --- a/x11-libs/libXres/Manifest +++ b/x11-libs/libXres/Manifest @@ -1 +1,2 @@ DIST libXres-1.2.0.tar.bz2 286635 BLAKE2B 0c0813118c7ecd5851b075a4001e0e34fa3df92bd8367717eee42ec20352cab3443d232715c1d40c5df313f6508d2dddc779980d11744a1f897cc7511bfdfdf4 SHA512 8eb5a36b1f030eb4e27e676cc4befcc073da66a7bce2b39089314e1facb629d13b087bb53ca2c95fe5291857da7ff9f80c6ab28fb3e245eeb9e0344937900172 +DIST libXres-1.2.1.tar.bz2 311025 BLAKE2B f1ecc2397547cd6bcd37dc94968bacc378ab67d004fc31f02890b26bf169057bda61f6a08559ec23eb70bee5910f200e9d1016add3ca816fc4dd49115e718256 SHA512 c17d28406e17e305dc4976f095e88059735f5bd8c600adf2e556523c9e0dd7fa01dcbf7a9d28a642e77e49a5b30f54bb9b2fc34bfbedce467ee2a020bba5cdf1 diff --git a/x11-libs/libXres/libXres-1.2.1.ebuild b/x11-libs/libXres/libXres-1.2.1.ebuild new file mode 100644 index 00000000000..f647c8c5637 --- /dev/null +++ b/x11-libs/libXres/libXres-1.2.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_DOC=doc +inherit xorg-3 + +DESCRIPTION="X.Org XRes library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-base/xorg-proto"