dev-libs/handystats: 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:
Harri Nieminen
2017-05-06 20:14:30 +03:00
committed by David Seifert
parent 3a1e130a4d
commit 3c36e58a26
3 changed files with 6 additions and 6 deletions

View File

@@ -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=5
@@ -6,7 +6,7 @@ EAPI=5
RESTRICT="test"
inherit cmake-utils
DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics with low overhead."
DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics"
HOMEPAGE="https://github.com/shindo/handystats"
SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip"

View File

@@ -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=5
@@ -6,7 +6,7 @@ EAPI=5
RESTRICT="test"
inherit cmake-utils
DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics with low overhead."
DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics"
HOMEPAGE="https://github.com/shindo/handystats"
SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip"

View File

@@ -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=5
@@ -6,7 +6,7 @@ EAPI=5
RESTRICT="test"
inherit cmake-utils
DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics with low overhead."
DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics"
HOMEPAGE="https://github.com/shindo/handystats"
SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip"