Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/bitmap/
Date: Sun, 01 May 2022 02:02:17
Message-Id: 1651370525.e8ca560d0097fffd8af26fdf01815c0d104c3fc5.mattst88@gentoo
1 commit: e8ca560d0097fffd8af26fdf01815c0d104c3fc5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 02:00:48 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 02:02:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ca560d
7
8 x11-apps/bitmap: Version bump to 1.1.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/bitmap/Manifest | 1 +
13 x11-apps/bitmap/bitmap-1.1.0.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/x11-apps/bitmap/Manifest b/x11-apps/bitmap/Manifest
17 index d1af94ab80a4..0fb280eac48f 100644
18 --- a/x11-apps/bitmap/Manifest
19 +++ b/x11-apps/bitmap/Manifest
20 @@ -1 +1,2 @@
21 DIST bitmap-1.0.9.tar.bz2 181401 BLAKE2B efdf2d2905f6513ba8942d55a1aadca8f47f22736a55894deb9a4afeff132d8e410b8d84d27314253f16cb84ebb530b79c75991427365c45058e58280ede4449 SHA512 873c626c72a0f4025fe8c8aeedbf3fe4ee5657fb487ad7410406a20da518c0358041dc45c2549926cc10e1d031977073b9d1ddb32830fdce95b716a52fe44456
22 +DIST bitmap-1.1.0.tar.xz 163560 BLAKE2B 411ae6d34059cef35456d7a12fbd2fba6de65d0ad551ea884463f123c0e034e89142f103793a1aa6602649b468e4d9ffc33450a67b592b9355c5878c712a4654 SHA512 3d6c94675f10772daeb71598c3e0ddcb51569b1bfc4771159e9df89599bfeb8bf49f464c24fef54d30a8f737af32136f859f844be03e088d24ed962f88381193
23
24 diff --git a/x11-apps/bitmap/bitmap-1.1.0.ebuild b/x11-apps/bitmap/bitmap-1.1.0.ebuild
25 new file mode 100644
26 index 000000000000..75e93f984f3e
27 --- /dev/null
28 +++ b/x11-apps/bitmap/bitmap-1.1.0.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +XORG_TARBALL_SUFFIX=xz
36 +inherit xorg-3
37 +
38 +DESCRIPTION="X.Org bitmap application"
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
40 +
41 +RDEPEND="
42 + x11-libs/libX11
43 + x11-libs/libXaw
44 + x11-libs/libXmu
45 + x11-libs/libXt
46 + x11-misc/xbitmaps"
47 +DEPEND="${RDEPEND}
48 + x11-base/xorg-proto"