From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/
Date: Sat, 4 Jan 2020 08:16:59 +0000 (UTC) [thread overview]
Message-ID: <1578125815.7289053524cb088c87ea7a9c88ad5a631978d03f.robbat2@gentoo> (raw)
commit: 7289053524cb088c87ea7a9c88ad5a631978d03f
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 08:15:40 2020 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 08:16:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72890535
net-misc/netifrc: bump
Major changes:
- init.d/net.lo: add a configurable presence timeout
- net/veth: new functionality
Fixes:
- net/wireguard: sync
- net/ppp: support ppp-2.4.8
- *: lots of shellcheck fixes
Package-Manager: Portage-2.3.83, Repoman-2.3.18
Closes: https://bugs.gentoo.org/704722
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
net-misc/netifrc/Manifest | 1 +
net-misc/netifrc/netifrc-0.2.2.ebuild | 2 +-
net-misc/netifrc/netifrc-0.2.3.ebuild | 2 +-
net-misc/netifrc/netifrc-0.2.4.ebuild | 2 +-
net-misc/netifrc/netifrc-0.3.0.ebuild | 2 +-
net-misc/netifrc/netifrc-0.3.1.ebuild | 2 +-
net-misc/netifrc/netifrc-0.4.0-r1.ebuild | 2 +-
net-misc/netifrc/netifrc-0.4.0.ebuild | 2 +-
net-misc/netifrc/netifrc-0.5.0.ebuild | 2 +-
net-misc/netifrc/netifrc-0.5.1.ebuild | 2 +-
net-misc/netifrc/netifrc-0.6.0.ebuild | 2 +-
net-misc/netifrc/netifrc-0.6.1.ebuild | 2 +-
net-misc/netifrc/{netifrc-0.6.1.ebuild => netifrc-0.7.1.ebuild} | 2 +-
net-misc/netifrc/netifrc-9999.ebuild | 8 ++++----
14 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/net-misc/netifrc/Manifest b/net-misc/netifrc/Manifest
index b9ecac544a5..8683dda61dc 100644
--- a/net-misc/netifrc/Manifest
+++ b/net-misc/netifrc/Manifest
@@ -8,3 +8,4 @@ DIST netifrc-0.5.0.tar.bz2 78738 BLAKE2B b0627aaf0ee0526cfbb6af3c8cb82476ee910d1
DIST netifrc-0.5.1.tar.bz2 78749 BLAKE2B cecbf4b64cc8e93483326ef0646d2abfdb837c0351cc210ea0134e654cd44f90cba0390014412f6b45ff4d337d3aaeb5e739553231305846351452aebac870e1 SHA512 277d10f58f694c734c9dec52896f847a58e40b61567573dd634d0a0604c27550d4baec461df46dac4e535753f6594afd30344696229f4f4cf4f5e04dba659710
DIST netifrc-0.6.0.tar.bz2 83349 BLAKE2B d9be118aa2aa13891091f7b5060d06ce0bc1eb9740c5adec04b985785e7bd7afe77bc03751d178b8e09c967b04581b12cfbf50aa49b7226ab580081e420f22bc SHA512 de47d146619bd716a0eda8149063691d9d71a895579ac50d3fea60bf0e48c516d6b37aed81c33083dc6e7d4bb74841bb6b143c23972669de9d76b8f7df7a5d23
DIST netifrc-0.6.1.tar.gz 79791 BLAKE2B e38236d189ce0e40eaa5ba7b94e2e74e444bbd185fbacf515c65ca1f0ff441525cdc44696e12ff33e4ae1f80f2766a91866cfef8f9b737d34e1c59290248f49b SHA512 798a882f87f153c31b415d77a06a2beca94a958ea982aca20bbc2cf6a7d800aedbd99a577734ea41d6a75807b13d640dd7fa5a51aa5a27055e9c552634ac7bdb
+DIST netifrc-0.7.1.tar.gz 82393 BLAKE2B a1d147db2a4e4ff7d360bf5140ccf060283dbcbfde7100f1d193c783f1da540574e1342b4d7f3f9ee011628f9f113fc751416805f35678a1093e0cc0014f5eb9 SHA512 407071f8f58b7788703a62193677673ddd18114b69142894674337410473e620cf3895bb014cff133f719ac1a7191ac3bedfd969c9a11bf2f1c4b04d39683057
diff --git a/net-misc/netifrc/netifrc-0.2.2.ebuild b/net-misc/netifrc/netifrc-0.2.2.ebuild
index 98895e5ae18..bcc60b8da12 100644
--- a/net-misc/netifrc/netifrc-0.2.2.ebuild
+++ b/net-misc/netifrc/netifrc-0.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-0.2.3.ebuild b/net-misc/netifrc/netifrc-0.2.3.ebuild
index 1eb72875a92..b319f4a06c1 100644
--- a/net-misc/netifrc/netifrc-0.2.3.ebuild
+++ b/net-misc/netifrc/netifrc-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-0.2.4.ebuild b/net-misc/netifrc/netifrc-0.2.4.ebuild
index 1e3fc7439d9..a2917e7c6a1 100644
--- a/net-misc/netifrc/netifrc-0.2.4.ebuild
+++ b/net-misc/netifrc/netifrc-0.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-0.3.0.ebuild b/net-misc/netifrc/netifrc-0.3.0.ebuild
index 40dbf027890..d592a9dd0ce 100644
--- a/net-misc/netifrc/netifrc-0.3.0.ebuild
+++ b/net-misc/netifrc/netifrc-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-0.3.1.ebuild b/net-misc/netifrc/netifrc-0.3.1.ebuild
index eb0df4590b7..08120d91360 100644
--- a/net-misc/netifrc/netifrc-0.3.1.ebuild
+++ b/net-misc/netifrc/netifrc-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-0.4.0-r1.ebuild b/net-misc/netifrc/netifrc-0.4.0-r1.ebuild
index 72cdb9285a5..3f8a4a55579 100644
--- a/net-misc/netifrc/netifrc-0.4.0-r1.ebuild
+++ b/net-misc/netifrc/netifrc-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-0.4.0.ebuild b/net-misc/netifrc/netifrc-0.4.0.ebuild
index eb0df4590b7..08120d91360 100644
--- a/net-misc/netifrc/netifrc-0.4.0.ebuild
+++ b/net-misc/netifrc/netifrc-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-0.5.0.ebuild b/net-misc/netifrc/netifrc-0.5.0.ebuild
index 939911b1c42..229ea9afb26 100644
--- a/net-misc/netifrc/netifrc-0.5.0.ebuild
+++ b/net-misc/netifrc/netifrc-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-0.5.1.ebuild b/net-misc/netifrc/netifrc-0.5.1.ebuild
index 0f0e43e0d55..97af480877b 100644
--- a/net-misc/netifrc/netifrc-0.5.1.ebuild
+++ b/net-misc/netifrc/netifrc-0.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-0.6.0.ebuild b/net-misc/netifrc/netifrc-0.6.0.ebuild
index 5d03165380a..98c3339d853 100644
--- a/net-misc/netifrc/netifrc-0.6.0.ebuild
+++ b/net-misc/netifrc/netifrc-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-0.6.1.ebuild b/net-misc/netifrc/netifrc-0.6.1.ebuild
index b6901b9edd7..2718eb87d9b 100644
--- a/net-misc/netifrc/netifrc-0.6.1.ebuild
+++ b/net-misc/netifrc/netifrc-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-0.6.1.ebuild b/net-misc/netifrc/netifrc-0.7.1.ebuild
similarity index 98%
copy from net-misc/netifrc/netifrc-0.6.1.ebuild
copy to net-misc/netifrc/netifrc-0.7.1.ebuild
index b6901b9edd7..2718eb87d9b 100644
--- a/net-misc/netifrc/netifrc-0.6.1.ebuild
+++ b/net-misc/netifrc/netifrc-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
diff --git a/net-misc/netifrc/netifrc-9999.ebuild b/net-misc/netifrc/netifrc-9999.ebuild
index 939911b1c42..2718eb87d9b 100644
--- a/net-misc/netifrc/netifrc-9999.ebuild
+++ b/net-misc/netifrc/netifrc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,8 +13,8 @@ if [[ ${PV} == "9999" ]]; then
#EGIT_REPO_URI="https://github.com/gentoo/${PN}" # Alternate
inherit git-r3
else
- SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
fi
LICENSE="BSD-2"
@@ -51,7 +51,7 @@ src_compile() {
src_install() {
emake ${MAKE_ARGS} DESTDIR="${D}" install
- dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO ChangeLog
+ dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO
# Install the service file
LIBEXECDIR=${EPREFIX}/lib/${PN}
next reply other threads:[~2020-01-04 8:17 UTC|newest]
Thread overview: 108+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-04 8:16 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-22 9:54 [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/ Michał Górny
2024-09-29 0:31 Sam James
2024-09-23 12:04 Sam James
2024-08-28 19:03 Patrick McLean
2024-07-21 0:32 Sam James
2024-07-21 0:31 Sam James
2024-06-14 5:32 Arthur Zamarin
2024-05-30 4:36 Ionen Wolkens
2024-05-30 4:36 Ionen Wolkens
2024-05-11 15:19 Sam James
2024-01-07 9:45 Sam James
2024-01-01 0:08 Sam James
2023-12-17 23:55 Ionen Wolkens
2023-12-17 23:55 Ionen Wolkens
2023-12-17 23:55 Ionen Wolkens
2023-12-16 2:45 Sam James
2023-12-16 2:45 Sam James
2023-12-16 2:45 Sam James
2023-12-16 2:45 Sam James
2023-10-20 0:51 Sam James
2023-10-03 20:43 Patrick McLean
2023-10-03 20:43 Patrick McLean
2023-09-10 15:25 Sam James
2023-09-10 15:21 Sam James
2023-09-10 15:21 Sam James
2023-09-10 5:54 Sam James
2023-09-10 5:54 Sam James
2023-06-06 21:07 Sam James
2023-06-01 6:58 Jakov Smolić
2023-06-01 6:58 Jakov Smolić
2023-05-31 6:15 Joonas Niilola
2023-05-31 6:15 Joonas Niilola
2023-05-30 16:51 Arthur Zamarin
2023-05-29 0:41 Sam James
2023-05-29 0:25 Mike Gilbert
2023-05-29 0:25 Mike Gilbert
2023-05-17 1:40 Sam James
2023-05-16 20:02 Sam James
2023-04-17 4:41 Sam James
2023-04-17 4:41 Sam James
2023-04-17 4:41 Sam James
2023-04-17 4:41 Sam James
2023-04-17 4:41 Sam James
2023-03-09 1:09 Sam James
2023-03-09 1:09 Sam James
2023-02-06 2:07 Sam James
2023-02-06 2:07 Sam James
2023-02-02 17:30 Mike Gilbert
2023-02-02 17:30 Mike Gilbert
2023-01-22 17:52 Arthur Zamarin
2023-01-16 0:30 Sam James
2022-05-20 6:31 Lars Wendler
2022-05-19 17:23 Ben Kohler
2022-05-13 22:11 Robin H. Johnson
2021-04-11 13:13 Sam James
2021-04-09 22:20 Sam James
2021-04-09 15:40 Sergei Trofimovich
2021-04-07 22:44 Sam James
2021-04-07 9:20 Sergei Trofimovich
2021-04-07 6:24 Sam James
2021-04-06 12:25 Thomas Deutschmann
2021-04-06 12:24 Thomas Deutschmann
2021-02-10 13:11 Lars Wendler
2021-01-05 18:32 Lars Wendler
2021-01-05 15:20 Lars Wendler
2020-12-12 23:04 Aaron Bauman
2020-12-12 21:25 Sergei Trofimovich
2020-12-03 4:21 Sam James
2020-12-02 9:44 Sam James
2020-11-29 8:24 Agostino Sarubbo
2020-11-29 8:22 Agostino Sarubbo
2020-11-29 8:20 Agostino Sarubbo
2020-11-29 8:16 Agostino Sarubbo
2020-11-29 0:13 Sergei Trofimovich
2020-11-27 16:49 Thomas Deutschmann
2020-09-07 9:15 Lars Wendler
2020-04-01 21:01 Mart Raudsepp
2020-03-23 18:07 Sergei Trofimovich
2020-03-14 19:24 Sergei Trofimovich
2020-03-12 16:24 Agostino Sarubbo
2020-03-12 16:23 Agostino Sarubbo
2020-03-12 16:22 Agostino Sarubbo
2020-03-11 7:21 Sergei Trofimovich
2020-03-10 8:39 Sergey Popov
2019-05-04 14:44 Mikle Kolyada
2018-09-16 18:25 Mikle Kolyada
2018-07-10 22:39 Louis Sautier
2018-07-10 21:46 Jason Donenfeld
2018-05-01 20:51 Mikle Kolyada
2018-03-22 17:10 Mikle Kolyada
2017-11-27 21:00 Robin H. Johnson
2017-02-24 23:14 Michael Weber
2017-01-20 11:05 Agostino Sarubbo
2017-01-17 14:24 Agostino Sarubbo
2017-01-15 15:50 Agostino Sarubbo
2017-01-14 12:43 Jeroen Roovers
2017-01-11 10:35 Agostino Sarubbo
2016-12-23 15:07 Markus Meier
2016-12-06 12:58 Thomas Deutschmann
2016-12-05 22:54 Tobias Klausmann
2016-11-27 23:31 Thomas Deutschmann
2016-11-16 9:10 Tobias Klausmann
2016-11-13 8:46 Markus Meier
2016-10-26 20:14 Robin H. Johnson
2016-10-24 23:44 Robin H. Johnson
2016-10-24 21:42 Robin H. Johnson
2016-07-14 19:56 Robin H. Johnson
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=1578125815.7289053524cb088c87ea7a9c88ad5a631978d03f.robbat2@gentoo \
--to=robbat2@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