Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elt-patches/
Date: Fri, 27 Aug 2021 15:21:25
Message-Id: 1630077678.614727a0b0a9dd84b417699f7131fc724ac58382.grobian@gentoo
1 commit: 614727a0b0a9dd84b417699f7131fc724ac58382
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 27 15:16:15 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 15:21:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614727a0
7
8 app-portage/elt-patches-20210827: version bump for conf-darwin20 update
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 app-portage/elt-patches/Manifest | 1 +
14 .../elt-patches/elt-patches-20210827.ebuild | 23 ++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/app-portage/elt-patches/Manifest b/app-portage/elt-patches/Manifest
18 index 6344aa49022..1070f6bb4e0 100644
19 --- a/app-portage/elt-patches/Manifest
20 +++ b/app-portage/elt-patches/Manifest
21 @@ -1 +1,2 @@
22 DIST elt-patches-20201205.tar.xz 39240 BLAKE2B aa2e2377f0d0cba14f38c59664174d066eff04c9d2a71346c998c4324987fbce25cfd91b79e8e40bde0d81bf7d3c43126bffd0a6b0b219aaad11f4f9f22abde4 SHA512 67e199f060e2c93e01b7a7809f52c0a18d82e86f1b1eb34b965c2acd24e5538a874b820028e363d3002cf58b43c2fe3376ae28d2bef0ca81feabb90c83ae47c2
23 +DIST elt-patches-20210827.tar.xz 39264 BLAKE2B 271565e4ab906374ca30f69f5ebc8c14cbda5c176b7d54de4315adf83c12111cab4d04254f5bbbc13cf6bc701ba8a940def98e3a983d199ca6aedfe82a280682 SHA512 bf7d50df82e6335879ba4e130817bce67c4e63c55e2ac7249fa35b60f6b73290f857562433477907283b41b137bf12ee254b5bea20f8eebf173c6584d74f5e49
24
25 diff --git a/app-portage/elt-patches/elt-patches-20210827.ebuild b/app-portage/elt-patches/elt-patches-20210827.ebuild
26 new file mode 100644
27 index 00000000000..bc94d8304da
28 --- /dev/null
29 +++ b/app-portage/elt-patches/elt-patches-20210827.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +DESCRIPTION="Collection of patches for libtool.eclass"
37 +HOMEPAGE="https://gitweb.gentoo.org/proj/elt-patches.git/"
38 +SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz"
39 +
40 +LICENSE="GPL-2"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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"
43 +
44 +RDEPEND="sys-apps/gentoo-functions"
45 +BDEPEND="app-arch/xz-utils"
46 +
47 +src_compile() {
48 + emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)"
49 +}
50 +
51 +src_install() {
52 + emake DESTDIR="${D}" rootprefix="${EPREFIX}" install
53 +}