public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/
@ 2016-05-04 21:56 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-05-04 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     bd139078c638176d72afc534dfad5b5fd9cd542d
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 21:56:23 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed May  4 21:56:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd139078

net-dialup/pppconfig: Remove old

Package-Manager: portage-2.2.28

 net-dialup/pppconfig/Manifest                   |  1 -
 net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild | 56 -------------------------
 2 files changed, 57 deletions(-)

diff --git a/net-dialup/pppconfig/Manifest b/net-dialup/pppconfig/Manifest
index bd1257f..91a7162 100644
--- a/net-dialup/pppconfig/Manifest
+++ b/net-dialup/pppconfig/Manifest
@@ -1,2 +1 @@
-DIST pppconfig_2.3.17.tar.gz 377665 SHA256 8c9d6598c6f353d1bfbccc48be06f63d6c5111fa11e6734ce2120a085ca93585 SHA512 9761242fa255afeccf4caf9a31fc57e49c5b2db43a4c8a5e228de2d6bc48f6458acfdf4c77005445a44fb71dda33f12e388cbfed9fcd00e0fa6bf8f03fa8a523 WHIRLPOOL c7b50acdc7d645576fba4ef426cb1ef3ee33bd8b17e8756158f738da5e885826986b00b09d45af88f22fed4978db8141aeefb9f0a245d65f62c1c21ff333243b
 DIST pppconfig_2.3.21.tar.gz 397243 SHA256 cc8bd046aa8c9495b589ec87d5051a237ba89d0dcb7b1924a50a72dfac6f20f8 SHA512 e6297a6834eb806d591aee44343c6e64536e260ea8e637f3a4d4b5a752e26ae90d467ca12dd83022e071f7c2c4f111660418a6b953c4a02f5618fc54a89c2893 WHIRLPOOL d02d0c1da782ede453633086497d51cf8ae456601694e782337b39cc33efad88f57cf4dee7df15020a40144dbd9f2d384fb4801d2b182ddb131f93ecef3a0e19

diff --git a/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild b/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild
deleted file mode 100644
index 7ff4345..0000000
--- a/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="A text menu based utility for configuring ppp"
-HOMEPAGE="http://packages.qa.debian.org/p/pppconfig.html"
-SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-RDEPEND="net-dialup/ppp
-	dev-util/dialog
-	dev-lang/perl"
-DEPEND="nls? ( sys-devel/gettext )"
-
-# Supported languages and translated documentation
-# Be sure all languages are prefixed with a single space!
-MY_AVAILABLE_LINGUAS=" ca cs da de el es eu fi fr gl he id it ja ko lt nb nl nn pt_BR pt ro ru sk sv tl tr vi zh_CN zh_TW"
-IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
-
-src_install () {
-	dodir /etc/chatscripts /etc/ppp/resolv
-	dosbin 0dns-down 0dns-up dns-clean
-	newsbin pppconfig pppconfig.real
-	dosbin "${FILESDIR}/pppconfig"
-	doman man/pppconfig.8
-	dodoc debian/{copyright,changelog}
-
-	if use nls; then
-		cd "${S}/po"
-		local MY_LINGUAS="" lang
-
-		for lang in ${MY_AVAILABLE_LINGUAS} ; do
-			if use linguas_${lang} ; then
-				MY_LINGUAS="${MY_LINGUAS} ${lang}"
-			fi
-		done
-		if [[ -z "${MY_LINGUAS}" ]] ; then
-			#If no language is selected, install 'em all
-			MY_LINGUAS="${MY_AVAILABLE_LINGUAS}"
-		fi
-
-		einfo "Locale messages will be installed for following languages:"
-		einfo "   ${MY_LINGUAS}"
-
-		for lang in ${MY_LINGUAS}; do
-			msgfmt -o ${lang}.mo ${lang}.po && \
-				insinto /usr/share/locale/${lang}/LC_MESSAGES && \
-				newins ${lang}.mo pppconfig.mo || \
-					die "failed to install locale messages for ${lang} language"
-		done
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/
@ 2017-09-23  6:46 Jeroen Roovers
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers @ 2017-09-23  6:46 UTC (permalink / raw
  To: gentoo-commits

commit:     7ac17fe64643ed2809bbb97aa541e62cf894a375
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 06:36:23 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 06:45:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac17fe6

net-dialup/pppconfig: Use HTTPS.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-dialup/pppconfig/pppconfig-2.3.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
index 021b12bb9b7..85b063a1b96 100644
--- a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
+++ b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils
 
 DESCRIPTION="A text menu based utility for configuring ppp"
-HOMEPAGE="http://packages.qa.debian.org/p/pppconfig.html"
+HOMEPAGE="https://packages.qa.debian.org/p/pppconfig.html"
 SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz"
 
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/
@ 2021-04-12  1:09 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-12  1:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3b195af460dee3ea79a17ea1616c718e8be014a3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 00:37:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 01:07:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b195af4

net-dialup/pppconfig: explicitly inherit l10n

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dialup/pppconfig/pppconfig-2.3.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
index aee64ac9fa4..31aecde1b0f 100644
--- a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
+++ b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils
+inherit l10n
 
 DESCRIPTION="A text menu based utility for configuring ppp"
 HOMEPAGE="https://packages.qa.debian.org/p/pppconfig.html"


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/
@ 2021-06-30 10:15 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2021-06-30 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     0b4da17a8a22a59e694e7be01c97d62fb7b2683b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 28 10:05:05 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 10:15:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4da17a

net-dialup/pppconfig: Update inherit from l10n to strip-linguas

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 net-dialup/pppconfig/pppconfig-2.3.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
index 31aecde1b0f..808ccc0a705 100644
--- a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
+++ b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit l10n
+inherit strip-linguas
 
 DESCRIPTION="A text menu based utility for configuring ppp"
 HOMEPAGE="https://packages.qa.debian.org/p/pppconfig.html"


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/
@ 2021-11-25 18:21 Marek Szuba
  0 siblings, 0 replies; 8+ messages in thread
From: Marek Szuba @ 2021-11-25 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b4f502cdf61882c97a98a8c6ade065a2aa834a48
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 18:20:46 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 18:21:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f502cd

net-dialup/pppconfig: add 2.3.25

Bug: https://bugs.gentoo.org/819360
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 net-dialup/pppconfig/Manifest                |  1 +
 net-dialup/pppconfig/pppconfig-2.3.25.ebuild | 56 ++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/net-dialup/pppconfig/Manifest b/net-dialup/pppconfig/Manifest
index fa1d4096af8a..d6b7dc18e928 100644
--- a/net-dialup/pppconfig/Manifest
+++ b/net-dialup/pppconfig/Manifest
@@ -1 +1,2 @@
 DIST pppconfig_2.3.21.tar.gz 397243 BLAKE2B 5816d9b1e832bd0e694718960ea45c0996fa7a459f3a38e03b0021d20549b81e5a74111c03f7f485bd4dbd408b2859864a69c55858cb0a4f70283971a64192bb SHA512 e6297a6834eb806d591aee44343c6e64536e260ea8e637f3a4d4b5a752e26ae90d467ca12dd83022e071f7c2c4f111660418a6b953c4a02f5618fc54a89c2893
+DIST pppconfig_2.3.25.tar.gz 392316 BLAKE2B 7c30db92cff0c9e80e04e4e7a83ccc22e2c1380831fcbc1ebd36bc4d30044c0b32669546907318be3c43061d1ea9f44b0a471f56847e75b0470f18f1aa10bf7a SHA512 6874b93ae34edb2a0ba06a669d930f5023a3eae38b6d10a78179eb69990a8280d41ebc2049461b54b03bd19904d13d2ebb57997599ed650660d0b34c958ad977

diff --git a/net-dialup/pppconfig/pppconfig-2.3.25.ebuild b/net-dialup/pppconfig/pppconfig-2.3.25.ebuild
new file mode 100644
index 000000000000..5816bbea39c4
--- /dev/null
+++ b/net-dialup/pppconfig/pppconfig-2.3.25.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit strip-linguas
+
+DESCRIPTION="A text menu based utility for configuring ppp"
+HOMEPAGE="https://tracker.debian.org/pkg/pppconfig"
+SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+
+RDEPEND="net-dialup/ppp
+	dev-util/dialog
+	dev-lang/perl"
+BDEPEND="nls? ( sys-devel/gettext )"
+
+src_prepare() {
+	default
+
+	if use nls; then
+		strip-linguas -i po/
+	fi
+}
+
+src_compile() {
+	default
+
+	if use nls; then
+		local lang
+		for lang in ${LINGUAS}; do
+			msgfmt -o po/${lang}.{m,p}o || die
+		done
+	fi
+}
+
+src_install() {
+	keepdir /etc/chatscripts /etc/ppp/resolv
+	dosbin 0dns-down 0dns-up dns-clean
+	newsbin pppconfig pppconfig.real
+	dosbin "${FILESDIR}/pppconfig"
+	doman man/pppconfig.8
+	dodoc debian/{copyright,changelog}
+
+	if use nls; then
+		local lang
+		for lang in ${LINGUAS}; do
+			insinto /usr/share/locale/${lang}/LC_MESSAGES
+			newins po/${lang}.mo pppconfig.mo
+		done
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/
@ 2021-11-29 19:00 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2021-11-29 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     67c2b90334f3e0309fae4880f0aa43c663c2b1ed
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 18:59:35 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 18:59:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c2b903

net-dialup/pppconfig: Port to EAPI 8

Closes: https://bugs.gentoo.org/819360
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-dialup/pppconfig/pppconfig-2.3.21.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
index 808ccc0a705e..b2560f286d53 100644
--- a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
+++ b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 inherit strip-linguas
 
@@ -14,15 +14,16 @@ LICENSE="GPL-2"
 KEYWORDS="amd64 ppc x86"
 IUSE="nls"
 
-RDEPEND="net-dialup/ppp
+RDEPEND="
+	net-dialup/ppp
 	dev-util/dialog
 	dev-lang/perl"
-DEPEND="nls? ( sys-devel/gettext )"
+BDEPEND="nls? ( sys-devel/gettext )"
 
 src_prepare() {
-	if use nls; then
-		strip-linguas -i po/
-	fi
+	default
+
+	use nls && strip-linguas -i po/
 }
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/
@ 2022-02-19  8:25 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2022-02-19  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8e8980278f30e1c767c5650e2d294ba3506c51c1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 08:25:45 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 08:25:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e898027

net-dialup/pppconfig: Stabilize 2.3.25 ppc, #833703

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-dialup/pppconfig/pppconfig-2.3.25.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/pppconfig/pppconfig-2.3.25.ebuild b/net-dialup/pppconfig/pppconfig-2.3.25.ebuild
index 5816bbea39c4..4bb6be7a45e9 100644
--- a/net-dialup/pppconfig/pppconfig-2.3.25.ebuild
+++ b/net-dialup/pppconfig/pppconfig-2.3.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="nls"
 
 RDEPEND="net-dialup/ppp


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/
@ 2023-05-01 13:36 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-05-01 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6be24a6a6d24190bd1ffd43420f3a54531d4cfd7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 13:29:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 13:29:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be24a6a

net-dialup/pppconfig: drop 2.3.21

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dialup/pppconfig/Manifest                |  1 -
 net-dialup/pppconfig/pppconfig-2.3.21.ebuild | 55 ----------------------------
 2 files changed, 56 deletions(-)

diff --git a/net-dialup/pppconfig/Manifest b/net-dialup/pppconfig/Manifest
index d6b7dc18e928..84fb582da58e 100644
--- a/net-dialup/pppconfig/Manifest
+++ b/net-dialup/pppconfig/Manifest
@@ -1,2 +1 @@
-DIST pppconfig_2.3.21.tar.gz 397243 BLAKE2B 5816d9b1e832bd0e694718960ea45c0996fa7a459f3a38e03b0021d20549b81e5a74111c03f7f485bd4dbd408b2859864a69c55858cb0a4f70283971a64192bb SHA512 e6297a6834eb806d591aee44343c6e64536e260ea8e637f3a4d4b5a752e26ae90d467ca12dd83022e071f7c2c4f111660418a6b953c4a02f5618fc54a89c2893
 DIST pppconfig_2.3.25.tar.gz 392316 BLAKE2B 7c30db92cff0c9e80e04e4e7a83ccc22e2c1380831fcbc1ebd36bc4d30044c0b32669546907318be3c43061d1ea9f44b0a471f56847e75b0470f18f1aa10bf7a SHA512 6874b93ae34edb2a0ba06a669d930f5023a3eae38b6d10a78179eb69990a8280d41ebc2049461b54b03bd19904d13d2ebb57997599ed650660d0b34c958ad977

diff --git a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
deleted file mode 100644
index b2560f286d53..000000000000
--- a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit strip-linguas
-
-DESCRIPTION="A text menu based utility for configuring ppp"
-HOMEPAGE="https://packages.qa.debian.org/p/pppconfig.html"
-SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-RDEPEND="
-	net-dialup/ppp
-	dev-util/dialog
-	dev-lang/perl"
-BDEPEND="nls? ( sys-devel/gettext )"
-
-src_prepare() {
-	default
-
-	use nls && strip-linguas -i po/
-}
-
-src_compile() {
-	default
-
-	if use nls; then
-		local lang
-		for lang in ${LINGUAS}; do
-			msgfmt -o po/${lang}.{m,p}o || die
-		done
-	fi
-}
-
-src_install() {
-	dodir /etc/chatscripts /etc/ppp/resolv
-	dosbin 0dns-down 0dns-up dns-clean
-	newsbin pppconfig pppconfig.real
-	dosbin "${FILESDIR}/pppconfig"
-	doman man/pppconfig.8
-	dodoc debian/{copyright,changelog}
-
-	if use nls; then
-		local lang
-		for lang in ${LINGUAS}; do
-			insinto /usr/share/locale/${lang}/LC_MESSAGES
-			newins po/${lang}.mo pppconfig.mo
-		done
-	fi
-}


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

end of thread, other threads:[~2023-05-01 13:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-29 19:00 [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2023-05-01 13:36 Sam James
2022-02-19  8:25 Arthur Zamarin
2021-11-25 18:21 Marek Szuba
2021-06-30 10:15 Ulrich Müller
2021-04-12  1:09 Sam James
2017-09-23  6:46 Jeroen Roovers
2016-05-04 21:56 Manuel Rüger

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