Skip to content

Commit

Permalink
sys-block/di: Bump to version 4.47.3
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Dec 24, 2019
1 parent fafdba4 commit e478637
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-block/di/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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.3.tar.gz 221113 BLAKE2B 9e5d07a5839f107186b6010c6429b4b30f94da3a365b04e916af0f919c0a46746e8e854f6445e6b3927b600235ffef92b216cdab48a80c37b40c6f05c6de899e SHA512 d97a99a720181bbd9f5de2c9a97b099e332df6ffbba8f59130dec19a85846339fef4a2db08f84561722262552e087619c8a181e7de1c3b5744b17312f84bab59
DIST di-4.47.tar.gz 250479 BLAKE2B 64156867ab31c448dfc428331a54900a54df4689f851f86f6b8e33403b2f0b785aadd8140576bc75f03ed675cf31fffe15d577b477e5d07a4e678bf625f46f49 SHA512 6bb004a9230dd59174c59b823a80ccc9b237a08947ac15502a805cf95e8803c05ac4e8c2282164130db2e23e8f521bf16c30f2c0996c96a9612d139d66df89f5
38 changes: 38 additions & 0 deletions sys-block/di/di-4.47.3.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit e478637

Please sign in to comment.