diff options
-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" |