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 E0B9C1395E1 for ; Thu, 3 Nov 2016 14:42:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D2E8E083C; Thu, 3 Nov 2016 14:42:21 +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 42FF2E0838 for ; Thu, 3 Nov 2016 14:42:21 +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 701B6341027 for ; Thu, 3 Nov 2016 14:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38EE224B0 for ; Thu, 3 Nov 2016 14:42:19 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478184128.add85d86f67a3528fdfd640f2cc00d4a86c13a2c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/mdbtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/mdbtools/mdbtools-0.7.1-r2.ebuild X-VCS-Directories: app-office/mdbtools/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: add85d86f67a3528fdfd640f2cc00d4a86c13a2c X-VCS-Branch: master Date: Thu, 3 Nov 2016 14:42:19 +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: 1e41d162-08ef-4629-8d34-d1553caf2695 X-Archives-Hash: 2fff4366d56a9fa4c700e47579c7935b commit: add85d86f67a3528fdfd640f2cc00d4a86c13a2c Author: Pacho Ramos gentoo org> AuthorDate: Thu Nov 3 14:40:04 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Nov 3 14:42:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add85d86 app-office/mdbtools: Make DESCRIPTION a bit smaller for making repoman more happy Package-Manager: portage-2.3.2 app-office/mdbtools/mdbtools-0.7.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild index 0abd162..5b55888 100644 --- a/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild +++ b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild @@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 # needed for proper man generation inherit autotools-utils -DESCRIPTION="A set of libraries and utilities for reading Microsoft Access database (MDB) files" +DESCRIPTION="Set of libraries and utilities for reading Microsoft Access database (MDB) files" HOMEPAGE="http://mdbtools.sourceforge.net" SRC_URI="https://github.com/brianb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"