From df7cab970481ea65121c02c0878253a4c3cf35bf Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Mon, 16 Nov 2020 06:00:25 -0500 Subject: sys-devel/slibtool: version bump to 0.5.31 Signed-off-by: Felix Janda Closes: https://github.com/gentoo/gentoo/pull/18282 Signed-off-by: Joonas Niilola --- sys-devel/slibtool/Manifest | 1 + sys-devel/slibtool/slibtool-0.5.31.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 sys-devel/slibtool/slibtool-0.5.31.ebuild diff --git a/sys-devel/slibtool/Manifest b/sys-devel/slibtool/Manifest index b4cb2d9e7003..15c6c9abe215 100644 --- a/sys-devel/slibtool/Manifest +++ b/sys-devel/slibtool/Manifest @@ -1 +1,2 @@ DIST slibtool-0.5.28.tar.xz 61124 BLAKE2B 86333684b6572a09fdc258146f245815a5febb9963311b241d2eb0df756fd05937e85d195af0a5e1eeaebb9051ad926b9330d76b18cfde6c7b1e3294c642af81 SHA512 bfd9a39a60203606286af53ba9acc8d06490691cec7edae5ab6978b8547029412881b9895e8e0470c4f70bc9c349fdc6918200aaac810df99cf628e5848c6563 +DIST slibtool-0.5.31.tar.xz 70008 BLAKE2B aa46b2bfe02e22dabb3dc56b2de9521ef8fd3b54774561bcccca15763c8ee88154a03bb6defd4f6b828eaadb040e66725d18b788aac0a4d0170ce02cb044e9eb SHA512 658ea3244c6d1e9bd389ea5c222c29df6ba7acc5d6f2ada7a94dd3ac29ffbb681f377d8887a99861ab2ab484a7d3551e020bac2b92bdb07ad0e9ee96facfc6bd diff --git a/sys-devel/slibtool/slibtool-0.5.31.ebuild b/sys-devel/slibtool/slibtool-0.5.31.ebuild new file mode 100644 index 000000000000..d446adc69292 --- /dev/null +++ b/sys-devel/slibtool/slibtool-0.5.31.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 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() { + # custom configure script (not generated by autoconf) + ./configure --host=${CHOST} --prefix="${EPREFIX}"/usr || die +} -- cgit v1.2.3