diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-04-03 23:12:37 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-04-03 23:12:37 -0400 |
commit | dfcdad3007f2090822d84ae18162885740c743c1 (patch) | |
tree | 5e1ffa9ee0e38de492276bd96e9dab288cbe71e9 /x11-apps | |
parent | media-libs/mesa: Drop old versions (diff) | |
download | gentoo-dfcdad3007f2090822d84ae18162885740c743c1.tar.gz gentoo-dfcdad3007f2090822d84ae18162885740c743c1.tar.bz2 gentoo-dfcdad3007f2090822d84ae18162885740c743c1.zip |
x11-apps/bitmap: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/bitmap/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/bitmap/bitmap-1.1.0.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/x11-apps/bitmap/Manifest b/x11-apps/bitmap/Manifest index c7bc80ad27e1..3fecba0839ef 100644 --- a/x11-apps/bitmap/Manifest +++ b/x11-apps/bitmap/Manifest @@ -1,2 +1 @@ -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.0.ebuild b/x11-apps/bitmap/bitmap-1.1.0.ebuild deleted file mode 100644 index 2ba774723936..000000000000 --- a/x11-apps/bitmap/bitmap-1.1.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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" |