public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/
Date: Sat,  2 Oct 2021 06:01:59 +0000 (UTC)	[thread overview]
Message-ID: <1633154407.57a243e8d4179253b2fea231a04e35e3c569be3b.floppym@gentoo> (raw)

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}}
+}


             reply	other threads:[~2021-10-02  6:02 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-02  6:01 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-10 19:08 [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc-scripts/ Mike Gilbert
2021-10-13 20:33 Sam James
2021-10-14  5:56 Agostino Sarubbo
2021-10-14  5:57 Agostino Sarubbo
2021-10-14 16:38 Sam James
2021-10-14 18:32 Sam James
2021-10-16 22:05 Sam James
2022-05-10 16:17 Mike Gilbert
2022-11-24 12:00 WANG Xuerui
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
2023-04-05 18:59 Sam James
2023-04-05 19:00 Sam James
2023-04-05 19:02 Sam James
2023-04-05 19:02 Sam James
2023-04-07 17:15 Mike Gilbert

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=1633154407.57a243e8d4179253b2fea231a04e35e3c569be3b.floppym@gentoo \
    --to=floppym@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