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: Fri,  9 Dec 2016 07:01:27 +0000 (UTC)	[thread overview]
Message-ID: <1481266883.e1592aff6754bfa214bb8f8b5cd8abeea3d6abff.radhermit@gentoo> (raw)

commit:     e1592aff6754bfa214bb8f8b5cd8abeea3d6abff
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 07:00:10 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 07:01:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1592aff

net-dialup/picocom: version bump to 2.2

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

diff --git a/net-dialup/picocom/Manifest b/net-dialup/picocom/Manifest
index ed918cf..dfd179c 100644
--- a/net-dialup/picocom/Manifest
+++ b/net-dialup/picocom/Manifest
@@ -1 +1,2 @@
 DIST picocom-2.1.tar.gz 89281 SHA256 6b152fc5f816eaef6b86336a4cec7cf1496b7c712061e5aea5a36f143a0b09ed SHA512 0df692118e3cfa27edd8ff9d5abbde8a9dc02fb015476ab1469337d616eb69411db125a967107276fb50bc58e7b9748429b9ded4943712a082a10827d595c03e WHIRLPOOL 6c0a3e1080dd49ad2fd9863fd3c5cb21d9bbaca4b580145ffd20b76566109a4a18ee6b837bd192254848370206319e963cd07fe93955f85a2459297ad228c641
+DIST picocom-2.2.tar.gz 88670 SHA256 3e3904158d675541f0fcfdcd1f671b38445338f536080f5de8d6674b5f33d4ce SHA512 21495af30b81dfd1b3f4fea1ecf93c3a9252be1ae2ba94c7a2a07ceb75f562bc2ebc6ef6a8ae61f810ff5c121d4ab572a6f8ba75283e2cb28cf9886f834df0fa WHIRLPOOL 0c5aa85cbb8255e90632d737566bf4349169cdfbdc83cb65be617a87c8837a0d4fd3646061d816fc5ae6fbad761f97eb587b3572e163c0e0d0c183fddc900c8d

diff --git a/net-dialup/picocom/picocom-2.2.ebuild b/net-dialup/picocom/picocom-2.2.ebuild
new file mode 100644
index 00000000..9fb2b22
--- /dev/null
+++ b/net-dialup/picocom/picocom-2.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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:[~2016-12-09  7:01 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-09  7:01 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-14  5:27 [gentoo-commits] repo/gentoo:master commit in: net-dialup/picocom/ 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-12-25 23:09 Tim Harder
2017-09-03  2:00 Tim Harder
2017-04-24 20:49 Tim Harder
2017-04-24 20:49 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=1481266883.e1592aff6754bfa214bb8f8b5cd8abeea3d6abff.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