diff options
author | 2024-12-16 22:52:44 -0500 | |
---|---|---|
committer | 2024-12-16 22:57:53 -0500 | |
commit | d0810b4a5a0936d1f33e4257b929ec3c6a9d3d22 (patch) | |
tree | a34c2a9b794331f6267701766b87471353abf897 /x11-misc | |
parent | x11-libs/pixman: Drop old versions (diff) | |
download | gentoo-d0810b4a5a0936d1f33e4257b929ec3c6a9d3d22.tar.gz gentoo-d0810b4a5a0936d1f33e4257b929ec3c6a9d3d22.tar.bz2 gentoo-d0810b4a5a0936d1f33e4257b929ec3c6a9d3d22.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.20.1.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/x11-misc/util-macros/Manifest b/x11-misc/util-macros/Manifest index d68a68892482..cecdf5515c57 100644 --- a/x11-misc/util-macros/Manifest +++ b/x11-misc/util-macros/Manifest @@ -1,2 +1 @@ -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 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() { :; } |