diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-04-17 12:04:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-04-17 12:04:28 +0100 |
commit | 97bacba3ead078e5db8b87ab651a3ffa7d82f60f (patch) | |
tree | a769244c0cdbaa4ae87951809f61da3a3f9df7a4 /x11-misc/util-macros | |
parent | b92911550490e2da121ec4b02d3cf60a2d31a17d (diff) |
gentoo auto-resync : 17:04:2024 - 12:04:27
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, 18 insertions, 0 deletions
diff --git a/x11-misc/util-macros/Manifest b/x11-misc/util-macros/Manifest index 9c66393b860a..fdd08cb467f9 100644 --- a/x11-misc/util-macros/Manifest +++ b/x11-misc/util-macros/Manifest @@ -1,3 +1,5 @@ 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 EBUILD util-macros-1.20.0.ebuild 649 BLAKE2B 5ded5ad976ae0b0830c9fc04c3cdc31d44d8389bd0d8f5062d03815c484d71d11342165aacf1308f1b4899e154f97fe4c0f4fd02786e26a3c040c18b984d571d SHA512 68101a38c83a55327bf2b39f266c6ec7047cef8fce6a54ca079a228b43f81c1128af1dc87df475b6e34bf582b7e5706823944eff105d3ce949a13026bf142005 +EBUILD util-macros-1.20.1.ebuild 657 BLAKE2B b8a2e65b959e3dd8c8737abb7faee374141f6d7439a71e4030b57a0e2bb85f42331782d05126a8814af3793dcced4632d7fdea3225db0fa1028d3333a3a28ba6 SHA512 8776370e6c9322f0fe0f921ab6b40a67f92e09feff3d357e6e6828a01c70569e14a04c688a59db1e321095d22c259c89eff2535700ca2a73d2b0285e4ed132e3 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 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() { :; } |