diff options
author | 2022-04-30 19:00:48 -0700 | |
---|---|---|
committer | 2022-04-30 19:02:05 -0700 | |
commit | e8ca560d0097fffd8af26fdf01815c0d104c3fc5 (patch) | |
tree | 1531b887a7713e83e219cdec1f1a15e17e227bbc /x11-apps/bitmap | |
parent | dev-python/python-email-validator: keyword 1.2.0 for ~loong (diff) | |
download | gentoo-e8ca560d0097fffd8af26fdf01815c0d104c3fc5.tar.gz gentoo-e8ca560d0097fffd8af26fdf01815c0d104c3fc5.tar.bz2 gentoo-e8ca560d0097fffd8af26fdf01815c0d104c3fc5.zip |
x11-apps/bitmap: Version bump to 1.1.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/bitmap')
-rw-r--r-- | x11-apps/bitmap/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/bitmap/bitmap-1.1.0.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-apps/bitmap/Manifest b/x11-apps/bitmap/Manifest index d1af94ab80a4..0fb280eac48f 100644 --- a/x11-apps/bitmap/Manifest +++ b/x11-apps/bitmap/Manifest @@ -1 +1,2 @@ DIST bitmap-1.0.9.tar.bz2 181401 BLAKE2B efdf2d2905f6513ba8942d55a1aadca8f47f22736a55894deb9a4afeff132d8e410b8d84d27314253f16cb84ebb530b79c75991427365c45058e58280ede4449 SHA512 873c626c72a0f4025fe8c8aeedbf3fe4ee5657fb487ad7410406a20da518c0358041dc45c2549926cc10e1d031977073b9d1ddb32830fdce95b716a52fe44456 +DIST bitmap-1.1.0.tar.xz 163560 BLAKE2B 411ae6d34059cef35456d7a12fbd2fba6de65d0ad551ea884463f123c0e034e89142f103793a1aa6602649b468e4d9ffc33450a67b592b9355c5878c712a4654 SHA512 3d6c94675f10772daeb71598c3e0ddcb51569b1bfc4771159e9df89599bfeb8bf49f464c24fef54d30a8f737af32136f859f844be03e088d24ed962f88381193 diff --git a/x11-apps/bitmap/bitmap-1.1.0.ebuild b/x11-apps/bitmap/bitmap-1.1.0.ebuild new file mode 100644 index 000000000000..75e93f984f3e --- /dev/null +++ b/x11-apps/bitmap/bitmap-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 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" |