From c8fb42216b10862e8178f91831e4c51fb2c55ac4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 6 Feb 2023 09:19:42 +0000 Subject: gentoo auto-resync : 06:02:2023 - 09:19:42 --- sys-apps/gentoo-functions/Manifest | 4 ++- .../gentoo-functions-0.18-r1.ebuild | 30 ++++++++++++++++++++++ .../gentoo-functions/gentoo-functions-9999.ebuild | 5 +++- 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 sys-apps/gentoo-functions/gentoo-functions-0.18-r1.ebuild (limited to 'sys-apps/gentoo-functions') diff --git a/sys-apps/gentoo-functions/Manifest b/sys-apps/gentoo-functions/Manifest index 65f4aef78e8b..5e122753a0f6 100644 --- a/sys-apps/gentoo-functions/Manifest +++ b/sys-apps/gentoo-functions/Manifest @@ -1,4 +1,6 @@ DIST gentoo-functions-0.17.tar.bz2 10798 BLAKE2B 1b725945421ab36b1412f9addc22e9fe299c0e6460790ee2832b9f63d4c06b86bb0d054b01505640a5dc1e62f3cd257628717fec852116a4c8b2c9f9d2d149ee SHA512 6a3de93b5e4d761a53a622f41e6079606cc4ad8a964771d49dafdefbb632afdf722fd055d261e494aa0be956c4160c49a775ab40c927c5340b8e4da275ef51fb +DIST gentoo-functions-0.18.tar.bz2 11803 BLAKE2B d975b0227dd0370c072e34f11d8d6c427b90948e7469b214665d27805f5a4cada1dab2e1b9b3b32e032fdc42a82587d16c5b3a4766f85e9cb75ad74fac69cb0b SHA512 b96f71a5a84b84affb69f042cb4908f41a6b4c0328f9f0a325f523361560dc95c95b8bd5de5c22758d7038a1b564c2bd3f5d8fc63b72f87ab17523c555daa829 EBUILD gentoo-functions-0.17.ebuild 856 BLAKE2B 40d05ab5cd71c649b9081cd7dd21a3393195032e06374de5c7a11f4de6d0586c684d564f6d8a1b8338499b23c32921bd132ff5730c992e744da93a1a7c107e7c SHA512 185801a68b4649d1fdaac371c59fb6b7d838d5e1b975c2d89c3b166a745bc4a6c64f57345e5b6641608332f85b4b81c4e1d69e49a089b112f2e3d916831765c5 -EBUILD gentoo-functions-9999.ebuild 864 BLAKE2B 8198b175c1f6c5fd752e73800822de676f65c536d1d4076ea2192251bd998e067af9eaa33e791afa58f6ce9b1376e3a429bd48aef71decfbb780a339df9f8bc6 SHA512 deab8524211f355bf937258af93b555c4d919d45258f5181fa30a33fe70d34fcb20ed1dedc019c71fc65177419b9c2d1b3f72eca4fe69e86ad04817d3e39b589 +EBUILD gentoo-functions-0.18-r1.ebuild 940 BLAKE2B f88bd96e16cdc04c15f034e8568bbd56954524fa6618a335be76644d465fb744c4f62a76c71e07eb9902bbc42b3b75988ab90874161e82216bf1299d2c3c9a6b SHA512 dea92319419d1196f588f1ec691400ee4128ed9320444a42938dd1919e40ad9219ce2ed1079a655063b42462f2afdb2722cf06e9179f0b8d9877ff19e1b27217 +EBUILD gentoo-functions-9999.ebuild 940 BLAKE2B f88bd96e16cdc04c15f034e8568bbd56954524fa6618a335be76644d465fb744c4f62a76c71e07eb9902bbc42b3b75988ab90874161e82216bf1299d2c3c9a6b SHA512 dea92319419d1196f588f1ec691400ee4128ed9320444a42938dd1919e40ad9219ce2ed1079a655063b42462f2afdb2722cf06e9179f0b8d9877ff19e1b27217 MISC metadata.xml 416 BLAKE2B 08b6d649521646ff28c4738fbc3b9a292740bceb2430dab5ee4391bded078bd0c05dff69a28f722a1c23bbbb86af546935a055f93720ea759b141902f367394a SHA512 88409b09c14a2eb4859166e88f4a59ffc2e84e18a246b942f50ebd58bf83f0e6710f0405f08d102853cbd94562140a267cb60db29b4170893b7c3b3e24ec1ae3 diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.18-r1.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.18-r1.ebuild new file mode 100644 index 000000000000..decad7ffcca3 --- /dev/null +++ b/sys-apps/gentoo-functions/gentoo-functions-0.18-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2014-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +if [[ ${PV} == 9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-functions.git" +else + SRC_URI="https://gitweb.gentoo.org/proj/gentoo-functions.git/snapshot/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +fi + +inherit toolchain-funcs flag-o-matic + +DESCRIPTION="Base functions required by all Gentoo systems" +HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git" + +LICENSE="GPL-2" +SLOT="0" + +# Specifically needs GNU find, as well. +RDEPEND=">=sys-apps/findutils-4.9" + +src_configure() { + tc-export CC + append-lfs-flags + export ROOTPREFIX="${EPREFIX}" + export PREFIX="${EPREFIX}/usr" +} diff --git a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild index cf5513d3fcf8..decad7ffcca3 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Gentoo Authors +# Copyright 2014-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,6 +19,9 @@ HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git" LICENSE="GPL-2" SLOT="0" +# Specifically needs GNU find, as well. +RDEPEND=">=sys-apps/findutils-4.9" + src_configure() { tc-export CC append-lfs-flags -- cgit v1.2.3