summaryrefslogtreecommitdiff
path: root/x11-apps/bitmap
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/bitmap
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/bitmap')
-rw-r--r--x11-apps/bitmap/Manifest1
-rw-r--r--x11-apps/bitmap/bitmap-1.0.9-r1.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/bitmap/Manifest b/x11-apps/bitmap/Manifest
index 121bcae19e6f..ad3724839b67 100644
--- a/x11-apps/bitmap/Manifest
+++ b/x11-apps/bitmap/Manifest
@@ -1,3 +1,4 @@
DIST bitmap-1.0.9.tar.bz2 181401 BLAKE2B efdf2d2905f6513ba8942d55a1aadca8f47f22736a55894deb9a4afeff132d8e410b8d84d27314253f16cb84ebb530b79c75991427365c45058e58280ede4449 SHA512 873c626c72a0f4025fe8c8aeedbf3fe4ee5657fb487ad7410406a20da518c0358041dc45c2549926cc10e1d031977073b9d1ddb32830fdce95b716a52fe44456
+EBUILD bitmap-1.0.9-r1.ebuild 392 BLAKE2B 8637f7a4f93ba5d2ade30fb92c4b87a9c6b41d5abda5a0f6f8be5e9811ae1dd601ab72952fdcb4390b371e65e811d495754fcfdce5b712d3c849fffb11ef2638 SHA512 2fcbaa00185276eb07cd1b9f13c26cccc2e6cf2d133060ebad3652f1acc724ea64f4311ff247dca3970d0279c372e7a125e86e34e2856352f1e2deca87683083
EBUILD bitmap-1.0.9.ebuild 370 BLAKE2B 6c7cabf9c6ef53b576e65fe0c388700a5486298dab8d3ee6666583c2399bec7b557cd969a5eec9f1071aae4b46601dd8bc669083530c7f99e577bc85006829d3 SHA512 52352baec1b698b9d79640aa888113af2242145651a1d6df52f437110f17be934e9a262e2a1ca3e7a4e55724ef6b25d463af3c789cbbdc69319d6184c055cdaa
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/bitmap/bitmap-1.0.9-r1.ebuild b/x11-apps/bitmap/bitmap-1.0.9-r1.ebuild
new file mode 100644
index 000000000000..37031344c529
--- /dev/null
+++ b/x11-apps/bitmap/bitmap-1.0.9-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="X.Org bitmap application"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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"