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 83A0D13828B for ; Sat, 28 May 2016 21:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABF86141CD; Sat, 28 May 2016 21:37:26 +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 4FC02141CD for ; Sat, 28 May 2016 21:37:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A04FB340ADB for ; Sat, 28 May 2016 21:37:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 610AA964 for ; Sat, 28 May 2016 21:37:21 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1464471379.f2b824650dad112787dda5527d95b32e4bf4867c.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/snakeoil/snakeoil-0.7.0.ebuild dev-python/snakeoil/snakeoil-9999.ebuild X-VCS-Directories: dev-python/snakeoil/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: f2b824650dad112787dda5527d95b32e4bf4867c X-VCS-Branch: master Date: Sat, 28 May 2016 21:37:21 +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: a6fdde2f-9f9d-4298-ad5b-b355bca45e97 X-Archives-Hash: 925445ecfbb4f906fdf6229253a12368 commit: f2b824650dad112787dda5527d95b32e4bf4867c Author: Tim Harder gentoo org> AuthorDate: Sat May 28 21:36:19 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat May 28 21:36:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b82465 dev-python/snakeoil: sync DESCRIPTION with setup.py dev-python/snakeoil/snakeoil-0.7.0.ebuild | 2 +- dev-python/snakeoil/snakeoil-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/snakeoil/snakeoil-0.7.0.ebuild b/dev-python/snakeoil/snakeoil-0.7.0.ebuild index ab8ff2e..ed167f7 100644 --- a/dev-python/snakeoil/snakeoil-0.7.0.ebuild +++ b/dev-python/snakeoil/snakeoil-0.7.0.ebuild @@ -15,7 +15,7 @@ else SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz" fi -DESCRIPTION="Miscellaneous python utility code" +DESCRIPTION="misc common functionality and useful optimizations" HOMEPAGE="https://github.com/pkgcore/snakeoil" LICENSE="BSD" diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index ab8ff2e..ed167f7 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -15,7 +15,7 @@ else SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz" fi -DESCRIPTION="Miscellaneous python utility code" +DESCRIPTION="misc common functionality and useful optimizations" HOMEPAGE="https://github.com/pkgcore/snakeoil" LICENSE="BSD"