commit:     49065925de31de3fa1c3648763cfd61f7c61d775
Author:     Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Sat Apr 19 13:18:02 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Apr 19 18:28:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49065925

net-dialup/picocom: version bump to 2024.07

Also switch to the new upstream.

Bug: https://bugs.gentoo.org/715190
Closes: https://bugs.gentoo.org/951696
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/41661
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 net-dialup/picocom/Manifest               |  1 +
 net-dialup/picocom/metadata.xml           |  1 +
 net-dialup/picocom/picocom-2024.07.ebuild | 34 +++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/net-dialup/picocom/Manifest b/net-dialup/picocom/Manifest
index 75dd0d13fa0d..1b9adb4a73aa 100644
--- a/net-dialup/picocom/Manifest
+++ b/net-dialup/picocom/Manifest
@@ -1 +1,2 @@
+DIST picocom-2024-07.tar.bz2 73290 BLAKE2B 
4cac3cd77057daac2af820a3a1966edfa426e5132d48284325e59a02123674124156df79985cd89014247afd05bed9639fe210da0068afb1a7183baf10bb99e0
 SHA512 
b8663c6d361ac57a65198967cd34d2e8a6a95d7345f8412664aee517bfb772911bcd08b81ecd789ef538f95f0251c4846f29c6873e3fd44a1d52d604f1f81738
 DIST picocom-3.1.tar.gz 121686 BLAKE2B 
e7f478e7d00e791fb2ea7248ff31e480d05c5c1fe35941f85689a5df19646175e3c698222e430786874c0508c44a0c1f8ecc4b69c889a40e7411c7b54c67249a
 SHA512 
ff1888494ae0e24a151e19ac3abcdbb499e42eb1abcea401a7c6c3b532be3d64ddd81a511641d1ce0119dc5da3d2804ce8eaff262a9d578bfe8e22fdf6e55ad1

diff --git a/net-dialup/picocom/metadata.xml b/net-dialup/picocom/metadata.xml
index a294c524e1cb..6601bbd8829e 100644
--- a/net-dialup/picocom/metadata.xml
+++ b/net-dialup/picocom/metadata.xml
@@ -7,6 +7,7 @@
        </maintainer>
        <upstream>
                <remote-id type="github">npat-efault/picocom</remote-id>
+               <remote-id type="gitlab">wsakernel/picocom</remote-id>
                <remote-id type="cpe">cpe:/a:picocom_project:picocom</remote-id>
        </upstream>
 </pkgmetadata>

diff --git a/net-dialup/picocom/picocom-2024.07.ebuild 
b/net-dialup/picocom/picocom-2024.07.ebuild
new file mode 100644
index 000000000000..b09e14ef3545
--- /dev/null
+++ b/net-dialup/picocom/picocom-2024.07.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 toolchain-funcs
+
+MY_PV=${PV/./-}
+
+DESCRIPTION="minimal dumb-terminal emulation program"
+HOMEPAGE="https://gitlab.com/wsakernel/picocom";
+SRC_URI="https://gitlab.com/wsakernel/${PN}/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.bz2";
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+man"
+
+BDEPEND="man? ( dev-go/go-md2man )"
+
+src_compile() {
+       emake CFLAGS="${CFLAGS} -Wall" CC="$(tc-getCC)"
+
+       use man && emake doc
+}
+
+src_install() {
+       dobin picocom pc{asc,xm,ym,zm}
+       dodoc CONTRIBUTORS CONTRIBUTORS.old README.md
+       dobashcomp bash_completion/picocom
+
+       use man && doman picocom.1
+}

Reply via email to