Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/mbr/
Date: Sat, 15 Sep 2018 15:41:09
Message-Id: 1537026046.d309b10b71593e8c9de7edcf3775ea6bb2656b57.zlogene@gentoo
1 commit: d309b10b71593e8c9de7edcf3775ea6bb2656b57
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 15 15:40:46 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 15:40:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d309b10b
7
8 sys-boot/mbr: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-boot/mbr/mbr-1.1.11.ebuild | 34 ----------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/sys-boot/mbr/mbr-1.1.11.ebuild b/sys-boot/mbr/mbr-1.1.11.ebuild
16 deleted file mode 100644
17 index b1c9a61b214..00000000000
18 --- a/sys-boot/mbr/mbr-1.1.11.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -DESCRIPTION="A replacement master boot record for IBM-PC compatible computers"
27 -HOMEPAGE="http://www.chiark.greenend.org.uk/~neilt/mbr/"
28 -SRC_URI="http://www.chiark.greenend.org.uk/~neilt/mbr/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="-alpha amd64 -ppc -sparc x86"
33 -IUSE="test"
34 -
35 -DEPEND="sys-devel/bin86
36 - test? ( dev-vcs/rcs )"
37 -RDEPEND=""
38 -
39 -src_unpack() {
40 - unpack ${A}
41 - cd "${S}"
42 - # do not treat warnings as errors
43 - sed -i -e "s: -Werror::" {,harness/}Makefile.{in,am}
44 -}
45 -
46 -src_install() {
47 - dosbin install-mbr
48 - doman install-mbr.8
49 - dodoc AUTHORS ChangeLog install-mbr.8 NEWS README TODO
50 -}
51 -
52 -pkg_postinst() {
53 - elog "To install the MBR, run /sbin/install-mbr"
54 -}