Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elt-patches/
Date: Tue, 30 Aug 2022 20:11:39
Message-Id: 1661890259.7a3f280cd2bfc1255c3db04071ecdd09fb9ab29e.sam@gentoo
1 commit: 7a3f280cd2bfc1255c3db04071ecdd09fb9ab29e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 20:10:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 20:10:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3f280c
7
8 app-portage/elt-patches: add 20220830
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-portage/elt-patches/Manifest | 1 +
13 .../elt-patches/elt-patches-20220830.ebuild | 25 ++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/app-portage/elt-patches/Manifest b/app-portage/elt-patches/Manifest
17 index bd86dfca25ed..7261fb3b9411 100644
18 --- a/app-portage/elt-patches/Manifest
19 +++ b/app-portage/elt-patches/Manifest
20 @@ -1 +1,2 @@
21 DIST elt-patches-20211104.tar.xz 41608 BLAKE2B 971ec0f6753267d49a64ab65645ac547322fa4cfe64b3102bbaa4419c0ed0973c0ee44e40c15b2d34e94979cbe9c64b027f4bb7c5adf3d3acee07f3f98bd7704 SHA512 c583bfa45eb16835f83a881eb587c81f0fb2cfd3eff5239e794efb83c046f5cecceeee3f5387585b9d7f68efe5f439344d2cdfc83c9fad5b207e82dff3d8cc67
22 +DIST elt-patches-20220830.tar.xz 41676 BLAKE2B 6f43e27d711c1f1dc50448faaabf5cd3503d798385a1bb645530d15096213b4ce229b99e96427533a3ae013f4e054d805fd0f7872ee5a0792fb3c97be7056ebf SHA512 32db0888b5f4e7fd660de2e3b561f729209f79c5df2e5daa00b6d1cbd9055f8504fe3bfa9ed8be4e49a621c57c1f3ea49307311c429e33bc5c3d7676b2b486af
23
24 diff --git a/app-portage/elt-patches/elt-patches-20220830.ebuild b/app-portage/elt-patches/elt-patches-20220830.ebuild
25 new file mode 100644
26 index 000000000000..e9ea9fdac84e
27 --- /dev/null
28 +++ b/app-portage/elt-patches/elt-patches-20220830.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DESCRIPTION="Collection of patches for libtool.eclass"
36 +HOMEPAGE="https://gitweb.gentoo.org/proj/elt-patches.git/"
37 +SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz
38 + https://dev.gentoo.org/~vapier/dist/${P}.tar.xz
39 + https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +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"
44 +
45 +RDEPEND="sys-apps/gentoo-functions"
46 +BDEPEND="app-arch/xz-utils"
47 +
48 +src_compile() {
49 + emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)"
50 +}
51 +
52 +src_install() {
53 + emake DESTDIR="${D}" rootprefix="${EPREFIX}" install
54 +}