Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
Date: Fri, 16 Aug 2019 07:24:17
Message-Id: 1565940245.79429198a2bbfb883383c869e3e5cbbd6a16cd55.ulm@gentoo
1 commit: 79429198a2bbfb883383c869e3e5cbbd6a16cd55
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 07:24:05 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 07:24:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79429198
7
8 app-editors/teco: Use default src_unpack.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-editors/teco/teco-36_p19940820.ebuild | 5 -----
14 1 file changed, 5 deletions(-)
15
16 diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
17 index dc730a58979..d8bd29428ab 100644
18 --- a/app-editors/teco/teco-36_p19940820.ebuild
19 +++ b/app-editors/teco/teco-36_p19940820.ebuild
20 @@ -27,11 +27,6 @@ PATCHES=(
21 "${FILESDIR}"/${PN}-warnings.patch
22 )
23
24 -src_unpack() {
25 - unpack ${P}.tar.gz
26 - use doc && unpack tecodoc.tar.gz
27 -}
28 -
29 src_prepare() {
30 default
31 local pkg_config=$("$(tc-getPKG_CONFIG)" --libs ncurses)