Skip to content

Commit

Permalink
app-misc/logserial: bump EAPI and drop eutils
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
FuzzyGophers committed May 28, 2018
1 parent 9dbfa33 commit bd01dbb
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions app-misc/logserial/logserial-0.4.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=2
inherit eutils toolchain-funcs
EAPI=6
inherit toolchain-funcs

DESCRIPTION="A tool for logging raw data from a serial device"
HOMEPAGE="http://www.gtlib.cc.gatech.edu/pub/Linux/system/serial/logserial-0.4.2.lsm"
Expand All @@ -16,16 +16,14 @@ IUSE=""
RDEPEND=""
DEPEND=""

src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
}
PATCHES=( "${FILESDIR}/${P}-gentoo.patch" )

src_compile() {
tc-export CC
emake || die "emake failed"
emake
}

src_install() {
dobin logserial || die "dobin failed"
dodoc CHANGELOG README
dobin logserial
default
}

0 comments on commit bd01dbb

Please sign in to comment.