public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/picocom/
Date: Mon, 25 Dec 2017 23:09:09 +0000 (UTC)	[thread overview]
Message-ID: <1514243330.cdf7109eb0f7907dd786d66fa97cdaf02bb4a59a.radhermit@gentoo> (raw)

commit:     cdf7109eb0f7907dd786d66fa97cdaf02bb4a59a
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 22:13:33 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 23:08:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf7109e

net-dialup/picocom: version bump to 3.0

 net-dialup/picocom/Manifest           |  1 +
 net-dialup/picocom/picocom-3.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/net-dialup/picocom/Manifest b/net-dialup/picocom/Manifest
index 582e4534b36..530efc98da0 100644
--- a/net-dialup/picocom/Manifest
+++ b/net-dialup/picocom/Manifest
@@ -1 +1,2 @@
 DIST picocom-2.2.tar.gz 88670 BLAKE2B 47ba36e08e0c45b81a88a4eb66044e69814581c278193c228f83f1e0161c87d450997d26252b70bc66106ee1667d24da07f8a2451c6ae03df62ca86100a26824 SHA512 21495af30b81dfd1b3f4fea1ecf93c3a9252be1ae2ba94c7a2a07ceb75f562bc2ebc6ef6a8ae61f810ff5c121d4ab572a6f8ba75283e2cb28cf9886f834df0fa
+DIST picocom-3.0.tar.gz 116478 BLAKE2B 7c6b6518b1c687c60a34c8146eeaeed1bbbb9aeb5d3b09cfac524dab2c0ac8064471daeea32de3d3fabbe9afbd7dd066ea817c7c2c4942033808b02ec782afbe SHA512 3c22a7638be63cffcc3191479bd442a142e9b3d85815a000fa7ad7e04a4314f07331931d8f240f226ddb02dd15c79cd4fda98fc907629ad34820d481eb690bf0

diff --git a/net-dialup/picocom/picocom-3.0.ebuild b/net-dialup/picocom/picocom-3.0.ebuild
new file mode 100644
index 00000000000..0e9387304c3
--- /dev/null
+++ b/net-dialup/picocom/picocom-3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="minimal dumb-terminal emulation program"
+HOMEPAGE="https://github.com/npat-efault/picocom"
+SRC_URI="https://github.com/npat-efault/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+src_compile() {
+	# CPPFLAGS is shared between CFLAGS and CXXFLAGS, but there is no
+	# C++ file, and the pre-processor is never called directly, this
+	# is easier than patching it out.
+	emake LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS} ${CPPFLAGS} -Wall" \
+		CC="$(tc-getCC)"
+}
+
+src_install() {
+	dobin picocom pc{asc,xm,ym,zm}
+	doman picocom.1
+	dodoc CHANGES.old CONTRIBUTORS README.md
+}


             reply	other threads:[~2017-12-25 23:09 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-25 23:09 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-04 19:26 [gentoo-commits] repo/gentoo:master commit in: net-dialup/picocom/ Sam James
2025-06-23  1:44 Sam James
2025-06-22 17:19 Sam James
2025-05-07 21:01 Jakov Smolić
2025-05-07 19:12 Arthur Zamarin
2025-05-07 15:45 Arthur Zamarin
2025-05-06  4:45 Viorel Munteanu
2025-04-19 18:28 Viorel Munteanu
2023-09-14  5:27 WANG Xuerui
2022-12-12 19:29 Georgy Yakovlev
2022-12-12 19:29 Georgy Yakovlev
2022-10-01  6:19 Arthur Zamarin
2022-01-11  2:23 Georgy Yakovlev
2022-01-04 12:46 Marek Szuba
2020-07-06  5:21 Tim Harder
2019-12-26 12:12 Georgy Yakovlev
2019-07-05 10:13 Agostino Sarubbo
2019-07-04 12:33 Agostino Sarubbo
2018-06-26 18:21 Mikle Kolyada
2018-06-26 18:21 Mikle Kolyada
2018-06-07 20:42 James Le Cuirot
2017-09-03  2:00 Tim Harder
2017-04-24 20:49 Tim Harder
2017-04-24 20:49 Tim Harder
2016-12-09  7:01 Tim Harder
2016-08-26  5:58 Tim Harder
2016-08-26  5:58 Tim Harder
2016-07-25 22:17 Tim Harder
2016-01-22  8:28 Michael Palimaka
2015-09-01 19:55 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1514243330.cdf7109eb0f7907dd786d66fa97cdaf02bb4a59a.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox