diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-12 12:47:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-30 20:21:05 +0200 |
commit | 794061a3298b5716db015defa7b3e2c583b73980 (patch) | |
tree | befde12acaf6e066c8f4c64d362d5f6b8ee4caa6 /www-misc | |
parent | stardict.eclass: inline mirror://sourceforge (diff) | |
download | gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.gz gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.bz2 gentoo-794061a3298b5716db015defa7b3e2c583b73980.zip |
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild | 4 | ||||
-rw-r--r-- | www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 2 | ||||
-rw-r--r-- | www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild | 4 | ||||
-rw-r--r-- | www-misc/mergelog/mergelog-4.5-r2.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild index ba4744c4d878..75208b519396 100644 --- a/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild +++ b/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="bookmarksync synchronizes various browser bookmark files" HOMEPAGE="https://sourceforge.net/projects/booksync/" -SRC_URI="mirror://sourceforge/booksync/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/booksync/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ppc x86" diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild index 48c0f209c438..6b23775d828a 100644 --- a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild +++ b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild @@ -9,7 +9,7 @@ MY_PV="${PV/_beta/b}" DESCRIPTION="HTTP/HTML indexing and searching system" HOMEPAGE="https://htdig.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild b/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild index b99b4cd70013..4ce2113dce37 100644 --- a/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild +++ b/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit depend.apache DESCRIPTION="set of tools to manipulate and maintain webserver logfiles" HOMEPAGE="https://sourceforge.net/projects/log-toolkit/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/www-misc/mergelog/mergelog-4.5-r2.ebuild b/www-misc/mergelog/mergelog-4.5-r2.ebuild index f689153b358b..2bfb50ecbe16 100644 --- a/www-misc/mergelog/mergelog-4.5-r2.ebuild +++ b/www-misc/mergelog/mergelog-4.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="A utility to merge apache logs in chronological order" HOMEPAGE="http://mergelog.sourceforge.net" -SRC_URI="mirror://sourceforge/mergelog/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/mergelog/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |