public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-usbin/
Date: Tue, 21 Nov 2017 08:22:14 +0000 (UTC)	[thread overview]
Message-ID: <1511252520.b2a5a2d6805cf74fb85755a9f8cf43db2e9fcdf8.monsieurp@gentoo> (raw)

commit:     b2a5a2d6805cf74fb85755a9f8cf43db2e9fcdf8
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 23:24:28 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 08:22:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a5a2d6

sys-freebsd/freebsd-usbin: tidy up ebuilds.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-freebsd/freebsd-usbin/freebsd-usbin-10.3-r1.ebuild | 14 +++++++-------
 sys-freebsd/freebsd-usbin/freebsd-usbin-11.0-r1.ebuild | 14 +++++++-------
 sys-freebsd/freebsd-usbin/freebsd-usbin-11.1.ebuild    | 12 ++++++------
 3 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/sys-freebsd/freebsd-usbin/freebsd-usbin-10.3-r1.ebuild b/sys-freebsd/freebsd-usbin/freebsd-usbin-10.3-r1.ebuild
index 13fcabab5a4..54be148462f 100644
--- a/sys-freebsd/freebsd-usbin/freebsd-usbin-10.3-r1.ebuild
+++ b/sys-freebsd/freebsd-usbin/freebsd-usbin-10.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -130,9 +130,9 @@ src_install() {
 
 	# Most of these now come from openrc.
 	for util in iscsid nfs nfsuserd rpc.statd rpc.lockd; do
-		newinitd "${FILESDIR}/"${util}.initd ${util} || die
+		newinitd "${FILESDIR}/"${util}.initd ${util}
 		if [[ -e "${FILESDIR}"/${util}.confd ]]; then \
-			newconfd "${FILESDIR}"/${util}.confd ${util} || die
+			newconfd "${FILESDIR}"/${util}.confd ${util}
 		fi
 	done
 
@@ -147,17 +147,17 @@ EOS
 
 	# Install the pw.conf file to let pw use Gentoo's skel location
 	insinto /etc
-	doins "${FILESDIR}/pw.conf" || die
+	doins "${FILESDIR}/pw.conf"
 
 	cd "${WORKDIR}/etc" || die
-	doins apmd.conf syslog.conf newsyslog.conf nscd.conf || die
+	doins apmd.conf syslog.conf newsyslog.conf nscd.conf
 
 	insinto /etc/ppp
-	doins ppp/ppp.conf || die
+	doins ppp/ppp.conf
 
 	if use bluetooth; then
 		insinto /etc/bluetooth
-		doins bluetooth/* || die
+		doins bluetooth/*
 		rm -f "${D}"/etc/bluetooth/Makefile
 	fi
 

diff --git a/sys-freebsd/freebsd-usbin/freebsd-usbin-11.0-r1.ebuild b/sys-freebsd/freebsd-usbin/freebsd-usbin-11.0-r1.ebuild
index 4050a75bdf5..a43897c528f 100644
--- a/sys-freebsd/freebsd-usbin/freebsd-usbin-11.0-r1.ebuild
+++ b/sys-freebsd/freebsd-usbin/freebsd-usbin-11.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -128,9 +128,9 @@ src_install() {
 
 	# Most of these now come from openrc.
 	for util in iscsid nfs nfsuserd rpc.statd rpc.lockd; do
-		newinitd "${FILESDIR}/"${util}.initd ${util} || die
+		newinitd "${FILESDIR}/"${util}.initd ${util}
 		if [[ -e "${FILESDIR}"/${util}.confd ]]; then \
-			newconfd "${FILESDIR}"/${util}.confd ${util} || die
+			newconfd "${FILESDIR}"/${util}.confd ${util}
 		fi
 	done
 
@@ -145,20 +145,20 @@ EOS
 
 	# Install the pw.conf file to let pw use Gentoo's skel location
 	insinto /etc
-	doins "${FILESDIR}/pw.conf" || die
+	doins "${FILESDIR}/pw.conf"
 
 	cd "${WORKDIR}/etc" || die
-	doins apmd.conf syslog.conf newsyslog.conf nscd.conf || die
+	doins apmd.conf syslog.conf newsyslog.conf nscd.conf
 
 	if use bluetooth; then
 		insinto /etc/bluetooth
-		doins bluetooth/* || die
+		doins bluetooth/*
 		rm -f "${D}"/etc/bluetooth/Makefile
 	fi
 
 	cd "${S}"/ppp || die
 	insinto /etc/ppp
-	doins ppp.conf || die
+	doins ppp.conf
 
 	# Install the periodic stuff (needs probably to be ported in a more
 	# gentooish way)

diff --git a/sys-freebsd/freebsd-usbin/freebsd-usbin-11.1.ebuild b/sys-freebsd/freebsd-usbin/freebsd-usbin-11.1.ebuild
index 522032984c5..36367a5e496 100644
--- a/sys-freebsd/freebsd-usbin/freebsd-usbin-11.1.ebuild
+++ b/sys-freebsd/freebsd-usbin/freebsd-usbin-11.1.ebuild
@@ -129,9 +129,9 @@ src_install() {
 
 	# Most of these now come from openrc.
 	for util in iscsid nfs nfsuserd rpc.statd rpc.lockd; do
-		newinitd "${FILESDIR}/"${util}.initd ${util} || die
+		newinitd "${FILESDIR}/"${util}.initd ${util}
 		if [[ -e "${FILESDIR}"/${util}.confd ]]; then \
-			newconfd "${FILESDIR}"/${util}.confd ${util} || die
+			newconfd "${FILESDIR}"/${util}.confd ${util}
 		fi
 	done
 
@@ -146,20 +146,20 @@ EOS
 
 	# Install the pw.conf file to let pw use Gentoo's skel location
 	insinto /etc
-	doins "${FILESDIR}/pw.conf" || die
+	doins "${FILESDIR}/pw.conf"
 
 	cd "${WORKDIR}/etc" || die
-	doins apmd.conf syslog.conf newsyslog.conf nscd.conf || die
+	doins apmd.conf syslog.conf newsyslog.conf nscd.conf
 
 	if use bluetooth; then
 		insinto /etc/bluetooth
-		doins bluetooth/* || die
+		doins bluetooth/*
 		rm -f "${D}"/etc/bluetooth/Makefile
 	fi
 
 	cd "${S}"/ppp || die
 	insinto /etc/ppp
-	doins ppp.conf || die
+	doins ppp.conf
 
 	# Install the periodic stuff (needs probably to be ported in a more
 	# gentooish way)


             reply	other threads:[~2017-11-21  8:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-21  8:22 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-26 20:31 [gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-usbin/ Aaron Bauman
2016-11-25 22:04 Patrice Clement
2016-10-12 11:26 Alexis Ballier
2015-10-16 13:11 Michał Górny
2015-10-16 13:11 Michał Górny
2015-10-02 11:50 Michał Górny
2015-09-21  9:06 Michał Górny
2015-08-21 14:29 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1511252520.b2a5a2d6805cf74fb85755a9f8cf43db2e9fcdf8.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox