diff options
author | Richard Freeman <rich0@gentoo.org> | 2015-08-07 22:32:52 +0000 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2015-08-07 22:32:52 +0000 |
commit | b42846534dca4ab722f80326c56df183b04ab77b (patch) | |
tree | 9d1f8e34852ea7a99d9aed804d88ee5b72edea79 /sys-process | |
parent | Automated update. (diff) | |
download | gentoo-2-b42846534dca4ab722f80326c56df183b04ab77b.tar.gz gentoo-2-b42846534dca4ab722f80326c56df183b04ab77b.tar.bz2 gentoo-2-b42846534dca4ab722f80326c56df183b04ab77b.zip |
Fix distfiles filename.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 100565AB52446CB4)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/systemd-cron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/systemd-cron/systemd-cron-1.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/systemd-cron/ChangeLog b/sys-process/systemd-cron/ChangeLog index b092eaeb3208..c4908c118523 100644 --- a/sys-process/systemd-cron/ChangeLog +++ b/sys-process/systemd-cron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/systemd-cron # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/systemd-cron/ChangeLog,v 1.1 2015/07/18 15:48:50 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/systemd-cron/ChangeLog,v 1.2 2015/08/07 22:32:52 rich0 Exp $ + + 07 Aug 2015; Richard Freeman <rich0@gentoo.org> systemd-cron-1.5.3.ebuild: + Fix distfiles filename. *systemd-cron-1.5.3 (18 Jul 2015) diff --git a/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild index 90477653f0c1..d1272166c364 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild,v 1.1 2015/07/18 15:48:50 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild,v 1.2 2015/08/07 22:32:52 rich0 Exp $ EAPI=5 PYTHON_COMPAT=( pypy3 python{3_3,3_4} ) @@ -8,7 +8,7 @@ inherit eutils python-single-r1 systemd DESCRIPTION="systemd units to provide minimal cron daemon functionality by running scripts in cron directories" HOMEPAGE="https://github.com/systemd-cron/systemd-cron/" -SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd-cron-${PV}.tar.gz" LICENSE="MIT" SLOT="0" |