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 9DAF759CA3 for ; Thu, 17 Mar 2016 01:14:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30EDEE07F2; Thu, 17 Mar 2016 01:14:17 +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 C05B4E07F2 for ; Thu, 17 Mar 2016 01:14:16 +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 AA03B340C9C for ; Thu, 17 Mar 2016 01:14:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4A12854 for ; Thu, 17 Mar 2016 01:14:11 +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: <1458177191.ff3cb4817101e27405a4861cde80ad1301579afe.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pkgcore/pkgcore-0.9.2.ebuild sys-apps/pkgcore/pkgcore-9999.ebuild X-VCS-Directories: sys-apps/pkgcore/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: ff3cb4817101e27405a4861cde80ad1301579afe X-VCS-Branch: master Date: Thu, 17 Mar 2016 01:14: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: 7dc6e084-3ea5-42a2-a612-df7f9e9f834d X-Archives-Hash: 5d314712d14a42babd0de79f372eeb83 commit: ff3cb4817101e27405a4861cde80ad1301579afe Author: Tim Harder gentoo org> AuthorDate: Thu Mar 17 01:12:16 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Mar 17 01:13:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3cb481 sys-apps/pkgcore: sync description with github sys-apps/pkgcore/pkgcore-0.9.2.ebuild | 2 +- sys-apps/pkgcore/pkgcore-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/pkgcore/pkgcore-0.9.2.ebuild b/sys-apps/pkgcore/pkgcore-0.9.2.ebuild index eb1f724..1bbd7ca 100644 --- a/sys-apps/pkgcore/pkgcore-0.9.2.ebuild +++ b/sys-apps/pkgcore/pkgcore-0.9.2.ebuild @@ -14,7 +14,7 @@ else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" fi -DESCRIPTION="pkgcore package manager" +DESCRIPTION="a framework for package management" HOMEPAGE="https://github.com/pkgcore/pkgcore" LICENSE="|| ( BSD GPL-2 )" diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index a0bfcfd..7fdc9a8 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild @@ -15,7 +15,7 @@ else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi -DESCRIPTION="pkgcore package manager" +DESCRIPTION="a framework for package management" HOMEPAGE="https://github.com/pkgcore/pkgcore" LICENSE="|| ( BSD GPL-2 )"