Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/
Date: Sat, 06 May 2017 22:20:37
Message-Id: 1494109120.6d754542436f6a7cf1adb0a253fd52cbc32daa5c.soap@gentoo
1 commit: 6d754542436f6a7cf1adb0a253fd52cbc32daa5c
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat May 6 17:14:29 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:18:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d754542
7
8 dev-libs/gmp: Fix toolong DESCRIPTION
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4517
12
13 dev-libs/gmp/gmp-4.3.2-r1.ebuild | 4 ++--
14 dev-libs/gmp/gmp-6.0.0a.ebuild | 4 ++--
15 dev-libs/gmp/gmp-6.1.0.ebuild | 4 ++--
16 dev-libs/gmp/gmp-6.1.1.ebuild | 4 ++--
17 dev-libs/gmp/gmp-6.1.2.ebuild | 2 +-
18 5 files changed, 9 insertions(+), 9 deletions(-)
19
20 diff --git a/dev-libs/gmp/gmp-4.3.2-r1.ebuild b/dev-libs/gmp/gmp-4.3.2-r1.ebuild
21 index 23d12bbf441..cc456682bf9 100644
22 --- a/dev-libs/gmp/gmp-4.3.2-r1.ebuild
23 +++ b/dev-libs/gmp/gmp-4.3.2-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 # this ebuild is only for the libgmp.so.3 ABI SONAME
30 @@ -7,7 +7,7 @@ EAPI="5"
31
32 inherit eutils libtool toolchain-funcs multilib-minimal
33
34 -DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
35 +DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
36 HOMEPAGE="http://gmplib.org/"
37 SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
38
39
40 diff --git a/dev-libs/gmp/gmp-6.0.0a.ebuild b/dev-libs/gmp/gmp-6.0.0a.ebuild
41 index c7eae0d87d1..fc249da8660 100644
42 --- a/dev-libs/gmp/gmp-6.0.0a.ebuild
43 +++ b/dev-libs/gmp/gmp-6.0.0a.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2015 Gentoo Foundation
46 +# Copyright 1999-2017 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI="4"
50 @@ -8,7 +8,7 @@ inherit eutils libtool toolchain-funcs multilib-minimal
51 MY_PV=${PV/_p*}
52 MY_P=${PN}-${MY_PV}
53 PLEVEL=${PV/*p}
54 -DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
55 +DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
56 HOMEPAGE="http://gmplib.org/"
57 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
58 ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
59
60 diff --git a/dev-libs/gmp/gmp-6.1.0.ebuild b/dev-libs/gmp/gmp-6.1.0.ebuild
61 index db33281a0b0..264cb648b1d 100644
62 --- a/dev-libs/gmp/gmp-6.1.0.ebuild
63 +++ b/dev-libs/gmp/gmp-6.1.0.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2016 Gentoo Foundation
66 +# Copyright 1999-2017 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI="5"
70 @@ -9,7 +9,7 @@ MY_PV=${PV/_p*}
71 MY_PV=${MY_PV/_/-}
72 MY_P=${PN}-${MY_PV}
73 PLEVEL=${PV/*p}
74 -DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
75 +DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
76 HOMEPAGE="http://gmplib.org/"
77 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
78 mirror://gnu/${PN}/${MY_P}.tar.xz
79
80 diff --git a/dev-libs/gmp/gmp-6.1.1.ebuild b/dev-libs/gmp/gmp-6.1.1.ebuild
81 index 3096454b0d3..f84f858f442 100644
82 --- a/dev-libs/gmp/gmp-6.1.1.ebuild
83 +++ b/dev-libs/gmp/gmp-6.1.1.ebuild
84 @@ -1,4 +1,4 @@
85 -# Copyright 1999-2016 Gentoo Foundation
86 +# Copyright 1999-2017 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88
89 EAPI="5"
90 @@ -9,7 +9,7 @@ MY_PV=${PV/_p*}
91 MY_PV=${MY_PV/_/-}
92 MY_P=${PN}-${MY_PV}
93 PLEVEL=${PV/*p}
94 -DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
95 +DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
96 HOMEPAGE="http://gmplib.org/"
97 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
98 mirror://gnu/${PN}/${MY_P}.tar.xz
99
100 diff --git a/dev-libs/gmp/gmp-6.1.2.ebuild b/dev-libs/gmp/gmp-6.1.2.ebuild
101 index 8fb7befaeca..dcc43be8f6c 100644
102 --- a/dev-libs/gmp/gmp-6.1.2.ebuild
103 +++ b/dev-libs/gmp/gmp-6.1.2.ebuild
104 @@ -9,7 +9,7 @@ MY_PV=${PV/_p*}
105 MY_PV=${MY_PV/_/-}
106 MY_P=${PN}-${MY_PV}
107 PLEVEL=${PV/*p}
108 -DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
109 +DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
110 HOMEPAGE="http://gmplib.org/"
111 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
112 mirror://gnu/${PN}/${MY_P}.tar.xz