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/cvector/
Date: Sat, 06 May 2017 22:20:15
Message-Id: 1494109088.a1611aed3690e58beffb5162ca5f494ab02ada1b.soap@gentoo
1 commit: a1611aed3690e58beffb5162ca5f494ab02ada1b
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat May 6 17:14:27 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:18:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1611aed
7
8 dev-libs/cvector: 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/cvector/cvector-1.0.3-r1.ebuild | 4 ++--
14 dev-libs/cvector/cvector-1.0.3.1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-libs/cvector/cvector-1.0.3-r1.ebuild b/dev-libs/cvector/cvector-1.0.3-r1.ebuild
18 index cee9702bb65..dd0a12b28ef 100644
19 --- a/dev-libs/cvector/cvector-1.0.3-r1.ebuild
20 +++ b/dev-libs/cvector/cvector-1.0.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 inherit base eutils toolchain-funcs versionator
27 @@ -6,7 +6,7 @@ inherit base eutils toolchain-funcs versionator
28 MY_PN=CVector
29 MY_P="${MY_PN}-${PV}"
30
31 -DESCRIPTION="An ANSI C implementation of dynamic arrays to provide a crude approximation to the C++ vector class"
32 +DESCRIPTION="An ANSI C implementation of dynamic arrays (Approximation of C++ vectors)"
33 HOMEPAGE="http://cvector.sourceforge.net/"
34 SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz"
35
36
37 diff --git a/dev-libs/cvector/cvector-1.0.3.1.ebuild b/dev-libs/cvector/cvector-1.0.3.1.ebuild
38 index a172bfb7b16..8ed823a39a9 100644
39 --- a/dev-libs/cvector/cvector-1.0.3.1.ebuild
40 +++ b/dev-libs/cvector/cvector-1.0.3.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2013 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -8,7 +8,7 @@ inherit base eutils toolchain-funcs versionator
48 MY_PN=CVector
49 MY_P="${MY_PN}-${PV}"
50
51 -DESCRIPTION="An ANSI C implementation of dynamic arrays to provide a crude approximation to the C++ vector class"
52 +DESCRIPTION="An ANSI C implementation of dynamic arrays (approximation of C++ vectors)"
53 HOMEPAGE="http://cvector.sourceforge.net/"
54 SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_PN}-$(get_version_component_range 1-3)/${MY_P}.tar.gz"