Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cqrlib/
Date: Mon, 05 Sep 2016 21:10:32
Message-Id: 1473109778.e64ee376770f7a8baf50d44f8c6d853b660dd3cd.soap@gentoo
1 commit: e64ee376770f7a8baf50d44f8c6d853b660dd3cd
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 16:54:21 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 21:09:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64ee376
7
8 sci-libs/cqrlib: Fix overlong DESCRIPTION
9
10 Package-Manager: portage-2.3.0
11
12 sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild b/sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild
16 index 2435639..4d3866d 100644
17 --- a/sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild
18 +++ b/sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -9,7 +9,7 @@ inherit eutils flag-o-matic multilib toolchain-funcs versionator
26 MY_PN=CQRlib
27 MY_P="${MY_PN}-${PV}"
28
29 -DESCRIPTION="An ANSI C implementation of a utility library for quaternion arithmetic and quaternion rotation math"
30 +DESCRIPTION="Utility library for quaternion arithmetic / rotation math (ANSI C implemented)"
31 HOMEPAGE="http://cqrlib.sourceforge.net/"
32 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"