diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-08-30 20:52:59 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-28 01:06:42 +0200 |
commit | d4e0b860364e885d034283ad3f1d873945e94f91 (patch) | |
tree | 11b1b01400e91d4720ac14c79485babcfd1db58d /app-admin | |
parent | net-libs/tox: fix init scripts syntax. (diff) | |
download | gentoo-d4e0b860364e885d034283ad3f1d873945e94f91.tar.gz gentoo-d4e0b860364e885d034283ad3f1d873945e94f91.tar.bz2 gentoo-d4e0b860364e885d034283ad3f1d873945e94f91.zip |
app-admin/tmpwatch: fix HOMEPAGE, SRC_URI.
Closes: https://github.com/gentoo/gentoo/pull/5563
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild | 4 | ||||
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.11.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild index b1028a59fbb6..d95863cf391c 100644 --- a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs eutils DESCRIPTION="Files which haven't been accessed are removed from specified directories" -HOMEPAGE="https://fedorahosted.org/tmpwatch/" -SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" +HOMEPAGE="https://pagure.io/tmpwatch" +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/app-admin/tmpwatch/tmpwatch-2.11.ebuild b/app-admin/tmpwatch/tmpwatch-2.11.ebuild index 5e251f8628b1..d2ac49b8db98 100644 --- a/app-admin/tmpwatch/tmpwatch-2.11.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.11.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="Files which haven't been accessed are removed from specified directories" -HOMEPAGE="https://fedorahosted.org/tmpwatch/" -SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" +HOMEPAGE="https://pagure.io/tmpwatch" +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |