diff options
author | 2024-11-13 18:42:56 -0500 | |
---|---|---|
committer | 2024-11-13 19:59:53 -0500 | |
commit | d83cb706f78005d69eeec8e140db1885e8f455d3 (patch) | |
tree | 5a34ab89521c55c2c9bbde122059919fe6e0b44b /x11-misc | |
parent | net-dns/coredns: add 1.11.4 (diff) | |
download | gentoo-d83cb706f78005d69eeec8e140db1885e8f455d3.tar.gz gentoo-d83cb706f78005d69eeec8e140db1885e8f455d3.tar.bz2 gentoo-d83cb706f78005d69eeec8e140db1885e8f455d3.zip |
x11-misc/util-macros: Version bump to 1.20.2
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.2.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-misc/util-macros/Manifest b/x11-misc/util-macros/Manifest index 0630781c782e..d68a68892482 100644 --- a/x11-misc/util-macros/Manifest +++ b/x11-misc/util-macros/Manifest @@ -1 +1,2 @@ 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.2.ebuild b/x11-misc/util-macros/util-macros-1.20.2.ebuild new file mode 100644 index 000000000000..0c4fec863e9d --- /dev/null +++ b/x11-misc/util-macros/util-macros-1.20.2.ebuild @@ -0,0 +1,16 @@ +# 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() { :; } |