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: Sat, 23 Jan 2016 10:31:37 +0000 (UTC) [thread overview]
Message-ID: <1453545067.51a5728d7ee107fb33e913dd22010dfbf9b2b9b7.polynomial-c@gentoo> (raw)
commit: 51a5728d7ee107fb33e913dd22010dfbf9b2b9b7
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 10:31:07 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 10:31:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a5728d
sys-block/di: Removed old.
Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-block/di/Manifest | 2 --
sys-block/di/di-4.36.ebuild | 37 -------------------------------------
sys-block/di/di-4.37.ebuild | 37 -------------------------------------
3 files changed, 76 deletions(-)
diff --git a/sys-block/di/Manifest b/sys-block/di/Manifest
index 7903d4f..93c2128 100644
--- a/sys-block/di/Manifest
+++ b/sys-block/di/Manifest
@@ -1,5 +1,3 @@
DIST di-4.35.tar.gz 212325 SHA256 2cdfface7a85e3a359cb228277b090a0648cabe18520e43b09919bdaf67b71d2 SHA512 5b7e7bd347b1ea285c4410e864f29cf475015a560baf450e558d3f8e1994b10822d6c3e18c04447c6a229d6d5e991194a4a3b155f3b36a8acfee866c8d048cec WHIRLPOOL 2891f70976f5818aa73ec3a07dc4afda678ae02c63b5a018cfb538a78d25f0432d70a7104ef1fe5f6e23e8e5f301430f4cc39b1538a83ea35d1a4748d4e55929
-DIST di-4.36.tar.gz 212957 SHA256 eb03d2ac0a3df531cdcb64b3667dbaebede60a4d3a4626393639cecb954c6d86 SHA512 ce7d38d3e23e68caa70bc85b623b7f4f633e2abf11b5df66b7104be49f1a1b2e64754d51ed00dd9ae629409e2a4760424f781e0351697b077e6aafb64bedad78 WHIRLPOOL 8f2c486d02dbe3f41d74d8a4e1df006ef0fa690bd0e5f3d71c6c47813724a899088fe51da2cdbb5407c27626949b1d048dc0bc1f20a8d964288c0abd8bbdb058
-DIST di-4.37.tar.gz 213649 SHA256 10687963438be65fb150adc6e31d66c0892ded0f61ea67ec58455f7717ac4ad2 SHA512 60b3aae601d5b08bfddb2be3838872d7cbf17f9409c560b0725438a7d8d7b25b954a0c488815899d3cb8afd033662bff5780620448a935d58c7c239e10f99264 WHIRLPOOL ae7c70902d07004378eb22aa395f5a691d775880360f9a8d2650b527be1100e219a656192f50389c504a2a5a6ce181dcecc0b0f7c33bf72f60d05a514e4e3da7
DIST di-4.38.tar.gz 213584 SHA256 a8e721239ef16cd3645532be5788b47bd552c23491a688e06e633de10408d7f5 SHA512 a95ee5e7286ed755a4ef2e857831519f543c1432eb608fbb9dcf9cf3a979aa03e67cb765df19600149a59077c5db6c437fff61ac66e60a7b3c6160a2f59bf04f WHIRLPOOL 269e624696d7b82ade509f453fe1d26de70caa0a65095b62c7fbe4ccc13bde164dfb83076384b68ad86dcfc003b422b59032bd779e9a561ad73fb5cfb3e52177
DIST di-4.40.tar.gz 219245 SHA256 cfff021f33cadcd8536967164ddbe2947c67b690b086b27e478540eedb002af1 SHA512 1f7aeed4f68b91dd6d2e0cfbafaa86d9b93d37c741b1087e3d9e788c34356878995485102f4018e48681925542a4814fa6245ccfa976c1c2ff406530715cde67 WHIRLPOOL fc2a6306a0c65dc16d1d3eee74630c272e4635df479b052376ea0030697dbe663c58c54cdffadf5930b8c69c7cd09430dcc90112ca19224de9048c422ef4ba3b
diff --git a/sys-block/di/di-4.36.ebuild b/sys-block/di/di-4.36.ebuild
deleted file mode 100644
index 5b4dc01..0000000
--- a/sys-block/di/di-4.36.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Disk Information Utility"
-HOMEPAGE="http://www.gentoo.com/di/"
-SRC_URI="http://www.gentoo.com/di/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RESTRICT="test" #405205, #405471
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.33-build.patch
-}
-
-src_configure() {
- emake checkbuild
- emake -C C config.h
-}
-
-src_compile() {
- emake prefix=/usr CC="$(tc-getCC)"
-}
-
-src_install() {
- emake install prefix="${D}/usr"
- # default symlink is broken
- dosym di /usr/bin/mi
- dodoc README
-}
diff --git a/sys-block/di/di-4.37.ebuild b/sys-block/di/di-4.37.ebuild
deleted file mode 100644
index 5b4dc01..0000000
--- a/sys-block/di/di-4.37.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Disk Information Utility"
-HOMEPAGE="http://www.gentoo.com/di/"
-SRC_URI="http://www.gentoo.com/di/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RESTRICT="test" #405205, #405471
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.33-build.patch
-}
-
-src_configure() {
- emake checkbuild
- emake -C C config.h
-}
-
-src_compile() {
- emake prefix=/usr CC="$(tc-getCC)"
-}
-
-src_install() {
- emake install prefix="${D}/usr"
- # default symlink is broken
- dosym di /usr/bin/mi
- dodoc README
-}
next reply other threads:[~2016-01-23 10:31 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-23 10:31 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
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-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=1453545067.51a5728d7ee107fb33e913dd22010dfbf9b2b9b7.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