Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/
Date: Thu, 17 Jan 2019 22:55:17
Message-Id: 1547765703.affb3c3049dabb5c3eacefdbf775cd1399ec11e2.monsieurp@gentoo
1 commit: affb3c3049dabb5c3eacefdbf775cd1399ec11e2
2 Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
3 AuthorDate: Sun Jan 13 19:59:27 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 22:55:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affb3c30
7
8 sys-devel/slibtool: version bump to 0.5.28.
9
10 Closes: https://bugs.gentoo.org/675020
11 Signed-off-by: Felix Janda <felix.janda <AT> posteo.de>
12 Closes: https://github.com/gentoo/gentoo/pull/10829
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 sys-devel/slibtool/Manifest | 1 +
16 sys-devel/slibtool/slibtool-0.5.28.ebuild | 16 ++++++++++++++++
17 2 files changed, 17 insertions(+)
18
19 diff --git a/sys-devel/slibtool/Manifest b/sys-devel/slibtool/Manifest
20 index 0c6f2ae9ef4..fd0cbbf04e1 100644
21 --- a/sys-devel/slibtool/Manifest
22 +++ b/sys-devel/slibtool/Manifest
23 @@ -1,2 +1,3 @@
24 DIST slibtool-0.5.19.tar.xz 53100 BLAKE2B 0db931c536584318796ae4ed29eee79eebf29956a59075e3e75f77deb4ee429ece63fe4f42a11b9e1db906803216a29a97daf2e085db0e34c30afc6cad8ebd5d SHA512 ad15d7b9eb9996d6c94248b0a1db94c49a9bfecb0ddc9104aac2841708d521a03a3293cfa63c824e8af2b7ab04fa62c0f5e13c1c4bc037dc302f9101866df956
25 DIST slibtool-0.5.20.tar.xz 53856 BLAKE2B 52663c6d3abe13c3c68bb4f42df303f3cebdf80cd45351c65bd57a65ee9e2eaee0485dfd9bd9083163178d9fc69b5afac3ec62dec973b84354663ca93f85618f SHA512 c447cc8f19d26451f5a36633311410a2c9c2c4a7c452c45e98248144349c48e623d5b59d4580a45a194067d4878776f2e6f754cee052cb87c2610a7b9f6c0a32
26 +DIST slibtool-0.5.28.tar.xz 61124 BLAKE2B 86333684b6572a09fdc258146f245815a5febb9963311b241d2eb0df756fd05937e85d195af0a5e1eeaebb9051ad926b9330d76b18cfde6c7b1e3294c642af81 SHA512 bfd9a39a60203606286af53ba9acc8d06490691cec7edae5ab6978b8547029412881b9895e8e0470c4f70bc9c349fdc6918200aaac810df99cf628e5848c6563
27
28 diff --git a/sys-devel/slibtool/slibtool-0.5.28.ebuild b/sys-devel/slibtool/slibtool-0.5.28.ebuild
29 new file mode 100644
30 index 00000000000..ceab475d61c
31 --- /dev/null
32 +++ b/sys-devel/slibtool/slibtool-0.5.28.ebuild
33 @@ -0,0 +1,16 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +DESCRIPTION="A skinny libtool implementation, written in C"
40 +HOMEPAGE="https://git.midipix.org/cgit.cgi/slibtool"
41 +SRC_URI="https://git.midipix.org/cgit.cgi/${PN}/snapshot/${P}.tar.xz"
42 +
43 +LICENSE="MIT"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm"
46 +
47 +src_configure() {
48 + ./configure --host=${CHOST} --prefix="${EPREFIX}"/usr || die
49 +}