commit:     affb3c3049dabb5c3eacefdbf775cd1399ec11e2
Author:     Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Sun Jan 13 19:59:27 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 22:55:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affb3c30

sys-devel/slibtool: version bump to 0.5.28.

Closes: https://bugs.gentoo.org/675020
Signed-off-by: Felix Janda <felix.janda <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/10829
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 sys-devel/slibtool/Manifest               |  1 +
 sys-devel/slibtool/slibtool-0.5.28.ebuild | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/sys-devel/slibtool/Manifest b/sys-devel/slibtool/Manifest
index 0c6f2ae9ef4..fd0cbbf04e1 100644
--- a/sys-devel/slibtool/Manifest
+++ b/sys-devel/slibtool/Manifest
@@ -1,2 +1,3 @@
 DIST slibtool-0.5.19.tar.xz 53100 BLAKE2B 
0db931c536584318796ae4ed29eee79eebf29956a59075e3e75f77deb4ee429ece63fe4f42a11b9e1db906803216a29a97daf2e085db0e34c30afc6cad8ebd5d
 SHA512 
ad15d7b9eb9996d6c94248b0a1db94c49a9bfecb0ddc9104aac2841708d521a03a3293cfa63c824e8af2b7ab04fa62c0f5e13c1c4bc037dc302f9101866df956
 DIST slibtool-0.5.20.tar.xz 53856 BLAKE2B 
52663c6d3abe13c3c68bb4f42df303f3cebdf80cd45351c65bd57a65ee9e2eaee0485dfd9bd9083163178d9fc69b5afac3ec62dec973b84354663ca93f85618f
 SHA512 
c447cc8f19d26451f5a36633311410a2c9c2c4a7c452c45e98248144349c48e623d5b59d4580a45a194067d4878776f2e6f754cee052cb87c2610a7b9f6c0a32
+DIST slibtool-0.5.28.tar.xz 61124 BLAKE2B 
86333684b6572a09fdc258146f245815a5febb9963311b241d2eb0df756fd05937e85d195af0a5e1eeaebb9051ad926b9330d76b18cfde6c7b1e3294c642af81
 SHA512 
bfd9a39a60203606286af53ba9acc8d06490691cec7edae5ab6978b8547029412881b9895e8e0470c4f70bc9c349fdc6918200aaac810df99cf628e5848c6563

diff --git a/sys-devel/slibtool/slibtool-0.5.28.ebuild 
b/sys-devel/slibtool/slibtool-0.5.28.ebuild
new file mode 100644
index 00000000000..ceab475d61c
--- /dev/null
+++ b/sys-devel/slibtool/slibtool-0.5.28.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A skinny libtool implementation, written in C"
+HOMEPAGE="https://git.midipix.org/cgit.cgi/slibtool";
+SRC_URI="https://git.midipix.org/cgit.cgi/${PN}/snapshot/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+
+src_configure() {
+       ./configure --host=${CHOST} --prefix="${EPREFIX}"/usr || die
+}

Reply via email to