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 /net-im | |
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 'net-im')
-rw-r--r-- | net-im/pidgin/pidgin-2.14.10-r1.ebuild | 4 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.14.12.ebuild | 4 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.14.13.ebuild | 4 | ||||
-rw-r--r-- | net-im/psi/psi-1.5-r2.ebuild | 2 | ||||
-rw-r--r-- | net-im/ysm/ysm-2.9.9.1-r2.ebuild | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/net-im/pidgin/pidgin-2.14.10-r1.ebuild b/net-im/pidgin/pidgin-2.14.10-r1.ebuild index 384fc9483316..9adb88007f14 100644 --- a/net-im/pidgin/pidgin-2.14.10-r1.ebuild +++ b/net-im/pidgin/pidgin-2.14.10-r1.ebuild @@ -4,13 +4,13 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit autotools gnome2-utils flag-o-matic perl-module python-single-r1 xdg DESCRIPTION="GTK Instant Messenger client" HOMEPAGE="https://pidgin.im/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0/2" # libpurple version diff --git a/net-im/pidgin/pidgin-2.14.12.ebuild b/net-im/pidgin/pidgin-2.14.12.ebuild index de2d6665b465..11bcb9864f23 100644 --- a/net-im/pidgin/pidgin-2.14.12.ebuild +++ b/net-im/pidgin/pidgin-2.14.12.ebuild @@ -4,13 +4,13 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools gnome2-utils flag-o-matic perl-module python-single-r1 xdg DESCRIPTION="GTK Instant Messenger client" HOMEPAGE="https://pidgin.im/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0/2" # libpurple version diff --git a/net-im/pidgin/pidgin-2.14.13.ebuild b/net-im/pidgin/pidgin-2.14.13.ebuild index 9b4c8c0a4078..a46f86cb655a 100644 --- a/net-im/pidgin/pidgin-2.14.13.ebuild +++ b/net-im/pidgin/pidgin-2.14.13.ebuild @@ -4,13 +4,13 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools gnome2-utils flag-o-matic perl-module python-single-r1 xdg DESCRIPTION="GTK Instant Messenger client" HOMEPAGE="https://pidgin.im/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0/2" # libpurple version diff --git a/net-im/psi/psi-1.5-r2.ebuild b/net-im/psi/psi-1.5-r2.ebuild index 2d7af1d75ec5..6df2396c6e82 100644 --- a/net-im/psi/psi-1.5-r2.ebuild +++ b/net-im/psi/psi-1.5-r2.ebuild @@ -10,7 +10,7 @@ inherit plocale qmake-utils xdg DESCRIPTION="Qt XMPP client" HOMEPAGE="https://psi-im.org" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz https://github.com/psi-im/psi-l10n/archive/${PV}.tar.gz -> psi-l10n-${PV}.tar.gz" LICENSE="GPL-2" diff --git a/net-im/ysm/ysm-2.9.9.1-r2.ebuild b/net-im/ysm/ysm-2.9.9.1-r2.ebuild index 3da1e61c79c9..308a744ac371 100644 --- a/net-im/ysm/ysm-2.9.9.1-r2.ebuild +++ b/net-im/ysm/ysm-2.9.9.1-r2.ebuild @@ -9,7 +9,7 @@ MY_PV=$(ver_rs 1- _) DESCRIPTION="A console ICQ client supporting versions 7/8" HOMEPAGE="http://ysmv7.sourceforge.net/" -SRC_URI="mirror://sourceforge/ysmv7/${PN}v7_${MY_PV}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/ysmv7/${PN}v7_${MY_PV}.tar.bz2" S="${WORKDIR}"/${PN}v7_${MY_PV} LICENSE="GPL-2" |