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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 533FF158086 for ; Tue, 9 Nov 2021 17:16:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 731FC2BC108; Tue, 9 Nov 2021 17:16:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3890A2BC108 for ; Tue, 9 Nov 2021 17:16:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FEB9342B11 for ; Tue, 9 Nov 2021 17:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18D7FEA for ; Tue, 9 Nov 2021 17:16:55 +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: <1636478209.f693425b6df41329c028aed0a65d08d288071b32.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.51.ebuild X-VCS-Directories: sys-block/di/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f693425b6df41329c028aed0a65d08d288071b32 X-VCS-Branch: master Date: Tue, 9 Nov 2021 17:16:55 +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: 21436985-0439-44d7-8f4a-13642fd70285 X-Archives-Hash: 38dd697f8ffe260349c9d7e746f5074b commit: f693425b6df41329c028aed0a65d08d288071b32 Author: Lars Wendler gentoo org> AuthorDate: Tue Nov 9 14:51:05 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Nov 9 17:16:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f693425b sys-block/di: Bump to version 4.51 Signed-off-by: Lars Wendler gentoo.org> sys-block/di/Manifest | 1 + sys-block/di/di-4.51.ebuild | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/sys-block/di/Manifest b/sys-block/di/Manifest index 12b8f053c79..801fbf8da2b 100644 --- a/sys-block/di/Manifest +++ b/sys-block/di/Manifest @@ -1 +1,2 @@ DIST di-4.50.tar.gz 229467 BLAKE2B b597f2d16d6d1003711e301fc584ca5a1aee90bfb041d1b198348954864bf1000a0e19ca5dcc2c56683c0ff1bbfa22365b9ca5a26f2d7936374e31d479e4d05d SHA512 6183004c10d121054d310e2e5ef1e96ceffd38012c3b3d80f1ce1f0155269334ae418ce651b74daa261e255b76d1999be6975fbc253ea320a8f6ba410166e312 +DIST di-4.51.tar.gz 229504 BLAKE2B 05906e2cc34b88065ff1f38abaddd2ded00dc20e6ed35b942ac4f75eb7a1c95bf9b2451f0c6a4cd5fc75b6f17e226980dbc8f2b8490247f379371538022906ad SHA512 cc4323f372220f9ca12e53e8deea6f7a2d475c39c5e4951fbd0e9cb2ea6ac1b5b611dafcdbd09658560afdf8948d644c46d582e31d619286a6d01703911ea7dc diff --git a/sys-block/di/di-4.51.ebuild b/sys-block/di/di-4.51.ebuild new file mode 100644 index 00000000000..0b91156a628 --- /dev/null +++ b/sys-block/di/di-4.51.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit toolchain-funcs + +DESCRIPTION="Disk Information Utility" +HOMEPAGE="https://diskinfo-di.sourceforge.io/" +SRC_URI="mirror://sourceforge/diskinfo-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.txt +}