sys-block/ms-sys: Drop old

Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
Mikle Kolyada
2019-02-16 15:17:48 +03:00
parent d0b2e99f4d
commit cf8ac31dc0
2 changed files with 0 additions and 35 deletions

View File

@@ -1,2 +1 @@
DIST ms-sys-2.4.0.tar.gz 46501 BLAKE2B 584d0fb711f447e14e5fde9b4cbec316069b1f6b96087ffe78e036dc217e82dfe3e2ef3588befd19437ec7dad5434a21901b244665730a7e8fef4592e20c0123 SHA512 17e2496d2e4815180b9f33fa0f206953fb3484e01c115a2e67d110fb04d421be7e694a434d991a7518579eadb9dce4e907dbd849dbaf6fb506758c425faa14ec
DIST ms-sys-2.5.3.tar.gz 76192 BLAKE2B c1046fa346088bb9abd39c8140479e11525fd1965fffebc0ca6ed8da354e354af6946f4bfd2a68ddca1f0b1bbb02ff94216d763a12f4ca43de0cd9ba1aa4d877 SHA512 18080bef903c68b6032e04124f3b3b9f0eb58517b338c6bd795846d786ee0af6b65760166b591090ad865a08a03346675f3c34ce59c64215059dac1439b558d8

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit toolchain-funcs
DESCRIPTION="A command-line program for writing Microsoft compatible boot records"
HOMEPAGE="http://ms-sys.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND="sys-devel/gettext"
RDEPEND="virtual/libintl"
src_compile() {
tc-export CC
default
}
src_install() {
local nls=""
if ! has sv ${LINGUAS-sv} ; then
nls='NLS_FILES='
fi
emake DESTDIR="${D}" MANDIR="/usr/share/man" \
PREFIX="/usr" ${nls} install
dodoc CHANGELOG CONTRIBUTORS FAQ README TODO
}