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 F0022139083 for ; Wed, 13 Dec 2017 13:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0A14E0E21; Wed, 13 Dec 2017 13:34:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B44A7E0E21 for ; Wed, 13 Dec 2017 13:34:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 31D3533BF0B for ; Wed, 13 Dec 2017 13:34:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED0CCAE74 for ; Wed, 13 Dec 2017 13:34:10 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1513171862.d8cdc53a15ef960bbfac7b948a856d9b9717b5b8.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libblockdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libblockdev/libblockdev-2.14-r1.ebuild sys-libs/libblockdev/libblockdev-2.14.ebuild sys-libs/libblockdev/libblockdev-2.15-r1.ebuild sys-libs/libblockdev/libblockdev-2.15.ebuild sys-libs/libblockdev/metadata.xml X-VCS-Directories: sys-libs/libblockdev/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d8cdc53a15ef960bbfac7b948a856d9b9717b5b8 X-VCS-Branch: master Date: Wed, 13 Dec 2017 13:34:10 +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: 9d619567-fe84-48ea-88c7-8adc258c4c88 X-Archives-Hash: b15c5fac9537d88970165b45d7dd8af9 commit: d8cdc53a15ef960bbfac7b948a856d9b9717b5b8 Author: Lars Wendler gentoo org> AuthorDate: Wed Dec 13 13:31:02 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Dec 13 13:31:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cdc53a sys-libs/libblockdev: Revbump to rename "crypt" USE flag to "cryptsetup" Closes: https://bugs.gentoo.org/640360 Package-Manager: Portage-2.3.18, Repoman-2.3.6 .../{libblockdev-2.14.ebuild => libblockdev-2.14-r1.ebuild} | 6 +++--- .../{libblockdev-2.15.ebuild => libblockdev-2.15-r1.ebuild} | 6 +++--- sys-libs/libblockdev/metadata.xml | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sys-libs/libblockdev/libblockdev-2.14.ebuild b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild similarity index 93% rename from sys-libs/libblockdev/libblockdev-2.14.ebuild rename to sys-libs/libblockdev/libblockdev-2.14-r1.ebuild index 2e025fb3e1e..97d5e9685f5 100644 --- a/sys-libs/libblockdev/libblockdev-2.14.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild @@ -15,14 +15,14 @@ SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P} LICENSE="LGPL-2+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="bcache +crypt dmraid doc lvm kbd test" +IUSE="bcache +cryptsetup dmraid doc lvm kbd test" CDEPEND=" >=dev-libs/glib-2.42.2 dev-libs/libbytesize >=sys-apps/util-linux-2.27 >=sys-block/parted-3.1 - crypt? ( + cryptsetup? ( >=dev-libs/nss-3.18.0 dev-libs/volume_key >=sys-fs/cryptsetup-1.6.7 @@ -71,7 +71,7 @@ src_configure() { --without-mpath $(use_enable test tests) $(use_with bcache) - $(use_with crypt crypto) + $(use_with cryptsetup crypto) $(use_with dmraid dm) $(use_with doc gtk-doc) $(use_with lvm lvm) diff --git a/sys-libs/libblockdev/libblockdev-2.15.ebuild b/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild similarity index 93% rename from sys-libs/libblockdev/libblockdev-2.15.ebuild rename to sys-libs/libblockdev/libblockdev-2.15-r1.ebuild index 53c3efbcb20..e4528c49449 100644 --- a/sys-libs/libblockdev/libblockdev-2.15.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild @@ -15,14 +15,14 @@ SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P} LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bcache +crypt dmraid doc lvm kbd test" +IUSE="bcache +cryptsetup dmraid doc lvm kbd test" CDEPEND=" >=dev-libs/glib-2.42.2 dev-libs/libbytesize >=sys-apps/util-linux-2.27 >=sys-block/parted-3.1 - crypt? ( + cryptsetup? ( >=dev-libs/nss-3.18.0 dev-libs/volume_key >=sys-fs/cryptsetup-1.6.7 @@ -71,7 +71,7 @@ src_configure() { --without-mpath $(use_enable test tests) $(use_with bcache) - $(use_with crypt crypto) + $(use_with cryptsetup crypto) $(use_with dmraid dm) $(use_with doc gtk-doc) $(use_with lvm lvm) diff --git a/sys-libs/libblockdev/metadata.xml b/sys-libs/libblockdev/metadata.xml index 6f4957ace55..7fd674aa5a1 100644 --- a/sys-libs/libblockdev/metadata.xml +++ b/sys-libs/libblockdev/metadata.xml @@ -7,6 +7,7 @@ Enable block device cache support. + Enable sys-fs/cryptsetup support Support for dmraid devices, also known as ATA-RAID, or Fake RAID. Enable support for Logical Volume Management via sys-fs/lvm2. Enable kernel block device support.