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 C4A77138334 for ; Mon, 20 May 2019 22:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B67EAE0864; Mon, 20 May 2019 22:35: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 97A27E0864 for ; Mon, 20 May 2019 22:35: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 D69C5344C3E for ; Mon, 20 May 2019 22:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B2F25DC for ; Mon, 20 May 2019 22:35:09 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1558391703.61cb267e6870353fa14451cb3da4fe72b037f83e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/elicense/elicense-1.0.0.ebuild app-portage/elicense/elicense-9999.ebuild X-VCS-Directories: app-portage/elicense/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 61cb267e6870353fa14451cb3da4fe72b037f83e X-VCS-Branch: master Date: Mon, 20 May 2019 22:35:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99ba061d-9cca-4298-818b-ed37e1d75a1d X-Archives-Hash: bec826d8c18189a683bd588b55bbab93 commit: 61cb267e6870353fa14451cb3da4fe72b037f83e Author: Thomas Deutschmann gentoo org> AuthorDate: Mon May 20 22:35:03 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon May 20 22:35:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61cb267e app-portage/elicense: fix DESCRIPTION Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> app-portage/elicense/elicense-1.0.0.ebuild | 2 +- app-portage/elicense/elicense-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/elicense/elicense-1.0.0.ebuild b/app-portage/elicense/elicense-1.0.0.ebuild index 9d3210d94d9..a7cb3da3c32 100644 --- a/app-portage/elicense/elicense-1.0.0.ebuild +++ b/app-portage/elicense/elicense-1.0.0.ebuild @@ -13,7 +13,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-fbsd" fi -DESCRIPTION="A common interface to Gentoo package managers" +DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted license(s)" HOMEPAGE="https://github.com/Whissi/elicense" LICENSE="GPL-2" diff --git a/app-portage/elicense/elicense-9999.ebuild b/app-portage/elicense/elicense-9999.ebuild index 9d3210d94d9..a7cb3da3c32 100644 --- a/app-portage/elicense/elicense-9999.ebuild +++ b/app-portage/elicense/elicense-9999.ebuild @@ -13,7 +13,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-fbsd" fi -DESCRIPTION="A common interface to Gentoo package managers" +DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted license(s)" HOMEPAGE="https://github.com/Whissi/elicense" LICENSE="GPL-2"