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 BABA6139694 for ; Fri, 4 Aug 2017 21:07:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 845DDE0E52; Fri, 4 Aug 2017 21:07:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 583EDE0E52 for ; Fri, 4 Aug 2017 21:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78EEE34192E for ; Fri, 4 Aug 2017 21:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E618F75FF for ; Fri, 4 Aug 2017 21:07:07 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1501880755.c80d3a358b3c9a2f20a31334c88b65c0a222283a.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/buzhug/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/buzhug/buzhug-1.8-r1.ebuild X-VCS-Directories: dev-python/buzhug/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: c80d3a358b3c9a2f20a31334c88b65c0a222283a X-VCS-Branch: master Date: Fri, 4 Aug 2017 21:07:07 +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: 4c4eafea-6bd3-4cd1-84d8-2cbb5b21592b X-Archives-Hash: 28e4297bb183e86469ca511f7bc36b70 commit: c80d3a358b3c9a2f20a31334c88b65c0a222283a Author: Jonas Stein gentoo org> AuthorDate: Mon Jul 31 23:23:14 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Aug 4 21:05:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80d3a35 dev-python/buzhug: Shorter DESCRIPTION dev-python/buzhug/buzhug-1.8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/buzhug/buzhug-1.8-r1.ebuild b/dev-python/buzhug/buzhug-1.8-r1.ebuild index 2bdeb84a711..85e223a5232 100644 --- a/dev-python/buzhug/buzhug-1.8-r1.ebuild +++ b/dev-python/buzhug/buzhug-1.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="Fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive" +DESCRIPTION="Fast, pure-Python database engine" HOMEPAGE="http://buzhug.sourceforge.net/ https://pypi.python.org/pypi/buzhug" SRC_URI="mirror://sourceforge/${PN}/${P}.zip"