commit: ba27e3e23bd1e45ff18305af5262b94e7b21006e Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Tue May 22 17:53:59 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Tue May 22 17:53:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba27e3e2
app-mobilephone/scmxx: EAPI bump Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-mobilephone/scmxx/scmxx-0.9.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild index f3a692ef960..2df2b2dcf4e 100644 --- a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild +++ b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild @@ -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/" @@ -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 }
