From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DE1F259CA9 for ; Sun, 27 Mar 2016 19:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AEBDE07C2; Sun, 27 Mar 2016 19:04:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2790E07C2 for ; Sun, 27 Mar 2016 19:04:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02F5E3408DD for ; Sun, 27 Mar 2016 19:04:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1A5185E for ; Sun, 27 Mar 2016 19:04:11 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1459105436.fec8c6d83d9c74da616899c17856dbf35e37a9c7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyelftools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyelftools/pyelftools-0.22.ebuild X-VCS-Directories: dev-python/pyelftools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: fec8c6d83d9c74da616899c17856dbf35e37a9c7 X-VCS-Branch: master Date: Sun, 27 Mar 2016 19:04:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b324b7a8-64d4-4377-a25f-d306385d3bbf X-Archives-Hash: 2c83682f71e754f00ec6f07ec555209e commit: fec8c6d83d9c74da616899c17856dbf35e37a9c7 Author: David Seifert gentoo org> AuthorDate: Sun Mar 27 18:44:57 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 27 19:03:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec8c6d8 dev-python/pyelftools: Trim DESCRIPTION Package-Manager: portage-2.2.28 dev-python/pyelftools/pyelftools-0.22.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyelftools/pyelftools-0.22.ebuild b/dev-python/pyelftools/pyelftools-0.22.ebuild index bf78aa3..c7a3b93 100644 --- a/dev-python/pyelftools/pyelftools-0.22.ebuild +++ b/dev-python/pyelftools/pyelftools-0.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 -DESCRIPTION="pure-Python library for parsing and analyzing ELF files and DWARF debugging information" +DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging information" HOMEPAGE="https://pypi.python.org/pypi/pyelftools https://github.com/eliben/pyelftools" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"