Skip to content

Commit

Permalink
app-mobilephone/scmxx: EAPI bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Zlogene committed May 22, 2018
1 parent 63ed172 commit ba27e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-mobilephone/scmxx/scmxx-0.9.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=0
EAPI=6

DESCRIPTION="Exchange data with Siemens phones"
HOMEPAGE="http://www.hendrik-sattler.de/scmxx/"
Expand All @@ -17,13 +17,13 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"

src_install() {
make DESTDIR="${D}" install || die "make install failed"
default

exeinto /usr/lib/scmxx
doexe contrib/*

doman docs/*.1

rm docs/README_WIN32.txt
rm docs/README_WIN32.txt || die
dodoc AUTHORS BUGS CHANGELOG README TODO docs/*.txt
}

0 comments on commit ba27e3e

Please sign in to comment.