* [gentoo-commits] gentoo-x86 commit in net-misc/netifrc: netifrc-0.3.0.ebuild netifrc-9999.ebuild ChangeLog
@ 2015-01-11 6:03 Mike Gilbert (floppym)
0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2015-01-11 6:03 UTC (permalink / raw
To: gentoo-commits
floppym 15/01/11 06:03:13
Modified: netifrc-0.3.0.ebuild netifrc-9999.ebuild ChangeLog
Log:
Fix sed of systemd unit.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.3 net-misc/netifrc/netifrc-0.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild?r1=1.2&r2=1.3
Index: netifrc-0.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- netifrc-0.3.0.ebuild 9 Jan 2015 22:53:15 -0000 1.2
+++ netifrc-0.3.0.ebuild 11 Jan 2015 06:03:13 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild,v 1.2 2015/01/09 22:53:15 vikraman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild,v 1.3 2015/01/11 06:03:13 floppym Exp $
EAPI=5
@@ -54,7 +54,7 @@
# Install the service file
LIBEXECDIR=${EPREFIX}/lib/${PN}
UNIT_DIR="$(systemd_get_unitdir)"
- sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service" > "${T}/net_at.service"
+ sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > "${T}/net_at.service" || die
systemd_newunit "${T}/net_at.service" 'net@.service'
dosym "${UNIT_DIR}/net@.service" "${UNIT_DIR}/net@lo.service"
}
1.10 net-misc/netifrc/netifrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?r1=1.9&r2=1.10
Index: netifrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- netifrc-9999.ebuild 9 Jan 2015 17:30:42 -0000 1.9
+++ netifrc-9999.ebuild 11 Jan 2015 06:03:13 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.9 2015/01/09 17:30:42 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.10 2015/01/11 06:03:13 floppym Exp $
EAPI=5
@@ -54,7 +54,7 @@
# Install the service file
LIBEXECDIR=${EPREFIX}/lib/${PN}
UNIT_DIR="$(systemd_get_unitdir)"
- sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service" > "${T}/net_at.service"
+ sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > "${T}/net_at.service" || die
systemd_newunit "${T}/net_at.service" 'net@.service'
dosym "${UNIT_DIR}/net@.service" "${UNIT_DIR}/net@lo.service"
}
1.40 net-misc/netifrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 9 Jan 2015 22:53:15 -0000 1.39
+++ ChangeLog 11 Jan 2015 06:03:13 -0000 1.40
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/netifrc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.39 2015/01/09 22:53:15 vikraman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.40 2015/01/11 06:03:13 floppym Exp $
+
+ 11 Jan 2015; Mike Gilbert <floppym@gentoo.org> netifrc-0.3.0.ebuild,
+ netifrc-9999.ebuild:
+ Fix sed of systemd unit.
09 Jan 2015; Vikraman Choudhury (vikraman) <vikraman@gentoo.org>
netifrc-0.3.0.ebuild:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-01-11 6:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-11 6:03 [gentoo-commits] gentoo-x86 commit in net-misc/netifrc: netifrc-0.3.0.ebuild netifrc-9999.ebuild ChangeLog Mike Gilbert (floppym)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox