commit:     7a3f280cd2bfc1255c3db04071ecdd09fb9ab29e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 20:10:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 20:10:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3f280c

app-portage/elt-patches: add 20220830

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/elt-patches/Manifest                   |  1 +
 .../elt-patches/elt-patches-20220830.ebuild        | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-portage/elt-patches/Manifest b/app-portage/elt-patches/Manifest
index bd86dfca25ed..7261fb3b9411 100644
--- a/app-portage/elt-patches/Manifest
+++ b/app-portage/elt-patches/Manifest
@@ -1 +1,2 @@
 DIST elt-patches-20211104.tar.xz 41608 BLAKE2B 
971ec0f6753267d49a64ab65645ac547322fa4cfe64b3102bbaa4419c0ed0973c0ee44e40c15b2d34e94979cbe9c64b027f4bb7c5adf3d3acee07f3f98bd7704
 SHA512 
c583bfa45eb16835f83a881eb587c81f0fb2cfd3eff5239e794efb83c046f5cecceeee3f5387585b9d7f68efe5f439344d2cdfc83c9fad5b207e82dff3d8cc67
+DIST elt-patches-20220830.tar.xz 41676 BLAKE2B 
6f43e27d711c1f1dc50448faaabf5cd3503d798385a1bb645530d15096213b4ce229b99e96427533a3ae013f4e054d805fd0f7872ee5a0792fb3c97be7056ebf
 SHA512 
32db0888b5f4e7fd660de2e3b561f729209f79c5df2e5daa00b6d1cbd9055f8504fe3bfa9ed8be4e49a621c57c1f3ea49307311c429e33bc5c3d7676b2b486af

diff --git a/app-portage/elt-patches/elt-patches-20220830.ebuild 
b/app-portage/elt-patches/elt-patches-20220830.ebuild
new file mode 100644
index 000000000000..e9ea9fdac84e
--- /dev/null
+++ b/app-portage/elt-patches/elt-patches-20220830.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Collection of patches for libtool.eclass"
+HOMEPAGE="https://gitweb.gentoo.org/proj/elt-patches.git/";
+SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz
+       https://dev.gentoo.org/~vapier/dist/${P}.tar.xz
+       https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~arm64-linux ~ppc64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+
+RDEPEND="sys-apps/gentoo-functions"
+BDEPEND="app-arch/xz-utils"
+
+src_compile() {
+       emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)"
+}
+
+src_install() {
+       emake DESTDIR="${D}" rootprefix="${EPREFIX}" install
+}

Reply via email to