commit: 5ff2893a6eafcc9f089216d80bf8578015f58c1b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 05:07:09 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 05:40:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff2893a
app-backup/cachedir: Fix license and use HTTPS
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-backup/cachedir/cachedir-1.4.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-backup/cachedir/cachedir-1.4.ebuild
b/app-backup/cachedir/cachedir-1.4.ebuild
index fb3b02c8706..f3366e1302a 100644
--- a/app-backup/cachedir/cachedir-1.4.ebuild
+++ b/app-backup/cachedir/cachedir-1.4.ebuild
@@ -8,10 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} )
inherit distutils-r1
DESCRIPTION="Tag/untag cache directories"
-HOMEPAGE="http://liw.fi/cachedir/"
-SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cachedir/snapshot/${P}.tar.gz"
+HOMEPAGE="https://liw.fi/cachedir/"
+SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"