From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1034682-garchives=archives.gentoo.org@lists.gentoo.org> 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 68FFE138335 for <garchives@archives.gentoo.org>; Fri, 6 Jul 2018 13:26:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6E06E0BD4; Fri, 6 Jul 2018 13:26:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 841AEE0BD3 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Jul 2018 13:26:54 +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 334CC335CA5 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Jul 2018 13:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F47A354 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Jul 2018 13:26:50 +0000 (UTC) From: "Lars Wendler" <polynomial-c@gentoo.org> 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" <polynomial-c@gentoo.org> Message-ID: <1530883601.0ed152fff699a2d0d8b17b3ad533cd6d8fe5d4c8.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/libnfs/files/, net-fs/libnfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/libnfs/files/libnfs-3.0.0-utils.patch net-fs/libnfs/libnfs-9999.ebuild net-fs/libnfs/metadata.xml X-VCS-Directories: net-fs/libnfs/ net-fs/libnfs/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0ed152fff699a2d0d8b17b3ad533cd6d8fe5d4c8 X-VCS-Branch: master Date: Fri, 6 Jul 2018 13:26:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ca9d3a8-f94b-4207-9c2f-af2d633f6943 X-Archives-Hash: fb248975bdf10633e791f0dd57df7708 commit: 0ed152fff699a2d0d8b17b3ad533cd6d8fe5d4c8 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Jul 6 13:23:32 2018 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Jul 6 13:26:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed152ff net-fs/libnfs: live ebuild improvements. - EAPI-6 bump - Add "utils" USE flag - Bump sub-slot to 12 to reflect .so version change Package-Manager: Portage-2.3.41, Repoman-2.3.9 net-fs/libnfs/files/libnfs-3.0.0-utils.patch | 20 ++++++++++++++++++ net-fs/libnfs/libnfs-9999.ebuild | 31 +++++++++++++++++----------- net-fs/libnfs/metadata.xml | 3 +++ 3 files changed, 42 insertions(+), 12 deletions(-) diff --git a/net-fs/libnfs/files/libnfs-3.0.0-utils.patch b/net-fs/libnfs/files/libnfs-3.0.0-utils.patch new file mode 100644 index 00000000000..b26716158b5 --- /dev/null +++ b/net-fs/libnfs/files/libnfs-3.0.0-utils.patch @@ -0,0 +1,20 @@ +diff --git a/configure.ac b/configure.ac +index a1f51d0..f96879a 100755 +--- a/configure.ac ++++ b/configure.ac +@@ -25,11 +25,13 @@ fi + AC_SYS_LARGEFILE + + #option: utils ++MAYBE_UTILS="utils" + AC_ARG_ENABLE([utils], + [AC_HELP_STRING([--enable-utils], + [Build util programs])], +- [MAYBE_UTILS=""], +- [MAYBE_UTILS="utils"]) ++ [if test $enableval = no ; then ++ MAYBE_UTILS="" ++ fi]) + AC_SUBST(MAYBE_UTILS) + + #option: examples diff --git a/net-fs/libnfs/libnfs-9999.ebuild b/net-fs/libnfs/libnfs-9999.ebuild index 958c36a1dd2..96606a99d49 100644 --- a/net-fs/libnfs/libnfs-9999.ebuild +++ b/net-fs/libnfs/libnfs-9999.ebuild @@ -1,42 +1,48 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=6 -AUTOTOOLS_AUTORECONF="1" - -inherit autotools autotools-utils eutils +inherit autotools if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git" inherit git-r3 + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git" else SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86" + S="${WORKDIR}/${PN}-${P}" fi DESCRIPTION="Client library for accessing NFS shares over a network" HOMEPAGE="https://github.com/sahlberg/libnfs" LICENSE="LGPL-2.1 GPL-3" -SLOT="0/11" # sub-slot matches SONAME major -IUSE="examples static-libs" +SLOT="0/12" # sub-slot matches SONAME major +IUSE="examples static-libs utils" RDEPEND="" DEPEND="${RDEPEND} virtual/pkgconfig" -S="${WORKDIR}/${PN}-${P}" +PATCHES=( + "${FILESDIR}/${PN}-3.0.0-utils.patch" +) src_prepare() { default - - epatch_user - eautoreconf } +src_configure() { + local myeconfargs=( + $(use_enable static-libs static) + $(use_enable utils) + ) + econf "${myeconfargs[@]}" +} + src_install() { - autotools-utils_src_install + default if use examples; then # --enable-examples configure switch just compiles them # better install sources instead @@ -45,4 +51,5 @@ src_install() { doexe examples/${program}.c done fi + find "${ED}" -name "*.la" -delete || die } diff --git a/net-fs/libnfs/metadata.xml b/net-fs/libnfs/metadata.xml index 0a94e5f6ef1..bdbf712883c 100644 --- a/net-fs/libnfs/metadata.xml +++ b/net-fs/libnfs/metadata.xml @@ -5,6 +5,9 @@ <email>base-system@gentoo.org</email> <name>Gentoo Base System</name> </maintainer> + <use> + <flag name="utils">Build/install nfs-{cat,ls,cp} utils</flag> + </use> <upstream> <remote-id type="github">sahlberg/libnfs</remote-id> </upstream>