diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-05-06 20:14:27 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-07 00:18:08 +0200 |
commit | a1611aed3690e58beffb5162ca5f494ab02ada1b (patch) | |
tree | 239fdbd778e04549d73fa02093ca27fc07ac28bb /dev-libs/cvector | |
parent | dev-libs/console_bridge: Fix toolong DESCRIPTION (diff) | |
download | gentoo-a1611aed3690e58beffb5162ca5f494ab02ada1b.tar.gz gentoo-a1611aed3690e58beffb5162ca5f494ab02ada1b.tar.bz2 gentoo-a1611aed3690e58beffb5162ca5f494ab02ada1b.zip |
dev-libs/cvector: 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/cvector')
-rw-r--r-- | dev-libs/cvector/cvector-1.0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/cvector/cvector-1.0.3.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/cvector/cvector-1.0.3-r1.ebuild b/dev-libs/cvector/cvector-1.0.3-r1.ebuild index cee9702bb65f..dd0a12b28efe 100644 --- a/dev-libs/cvector/cvector-1.0.3-r1.ebuild +++ b/dev-libs/cvector/cvector-1.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit base eutils toolchain-funcs versionator @@ -6,7 +6,7 @@ inherit base eutils toolchain-funcs versionator MY_PN=CVector MY_P="${MY_PN}-${PV}" -DESCRIPTION="An ANSI C implementation of dynamic arrays to provide a crude approximation to the C++ vector class" +DESCRIPTION="An ANSI C implementation of dynamic arrays (Approximation of C++ vectors)" HOMEPAGE="http://cvector.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz" diff --git a/dev-libs/cvector/cvector-1.0.3.1.ebuild b/dev-libs/cvector/cvector-1.0.3.1.ebuild index a172bfb7b164..8ed823a39a98 100644 --- a/dev-libs/cvector/cvector-1.0.3.1.ebuild +++ b/dev-libs/cvector/cvector-1.0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit base eutils toolchain-funcs versionator MY_PN=CVector MY_P="${MY_PN}-${PV}" -DESCRIPTION="An ANSI C implementation of dynamic arrays to provide a crude approximation to the C++ vector class" +DESCRIPTION="An ANSI C implementation of dynamic arrays (approximation of C++ vectors)" HOMEPAGE="http://cvector.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_PN}-$(get_version_component_range 1-3)/${MY_P}.tar.gz" |