public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/ifenslave: ChangeLog ifenslave-1.1.0-r4.ebuild ifenslave-1.1.0-r3.ebuild
@ 2009-04-12 20:48 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2009-04-12 20:48 UTC (permalink / raw
  To: gentoo-commits

robbat2     09/04/12 20:48:19

  Modified:             ChangeLog ifenslave-1.1.0-r4.ebuild
                        ifenslave-1.1.0-r3.ebuild
  Log:
  Make repoman happy.
  (Portage version: 2.2_rc27/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 net-misc/ifenslave/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ifenslave/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ifenslave/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ifenslave/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -p -w -b -B -u -u -r1.17 -r1.18
--- ChangeLog	12 Apr 2009 20:44:06 -0000	1.17
+++ ChangeLog	12 Apr 2009 20:48:19 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/ifenslave
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ChangeLog,v 1.17 2009/04/12 20:44:06 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ChangeLog,v 1.18 2009/04/12 20:48:19 robbat2 Exp $
+
+  12 Apr 2009; Robin H. Johnson <robbat2@gentoo.org>
+  ifenslave-1.1.0-r3.ebuild, ifenslave-1.1.0-r4.ebuild:
+  Make repoman happy.
 
 *ifenslave-1.1.0-r4 (12 Apr 2009)
 



1.2                  net-misc/ifenslave/ifenslave-1.1.0-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r4.ebuild?r1=1.1&r2=1.2

Index: ifenslave-1.1.0-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- ifenslave-1.1.0-r4.ebuild	12 Apr 2009 20:44:06 -0000	1.1
+++ ifenslave-1.1.0-r4.ebuild	12 Apr 2009 20:48:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r4.ebuild,v 1.1 2009/04/12 20:44:06 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r4.ebuild,v 1.2 2009/04/12 20:48:19 robbat2 Exp $
 
 inherit toolchain-funcs eutils
 
@@ -24,7 +24,7 @@ DEPEND="sys-devel/gcc
 
 src_unpack() {
 	unpack ${DEBIANPKG_TARBALL}
-	EPATCH_OPTS="-d ${S} -p1" epatch ${DISTDIR}/${DEBIANPKG_PATCH}
+	EPATCH_OPTS="-d ${S} -p1" epatch "${DISTDIR}"/${DEBIANPKG_PATCH}
 }
 
 src_compile() {
@@ -32,20 +32,20 @@ src_compile() {
 }
 
 src_install() {
-	doman ${S}/${PN}.8
+	doman ${PN}.8
 	into /
 	dosbin ${PN}
 	# there really is no better documentation than the sourcecode :-)
 	dodoc ${PN}.c
 	insinto /etc/modprobe.d
-	newins ${FILESDIR}/modules.d-bond-1.1.0-r3 bond
+	newins "${FILESDIR}"/modules.d-bond-1.1.0-r3 bond
 }
 
 pkg_preinst() {
 	if [[ -a /etc/modules.d/bond ]] && [[ ! -a /etc/modprobe.d/bond ]]; then
 		elog "Moving old bond configuration in modules.d to new"
 		elog "location in modprobe.d in /etc/"
-		mv "${ROOT}/etc/modules.d/bond" "${ROOT}/etc/modprobe.d/bond"
+		mv "${ROOT}"/etc/{modules,modprobe}.d/bond
 	fi
 }
 



1.7                  net-misc/ifenslave/ifenslave-1.1.0-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r3.ebuild?r1=1.6&r2=1.7

Index: ifenslave-1.1.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -p -w -b -B -u -u -r1.6 -r1.7
--- ifenslave-1.1.0-r3.ebuild	6 Jul 2008 18:00:09 -0000	1.6
+++ ifenslave-1.1.0-r3.ebuild	12 Apr 2009 20:48:19 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r3.ebuild,v 1.6 2008/07/06 18:00:09 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r3.ebuild,v 1.7 2009/04/12 20:48:19 robbat2 Exp $
 
 inherit toolchain-funcs eutils
 
@@ -24,7 +24,7 @@ DEPEND="sys-devel/gcc
 
 src_unpack() {
 	unpack ${DEBIANPKG_TARBALL}
-	EPATCH_OPTS="-d ${S} -p1" epatch ${DISTDIR}/${DEBIANPKG_PATCH}
+	EPATCH_OPTS="-d ${S} -p1" epatch "${DISTDIR}"/${DEBIANPKG_PATCH}
 }
 
 src_compile() {
@@ -32,13 +32,13 @@ src_compile() {
 }
 
 src_install() {
-	doman ${S}/${PN}.8
+	doman ${PN}.8
 	into /
 	dosbin ${PN}
 	# there really is no better documentation than the sourcecode :-)
 	dodoc ${PN}.c
 	insinto /etc/modules.d
-	newins ${FILESDIR}/modules.d-bond-1.1.0-r3 bond
+	newins "${FILESDIR}"/modules.d-bond-1.1.0-r3 bond
 }
 
 pkg_postinst() {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-12 20:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-12 20:48 [gentoo-commits] gentoo-x86 commit in net-misc/ifenslave: ChangeLog ifenslave-1.1.0-r4.ebuild ifenslave-1.1.0-r3.ebuild Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox