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 4EFB715815E for ; Sun, 4 Feb 2024 22:22:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CD222BC015; Sun, 4 Feb 2024 22:22:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 604E12BC015 for ; Sun, 4 Feb 2024 22:22:30 +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 75D7734317B for ; Sun, 4 Feb 2024 22:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA3C61492 for ; Sun, 4 Feb 2024 22:22:27 +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: <1707084000.768dbc9c139e7da776a216acd15f48819e0a6749.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/bitmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/bitmap/Manifest x11-apps/bitmap/bitmap-1.1.1.ebuild X-VCS-Directories: x11-apps/bitmap/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 768dbc9c139e7da776a216acd15f48819e0a6749 X-VCS-Branch: master Date: Sun, 4 Feb 2024 22:22:27 +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: 370e5693-731b-40f2-ba7a-b1ee0ccf29a1 X-Archives-Hash: 2d645626d714779b43dcd521ba8cae92 commit: 768dbc9c139e7da776a216acd15f48819e0a6749 Author: Matt Turner gentoo org> AuthorDate: Sun Feb 4 22:00:00 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Feb 4 22:00:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768dbc9c x11-apps/bitmap: Version bump to 1.1.1 Signed-off-by: Matt Turner gentoo.org> x11-apps/bitmap/Manifest | 1 + x11-apps/bitmap/bitmap-1.1.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/x11-apps/bitmap/Manifest b/x11-apps/bitmap/Manifest index 427b708583a5..c7bc80ad27e1 100644 --- a/x11-apps/bitmap/Manifest +++ b/x11-apps/bitmap/Manifest @@ -1 +1,2 @@ DIST bitmap-1.1.0.tar.xz 163560 BLAKE2B 411ae6d34059cef35456d7a12fbd2fba6de65d0ad551ea884463f123c0e034e89142f103793a1aa6602649b468e4d9ffc33450a67b592b9355c5878c712a4654 SHA512 3d6c94675f10772daeb71598c3e0ddcb51569b1bfc4771159e9df89599bfeb8bf49f464c24fef54d30a8f737af32136f859f844be03e088d24ed962f88381193 +DIST bitmap-1.1.1.tar.xz 169676 BLAKE2B 27daed3a742233180742313335db33ff76d001035114efd455308fc018221deb92ecbe3ef459b3ca27899607bc9ad590e375da601e1b1ac73b9760ad3d425eec SHA512 69096a73739019545f2eb44b823e659b84377cf7c497243c89cbf3f26c9623c31fecfa36628022d241a581a5930e9e2394ec116e5c6d9df94097b45661261307 diff --git a/x11-apps/bitmap/bitmap-1.1.1.ebuild b/x11-apps/bitmap/bitmap-1.1.1.ebuild new file mode 100644 index 000000000000..a0647c1bfb62 --- /dev/null +++ b/x11-apps/bitmap/bitmap-1.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_TARBALL_SUFFIX=xz +inherit xorg-3 + +DESCRIPTION="X.Org bitmap application" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-misc/xbitmaps" +DEPEND="${RDEPEND} + x11-base/xorg-proto"