From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73494138331 for ; Sun, 11 Sep 2016 18:50:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C8E6E0B91; Sun, 11 Sep 2016 18:50:15 +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 4260EE0B91 for ; Sun, 11 Sep 2016 18:50:15 +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 88B7E340817 for ; Sun, 11 Sep 2016 18:50:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BD0C247B for ; Sun, 11 Sep 2016 18:50:11 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1473619809.826a97817b55401730593ccf0018e20aa34a2844.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libnl/libnl-3.2.28.ebuild dev-libs/libnl/libnl-3.2.9999.ebuild X-VCS-Directories: dev-libs/libnl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 826a97817b55401730593ccf0018e20aa34a2844 X-VCS-Branch: master Date: Sun, 11 Sep 2016 18:50: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: b424eac1-a636-45bc-ab6f-72feeca06dbb X-Archives-Hash: e20b9c8501bffd225aa13e8680d259b6 commit: 826a97817b55401730593ccf0018e20aa34a2844 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Sep 11 18:49:38 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Sep 11 18:50:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826a9781 dev-libs/libnl: Shorten DESCRIPTION. Package-Manager: portage-2.3.0 dev-libs/libnl/libnl-3.2.28.ebuild | 2 +- dev-libs/libnl/libnl-3.2.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libnl/libnl-3.2.28.ebuild b/dev-libs/libnl/libnl-3.2.28.ebuild index 7137235..5c5c565 100644 --- a/dev-libs/libnl/libnl-3.2.28.ebuild +++ b/dev-libs/libnl/libnl-3.2.28.ebuild @@ -11,7 +11,7 @@ LIBNL_P=${P/_/-} LIBNL_DIR=${PV/_/} LIBNL_DIR=${LIBNL_DIR//./_} -DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces" +DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel interfaces" HOMEPAGE="http://www.infradead.org/~tgr/libnl/ https://github.com/thom311/libnl" SRC_URI=" https://github.com/thom311/${PN}/releases/download/${PN}${LIBNL_DIR}/${P/_rc/-rc}.tar.gz diff --git a/dev-libs/libnl/libnl-3.2.9999.ebuild b/dev-libs/libnl/libnl-3.2.9999.ebuild index dd182bb..29a9d87 100644 --- a/dev-libs/libnl/libnl-3.2.9999.ebuild +++ b/dev-libs/libnl/libnl-3.2.9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) DISTUTILS_OPTIONAL=1 inherit autotools distutils-r1 eutils git-r3 libtool multilib multilib-minimal -DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces" +DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel interfaces" HOMEPAGE="http://www.infradead.org/~tgr/libnl/ https://github.com/thom311/libnl" EGIT_REPO_URI=" https://github.com/thom311/libnl.git