commit: 46b730707741853ab4f7fc43e2e213b4945fef40 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Oct 13 14:14:00 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> + <upstream> + <remote-id type="github">notroj/sitecopy</remote-id> + </upstream> <use> <flag name="rsh">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.</flag> <flag name="webdav">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.</flag> 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" \
