From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DAB3158046 for ; Sun, 13 Oct 2024 21:39:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EA45E07A7; Sun, 13 Oct 2024 21:38:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77BFFE07A7 for ; Sun, 13 Oct 2024 21:38:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A51413430E8 for ; Sun, 13 Oct 2024 21:38:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F075AE7 for ; Sun, 13 Oct 2024 21:38:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1728855498.46b730707741853ab4f7fc43e2e213b4945fef40.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sitecopy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sitecopy/metadata.xml net-misc/sitecopy/sitecopy-0.16.6-r3.ebuild X-VCS-Directories: net-misc/sitecopy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 46b730707741853ab4f7fc43e2e213b4945fef40 X-VCS-Branch: master Date: Sun, 13 Oct 2024 21:38:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a2e4a44b-eb4e-408f-8778-51368a534d7f X-Archives-Hash: 1bf6078492b8efa01e0f7100288a0278 commit: 46b730707741853ab4f7fc43e2e213b4945fef40 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 13 14:14:00 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 13 21:38:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b73070 net-misc/sitecopy: Add new upstream-id metadata Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/sitecopy/metadata.xml | 3 +++ net-misc/sitecopy/sitecopy-0.16.6-r3.ebuild | 2 ++ 2 files changed, 5 insertions(+) diff --git a/net-misc/sitecopy/metadata.xml b/net-misc/sitecopy/metadata.xml index 0fd518b68867..dedac3557a5f 100644 --- a/net-misc/sitecopy/metadata.xml +++ b/net-misc/sitecopy/metadata.xml @@ -2,6 +2,9 @@ + + notroj/sitecopy + This allows the use of rsh (remote shell) and rcp (remote copy) for authoring websites. sftp is a much more secure protocol and is preferred. Enable WebDav (Web-based Distributed Authoring and Versioning) support. This system allows users to collaborate on websites using a web based interface. See the ebuild for an FAQ page. Enables neon as well to handle webdav support. diff --git a/net-misc/sitecopy/sitecopy-0.16.6-r3.ebuild b/net-misc/sitecopy/sitecopy-0.16.6-r3.ebuild index d309794b2639..20a0b9a21e47 100644 --- a/net-misc/sitecopy/sitecopy-0.16.6-r3.ebuild +++ b/net-misc/sitecopy/sitecopy-0.16.6-r3.ebuild @@ -29,6 +29,8 @@ src_prepare() { # http://ftp.debian.org/debian/pool/main/s/sitecopy/ # Consider SiteCopy to be more or less being actively maintained by # Debian maintainers, but GPL patches ported into Gentoo. + # Update 2024-10-13: There appears to be a (new?) upstream repository, + # see metadata.xml remote-id. eapply \ "${FILESDIR}/sitecopy-0.16.6-01-remote-dynamic-rc.patch" \