Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
Date: Thu, 27 Apr 2017 19:16:24
Message-Id: 1493320547.6f5743da0cc7b83eee05fefed07791d8c477cc7a.mjo@gentoo
1 commit: 6f5743da0cc7b83eee05fefed07791d8c477cc7a
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 19:06:58 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 19:15:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5743da
7
8 net-dialup/cutecom: new revision to drop unused eutils.eclass.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../cutecom/{cutecom-0.40.0.ebuild => cutecom-0.40.0-r1.ebuild} | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/net-dialup/cutecom/cutecom-0.40.0.ebuild b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
16 similarity index 83%
17 rename from net-dialup/cutecom/cutecom-0.40.0.ebuild
18 rename to net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
19 index 552e006cf0d..2b1539ca374 100644
20 --- a/net-dialup/cutecom/cutecom-0.40.0.ebuild
21 +++ b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=6
25
26 -inherit cmake-utils eutils
27 +inherit cmake-utils
28
29 DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
30 HOMEPAGE="https://github.com/neundorf/CuteCom"
31 @@ -27,13 +27,13 @@ src_prepare() {
32 sed -i \
33 -e '/Path/d' \
34 -e '/Terminal/s/0/false/' \
35 - ${PN}.desktop || die 'sed on desktop file failed'
36 + "${PN}.desktop" || die 'sed on desktop file failed'
37
38 cmake-utils_src_prepare
39 }
40
41 src_install() {
42 cmake-utils_src_install
43 - domenu ${PN}.desktop
44 - doicon distribution/${PN}.png
45 + domenu "${PN}.desktop"
46 + doicon "distribution/${PN}.png"
47 }