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 5F81B138335 for ; Thu, 31 Oct 2019 12:05:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30BDDE0815; Thu, 31 Oct 2019 12:05:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 12C15E0815 for ; Thu, 31 Oct 2019 12:05:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5B4AB34C5E1 for ; Thu, 31 Oct 2019 12:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06A6689F for ; Thu, 31 Oct 2019 12:05:14 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1572523506.fdd9ebcf258bfc4355f6200012e56f5848adbcc4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/di/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/di/Manifest sys-block/di/di-4.47.2.ebuild X-VCS-Directories: sys-block/di/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: fdd9ebcf258bfc4355f6200012e56f5848adbcc4 X-VCS-Branch: master Date: Thu, 31 Oct 2019 12:05:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5885554-906f-45ec-9057-70106bfafbc2 X-Archives-Hash: d62fd09dc3cf87d7aa910b2948464aed commit: fdd9ebcf258bfc4355f6200012e56f5848adbcc4 Author: Lars Wendler gentoo org> AuthorDate: Thu Oct 31 12:05:06 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Oct 31 12:05:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd9ebcf sys-block/di: Bump to version 4.47.2 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> sys-block/di/Manifest | 1 + sys-block/di/di-4.47.2.ebuild | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/sys-block/di/Manifest b/sys-block/di/Manifest index b5fc6ecfff9..59174f95764 100644 --- a/sys-block/di/Manifest +++ b/sys-block/di/Manifest @@ -1,2 +1,3 @@ DIST di-4.47.1.tar.gz 221051 BLAKE2B d1012ab500f808363ce445b6c0bb80f3e91f85560faff1d31bbed4f3d44f894dadb5d59d417a16335fce45659861b483dc82b53a59718ee1c8a1b6b21265d4d9 SHA512 3312634617b5614d36d7ce9c0725a4d03e55e694b9588db88bb1c2bfab05373516cadbab8a23db3328f4944b99ae07dacabb98d56cc909f0502d58ccc6f5301c +DIST di-4.47.2.tar.gz 221092 BLAKE2B eb5d0471cf1594160e552a770eb73912fd701e1904665b8201b9813f2b630f201f9a0af781df71e4ca754800c31d6d35f79009bcb041e2ffdcbaaebc506651cb SHA512 1468d42fe7cb6041d763f66e39bc9834f45d80e754a043dd5dc3db44aead86ffaff59e8de5b6e7d19ecc5c76cc2a280598232b550067665f48a370bf4e112fd7 DIST di-4.47.tar.gz 250479 BLAKE2B 64156867ab31c448dfc428331a54900a54df4689f851f86f6b8e33403b2f0b785aadd8140576bc75f03ed675cf31fffe15d577b477e5d07a4e678bf625f46f49 SHA512 6bb004a9230dd59174c59b823a80ccc9b237a08947ac15502a805cf95e8803c05ac4e8c2282164130db2e23e8f521bf16c30f2c0996c96a9612d139d66df89f5 diff --git a/sys-block/di/di-4.47.2.ebuild b/sys-block/di/di-4.47.2.ebuild new file mode 100644 index 00000000000..64adf3b9868 --- /dev/null +++ b/sys-block/di/di-4.47.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit toolchain-funcs + +DESCRIPTION="Disk Information Utility" +HOMEPAGE="https://gentoo.com/di/" +SRC_URI="https://gentoo.com/di/${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="nls" + +RESTRICT="test" #405205, #405471 + +BDEPEND="nls? ( sys-devel/gettext )" + +PATCHES=( + "${FILESDIR}"/${PN}-4.33-build.patch +) + +src_configure() { + emake checkbuild + emake -C C config.h +} + +src_compile() { + emake prefix=/usr CC="$(tc-getCC)" NLS=$(usex nls T F) +} + +src_install() { + emake install prefix="${D}/usr" + # default symlink is broken + dosym di /usr/bin/mi + dodoc README +}