summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2014-03-05 18:46:39 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2014-03-05 18:46:39 +0000
commit7268abab5518aad4d11e39cdb62eab3554c1d0e1 (patch)
treefa6551f9eca2be91f5ae477a139dc8532bdeaca0 /net-misc/netifrc
parentVersion bump. Includes fix for bug #487922. (diff)
downloadgentoo-2-7268abab5518aad4d11e39cdb62eab3554c1d0e1.tar.gz
gentoo-2-7268abab5518aad4d11e39cdb62eab3554c1d0e1.tar.bz2
gentoo-2-7268abab5518aad4d11e39cdb62eab3554c1d0e1.zip
Update for pkgconfig DEPEND, and update 9999 ebuild for newer 0.2.1 changes.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/netifrc')
-rw-r--r--net-misc/netifrc/ChangeLog6
-rw-r--r--net-misc/netifrc/netifrc-0.2.1.ebuild4
-rw-r--r--net-misc/netifrc/netifrc-9999.ebuild9
3 files changed, 10 insertions, 9 deletions
diff --git a/net-misc/netifrc/ChangeLog b/net-misc/netifrc/ChangeLog
index 734f1fead059..2f17fb8f54f0 100644
--- a/net-misc/netifrc/ChangeLog
+++ b/net-misc/netifrc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/netifrc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.19 2014/03/05 18:44:26 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.20 2014/03/05 18:46:39 robbat2 Exp $
+
+ 05 Mar 2014; Robin H. Johnson <robbat2@gentoo.org> netifrc-0.2.1.ebuild,
+ netifrc-9999.ebuild:
+ Update for pkgconfig DEPEND, and update 9999 ebuild for newer 0.2.1 changes.
*netifrc-0.2.1 (05 Mar 2014)
diff --git a/net-misc/netifrc/netifrc-0.2.1.ebuild b/net-misc/netifrc/netifrc-0.2.1.ebuild
index 3f74612649a6..e8bd486024a9 100644
--- a/net-misc/netifrc/netifrc-0.2.1.ebuild
+++ b/net-misc/netifrc/netifrc-0.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.2.1.ebuild,v 1.1 2014/03/05 18:44:26 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.2.1.ebuild,v 1.2 2014/03/05 18:46:39 robbat2 Exp $
EAPI=5
@@ -21,7 +21,7 @@ LICENSE="BSD-2"
SLOT="0"
IUSE=""
-DEPEND=""
+DEPEND="kernel_linux? ( virtual/pkgconfig )"
RDEPEND=">=sys-apps/openrc-0.12
!<sys-apps/openrc-0.12"
diff --git a/net-misc/netifrc/netifrc-9999.ebuild b/net-misc/netifrc/netifrc-9999.ebuild
index 23660f2e73dd..bf3e627f65f7 100644
--- a/net-misc/netifrc/netifrc-9999.ebuild
+++ b/net-misc/netifrc/netifrc-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.6 2014/01/18 09:10:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.7 2014/03/05 18:46:39 robbat2 Exp $
EAPI=5
@@ -21,14 +21,11 @@ LICENSE="BSD-2"
SLOT="0"
IUSE=""
-DEPEND=""
+DEPEND="kernel_linux? ( virtual/pkgconfig )"
RDEPEND=">=sys-apps/openrc-0.12
!<sys-apps/openrc-0.12"
src_prepare() {
- sed -i 's:0444:0644:' mk/sys.mk || die
- sed -i "/^DIR/s:/${PN}:/${PF}:" doc/Makefile || die #241342
-
if [[ ${PV} == "9999" ]] ; then
local ver="git-${EGIT_VERSION:0:6}"
sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk || die
@@ -42,7 +39,7 @@ src_prepare() {
src_compile() {
MAKE_ARGS="${MAKE_ARGS}
- LIBEXECDIR=${EPREFIX}/lib/${PN}"
+ LIBEXECDIR=${EPREFIX}/lib/${PN} PF=${PF}"
use prefix && MAKE_ARGS="${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}"