Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/facile/
Date: Tue, 08 Aug 2017 17:15:57
Message-Id: 1502212529.14fa85d78de9e99b1df75cb07698e3fb51ac3c34.asturm@gentoo
1 commit: 14fa85d78de9e99b1df75cb07698e3fb51ac3c34
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 8 17:03:03 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 17:15:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14fa85d7
7
8 dev-ml/facile: Fix HOMEPAGE and SRC_URI
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-ml/facile/facile-1.1.2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ml/facile/facile-1.1.2.ebuild b/dev-ml/facile/facile-1.1.2.ebuild
16 index 9ab962099a4..2b9fe9b8297 100644
17 --- a/dev-ml/facile/facile-1.1.2.ebuild
18 +++ b/dev-ml/facile/facile-1.1.2.ebuild
19 @@ -5,9 +5,9 @@ EAPI=5
20
21 inherit eutils
22
23 -DESCRIPTION="An OCaml constraint programming library on integer & integer set finite domains"
24 -HOMEPAGE="http://www.recherche.enac.fr/log/facile/"
25 -SRC_URI="http://www.recherche.enac.fr/log/facile/distrib/${P}.tar.gz"
26 +DESCRIPTION="OCaml constraint programming library on integer & integer set finite domains"
27 +HOMEPAGE="http://opti.recherche.enac.fr/"
28 +SRC_URI="http://opti.recherche.enac.fr/facile/distrib/${P}.tar.gz"
29
30 LICENSE="LGPL-2.1"
31 SLOT="0/${PV}"