Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/tensorflow/
Date: Mon, 29 Jan 2018 15:34:11
Message-Id: 1517240041.96ae55cd0496c42eb6228c5c0dac5b2c1436d122.mmokrejs@gentoo
1 commit: 96ae55cd0496c42eb6228c5c0dac5b2c1436d122
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Mon Jan 29 15:34:01 2018 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Mon Jan 29 15:34:01 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=96ae55cd
7
8 sci-libs/tensorflow: Add second homepage url
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11 RepoMan-Options: --force
12
13 sci-libs/tensorflow/tensorflow-1.0.1.ebuild | 3 ++-
14 sci-libs/tensorflow/tensorflow-1.5.0.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-libs/tensorflow/tensorflow-1.0.1.ebuild b/sci-libs/tensorflow/tensorflow-1.0.1.ebuild
18 index a62394c86..b2e2e596a 100644
19 --- a/sci-libs/tensorflow/tensorflow-1.0.1.ebuild
20 +++ b/sci-libs/tensorflow/tensorflow-1.0.1.ebuild
21 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
22 inherit distutils-r1 eutils
23
24 DESCRIPTION="Library for numerical computation using data flow graphs"
25 -HOMEPAGE="https://github.com/tensorflow/tensorflow"
26 +HOMEPAGE="https://www.tensorflow.org
27 + https://github.com/tensorflow/tensorflow"
28 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29
30 LICENSE="Apache-2.0"
31
32 diff --git a/sci-libs/tensorflow/tensorflow-1.5.0.ebuild b/sci-libs/tensorflow/tensorflow-1.5.0.ebuild
33 index a62394c86..b2e2e596a 100644
34 --- a/sci-libs/tensorflow/tensorflow-1.5.0.ebuild
35 +++ b/sci-libs/tensorflow/tensorflow-1.5.0.ebuild
36 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
37 inherit distutils-r1 eutils
38
39 DESCRIPTION="Library for numerical computation using data flow graphs"
40 -HOMEPAGE="https://github.com/tensorflow/tensorflow"
41 +HOMEPAGE="https://www.tensorflow.org
42 + https://github.com/tensorflow/tensorflow"
43 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44
45 LICENSE="Apache-2.0"