Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/picocom/
Date: Fri, 26 Aug 2016 05:58:52
Message-Id: 1472191119.d2dd4d0103b24d05f5d38b813c0811de71654abd.radhermit@gentoo
1 commit: d2dd4d0103b24d05f5d38b813c0811de71654abd
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 05:57:46 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 05:58:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2dd4d01
7
8 net-dialup/picocom: remove old
9
10 net-dialup/picocom/Manifest | 1 -
11 net-dialup/picocom/picocom-1.7.ebuild | 37 -----------------------------------
12 2 files changed, 38 deletions(-)
13
14 diff --git a/net-dialup/picocom/Manifest b/net-dialup/picocom/Manifest
15 index 66403da..ed918cf 100644
16 --- a/net-dialup/picocom/Manifest
17 +++ b/net-dialup/picocom/Manifest
18 @@ -1,2 +1 @@
19 -DIST picocom-1.7.tar.gz 42857 SHA256 d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e SHA512 a222cc61be1e3e9759d8d6269348f6ac13159089e41b5a6aade3dc15abab8d76571a91c970f14af89244055f8bb9adf1ad5b336d7a9b4db5a9449558b86577ec WHIRLPOOL 1bb3b05e2fa111a55611e2586d93b16adeca397f368f1c6f3309f36490405afabbc9875dce262e548aa105c5f128ee004eaa7ec47772908e69689ff1ef68838f
20 DIST picocom-2.1.tar.gz 89281 SHA256 6b152fc5f816eaef6b86336a4cec7cf1496b7c712061e5aea5a36f143a0b09ed SHA512 0df692118e3cfa27edd8ff9d5abbde8a9dc02fb015476ab1469337d616eb69411db125a967107276fb50bc58e7b9748429b9ded4943712a082a10827d595c03e WHIRLPOOL 6c0a3e1080dd49ad2fd9863fd3c5cb21d9bbaca4b580145ffd20b76566109a4a18ee6b837bd192254848370206319e963cd07fe93955f85a2459297ad228c641
21
22 diff --git a/net-dialup/picocom/picocom-1.7.ebuild b/net-dialup/picocom/picocom-1.7.ebuild
23 deleted file mode 100644
24 index c993379..00000000
25 --- a/net-dialup/picocom/picocom-1.7.ebuild
26 +++ /dev/null
27 @@ -1,37 +0,0 @@
28 -# Copyright 1999-2012 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=4
33 -
34 -inherit eutils toolchain-funcs
35 -
36 -DESCRIPTION="minimal dumb-terminal emulation program"
37 -HOMEPAGE="https://github.com/npat-efault/picocom"
38 -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
43 -IUSE=""
44 -
45 -DEPEND=""
46 -
47 -src_prepare() {
48 - sed -i -e 's:\./picocom:picocom:' pcasc || die
49 -}
50 -
51 -src_compile() {
52 - # CPPFLAGS is shared between CFLAGS and CXXFLAGS, but there is no
53 - # C++ file, and the pre-processor is never called directly, this
54 - # is easier than patching it out.
55 - emake LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS} ${CPPFLAGS} -Wall" \
56 - CC="$(tc-getCC)"
57 -}
58 -
59 -src_install() {
60 - dobin picocom pc{asc,xm,ym,zm}
61 - doman picocom.8
62 - dohtml picocom.8.html
63 - dodoc CHANGES CHANGES.old CONTRIBUTORS README TODO
64 -}