From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D61B4138334 for ; Wed, 1 Aug 2018 21:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A51DEE07A9; Wed, 1 Aug 2018 21:40:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 722A7E07A9 for ; Wed, 1 Aug 2018 21:40:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C1A8335C39 for ; Wed, 1 Aug 2018 21:40:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBA4F391 for ; Wed, 1 Aug 2018 21:40:38 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1533159620.d657f4d48237bfdfec31c144778b5bbf7ad6ae44.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/slibtool/Manifest sys-devel/slibtool/slibtool-0.5.20.ebuild X-VCS-Directories: sys-devel/slibtool/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d657f4d48237bfdfec31c144778b5bbf7ad6ae44 X-VCS-Branch: master Date: Wed, 1 Aug 2018 21:40:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67ec95ce-ba8e-4509-bba6-d036e578066c X-Archives-Hash: 322ee44f9803117fc3a43d5bbbaafe8f commit: d657f4d48237bfdfec31c144778b5bbf7ad6ae44 Author: Patrice Clement gentoo org> AuthorDate: Wed Aug 1 21:29:08 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Aug 1 21:40:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d657f4d4 sys-devel/slibtool: version bump. Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-devel/slibtool/Manifest | 1 + sys-devel/slibtool/slibtool-0.5.20.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/sys-devel/slibtool/Manifest b/sys-devel/slibtool/Manifest index 2f0fc07df02..0c6f2ae9ef4 100644 --- a/sys-devel/slibtool/Manifest +++ b/sys-devel/slibtool/Manifest @@ -1 +1,2 @@ DIST slibtool-0.5.19.tar.xz 53100 BLAKE2B 0db931c536584318796ae4ed29eee79eebf29956a59075e3e75f77deb4ee429ece63fe4f42a11b9e1db906803216a29a97daf2e085db0e34c30afc6cad8ebd5d SHA512 ad15d7b9eb9996d6c94248b0a1db94c49a9bfecb0ddc9104aac2841708d521a03a3293cfa63c824e8af2b7ab04fa62c0f5e13c1c4bc037dc302f9101866df956 +DIST slibtool-0.5.20.tar.xz 53856 BLAKE2B 52663c6d3abe13c3c68bb4f42df303f3cebdf80cd45351c65bd57a65ee9e2eaee0485dfd9bd9083163178d9fc69b5afac3ec62dec973b84354663ca93f85618f SHA512 c447cc8f19d26451f5a36633311410a2c9c2c4a7c452c45e98248144349c48e623d5b59d4580a45a194067d4878776f2e6f754cee052cb87c2610a7b9f6c0a32 diff --git a/sys-devel/slibtool/slibtool-0.5.20.ebuild b/sys-devel/slibtool/slibtool-0.5.20.ebuild new file mode 100644 index 00000000000..d5ca0f0b916 --- /dev/null +++ b/sys-devel/slibtool/slibtool-0.5.20.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 +}