diff options
Diffstat (limited to 'x11-misc/util-macros')
-rw-r--r-- | x11-misc/util-macros/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/util-macros/util-macros-1.20.1.ebuild | 16 |
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-misc/util-macros/Manifest b/x11-misc/util-macros/Manifest index fc8de74b6154..12d10a66a6f6 100644 --- a/x11-misc/util-macros/Manifest +++ b/x11-misc/util-macros/Manifest @@ -1,5 +1,3 @@ -DIST util-macros-1.20.1.tar.xz 83124 BLAKE2B f80f6dd5823bd4264b4a6d50cb01cb0fca739a4d9c164d45fa5f9367f9ab7f6181c654859a3dcbea1e666ce12a1402b984eb028b47d71ce6c7b9bc95ce61474e SHA512 5f44d73c18ff87459cd94a68a961465b3970a36f0b55be65c0ec228320a675561eb24a1b1359745124302446a1a3fadc2f50d3378f439df5bd3e866cb8015286 DIST util-macros-1.20.2.tar.xz 83592 BLAKE2B e1e0b78248ecf889aa8d0bad2e98ad26377ab7d559b4b7f82a63be53052b615983220ce6fac18c44ee26d550a650795672d0b0a4d545cf77174bfeb7d7314c83 SHA512 7d5ae8dbb6c1977e40c024f63d1405e7d5a40a38b90b01208d8dc1f1548e309734d1dec177b68bbf342a4d7d56ab0cfb4c8c36575c6a774b5a76a88d926c6d7b -EBUILD util-macros-1.20.1.ebuild 643 BLAKE2B 94294d0303bf8bcc9791fcbc5605e2f37c4cefd287bce2d3e59021440ef30e760f6b300e467028fc29fb9fbaa8f63539c912defd32c697d6aa9ff8628a49a76c SHA512 a3ee56dcc5fa5c66f5ecf33fdd4273460977be49c2ac95e66f44f3008d07628dbd4554f679db6d96d58ca91869fbffaa74074eef91c6756e1117c72327d26828 EBUILD util-macros-1.20.2.ebuild 643 BLAKE2B 94294d0303bf8bcc9791fcbc5605e2f37c4cefd287bce2d3e59021440ef30e760f6b300e467028fc29fb9fbaa8f63539c912defd32c697d6aa9ff8628a49a76c SHA512 a3ee56dcc5fa5c66f5ecf33fdd4273460977be49c2ac95e66f44f3008d07628dbd4554f679db6d96d58ca91869fbffaa74074eef91c6756e1117c72327d26828 MISC metadata.xml 338 BLAKE2B dcc620ca4e58f9d0464530f7915fb50e995dcae1b334b7d0fb3044cbaee39592ba7d86ed925d9ff3e72f1236ef378887deb41e9102a4c3d543f43aebeaa2e105 SHA512 d3be3477539efb8765b1249e87ed842f7c1db9b10799a9569c68d6ec1bd0386ddd192556265a43eb401aeee30f52c8906c05871877814de9d9cf7c9ef5187c36 diff --git a/x11-misc/util-macros/util-macros-1.20.1.ebuild b/x11-misc/util-macros/util-macros-1.20.1.ebuild deleted file mode 100644 index a22cab1e4e52..000000000000 --- a/x11-misc/util-macros/util-macros-1.20.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-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() { :; } |