diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-06-05 11:30:22 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-06-05 11:39:42 -0400 |
commit | 08bafdc67f518b3159d0ae291d6a8bfe29f95213 (patch) | |
tree | 55284ce4a872830beb89da03c48fe1b76f2d01a3 /x11-libs | |
parent | x11-libs/libXi: Drop old versions (diff) | |
download | gentoo-08bafdc67f518b3159d0ae291d6a8bfe29f95213.tar.gz gentoo-08bafdc67f518b3159d0ae291d6a8bfe29f95213.tar.bz2 gentoo-08bafdc67f518b3159d0ae291d6a8bfe29f95213.zip |
x11-libs/libXpm: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXpm/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXpm/libXpm-3.5.14.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-libs/libXpm/Manifest b/x11-libs/libXpm/Manifest index 6d4e14caeb84..8eeedc665b2f 100644 --- a/x11-libs/libXpm/Manifest +++ b/x11-libs/libXpm/Manifest @@ -1,2 +1 @@ -DIST libXpm-3.5.14.tar.xz 392624 BLAKE2B fe87d246222717b1120647c59fd4c466914fca2debff20f33bfe49b0c58643a6d122e17e0e092c1570b28c945887cbb94e27989b6dbeadeae503a1811b7bbf09 SHA512 c3fe554453068a6b188d3cad2cb3648e84b7f1909aea8f213daadce3d444b34361c3b2edce14a4fd481f97e4dc45c3125e2483ff4f44b3390a75829ed2782e4b DIST libXpm-3.5.16.tar.xz 469020 BLAKE2B d234b2b3e074ae424f2d01894a48f53928085cde7ede8b3ec31dc2ea9484f9b024ee0e556a648e05b7ae4ea78e44bb5838d8a354387c7aafcaa4952f0879d247 SHA512 ee564311f8c1c9c08ed1035d55c287ecf7c20c6fee09ad448acfab59f38fd1ef381d4a24b4af2b581f3033730eebc7c690918e52ba706de689d1ef11085edac2 diff --git a/x11-libs/libXpm/libXpm-3.5.14.ebuild b/x11-libs/libXpm/libXpm-3.5.14.ebuild deleted file mode 100644 index 32d21a37883e..000000000000 --- a/x11-libs/libXpm/libXpm-3.5.14.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_DOC=doc -XORG_MULTILIB=yes -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="X.Org Xpm library" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - x11-base/xorg-proto" -BDEPEND="sys-devel/gettext" |