* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2021-10-02 6:01 Mike Gilbert
0 siblings, 0 replies; 20+ messages in thread
From: Mike Gilbert @ 2021-10-02 6:01 UTC (permalink / raw
To: gentoo-commits
commit: 57a243e8d4179253b2fea231a04e35e3c569be3b
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 2 03:42:31 2021 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Oct 2 06:00:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a243e8
net-vpn/vpnc-scripts: initial import
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-vpn/vpnc-scripts/Manifest | 1 +
net-vpn/vpnc-scripts/metadata.xml | 8 ++++++++
net-vpn/vpnc-scripts/vpnc-scripts-20210402.ebuild | 23 +++++++++++++++++++++++
net-vpn/vpnc-scripts/vpnc-scripts-99999999.ebuild | 23 +++++++++++++++++++++++
4 files changed, 55 insertions(+)
diff --git a/net-vpn/vpnc-scripts/Manifest b/net-vpn/vpnc-scripts/Manifest
new file mode 100644
index 00000000000..de68088215d
--- /dev/null
+++ b/net-vpn/vpnc-scripts/Manifest
@@ -0,0 +1 @@
+DIST vpnc-scripts-20210402.tar.gz 39925 BLAKE2B 2bc8a274773e51ba48e402588fdf5b51d20360f610afe5608f91dfe2466644b68d891a60c27e4c6938b4ed5da1f193ddb7a8ac955c8f02e6bf91437dc5c47620 SHA512 5f9fc5ab1a5a2607f807700536c4a8e71c551052e72979c1cdd02b15906615be33a297b873b0806f269e51645f10f1c02a7acfed2501148bfa2797250582920d
diff --git a/net-vpn/vpnc-scripts/metadata.xml b/net-vpn/vpnc-scripts/metadata.xml
new file mode 100644
index 00000000000..de09ffd8b08
--- /dev/null
+++ b/net-vpn/vpnc-scripts/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>floppym@gentoo.org</email>
+ <name>Mike Gilbert</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20210402.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20210402.ebuild
new file mode 100644
index 00000000000..83fa0467d1d
--- /dev/null
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20210402.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == 99999999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
+else
+ SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
+HOMEPAGE="https://gitlab.com/openconnect/vpnc-scripts"
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+src_install() {
+ exeinto /etc/vpnc-scripts
+ doexe vpnc-script{,-{ptrtd,sshd}}
+}
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-99999999.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-99999999.ebuild
new file mode 100644
index 00000000000..83fa0467d1d
--- /dev/null
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-99999999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == 99999999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
+else
+ SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
+HOMEPAGE="https://gitlab.com/openconnect/vpnc-scripts"
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+src_install() {
+ exeinto /etc/vpnc-scripts
+ doexe vpnc-script{,-{ptrtd,sshd}}
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2021-10-10 19:08 Mike Gilbert
0 siblings, 0 replies; 20+ messages in thread
From: Mike Gilbert @ 2021-10-10 19:08 UTC (permalink / raw
To: gentoo-commits
commit: 5e79533bee5502902320d616447df3ea1fd3b71f
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 18:33:02 2021 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 19:06:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e79533b
net-vpn/vpnc-scripts: move scripts to /etc/vpnc
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
...vpnc-scripts-20210402.ebuild => vpnc-scripts-20210402-r1.ebuild} | 6 ++++--
net-vpn/vpnc-scripts/vpnc-scripts-99999999.ebuild | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20210402.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
similarity index 81%
rename from net-vpn/vpnc-scripts/vpnc-scripts-20210402.ebuild
rename to net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
index 83fa0467d1d..99aefb4e008 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20210402.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
@@ -17,7 +17,9 @@ HOMEPAGE="https://gitlab.com/openconnect/vpnc-scripts"
LICENSE="GPL-2+"
SLOT="0"
+RDEPEND="!<net-vpn/vpnc-0.5.3_p550-r3"
+
src_install() {
- exeinto /etc/vpnc-scripts
+ exeinto /etc/vpnc
doexe vpnc-script{,-{ptrtd,sshd}}
}
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-99999999.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-99999999.ebuild
index 83fa0467d1d..99aefb4e008 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-99999999.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-99999999.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
@@ -17,7 +17,9 @@ HOMEPAGE="https://gitlab.com/openconnect/vpnc-scripts"
LICENSE="GPL-2+"
SLOT="0"
+RDEPEND="!<net-vpn/vpnc-0.5.3_p550-r3"
+
src_install() {
- exeinto /etc/vpnc-scripts
+ exeinto /etc/vpnc
doexe vpnc-script{,-{ptrtd,sshd}}
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2021-10-13 20:33 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-10-13 20:33 UTC (permalink / raw
To: gentoo-commits
commit: 65b7a13ae4d2c84e7983b15c074def8b6760ac34
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 20:33:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 20:33:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b7a13a
net-vpn/vpnc-scripts: Stabilize 20210402-r1 amd64, #818004
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
index 99aefb4e008..3ecbe6f804f 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2021-10-14 5:56 Agostino Sarubbo
0 siblings, 0 replies; 20+ messages in thread
From: Agostino Sarubbo @ 2021-10-14 5:56 UTC (permalink / raw
To: gentoo-commits
commit: e13fbe817be95e503f58cefd0d2f601625ed183e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 05:56:14 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 05:56:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13fbe81
net-vpn/vpnc-scripts: sparc stable wrt bug #818004
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
index 3ecbe6f804f..453ee8d27f9 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2021-10-14 5:57 Agostino Sarubbo
0 siblings, 0 replies; 20+ messages in thread
From: Agostino Sarubbo @ 2021-10-14 5:57 UTC (permalink / raw
To: gentoo-commits
commit: d4ea10ff9358bc88b63fc2cad1c6e3a4d35c6bb4
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 05:57:23 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 05:57:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ea10ff
net-vpn/vpnc-scripts: x86 stable wrt bug #818004
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
index 453ee8d27f9..9b8b0c47250 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2021-10-14 16:38 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-10-14 16:38 UTC (permalink / raw
To: gentoo-commits
commit: 2db68990d4bc260a10320f08f2201e283872964a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 16:37:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 16:37:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db68990
net-vpn/vpnc-scripts: Stabilize 20210402-r1 arm, #818004
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
index 9b8b0c47250..dd47aafb364 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc x86"
+ KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv sparc x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2021-10-14 18:32 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-10-14 18:32 UTC (permalink / raw
To: gentoo-commits
commit: 6649c989e13e899098582735363d291b62c47982
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 18:31:59 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 18:31:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6649c989
net-vpn/vpnc-scripts: Stabilize 20210402-r1 arm64, #818004
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
index dd47aafb364..48bc0ddf3f3 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv sparc x86"
+ KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv sparc x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2021-10-16 22:05 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-10-16 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 9f2268a8825cb4b32d1b7a2b0f2d09bc66081eae
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 22:03:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 22:03:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2268a8
net-vpn/vpnc-scripts: Stabilize 20210402-r1 ppc64, #818004
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
index f94ca221295..ebab1afc4ca 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv sparc x86"
+ KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2022-05-10 16:17 Mike Gilbert
0 siblings, 0 replies; 20+ messages in thread
From: Mike Gilbert @ 2022-05-10 16:17 UTC (permalink / raw
To: gentoo-commits
commit: 2181f388dd2da65ee80722ea1d109192a48346b7
Author: Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Tue May 10 07:52:05 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May 10 16:16:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2181f388
net-vpn/vpnc-scripts: bump version to 20220510
Closes: https://github.com/gentoo/gentoo/pull/25414
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-vpn/vpnc-scripts/Manifest | 1 +
net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild | 25 +++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/net-vpn/vpnc-scripts/Manifest b/net-vpn/vpnc-scripts/Manifest
index de68088215d6..241b6ae9bbe1 100644
--- a/net-vpn/vpnc-scripts/Manifest
+++ b/net-vpn/vpnc-scripts/Manifest
@@ -1 +1,2 @@
DIST vpnc-scripts-20210402.tar.gz 39925 BLAKE2B 2bc8a274773e51ba48e402588fdf5b51d20360f610afe5608f91dfe2466644b68d891a60c27e4c6938b4ed5da1f193ddb7a8ac955c8f02e6bf91437dc5c47620 SHA512 5f9fc5ab1a5a2607f807700536c4a8e71c551052e72979c1cdd02b15906615be33a297b873b0806f269e51645f10f1c02a7acfed2501148bfa2797250582920d
+DIST vpnc-scripts-20220510.tar.gz 44155 BLAKE2B c52a1680d25882776c76fc52d8df7f482fe157c7f52ab1c6b14ef6291801a94d5655e6284d55af9d09871e57003e4b434a5453a986ea0e28cd7764c348614bc8 SHA512 c391048b60e739e21954b22b9c4bb764a55c71f8fe6d4e263293efae1bd8d1229ca6b841c2cdd4352c36641d5143c2bca023bff65fa5b8ae8ea151d77b5231cf
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
new file mode 100644
index 000000000000..992e33a030a8
--- /dev/null
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == 99999999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
+else
+ SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
+HOMEPAGE="https://gitlab.com/openconnect/vpnc-scripts"
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+RDEPEND="!<net-vpn/vpnc-0.5.3_p550-r3"
+
+src_install() {
+ exeinto /etc/vpnc
+ doexe vpnc-script{,-{ptrtd,sshd}}
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2022-11-24 12:00 WANG Xuerui
0 siblings, 0 replies; 20+ messages in thread
From: WANG Xuerui @ 2022-11-24 12:00 UTC (permalink / raw
To: gentoo-commits
commit: ad02f3c854962d1dbb756d27ddf05c346d51d887
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 07:19:42 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 12:00:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad02f3c8
net-vpn/vpnc-scripts: keyword 20220510 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
index 992e33a030a8..96a352ef8bf0 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2023-04-05 18:59 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-04-05 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 8859a27f1fa0409f9e2bf0a45ddb5de527ea1b69
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 18:59:22 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 18:59:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8859a27f
net-vpn/vpnc-scripts: Stabilize 20220510 ppc64, #903761
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
index 9849c347d14d..a2b6a79884ac 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc ~x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2023-04-05 18:59 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-04-05 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 1f8f96174b796102ccc8aa2c242b06130cd7515a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 18:59:20 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 18:59:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8f9617
net-vpn/vpnc-scripts: Stabilize 20220510 arm64, #903761
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
index 1614edae11bf..9849c347d14d 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2023-04-05 18:59 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-04-05 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 6d9a9cf7f217bf7dbd95217f096c36ce52126c32
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 18:59:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 18:59:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9a9cf7
net-vpn/vpnc-scripts: Stabilize 20220510 amd64, #903761
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
index ce2c833edfc0..2f82fb947b72 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
+ KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2023-04-05 18:59 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-04-05 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 25d4cbcbf441abfc91995cd3a98c3206aef0e7cc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 18:59:19 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 18:59:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d4cbcb
net-vpn/vpnc-scripts: Stabilize 20220510 ppc, #903761
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
index 96a352ef8bf0..1614edae11bf 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2023-04-05 18:59 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-04-05 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 164c1fa6e09c475624325555a93afa370d725c31
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 18:59:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 18:59:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164c1fa6
net-vpn/vpnc-scripts: Stabilize 20220510 x86, #903761
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
index 075d1d772cee..ce2c833edfc0 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2023-04-05 18:59 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-04-05 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 05dcee2748ee489e8068536cab99c95acdfe05ea
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 18:59:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 18:59:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05dcee27
net-vpn/vpnc-scripts: Stabilize 20220510 arm, #903761
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
index a2b6a79884ac..075d1d772cee 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="~amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc ~x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2023-04-05 19:00 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-04-05 19:00 UTC (permalink / raw
To: gentoo-commits
commit: b486ff38abed269bdcaa2582834bb318ba2e6d8a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 19:00:47 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 19:00:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b486ff38
net-vpn/vpnc-scripts: Stabilize 20220510 sparc, #903761
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
index 2f82fb947b72..06b4e4bc9ccb 100644
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
+++ b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
+ KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2023-04-05 19:02 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-04-05 19:02 UTC (permalink / raw
To: gentoo-commits
commit: 6d9b2c835833e7d5bee1ab5a62ad8854cbcf68a5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 19:01:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 19:01:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9b2c83
net-vpn/vpnc-scripts: mark ALLARCHES
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-vpn/vpnc-scripts/metadata.xml b/net-vpn/vpnc-scripts/metadata.xml
index 11703e634f47..81420ec2657a 100644
--- a/net-vpn/vpnc-scripts/metadata.xml
+++ b/net-vpn/vpnc-scripts/metadata.xml
@@ -5,6 +5,7 @@
<email>floppym@gentoo.org</email>
<name>Mike Gilbert</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="gitlab">openconnect/vpnc-scripts</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2023-04-05 19:02 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-04-05 19:02 UTC (permalink / raw
To: gentoo-commits
commit: 083bce36aeb3275f3dedc643ce72f57b63ba45ab
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 19:01:36 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 19:01:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083bce36
net-vpn/vpnc-scripts: add gitlab upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/vpnc-scripts/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-vpn/vpnc-scripts/metadata.xml b/net-vpn/vpnc-scripts/metadata.xml
index 077cdb6aa203..11703e634f47 100644
--- a/net-vpn/vpnc-scripts/metadata.xml
+++ b/net-vpn/vpnc-scripts/metadata.xml
@@ -5,4 +5,7 @@
<email>floppym@gentoo.org</email>
<name>Mike Gilbert</name>
</maintainer>
+ <upstream>
+ <remote-id type="gitlab">openconnect/vpnc-scripts</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
@ 2023-04-07 17:15 Mike Gilbert
0 siblings, 0 replies; 20+ messages in thread
From: Mike Gilbert @ 2023-04-07 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 5e69b9ab17f04d36c0094d849b85afdb29d0a95d
Author: Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Thu Apr 6 20:38:52 2023 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Apr 7 17:14:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e69b9ab
net-vpn/vpnc-scripts: drop old
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/30505
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-vpn/vpnc-scripts/Manifest | 1 -
.../vpnc-scripts/vpnc-scripts-20210402-r1.ebuild | 25 ----------------------
2 files changed, 26 deletions(-)
diff --git a/net-vpn/vpnc-scripts/Manifest b/net-vpn/vpnc-scripts/Manifest
index 241b6ae9bbe1..d7ee2cdfca79 100644
--- a/net-vpn/vpnc-scripts/Manifest
+++ b/net-vpn/vpnc-scripts/Manifest
@@ -1,2 +1 @@
-DIST vpnc-scripts-20210402.tar.gz 39925 BLAKE2B 2bc8a274773e51ba48e402588fdf5b51d20360f610afe5608f91dfe2466644b68d891a60c27e4c6938b4ed5da1f193ddb7a8ac955c8f02e6bf91437dc5c47620 SHA512 5f9fc5ab1a5a2607f807700536c4a8e71c551052e72979c1cdd02b15906615be33a297b873b0806f269e51645f10f1c02a7acfed2501148bfa2797250582920d
DIST vpnc-scripts-20220510.tar.gz 44155 BLAKE2B c52a1680d25882776c76fc52d8df7f482fe157c7f52ab1c6b14ef6291801a94d5655e6284d55af9d09871e57003e4b434a5453a986ea0e28cd7764c348614bc8 SHA512 c391048b60e739e21954b22b9c4bb764a55c71f8fe6d4e263293efae1bd8d1229ca6b841c2cdd4352c36641d5143c2bca023bff65fa5b8ae8ea151d77b5231cf
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
deleted file mode 100644
index ebab1afc4cac..000000000000
--- a/net-vpn/vpnc-scripts/vpnc-scripts-20210402-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} == 99999999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
-else
- SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
-fi
-
-DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
-HOMEPAGE="https://gitlab.com/openconnect/vpnc-scripts"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-RDEPEND="!<net-vpn/vpnc-0.5.3_p550-r3"
-
-src_install() {
- exeinto /etc/vpnc
- doexe vpnc-script{,-{ptrtd,sshd}}
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
end of thread, other threads:[~2023-04-07 17:15 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-05 18:59 [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-04-07 17:15 Mike Gilbert
2023-04-05 19:02 Sam James
2023-04-05 19:02 Sam James
2023-04-05 19:00 Sam James
2023-04-05 18:59 Sam James
2023-04-05 18:59 Sam James
2023-04-05 18:59 Sam James
2023-04-05 18:59 Sam James
2023-04-05 18:59 Sam James
2022-11-24 12:00 WANG Xuerui
2022-05-10 16:17 Mike Gilbert
2021-10-16 22:05 Sam James
2021-10-14 18:32 Sam James
2021-10-14 16:38 Sam James
2021-10-14 5:57 Agostino Sarubbo
2021-10-14 5:56 Agostino Sarubbo
2021-10-13 20:33 Sam James
2021-10-10 19:08 Mike Gilbert
2021-10-02 6:01 Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox