Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/tob/
Date: Mon, 27 Jun 2016 21:37:32
Message-Id: 1467063386.e202740b7ab10c3c75ea5024442d21aef87767d5.gokturk@gentoo
1 commit: e202740b7ab10c3c75ea5024442d21aef87767d5
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 26 20:10:35 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 27 21:36:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e202740b
7
8 app-backup/tob: fix homepage + src_uri
9
10 app-backup/tob/tob-0.26-r2.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/app-backup/tob/tob-0.26-r2.ebuild b/app-backup/tob/tob-0.26-r2.ebuild
14 index f124a80..3a542cc 100644
15 --- a/app-backup/tob/tob-0.26-r2.ebuild
16 +++ b/app-backup/tob/tob-0.26-r2.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 @@ -7,8 +7,8 @@ EAPI=5
24 inherit eutils
25
26 DESCRIPTION="A general driver for making and maintaining backups"
27 -HOMEPAGE="http://tinyplanet.ca/projects/tob/"
28 -SRC_URI="http://tinyplanet.ca/projects/tob/${P}.tgz"
29 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
30 +SRC_URI="mirror://gentoo/${P}.tgz"
31
32 LICENSE="GPL-2"
33 SLOT="0"