diff options
author | Jonas Stein <jstein@gentoo.org> | 2023-01-13 21:52:57 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2023-01-13 21:55:53 +0100 |
commit | e29d8082c10bf420fc81e495e55324d126f6e0d5 (patch) | |
tree | 8fa673cf603aa723a1bfd5ddf73e5e2452c0e0a1 /app-text/wgetpaste | |
parent | dev-libs/openssl: fix config call in src_prepare (diff) | |
download | gentoo-e29d8082c10bf420fc81e495e55324d126f6e0d5.tar.gz gentoo-e29d8082c10bf420fc81e495e55324d126f6e0d5.tar.bz2 gentoo-e29d8082c10bf420fc81e495e55324d126f6e0d5.zip |
app-text/wgetpaste: Update HOMEPAGE
The old project HOMEPAGE https://wgetpaste.zlin.dk/
has not been updated for years.
The development continued on GH.
Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'app-text/wgetpaste')
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.29-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild | 5 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.32.ebuild | 5 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.33-r1.ebuild | 4 |
4 files changed, 8 insertions, 10 deletions
diff --git a/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild b/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild index 4df3cd271600..2600ece9d578 100644 --- a/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="https://wgetpaste.zlin.dk/" +HOMEPAGE="https://github.com/zlin/wgetpaste" SRC_URI="https://wgetpaste.zlin.dk/${P}.tar.bz2" LICENSE="MIT" diff --git a/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild b/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild index 45a384368039..42f4a1862ccb 100644 --- a/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="https://wgetpaste.zlin.dk/" - +HOMEPAGE="https://github.com/zlin/wgetpaste" COMMIT_HASH="f9b08c50009485817e8b44300f79a92e37fe9f22" SRC_URI="https://github.com/zlin/wgetpaste/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" diff --git a/app-text/wgetpaste/wgetpaste-2.32.ebuild b/app-text/wgetpaste/wgetpaste-2.32.ebuild index d69842d8dc2e..970f038a41da 100644 --- a/app-text/wgetpaste/wgetpaste-2.32.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.32.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="https://wgetpaste.zlin.dk/" - +HOMEPAGE="https://github.com/zlin/wgetpaste" SRC_URI="https://github.com/zlin/wgetpaste/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild b/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild index c8592f26415d..71e79ddd02dc 100644 --- a/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit optfeature DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="https://wgetpaste.zlin.dk/" +HOMEPAGE="https://github.com/zlin/wgetpaste" SRC_URI="https://github.com/zlin/wgetpaste/releases/download/${PV}/${P}.tar.xz" LICENSE="MIT" |