diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-05-06 20:14:29 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-07 00:18:40 +0200 |
commit | 6d754542436f6a7cf1adb0a253fd52cbc32daa5c (patch) | |
tree | e34ecc18b89a573ae49c55506510057f6d6d62af /dev-libs/gmp | |
parent | dev-libs/gecode: Fix toolong DESCRIPTION (diff) | |
download | gentoo-6d754542436f6a7cf1adb0a253fd52cbc32daa5c.tar.gz gentoo-6d754542436f6a7cf1adb0a253fd52cbc32daa5c.tar.bz2 gentoo-6d754542436f6a7cf1adb0a253fd52cbc32daa5c.zip |
dev-libs/gmp: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517
Diffstat (limited to 'dev-libs/gmp')
-rw-r--r-- | dev-libs/gmp/gmp-4.3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/gmp/gmp-6.0.0a.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/gmp/gmp-6.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/gmp/gmp-6.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/gmp/gmp-6.1.2.ebuild | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/dev-libs/gmp/gmp-4.3.2-r1.ebuild b/dev-libs/gmp/gmp-4.3.2-r1.ebuild index 23d12bbf441a..cc456682bf9e 100644 --- a/dev-libs/gmp/gmp-4.3.2-r1.ebuild +++ b/dev-libs/gmp/gmp-4.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # this ebuild is only for the libgmp.so.3 ABI SONAME @@ -7,7 +7,7 @@ EAPI="5" inherit eutils libtool toolchain-funcs multilib-minimal -DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers" +DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers" HOMEPAGE="http://gmplib.org/" SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" diff --git a/dev-libs/gmp/gmp-6.0.0a.ebuild b/dev-libs/gmp/gmp-6.0.0a.ebuild index c7eae0d87d15..fc249da86609 100644 --- a/dev-libs/gmp/gmp-6.0.0a.ebuild +++ b/dev-libs/gmp/gmp-6.0.0a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -8,7 +8,7 @@ inherit eutils libtool toolchain-funcs multilib-minimal MY_PV=${PV/_p*} MY_P=${PN}-${MY_PV} PLEVEL=${PV/*p} -DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers" +DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers" HOMEPAGE="http://gmplib.org/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz diff --git a/dev-libs/gmp/gmp-6.1.0.ebuild b/dev-libs/gmp/gmp-6.1.0.ebuild index db33281a0b05..264cb648b1d3 100644 --- a/dev-libs/gmp/gmp-6.1.0.ebuild +++ b/dev-libs/gmp/gmp-6.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ MY_PV=${PV/_p*} MY_PV=${MY_PV/_/-} MY_P=${PN}-${MY_PV} PLEVEL=${PV/*p} -DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers" +DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers" HOMEPAGE="http://gmplib.org/" SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz mirror://gnu/${PN}/${MY_P}.tar.xz diff --git a/dev-libs/gmp/gmp-6.1.1.ebuild b/dev-libs/gmp/gmp-6.1.1.ebuild index 3096454b0d31..f84f858f4425 100644 --- a/dev-libs/gmp/gmp-6.1.1.ebuild +++ b/dev-libs/gmp/gmp-6.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ MY_PV=${PV/_p*} MY_PV=${MY_PV/_/-} MY_P=${PN}-${MY_PV} PLEVEL=${PV/*p} -DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers" +DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers" HOMEPAGE="http://gmplib.org/" SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz mirror://gnu/${PN}/${MY_P}.tar.xz diff --git a/dev-libs/gmp/gmp-6.1.2.ebuild b/dev-libs/gmp/gmp-6.1.2.ebuild index 8fb7befaeca2..dcc43be8f6c9 100644 --- a/dev-libs/gmp/gmp-6.1.2.ebuild +++ b/dev-libs/gmp/gmp-6.1.2.ebuild @@ -9,7 +9,7 @@ MY_PV=${PV/_p*} MY_PV=${MY_PV/_/-} MY_P=${PN}-${MY_PV} PLEVEL=${PV/*p} -DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers" +DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers" HOMEPAGE="http://gmplib.org/" SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz mirror://gnu/${PN}/${MY_P}.tar.xz |