diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-03-13 15:50:15 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-03-13 16:07:16 -0400 |
commit | 915e7a6d9da0b6d776f51bec54b29bf1fa1845dc (patch) | |
tree | a74f5ed86b59935f1a85aa1a8819d6dceb0f5cc7 /x11-misc/compose-tables | |
parent | x11-libs/libxkbcommon: Drop old versions (diff) | |
download | gentoo-915e7a6d9da0b6d776f51bec54b29bf1fa1845dc.tar.gz gentoo-915e7a6d9da0b6d776f51bec54b29bf1fa1845dc.tar.bz2 gentoo-915e7a6d9da0b6d776f51bec54b29bf1fa1845dc.zip |
x11-misc/compose-tables: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc/compose-tables')
-rw-r--r-- | x11-misc/compose-tables/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/compose-tables/compose-tables-1.8.3.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest index 35077f655e00..37308f401e67 100644 --- a/x11-misc/compose-tables/Manifest +++ b/x11-misc/compose-tables/Manifest @@ -1,2 +1 @@ -DIST libX11-1.8.3.tar.xz 1811712 BLAKE2B 0adc92c13ba4bdec5d927349ca8c02adbb851eb376f19aa5f39e13caddb36c089be227c1f2dc61b34f882aae794f2b46ae237345c12c8e897be8df01e9fb3ef2 SHA512 bc862338fed855986659e9ffa641db6b36c3ac9abced590d1b164e3cc24446671936e3688cdca18393129c4ea41777977eeb37e87d8edc14d6cc5d194a9c0325 DIST libX11-1.8.4.tar.xz 1835316 BLAKE2B f9f5d1b97e8ac6f8f0edc490a270f98ff4fd901c2054c309bce1f1b3eb690704193e18cd470f682c663090210b14a9498b9259b6acc0e902053e7ab0ca9df076 SHA512 3150a47498b0cb012482ee02efeaae16d9e736288f2b3f917be912e1613d56ad6b4ab180de8820305deb2b95dfd993633f43a65344d75979d6b86bdf110cb63e diff --git a/x11-misc/compose-tables/compose-tables-1.8.3.ebuild b/x11-misc/compose-tables/compose-tables-1.8.3.ebuild deleted file mode 100644 index 23230b505b42..000000000000 --- a/x11-misc/compose-tables/compose-tables-1.8.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_MULTILIB=no -XORG_TARBALL_SUFFIX=xz -inherit xorg-3 - -# Note: please bump this with x11-libs/libX11 -DESCRIPTION="X.Org Compose Key tables from libX11" -# xorg-3.eclass would attempt to fetch a tarball with a matching name to this package -SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}" -S="${WORKDIR}/libX11-${PV}/" - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -# Only needed by configure -DEPEND=" - x11-base/xorg-proto - >=x11-libs/libxcb-1.11.1 - x11-libs/xtrans" -RDEPEND="!<x11-libs/libX11-1.7.0" - -XORG_CONFIGURE_OPTIONS=( - --without-xmlto - --without-fop - --disable-specs - --disable-xkb -) - -src_compile() { - emake -C nls -} - -src_test() { - :; -} - -src_install() { - emake DESTDIR="${D}" -C nls install -} |