diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-10-05 08:37:21 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-10-05 08:37:43 -0400 |
commit | 81b607dc88374467192e57704260fcd7a4b07caf (patch) | |
tree | fe93ac1cfef8561993df9d9b22ee549090acc616 /x11-libs/libXpm | |
parent | x11-libs/libX11: Drop old versions (diff) | |
download | gentoo-81b607dc88374467192e57704260fcd7a4b07caf.tar.gz gentoo-81b607dc88374467192e57704260fcd7a4b07caf.tar.bz2 gentoo-81b607dc88374467192e57704260fcd7a4b07caf.zip |
x11-libs/libXpm: Drop old versions
Bug: https://bugs.gentoo.org/915130
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXpm')
-rw-r--r-- | x11-libs/libXpm/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXpm/libXpm-3.5.16.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/x11-libs/libXpm/Manifest b/x11-libs/libXpm/Manifest index 651e72eeb5fa..8f4198a4ac9b 100644 --- a/x11-libs/libXpm/Manifest +++ b/x11-libs/libXpm/Manifest @@ -1,2 +1 @@ -DIST libXpm-3.5.16.tar.xz 469020 BLAKE2B d234b2b3e074ae424f2d01894a48f53928085cde7ede8b3ec31dc2ea9484f9b024ee0e556a648e05b7ae4ea78e44bb5838d8a354387c7aafcaa4952f0879d247 SHA512 ee564311f8c1c9c08ed1035d55c287ecf7c20c6fee09ad448acfab59f38fd1ef381d4a24b4af2b581f3033730eebc7c690918e52ba706de689d1ef11085edac2 DIST libXpm-3.5.17.tar.xz 468964 BLAKE2B 28b5168495b20b1442f21d0be8395aab58a7e42dfb95e33a60694ccee1aa868b516f35a09d47ba798608a9ed3e4f92c63a3418a0c857a38308a0d95c6fbad4d7 SHA512 52f9d2664a47a26c1a6ad65d18867de870b66947b0b0d99cca3512756a0aaa6ce2a245c0b49f20b70c3ce48bf04c47c333e8119a147465c277bca727f6ab017e diff --git a/x11-libs/libXpm/libXpm-3.5.16.ebuild b/x11-libs/libXpm/libXpm-3.5.16.ebuild deleted file mode 100644 index 0fdb9a35b4d2..000000000000 --- a/x11-libs/libXpm/libXpm-3.5.16.ebuild +++ /dev/null @@ -1,41 +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" -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 -} |