public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: net-dialup/atinout/
@ 2023-01-29 10:40 Viorel Munteanu
  0 siblings, 0 replies; 2+ messages in thread
From: Viorel Munteanu @ 2023-01-29 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     3610b6426adcf3189a34ef193017d959b673005e
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Jan 29 09:15:51 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 09:15:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3610b642

net-dialup/atinout: update HOMEPAGE

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 net-dialup/atinout/atinout-0.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/atinout/atinout-0.9.1-r1.ebuild b/net-dialup/atinout/atinout-0.9.1-r1.ebuild
index 2ef99bfee..1d89db870 100644
--- a/net-dialup/atinout/atinout-0.9.1-r1.ebuild
+++ b/net-dialup/atinout/atinout-0.9.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="AT commands as input are sent to modem and responses given as output"
-HOMEPAGE="http://atinout.sourceforge.net/index.html"
+HOMEPAGE="https://atinout.sourceforge.net/index.html"
 SRC_URI="https://netix.dl.sourceforge.net/project/atinout/v0.9.1/${P}.tar.gz"
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-dialup/atinout/
@ 2021-06-27  7:19 Haelwenn Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Haelwenn Monnier @ 2021-06-27  7:19 UTC (permalink / raw
  To: gentoo-commits

commit:     42795b6061170e10b0ec74e15e5bf6bb02cd45eb
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sat Jun 26 19:25:37 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Jun 26 19:25:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42795b60

net-dialup/atinout: fix calls cc directly

Closes: https://bugs.gentoo.org/798795
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 net-dialup/atinout/atinout-0.9.1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-dialup/atinout/atinout-0.9.1.ebuild b/net-dialup/atinout/atinout-0.9.1.ebuild
index 1232e50b8..77408bdff 100644
--- a/net-dialup/atinout/atinout-0.9.1.ebuild
+++ b/net-dialup/atinout/atinout-0.9.1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="AT commands as input are sent to modem and responses given as output"
 HOMEPAGE="http://atinout.sourceforge.net/index.html"
 SRC_URI="https://netix.dl.sourceforge.net/project/atinout/v0.9.1/${P}.tar.gz"
@@ -16,4 +18,6 @@ PATCHES=(
 	"${FILESDIR}"/0002-do-not-rely-on-CR-in-modem-output.patch
 )
 
-QA_PREBUILT="/usr/bin/atinout"
+src_compile() {
+	CC="$(tc-getCC)" emake LDFLAGS="${LDFLAGS}"
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-29 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-29 10:40 [gentoo-commits] repo/proj/guru:master commit in: net-dialup/atinout/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2021-06-27  7:19 Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox