diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-21 21:07:10 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-21 21:07:10 +0000 |
commit | bc933d66b0a6a21034ec7109f6995cf956c17b21 (patch) | |
tree | ab5bcf75a436c288d3363eb464514c2ef5839b25 /dev-libs/cyrus-sasl | |
parent | use dosbin instead of exeinto /usr/sbin/ && doexe (diff) | |
download | gentoo-2-bc933d66b0a6a21034ec7109f6995cf956c17b21.tar.gz gentoo-2-bc933d66b0a6a21034ec7109f6995cf956c17b21.tar.bz2 gentoo-2-bc933d66b0a6a21034ec7109f6995cf956c17b21.zip |
use dosbin instead of exeinto /usr/sbin/ && doexe
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-libs/cyrus-sasl')
-rw-r--r-- | dev-libs/cyrus-sasl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index ade2e8fc08df..fd238d700f04 100644 --- a/dev-libs/cyrus-sasl/ChangeLog +++ b/dev-libs/cyrus-sasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/cyrus-sasl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.315 2015/03/03 06:18:10 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.316 2015/03/21 21:07:10 jlec Exp $ + + 21 Mar 2015; Justin Lecher <jlec@gentoo.org> cyrus-sasl-2.1.23-r7.ebuild: + use dosbin instead of exeinto /usr/sbin/ && doexe 02 Mar 2015; Yixun Lan <dlan@gentoo.org> cyrus-sasl-2.1.26-r9.ebuild: add arm64 support, tested on A53 board diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild index 5d176f96da7b..3f002d6b9efc 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild,v 1.15 2014/12/28 15:30:29 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild,v 1.16 2015/03/21 21:07:10 jlec Exp $ EAPI=2 @@ -220,8 +220,7 @@ src_install() { newinitd "${FILESDIR}/saslauthd2.rc6" saslauthd || die "Failed to install saslauthd to /etc/init.d" newconfd "${FILESDIR}/saslauthd-${SASLAUTHD_CONF_VER}.conf" saslauthd || die "Failed to install saslauthd to /etc/conf.d" - exeinto /usr/sbin - newexe "${S}/saslauthd/testsaslauthd" testsaslauthd || die "Failed to install testsaslauthd" + newsbin "${S}/saslauthd/testsaslauthd" testsaslauthd || die "Failed to install testsaslauthd" } pkg_postinst () { |