diff options
author | 2022-04-04 18:45:49 +0200 | |
---|---|---|
committer | 2022-04-04 18:45:49 +0200 | |
commit | beba143c39288c6090d1f36bae223d1fdceff546 (patch) | |
tree | e3682a624afcbf8bcded77756cfedc8cd99f3e91 /dev-cpp | |
parent | Drop repoman in favour of pkgcheck/pkgdev (diff) | |
download | guru-beba143c39288c6090d1f36bae223d1fdceff546.tar.gz guru-beba143c39288c6090d1f36bae223d1fdceff546.tar.bz2 guru-beba143c39288c6090d1f36bae223d1fdceff546.zip |
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/cli11/cli11-2.1.2.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/cli11/cli11-2.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-cpp/cli11/cli11-2.1.2.ebuild b/dev-cpp/cli11/cli11-2.1.2.ebuild index a758cbac2..e83d6f916 100644 --- a/dev-cpp/cli11/cli11-2.1.2.ebuild +++ b/dev-cpp/cli11/cli11-2.1.2.ebuild @@ -9,7 +9,7 @@ inherit cmake docs CATCH_PV=2.13.6 DESCRIPTION="Command line parser for C++11" -HOMEPAGE="https://github.com/CLIUtils/CLI11 https://cliutils.github.io/CLI11/book" +HOMEPAGE="https://github.com/CLIUtils/CLI11 https://cliutils.github.io/CLI11/book/" SRC_URI="https://github.com/CLIUtils/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/CLI11-${PV}" diff --git a/dev-cpp/cli11/cli11-2.2.0.ebuild b/dev-cpp/cli11/cli11-2.2.0.ebuild index a758cbac2..e83d6f916 100644 --- a/dev-cpp/cli11/cli11-2.2.0.ebuild +++ b/dev-cpp/cli11/cli11-2.2.0.ebuild @@ -9,7 +9,7 @@ inherit cmake docs CATCH_PV=2.13.6 DESCRIPTION="Command line parser for C++11" -HOMEPAGE="https://github.com/CLIUtils/CLI11 https://cliutils.github.io/CLI11/book" +HOMEPAGE="https://github.com/CLIUtils/CLI11 https://cliutils.github.io/CLI11/book/" SRC_URI="https://github.com/CLIUtils/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/CLI11-${PV}" diff --git a/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild b/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild index 7c8af865d..8311e6323 100644 --- a/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild +++ b/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild @@ -10,7 +10,7 @@ inherit multiprocessing SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz" KEYWORDS='~amd64 ~x86' DESCRIPTION='Streaming XML pull parser/serializer for modern C++' -HOMEPAGE='https://www.codesynthesis.com/projects/libstudxml' +HOMEPAGE='https://www.codesynthesis.com/projects/libstudxml/' LICENSE='MIT' SLOT='0' diff --git a/dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild b/dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild index 45399ce12..2a9450649 100644 --- a/dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild +++ b/dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild @@ -4,7 +4,7 @@ EAPI=8 DESCRIPTION="C++17 header-only implementation of the XDG Base Directory Specification" -HOMEPAGE="https://sr.ht/~danyspin97/xdgpp" +HOMEPAGE="https://sr.ht/~danyspin97/xdgpp/" SRC_URI=" https://git.sr.ht/~danyspin97/xdgpp/commit/d41f2b8189619f27aca1b6f1bf7b1ef4af8bb482.patch -> ${PN}-01.patch https://git.sr.ht/~danyspin97/xdgpp/commit/3ca427d179412892a111b879a4253b146ba94b0c.patch -> ${PN}-02.patch |