commit: 6f5743da0cc7b83eee05fefed07791d8c477cc7a
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 19:06:58 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 19:15:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5743da
net-dialup/cutecom: new revision to drop unused eutils.eclass.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../cutecom/{cutecom-0.40.0.ebuild => cutecom-0.40.0-r1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-dialup/cutecom/cutecom-0.40.0.ebuild
b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
similarity index 83%
rename from net-dialup/cutecom/cutecom-0.40.0.ebuild
rename to net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
index 552e006cf0d..2b1539ca374 100644
--- a/net-dialup/cutecom/cutecom-0.40.0.ebuild
+++ b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit cmake-utils eutils
+inherit cmake-utils
DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
HOMEPAGE="https://github.com/neundorf/CuteCom"
@@ -27,13 +27,13 @@ src_prepare() {
sed -i \
-e '/Path/d' \
-e '/Terminal/s/0/false/' \
- ${PN}.desktop || die 'sed on desktop file failed'
+ "${PN}.desktop" || die 'sed on desktop file failed'
cmake-utils_src_prepare
}
src_install() {
cmake-utils_src_install
- domenu ${PN}.desktop
- doicon distribution/${PN}.png
+ domenu "${PN}.desktop"
+ doicon "distribution/${PN}.png"
}