Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/
Date: Tue, 01 Dec 2020 07:56:19
Message-Id: 1606809362.df7cab970481ea65121c02c0878253a4c3cf35bf.juippis@gentoo
1 commit: df7cab970481ea65121c02c0878253a4c3cf35bf
2 Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
3 AuthorDate: Mon Nov 16 11:00:25 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 07:56:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7cab97
7
8 sys-devel/slibtool: version bump to 0.5.31
9
10 Signed-off-by: Felix Janda <felix.janda <AT> posteo.de>
11 Closes: https://github.com/gentoo/gentoo/pull/18282
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 sys-devel/slibtool/Manifest | 1 +
15 sys-devel/slibtool/slibtool-0.5.31.ebuild | 17 +++++++++++++++++
16 2 files changed, 18 insertions(+)
17
18 diff --git a/sys-devel/slibtool/Manifest b/sys-devel/slibtool/Manifest
19 index b4cb2d9e700..15c6c9abe21 100644
20 --- a/sys-devel/slibtool/Manifest
21 +++ b/sys-devel/slibtool/Manifest
22 @@ -1 +1,2 @@
23 DIST slibtool-0.5.28.tar.xz 61124 BLAKE2B 86333684b6572a09fdc258146f245815a5febb9963311b241d2eb0df756fd05937e85d195af0a5e1eeaebb9051ad926b9330d76b18cfde6c7b1e3294c642af81 SHA512 bfd9a39a60203606286af53ba9acc8d06490691cec7edae5ab6978b8547029412881b9895e8e0470c4f70bc9c349fdc6918200aaac810df99cf628e5848c6563
24 +DIST slibtool-0.5.31.tar.xz 70008 BLAKE2B aa46b2bfe02e22dabb3dc56b2de9521ef8fd3b54774561bcccca15763c8ee88154a03bb6defd4f6b828eaadb040e66725d18b788aac0a4d0170ce02cb044e9eb SHA512 658ea3244c6d1e9bd389ea5c222c29df6ba7acc5d6f2ada7a94dd3ac29ffbb681f377d8887a99861ab2ab484a7d3551e020bac2b92bdb07ad0e9ee96facfc6bd
25
26 diff --git a/sys-devel/slibtool/slibtool-0.5.31.ebuild b/sys-devel/slibtool/slibtool-0.5.31.ebuild
27 new file mode 100644
28 index 00000000000..d446adc6929
29 --- /dev/null
30 +++ b/sys-devel/slibtool/slibtool-0.5.31.ebuild
31 @@ -0,0 +1,17 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="A skinny libtool implementation, written in C"
38 +HOMEPAGE="https://git.midipix.org/cgit.cgi/slibtool"
39 +SRC_URI="https://git.midipix.org/cgit.cgi/${PN}/snapshot/${P}.tar.xz"
40 +
41 +LICENSE="MIT"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm"
44 +
45 +src_configure() {
46 + # custom configure script (not generated by autoconf)
47 + ./configure --host=${CHOST} --prefix="${EPREFIX}"/usr || die
48 +}