diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 13:06:00 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 13:38:59 +0200 |
commit | 3b36d783cf0a803d4f4da4fdc0f98f715cb5f15a (patch) | |
tree | ec55ff0a95f7841f3fa66ac272db6bb5e7b88cf3 /sys-block/mpt-status/mpt-status-1.2.0-r1.ebuild | |
parent | net-nds/yp-tools: Pull in new enough libnsl (diff) | |
download | gentoo-3b36d783cf0a803d4f4da4fdc0f98f715cb5f15a.tar.gz gentoo-3b36d783cf0a803d4f4da4fdc0f98f715cb5f15a.tar.bz2 gentoo-3b36d783cf0a803d4f4da4fdc0f98f715cb5f15a.zip |
sys-block/mpt-status: Upstream resources disappeared
Closes: https://bugs.gentoo.org/633632
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-block/mpt-status/mpt-status-1.2.0-r1.ebuild')
-rw-r--r-- | sys-block/mpt-status/mpt-status-1.2.0-r1.ebuild | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/sys-block/mpt-status/mpt-status-1.2.0-r1.ebuild b/sys-block/mpt-status/mpt-status-1.2.0-r1.ebuild index 38a202f87455..67bf731a9f90 100644 --- a/sys-block/mpt-status/mpt-status-1.2.0-r1.ebuild +++ b/sys-block/mpt-status/mpt-status-1.2.0-r1.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit eutils toolchain-funcs +EAPI=7 +inherit toolchain-funcs DESCRIPTION="Query tool to access the running configuration and status of LSI SCSI HBAs" -HOMEPAGE="http://www.drugphish.ch/~ratz/mpt-status/" -SRC_URI="http://www.drugphish.ch/~ratz/mpt-status/${P}.tar.bz2 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="mirror://gentoo/${P}.tar.bz2 mirror://gentoo/${PN}-1.2.0-linux-sources.tar.bz2" LICENSE="GPL-2" @@ -15,12 +14,12 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" src_prepare() { - epatch "${FILESDIR}/${PN}-1.2.0-gentoo.patch" + default + + eapply "${FILESDIR}/${PN}-1.2.0-gentoo.patch" sed -i -e 's,\(^.*linux/compiler\.h.*$\),,' mpt-status.h || die sed -i -e '/KERNEL_PATH/d' Makefile || die - - epatch_user } src_compile() { @@ -28,6 +27,6 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + default dodoc doc/{AUTHORS,Changelog,DeveloperNotes,FAQ,README,ReleaseNotes,THANKS,TODO} } |