From cfbf66c7dea73dafc300c4e951c27f63d6e984aa Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 29 May 2007 16:40:36 +0000 Subject: Remove bindnow-flags and make sure minirc.dfl check respects ROOT. (Portage version: 2.1.2.8) --- net-dialup/minicom/ChangeLog | 5 ++++- net-dialup/minicom/minicom-2.2-r1.ebuild | 8 +++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/net-dialup/minicom/ChangeLog b/net-dialup/minicom/ChangeLog index a34a4414c0ea..0975f1139ebb 100644 --- a/net-dialup/minicom/ChangeLog +++ b/net-dialup/minicom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/minicom # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.52 2007/05/29 13:51:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.53 2007/05/29 16:40:36 vapier Exp $ + + 29 May 2007; Mike Frysinger minicom-2.2-r1.ebuild: + Remove bindnow-flags and make sure minirc.dfl check respects ROOT. 29 May 2007; Brent Baude ChangeLog: Marking minicom-2.1-r2 ppc64 stable for 180120 diff --git a/net-dialup/minicom/minicom-2.2-r1.ebuild b/net-dialup/minicom/minicom-2.2-r1.ebuild index 638b63d72667..75148c6d2328 100644 --- a/net-dialup/minicom/minicom-2.2-r1.ebuild +++ b/net-dialup/minicom/minicom-2.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.3 2007/05/29 06:01:00 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.4 2007/05/29 16:40:36 vapier Exp $ -inherit eutils flag-o-matic +inherit eutils STUPID_NUM="1806" @@ -27,8 +27,6 @@ src_unpack() { } src_compile() { - # avoid lazy binding (minicom is sgided) - append-ldflags $(bindnow-flags) econf --sysconfdir=/etc/${PN} || die "econf failed" emake || die "emake failed" } @@ -42,6 +40,6 @@ src_install() { } pkg_preinst() { - [[ -s /etc/minicom/minirc.dfl ]] \ + [[ -s ${ROOT}/etc/minicom/minirc.dfl ]] \ && rm -f "${D}"/etc/minicom/minirc.dfl } -- cgit v1.2.3-65-gdbad