diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-04-16 16:11:12 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-04-16 16:12:25 -0400 |
commit | cd424c34d75ba014c31d576c39b0fcf150e4076a (patch) | |
tree | 4a7dd6bfdea8ba8d1d41e12b19104be6da91748d /x11-misc/util-macros | |
parent | x11-libs/libXmu: Version bump to 1.2.1 (diff) | |
download | gentoo-cd424c34d75ba014c31d576c39b0fcf150e4076a.tar.gz gentoo-cd424c34d75ba014c31d576c39b0fcf150e4076a.tar.bz2 gentoo-cd424c34d75ba014c31d576c39b0fcf150e4076a.zip |
x11-misc/util-macros: Version bump to 1.20.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc/util-macros')
-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, 17 insertions, 0 deletions
diff --git a/x11-misc/util-macros/Manifest b/x11-misc/util-macros/Manifest index 50aaa8165bcd..1b27c8a5d404 100644 --- a/x11-misc/util-macros/Manifest +++ b/x11-misc/util-macros/Manifest @@ -1 +1,2 @@ DIST util-macros-1.20.0.tar.xz 83324 BLAKE2B a19784078ff3043d9d54ef88738625a08285bb033e27713c05875135b39e9f5c1a38aa05c3d74c167d974a07611621f57c70e988e5fb024bb475575355c3f380 SHA512 76caefb118bf1675d7b2b96e1bbb04eb9a320b02e120839e55a22ef98538ecf00d0e686a67186fc8fdc8492d277ffe3125ae8b7ac61ce4739edc0de3f468d2eb +DIST util-macros-1.20.1.tar.xz 83124 BLAKE2B f80f6dd5823bd4264b4a6d50cb01cb0fca739a4d9c164d45fa5f9367f9ab7f6181c654859a3dcbea1e666ce12a1402b984eb028b47d71ce6c7b9bc95ce61474e SHA512 5f44d73c18ff87459cd94a68a961465b3970a36f0b55be65c0ec228320a675561eb24a1b1359745124302446a1a3fadc2f50d3378f439df5bd3e866cb8015286 diff --git a/x11-misc/util-macros/util-macros-1.20.1.ebuild b/x11-misc/util-macros/util-macros-1.20.1.ebuild new file mode 100644 index 000000000000..2a3fa29d6902 --- /dev/null +++ b/x11-misc/util-macros/util-macros-1.20.1.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 ~ia64 ~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() { :; } |