diff options
author | 2024-04-12 12:47:52 +0200 | |
---|---|---|
committer | 2024-04-30 20:21:05 +0200 | |
commit | 794061a3298b5716db015defa7b3e2c583b73980 (patch) | |
tree | befde12acaf6e066c8f4c64d362d5f6b8ee4caa6 /dev-debug/duma | |
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 'dev-debug/duma')
-rw-r--r-- | dev-debug/duma/duma-2.5.15-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-debug/duma/duma-2.5.15-r3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-debug/duma/duma-2.5.15-r2.ebuild b/dev-debug/duma/duma-2.5.15-r2.ebuild index 64f1d18d48b8..867fad99a60f 100644 --- a/dev-debug/duma/duma-2.5.15-r2.ebuild +++ b/dev-debug/duma/duma-2.5.15-r2.ebuild @@ -8,7 +8,7 @@ MY_P=${PN}_$(replace_all_version_separators '_') DESCRIPTION="DUMA (Detect Unintended Memory Access) is a memory debugging library" HOMEPAGE="http://duma.sourceforge.net" -SRC_URI="mirror://sourceforge/duma/${MY_P}.tar.gz +SRC_URI="https://downloads.sourceforge.net/duma/${MY_P}.tar.gz mirror://gentoo/${P}-GNUmakefile.patch.bz2" LICENSE="GPL-2" diff --git a/dev-debug/duma/duma-2.5.15-r3.ebuild b/dev-debug/duma/duma-2.5.15-r3.ebuild index 829ceeeaf79f..fc8f17608610 100644 --- a/dev-debug/duma/duma-2.5.15-r3.ebuild +++ b/dev-debug/duma/duma-2.5.15-r3.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="DUMA (Detect Unintended Memory Access) is a memory debugging library" HOMEPAGE="http://duma.sourceforge.net" -SRC_URI="mirror://sourceforge/duma/${P//[.-]/_}.tar.gz +SRC_URI="https://downloads.sourceforge.net/duma/${P//[.-]/_}.tar.gz mirror://gentoo/${P}-GNUmakefile.patch.bz2" S=${WORKDIR}/${P//[.-]/_} |