diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-03-13 15:50:23 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-03-13 16:07:16 -0400 |
commit | 3b3062fee2bc6140c0864b60d12377ba00b659fd (patch) | |
tree | 9d0afd52ce9c5f30c0a919308885670222ecead2 /x11-misc | |
parent | x11-misc/compose-tables: Drop old versions (diff) | |
download | gentoo-3b3062fee2bc6140c0864b60d12377ba00b659fd.tar.gz gentoo-3b3062fee2bc6140c0864b60d12377ba00b659fd.tar.bz2 gentoo-3b3062fee2bc6140c0864b60d12377ba00b659fd.zip |
x11-misc/util-macros: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/util-macros/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/util-macros/util-macros-1.19.3.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/x11-misc/util-macros/Manifest b/x11-misc/util-macros/Manifest index b156b4d71c0d..50aaa8165bcd 100644 --- a/x11-misc/util-macros/Manifest +++ b/x11-misc/util-macros/Manifest @@ -1,2 +1 @@ -DIST util-macros-1.19.3.tar.bz2 84690 BLAKE2B 95f6bd6cca47111f973eef60915ab0b0a1c6a6b15facb08da138df100c27caacce28866c5ac05aae79116fe3bafa15f454ea6cb9997069f0b5fab7968777d383 SHA512 b9c7398a912c688a782eab5b1e0f6da2df11a430775c5c98fc3269f73a665de6eeb60d300a849e38d345714a6e51f74e9334cb6039767304cca4b93d823a53a2 DIST util-macros-1.20.0.tar.xz 83324 BLAKE2B a19784078ff3043d9d54ef88738625a08285bb033e27713c05875135b39e9f5c1a38aa05c3d74c167d974a07611621f57c70e988e5fb024bb475575355c3f380 SHA512 76caefb118bf1675d7b2b96e1bbb04eb9a320b02e120839e55a22ef98538ecf00d0e686a67186fc8fdc8492d277ffe3125ae8b7ac61ce4739edc0de3f468d2eb diff --git a/x11-misc/util-macros/util-macros-1.19.3.ebuild b/x11-misc/util-macros/util-macros-1.19.3.ebuild deleted file mode 100644 index cd703a10a569..000000000000 --- a/x11-misc/util-macros/util-macros-1.19.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="X.Org autotools utility macros" -HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/macros" -SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -# there is nothing to compile for this package, all its contents are produced by -# configure. the only make job that matters is make install -src_compile() { true; } |