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 E36F0139085 for ; Wed, 4 Jan 2017 20:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A8F2E0D5A; Wed, 4 Jan 2017 20:55:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E8FDAE0D5A for ; Wed, 4 Jan 2017 20:55:31 +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 F2D8B33D3CE for ; Wed, 4 Jan 2017 20:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A27824EC for ; Wed, 4 Jan 2017 20:55:29 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1483563303.6e0904059e75cc2d1d982d205e6416acea6c7b3d.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/talloc/talloc-2.1.5.ebuild sys-libs/talloc/talloc-2.1.7.ebuild sys-libs/talloc/talloc-2.1.8.ebuild X-VCS-Directories: sys-libs/talloc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 6e0904059e75cc2d1d982d205e6416acea6c7b3d X-VCS-Branch: master Date: Wed, 4 Jan 2017 20:55:29 +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: 0b67bf7c-3b46-42ad-9e28-2d964962835f X-Archives-Hash: 2e9d9cf6824dd61419101f36887afa3d commit: 6e0904059e75cc2d1d982d205e6416acea6c7b3d Author: Mike Frysinger gentoo org> AuthorDate: Wed Jan 4 20:53:32 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Jan 4 20:55:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e090405 sys-libs/talloc: drop unused BSD license It's used by replace code (timegm) that isn't included in the build for all our C libraries. Drop the BSD license. sys-libs/talloc/talloc-2.1.5.ebuild | 2 +- sys-libs/talloc/talloc-2.1.7.ebuild | 2 +- sys-libs/talloc/talloc-2.1.8.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-libs/talloc/talloc-2.1.5.ebuild b/sys-libs/talloc/talloc-2.1.5.ebuild index 91b048e..40fae40 100644 --- a/sys-libs/talloc/talloc-2.1.5.ebuild +++ b/sys-libs/talloc/talloc-2.1.5.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Samba talloc library" HOMEPAGE="http://talloc.samba.org/" SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" -LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD" +LICENSE="GPL-3 LGPL-3+ LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris" IUSE="compat +python" diff --git a/sys-libs/talloc/talloc-2.1.7.ebuild b/sys-libs/talloc/talloc-2.1.7.ebuild index ed4832e..c0b4e73 100644 --- a/sys-libs/talloc/talloc-2.1.7.ebuild +++ b/sys-libs/talloc/talloc-2.1.7.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Samba talloc library" HOMEPAGE="http://talloc.samba.org/" SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" -LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD" +LICENSE="GPL-3 LGPL-3+ LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris" IUSE="compat +python" diff --git a/sys-libs/talloc/talloc-2.1.8.ebuild b/sys-libs/talloc/talloc-2.1.8.ebuild index ed4832e..c0b4e73 100644 --- a/sys-libs/talloc/talloc-2.1.8.ebuild +++ b/sys-libs/talloc/talloc-2.1.8.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Samba talloc library" HOMEPAGE="http://talloc.samba.org/" SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" -LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD" +LICENSE="GPL-3 LGPL-3+ LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris" IUSE="compat +python"