x11-libs/libXpm: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2026-04-30 16:38:43 -04:00
parent 7be297bbd6
commit c5b075318d
3 changed files with 0 additions and 82 deletions
-2
View File
@@ -1,3 +1 @@
DIST libXpm-3.5.17.tar.xz 468964 BLAKE2B 28b5168495b20b1442f21d0be8395aab58a7e42dfb95e33a60694ccee1aa868b516f35a09d47ba798608a9ed3e4f92c63a3418a0c857a38308a0d95c6fbad4d7 SHA512 52f9d2664a47a26c1a6ad65d18867de870b66947b0b0d99cca3512756a0aaa6ce2a245c0b49f20b70c3ce48bf04c47c333e8119a147465c277bca727f6ab017e
DIST libXpm-3.5.18.tar.xz 467900 BLAKE2B faabd9504879612b374a6933abe49183175c7ff613e7fb51bf049aaaa3d94a1cb31977175d07273d90d3784d4587985126fd4f927b1dc6f0b882062b7d140e77 SHA512 ced907c984cb9735948da82a69e33ef09421fee2e6f24178a2cca683a5425e48e3fa9d771bf82bc80b78e6dedf485d464563d91c0395a71f13502d0f7599f40e
DIST libXpm-3.5.19.tar.xz 468388 BLAKE2B ef7adfd98fd7c4671cf2767062d73c135a01c4e76e6d8990eb4f9b69f8e21478c4e0aabd8246eec03b964a036d427496914a978568bca16c37ea86578870b4c3 SHA512 dd95a70af0ac2fb0f5876e69ad19b38128c5add94b00238ee41a22634aa4dc56b22c1b47c4baa6a1ab549308d11b302c250b405322da8a64ea24441a065fbada
-40
View File
@@ -1,40 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
XORG_DOC=doc
XORG_MULTILIB=yes
inherit xorg-3
DESCRIPTION="X.Org Xpm library"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
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}]
app-alternatives/gzip
app-arch/ncompress
"
DEPEND="${RDEPEND}
x11-base/xorg-proto
test? ( >=dev-libs/glib-2.46:2 )
"
BDEPEND="
sys-devel/gettext
test? (
app-arch/gzip
app-arch/ncompress
)
"
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
$(use_enable test unit-tests)
)
xorg-3_src_configure
}
-40
View File
@@ -1,40 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
XORG_DOC=doc
XORG_MULTILIB=yes
inherit xorg-3
DESCRIPTION="X.Org Xpm library"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
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}]
app-alternatives/gzip
app-arch/ncompress
"
DEPEND="${RDEPEND}
x11-base/xorg-proto
test? ( >=dev-libs/glib-2.46:2 )
"
BDEPEND="
sys-devel/gettext
test? (
app-arch/gzip
app-arch/ncompress
)
"
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
$(use_enable test unit-tests)
)
xorg-3_src_configure
}