mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-libs/cvector: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517
This commit is contained in:
committed by
David Seifert
parent
4ce53d9454
commit
a1611aed36
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user