public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/di/
Date: Fri,  5 Jun 2020 10:54:05 +0000 (UTC)	[thread overview]
Message-ID: <1591354441.c9f2b5857528ac6e5ed019bfee610b01493c79b0.polynomial-c@gentoo> (raw)

commit:     c9f2b5857528ac6e5ed019bfee610b01493c79b0
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  5 10:53:10 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jun  5 10:54:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f2b585

sys-block/di: Bump to version 4.48

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-block/di/Manifest       |  1 +
 sys-block/di/di-4.48.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/sys-block/di/Manifest b/sys-block/di/Manifest
index fb991b1f080..38416d84381 100644
--- a/sys-block/di/Manifest
+++ b/sys-block/di/Manifest
@@ -1,3 +1,4 @@
 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
+DIST di-4.48.tar.gz 222454 BLAKE2B 763e535e4e57c3805758dea8f7f05e75ff3d2acf9926619b8d45619bcef6157e9bd1b91a647efcee1728dbf2593ce91b934f77f24bb004d3ef546ad58e8434ee SHA512 942e71b7afbf2a4d3ef56cc2844bfbbe1a2001eee750b99951743f43b05c7bf692a59586f9efc228321ea3f91265211d71a4acc2e49e61efd15bcbaf41f98eb6

diff --git a/sys-block/di/di-4.48.ebuild b/sys-block/di/di-4.48.ebuild
new file mode 100644
index 00000000000..7ff47b4545f
--- /dev/null
+++ b/sys-block/di/di-4.48.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 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.txt
+}


             reply	other threads:[~2020-06-05 10:54 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-05 10:54 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-01 19:40 [gentoo-commits] repo/gentoo:master commit in: sys-block/di/ Arthur Zamarin
2023-10-01  6:30 Arthur Zamarin
2023-10-01  4:04 Sam James
2023-10-01  3:57 Sam James
2023-08-28 12:41 David Seifert
2022-10-29 21:39 Sam James
2022-06-21  9:41 David Seifert
2022-06-02  3:23 Sam James
2022-06-02  3:14 Sam James
2022-06-02  3:12 Sam James
2022-06-02  3:12 Sam James
2021-11-09 17:16 Lars Wendler
2021-05-13 20:25 David Seifert
2021-05-13 18:58 Sam James
2021-05-13 17:15 Sam James
2021-05-13 17:11 Sam James
2021-05-13 16:18 Sam James
2021-04-06  9:48 Lars Wendler
2021-04-06  9:48 Lars Wendler
2021-03-25 21:32 Sam James
2021-03-17 20:04 Sam James
2021-03-17 17:26 Lars Wendler
2021-03-17 17:26 Lars Wendler
2021-02-05 12:29 Sam James
2021-02-03  0:01 Sam James
2021-01-31 21:51 Sam James
2021-01-31 18:50 Sam James
2021-01-31 18:15 Lars Wendler
2021-01-18 17:48 Sam James
2020-06-06 17:38 Agostino Sarubbo
2020-06-06 17:34 Agostino Sarubbo
2020-06-06 17:32 Agostino Sarubbo
2020-06-06 17:27 Agostino Sarubbo
2020-06-05 10:54 Lars Wendler
2019-12-24 23:25 Lars Wendler
2019-12-24 23:25 Lars Wendler
2019-10-31 12:05 Lars Wendler
2019-07-02  8:28 Sergei Trofimovich
2019-07-02  8:24 Sergei Trofimovich
2019-06-28 15:21 Agostino Sarubbo
2019-06-28 11:37 Agostino Sarubbo
2019-06-27  8:02 Lars Wendler
2018-08-21 23:46 Mikle Kolyada
2018-08-21  0:13 Sergei Trofimovich
2018-08-16 22:50 Mikle Kolyada
2018-08-13 21:20 Sergei Trofimovich
2017-05-25 21:22 Lars Wendler
2017-05-25 21:22 Lars Wendler
2017-02-16 23:25 Michael Weber
2017-02-14 15:39 Agostino Sarubbo
2017-02-14 14:52 Agostino Sarubbo
2016-08-11 20:58 Lars Wendler
2016-08-11 20:58 Lars Wendler
2016-02-22 23:32 Lars Wendler
2016-02-22 23:32 Lars Wendler
2016-01-25 10:41 Lars Wendler
2016-01-23 10:31 Lars Wendler
2016-01-23 10:31 Lars Wendler
2016-01-07  9:01 Lars Wendler
2015-10-20 13:52 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1591354441.c9f2b5857528ac6e5ed019bfee610b01493c79b0.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox