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 62BB31382C5 for ; Mon, 5 Apr 2021 17:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE98E08FC; Mon, 5 Apr 2021 17:28:37 +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 14D34E08FC for ; Mon, 5 Apr 2021 17:28:37 +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 A529C340D4A for ; Mon, 5 Apr 2021 17:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1059B4C6 for ; Mon, 5 Apr 2021 17:28:34 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1617643701.af79b006097cf0020c0e0e27242aa64a464030ad.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/dump/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/dump/dump-0.4.47.ebuild X-VCS-Directories: app-arch/dump/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: af79b006097cf0020c0e0e27242aa64a464030ad X-VCS-Branch: master Date: Mon, 5 Apr 2021 17:28:34 +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: 953f0704-2ba3-4d00-ae6f-d6a4be2fd553 X-Archives-Hash: 8ad290be2e02d7183aac925a2a9b19d8 commit: af79b006097cf0020c0e0e27242aa64a464030ad Author: David Seifert gentoo org> AuthorDate: Mon Apr 5 17:28:21 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Apr 5 17:28:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af79b006 app-arch/dump: Clean up ebuild Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> app-arch/dump/dump-0.4.47.ebuild | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/app-arch/dump/dump-0.4.47.ebuild b/app-arch/dump/dump-0.4.47.ebuild index 48981e19d4d..0679e7c2a77 100644 --- a/app-arch/dump/dump-0.4.47.ebuild +++ b/app-arch/dump/dump-0.4.47.ebuild @@ -4,39 +4,34 @@ EAPI=7 MY_P="${PN}-$(ver_rs 2 b)" -S=${WORKDIR}/${MY_P} + DESCRIPTION="Dump/restore ext2fs backup utilities" HOMEPAGE="http://dump.sourceforge.net/" SRC_URI="mirror://sourceforge/dump/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" # We keep uuid USE flag default dsiabled for this version. Don't forget # to default enable it for later versions as this is the upstream default. -IUSE="bzip2 debug ermt libressl lzo readline selinux sqlite ssl static test uuid zlib" +IUSE="bzip2 debug ermt lzo readline selinux sqlite ssl static test uuid zlib" RESTRICT="!test? ( test )" REQUIRED_USE=" ermt? ( ssl ) ssl? ( zlib ) - test? ( sqlite? ( uuid ) ) -" + test? ( sqlite? ( uuid ) )" -RDEPEND=">=sys-fs/e2fsprogs-1.27:= +RDEPEND=" + >=sys-fs/e2fsprogs-1.27:= >=sys-libs/e2fsprogs-libs-1.27:= sys-apps/util-linux bzip2? ( >=app-arch/bzip2-1.0.2:= ) zlib? ( >=sys-libs/zlib-1.1.4:= ) lzo? ( dev-libs/lzo:2= ) sqlite? ( dev-db/sqlite:3= ) - ermt? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + ermt? ( dev-libs/openssl:0= ) + ssl? ( dev-libs/openssl:0= ) readline? ( sys-libs/readline:0= sys-libs/ncurses:= @@ -44,9 +39,7 @@ RDEPEND=">=sys-fs/e2fsprogs-1.27:= )" DEPEND="${RDEPEND} virtual/os-headers" -BDEPEND=" - virtual/pkgconfig -" +BDEPEND="virtual/pkgconfig" src_configure() { local myeconfargs=( @@ -70,6 +63,7 @@ src_configure() { src_install() { default + mv "${ED}"/usr/sbin/{,dump-}rmt || die mv "${ED}"/usr/share/man/man8/{,dump-}rmt.8 || die use ermt && newsbin rmt/ermt dump-ermt