From 6d754542436f6a7cf1adb0a253fd52cbc32daa5c Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Sat, 6 May 2017 20:14:29 +0300 Subject: dev-libs/gmp: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517 --- dev-libs/gmp/gmp-4.3.2-r1.ebuild | 4 ++-- dev-libs/gmp/gmp-6.0.0a.ebuild | 4 ++-- dev-libs/gmp/gmp-6.1.0.ebuild | 4 ++-- dev-libs/gmp/gmp-6.1.1.ebuild | 4 ++-- dev-libs/gmp/gmp-6.1.2.ebuild | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'dev-libs/gmp') 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 -- cgit v1.2.3-65-gdbad