summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-02-04 17:00:00 -0500
committerMatt Turner <mattst88@gentoo.org>2024-02-04 17:00:00 -0500
commit768dbc9c139e7da776a216acd15f48819e0a6749 (patch)
tree8d29da1d3d6febf1405572b36f37956b80ccba0b /x11-apps/bitmap
parentmedia-gfx/imagemagick: Stabilize 6.9.13.3 sparc, #921372 (diff)
downloadgentoo-768dbc9c139e7da776a216acd15f48819e0a6749.tar.gz
gentoo-768dbc9c139e7da776a216acd15f48819e0a6749.tar.bz2
gentoo-768dbc9c139e7da776a216acd15f48819e0a6749.zip
x11-apps/bitmap: Version bump to 1.1.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/bitmap')
-rw-r--r--x11-apps/bitmap/Manifest1
-rw-r--r--x11-apps/bitmap/bitmap-1.1.1.ebuild19
2 files changed, 20 insertions, 0 deletions
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"