Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/
Date: Fri, 04 Aug 2017 21:07:10
Message-Id: 1501880716.8d0b6cd0dfc7a4dbcde00bdf6580e0b1a8e3ac99.amynka@gentoo
1 commit: 8d0b6cd0dfc7a4dbcde00bdf6580e0b1a8e3ac99
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 23:06:41 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 21:05:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0b6cd0
7
8 dev-ml/oasis: Shorter DESCRIPTION
9
10 dev-ml/oasis/oasis-0.4.10.ebuild | 2 +-
11 dev-ml/oasis/oasis-0.4.8.ebuild | 4 ++--
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild
15 index 77c62f0572a..0bccae24df6 100644
16 --- a/dev-ml/oasis/oasis-0.4.10.ebuild
17 +++ b/dev-ml/oasis/oasis-0.4.10.ebuild
18 @@ -9,7 +9,7 @@ OASIS_BUILD_DOCS=1
19 inherit oasis
20
21 MY_P=${P/_/\~}
22 -DESCRIPTION="OASIS is a tool to integrate a configure, build and install system in OCaml project"
23 +DESCRIPTION="Tool to integrate a configure, build and install system in OCaml project"
24 HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
25 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1694/${MY_P}.tar.gz"
26
27
28 diff --git a/dev-ml/oasis/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild
29 index f45e7c2188a..3b26058cb81 100644
30 --- a/dev-ml/oasis/oasis-0.4.8.ebuild
31 +++ b/dev-ml/oasis/oasis-0.4.8.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 +# Copyright 1999-2017 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=5
38 @@ -9,7 +9,7 @@ OASIS_BUILD_DOCS=1
39 inherit oasis
40
41 MY_P=${P/_/\~}
42 -DESCRIPTION="OASIS is a tool to integrate a configure, build and install system in OCaml project"
43 +DESCRIPTION="Tool to integrate a configure, build and install system in OCaml project"
44 HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
45 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1669/${MY_P}.tar.gz"