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 9C1441382C5 for ; Thu, 11 Jun 2020 13:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF35CE08D1; Thu, 11 Jun 2020 13:49:29 +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 B2430E08D1 for ; Thu, 11 Jun 2020 13:49:29 +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 27C5734F2D5 for ; Thu, 11 Jun 2020 13:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1397291 for ; Thu, 11 Jun 2020 13:49:22 +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: <1591883346.3aa8c1ccb012b519014b4f5f444e58554fb9dfaa.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/netatalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/netatalk/netatalk-3.1.12.ebuild X-VCS-Directories: net-fs/netatalk/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3aa8c1ccb012b519014b4f5f444e58554fb9dfaa X-VCS-Branch: master Date: Thu, 11 Jun 2020 13:49:22 +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: 1c23603e-4335-49c3-ae67-5004950775e4 X-Archives-Hash: 73f0618b3282e3d6d1f703da06e77a15 commit: 3aa8c1ccb012b519014b4f5f444e58554fb9dfaa Author: David Seifert gentoo org> AuthorDate: Thu Jun 11 13:49:06 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jun 11 13:49:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa8c1cc net-fs/netatalk: [QA] clean up ebuild * remove static archives/.la files * remove USE=static-libs * use ${ED} consistently * don't mix output streams Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> net-fs/netatalk/netatalk-3.1.12.ebuild | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/net-fs/netatalk/netatalk-3.1.12.ebuild b/net-fs/netatalk/netatalk-3.1.12.ebuild index 89d0bf17760..c56257545e1 100644 --- a/net-fs/netatalk/netatalk-3.1.12.ebuild +++ b/net-fs/netatalk/netatalk-3.1.12.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/$(ver_cut 1-3)/${P}.tar.bz2" LICENSE="GPL-2 BSD" SLOT="0/18.0" KEYWORDS="amd64 arm ~ppc ~ppc64 x86" -IUSE="acl cracklib dbus debug kerberos ldap pam pgp quota samba +shadow ssl static-libs tracker tcpd +utils zeroconf" +IUSE="acl cracklib dbus debug kerberos ldap pam pgp quota samba +shadow ssl tracker tcpd +utils zeroconf" CDEPEND=" !app-editors/yudit @@ -102,6 +102,7 @@ src_configure() { $(use_with tracker) $(use_with tracker dbus-daemon "${EPREFIX}/usr/bin/dbus-daemon") $(use_with tracker tracker-pkgconfig-version $(ver_cut 1 $(best_version app-misc/tracker | sed 's:app-misc/tracker-::g')).0) + --disable-static --enable-overwrite --disable-krb4-uam --disable-afs @@ -121,9 +122,9 @@ src_install() { default if use zeroconf; then - sed -i -e '/avahi-daemon/s:use:need:g' "${D}"/etc/init.d/${PN} || die + sed -i -e '/avahi-daemon/s:use:need:g' "${ED}"/etc/init.d/${PN} || die else - sed -i -e '/avahi-daemon/d' "${D}"/etc/init.d/${PN} || die + sed -i -e '/avahi-daemon/d' "${ED}"/etc/init.d/${PN} || die fi # The pamd file isn't what we need, use pamd_mimic_system @@ -138,6 +139,9 @@ src_install() { systemd_newunit "${T}"/service.systemd ${PN}.service use utils && python_foreach_impl python_doscript contrib/shell_utils/afpstats + + # no static archives + find "${ED}" -name '*.la' -delete || die } pkg_postinst() { @@ -154,29 +158,29 @@ pkg_postinst() { fi done - echo "" + elog elog "Starting from version 3.0 only uses a single init script again" elog "Please update your runlevels accordingly" - echo "" + elog elog "Dependencies should be resolved automatically depending on settings" elog "but please report issues with this on https://bugs.gentoo.org/ if" elog "you find any." - echo "" + elog elog "Following config files are obsolete now:" elog "afpd.conf, netatalk.conf, AppleVolumes.default and afp_ldap.conf" elog "in favour of" elog "/etc/afp.conf" - echo "" + elog elog "Please convert your existing configs before you restart your daemon" - echo "" + elog elog "The new AppleDouble default backend is appledouble = ea" elog "Existing entries will be updated on access, but can do an offline" elog "conversion with" elog "dbd -ruve /path/to/Volume" - echo "" + elog elog "For general notes on the upgrade, please visit" elog "http://netatalk.sourceforge.net/3.0/htmldocs/upgrade.html" - echo "" + elog break fi done