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 99677139890 for ; Fri, 21 Aug 2015 09:35:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57342E07D5; Fri, 21 Aug 2015 09:35:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6C06E07DA for ; Fri, 21 Aug 2015 09:35:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85CC334069F for ; Fri, 21 Aug 2015 09:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7278124 for ; Fri, 21 Aug 2015 09:35:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440149701.12b1d70ccba67cb73f34512e14415d0a5c173c5a.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/parted/metadata.xml sys-block/parted/parted-2.4.ebuild sys-block/parted/parted-3.2.ebuild X-VCS-Directories: sys-block/parted/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 12b1d70ccba67cb73f34512e14415d0a5c173c5a X-VCS-Branch: master Date: Fri, 21 Aug 2015 09:35: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: 9c61d1f5-165e-4051-8312-a340ed85f898 X-Archives-Hash: c0ba3047f9519a88e9d0b7cebd97491f commit: 12b1d70ccba67cb73f34512e14415d0a5c173c5a Author: Justin Lecher gentoo org> AuthorDate: Fri Aug 21 08:40:57 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Aug 21 09:35:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b1d70c sys-block/parted: Set correct subslot dependency for ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sys-block/parted/metadata.xml | 10 +++++----- sys-block/parted/parted-2.4.ebuild | 6 +++--- sys-block/parted/parted-3.2.ebuild | 11 ++++++----- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/sys-block/parted/metadata.xml b/sys-block/parted/metadata.xml index 57a6769..54903f1 100644 --- a/sys-block/parted/metadata.xml +++ b/sys-block/parted/metadata.xml @@ -1,17 +1,17 @@ -livecd - - + livecd + + Enable device-mapper support from sys-fs/lvm2 in parted - + Enable debugging as encouraged by upstream: [The default configuration] includes --enable-debug (by default), which contains many assertions. Obviously, these "waste" space, but in the past, they have caught potentially dangerous bugs before they would have done damage, so we think it's worth it. Also, it means we get more bug reports ;) - + diff --git a/sys-block/parted/parted-2.4.ebuild b/sys-block/parted/parted-2.4.ebuild index 2e7ae56..fe0b0e0 100644 --- a/sys-block/parted/parted-2.4.ebuild +++ b/sys-block/parted/parted-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,9 +19,9 @@ RESTRICT="test" # to fix bug 85999 RDEPEND=" >=sys-fs/e2fsprogs-1.27 - >=sys-libs/ncurses-5.2 + >=sys-libs/ncurses-5.2:5= device-mapper? ( >=sys-fs/lvm2-2.02.45 ) - readline? ( >=sys-libs/readline-5.2 ) + readline? ( >=sys-libs/readline-5.2:0= ) selinux? ( sys-libs/libselinux ) " DEPEND=" diff --git a/sys-block/parted/parted-3.2.ebuild b/sys-block/parted/parted-3.2.ebuild index e89f3eb..a3a8786 100644 --- a/sys-block/parted/parted-3.2.ebuild +++ b/sys-block/parted/parted-3.2.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + inherit autotools eutils DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" @@ -19,9 +20,9 @@ RESTRICT="test" # to fix bug 85999 RDEPEND=" >=sys-fs/e2fsprogs-1.27 - >=sys-libs/ncurses-5.7-r7 + >=sys-libs/ncurses-5.7-r7:5= device-mapper? ( >=sys-fs/lvm2-2.02.45 ) - readline? ( >=sys-libs/readline-5.2 ) + readline? ( >=sys-libs/readline-5.2:0= ) selinux? ( sys-libs/libselinux ) " DEPEND=" @@ -31,9 +32,9 @@ DEPEND=" " src_prepare() { - epatch "${FILESDIR}"/${PN}-3.2-devmapper.patch - - epatch "${FILESDIR}"/${PN}-3.2-po4a-mandir.patch + epatch \ + "${FILESDIR}"/${PN}-3.2-devmapper.patch \ + "${FILESDIR}"/${PN}-3.2-po4a-mandir.patch eautoreconf }