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/elfio/
Date: Sat, 06 May 2017 22:20:23
Message-Id: 1494109101.09b909daffc6bd40cc2cc4d1ee790779ff2869f6.soap@gentoo
1 commit: 09b909daffc6bd40cc2cc4d1ee790779ff2869f6
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat May 6 17:14:28 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:18:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b909da
7
8 dev-libs/elfio: 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/elfio/elfio-1.0.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/elfio/elfio-1.0.3.ebuild b/dev-libs/elfio/elfio-1.0.3.ebuild
17 index 91852fc49c3..aeb90436b2b 100644
18 --- a/dev-libs/elfio/elfio-1.0.3.ebuild
19 +++ b/dev-libs/elfio/elfio-1.0.3.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 inherit eutils autotools
26
27 MY_P=ELFIO-${PV}
28 -DESCRIPTION="ELF (Executable and Linkable Format) reader and producer implemented as a C++ library"
29 +DESCRIPTION="ELF reader and producer implemented as a C++ library"
30 HOMEPAGE="http://elfio.sourceforge.net/"
31 SRC_URI="mirror://sourceforge/elfio/${MY_P}.tar.gz"