Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/picocom/
Date: Tue, 26 Jun 2018 18:21:47
Message-Id: 1530037298.b97a96bdbc60a0b16a341de8b547f4039748fe30.zlogene@gentoo
1 commit: b97a96bdbc60a0b16a341de8b547f4039748fe30
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 18:21:20 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 18:21:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97a96bd
7
8 net-dialup/picocom: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-dialup/picocom/Manifest | 1 -
13 net-dialup/picocom/picocom-3.0.ebuild | 29 -----------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/net-dialup/picocom/Manifest b/net-dialup/picocom/Manifest
17 index 9f784443f1f..f72d7057c47 100644
18 --- a/net-dialup/picocom/Manifest
19 +++ b/net-dialup/picocom/Manifest
20 @@ -1,3 +1,2 @@
21 DIST picocom-2.2.tar.gz 88670 BLAKE2B 47ba36e08e0c45b81a88a4eb66044e69814581c278193c228f83f1e0161c87d450997d26252b70bc66106ee1667d24da07f8a2451c6ae03df62ca86100a26824 SHA512 21495af30b81dfd1b3f4fea1ecf93c3a9252be1ae2ba94c7a2a07ceb75f562bc2ebc6ef6a8ae61f810ff5c121d4ab572a6f8ba75283e2cb28cf9886f834df0fa
22 -DIST picocom-3.0.tar.gz 116478 BLAKE2B 7c6b6518b1c687c60a34c8146eeaeed1bbbb9aeb5d3b09cfac524dab2c0ac8064471daeea32de3d3fabbe9afbd7dd066ea817c7c2c4942033808b02ec782afbe SHA512 3c22a7638be63cffcc3191479bd442a142e9b3d85815a000fa7ad7e04a4314f07331931d8f240f226ddb02dd15c79cd4fda98fc907629ad34820d481eb690bf0
23 DIST picocom-3.1.tar.gz 121686 BLAKE2B e7f478e7d00e791fb2ea7248ff31e480d05c5c1fe35941f85689a5df19646175e3c698222e430786874c0508c44a0c1f8ecc4b69c889a40e7411c7b54c67249a SHA512 ff1888494ae0e24a151e19ac3abcdbb499e42eb1abcea401a7c6c3b532be3d64ddd81a511641d1ce0119dc5da3d2804ce8eaff262a9d578bfe8e22fdf6e55ad1
24
25 diff --git a/net-dialup/picocom/picocom-3.0.ebuild b/net-dialup/picocom/picocom-3.0.ebuild
26 deleted file mode 100644
27 index e5d52e872d4..00000000000
28 --- a/net-dialup/picocom/picocom-3.0.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit toolchain-funcs
37 -
38 -DESCRIPTION="minimal dumb-terminal emulation program"
39 -HOMEPAGE="https://github.com/npat-efault/picocom"
40 -SRC_URI="https://github.com/npat-efault/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd"
45 -IUSE=""
46 -
47 -src_compile() {
48 - # CPPFLAGS is shared between CFLAGS and CXXFLAGS, but there is no
49 - # C++ file, and the pre-processor is never called directly, this
50 - # is easier than patching it out.
51 - emake LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS} ${CPPFLAGS} -Wall" \
52 - CC="$(tc-getCC)"
53 -}
54 -
55 -src_install() {
56 - dobin picocom pc{asc,xm,ym,zm}
57 - doman picocom.1
58 - dodoc CHANGES.old CONTRIBUTORS README.md
59 -}