From: "Christian Ruppert (idl0r)" <idl0r@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/ifenslave: ChangeLog ifenslave-1.1.0-r6.ebuild
Date: Tue, 17 Jul 2012 18:58:47 +0000 (UTC) [thread overview]
Message-ID: <20120717185847.171F220063@flycatcher.gentoo.org> (raw)
idl0r 12/07/17 18:58:47
Modified: ChangeLog
Added: ifenslave-1.1.0-r6.ebuild
Log:
Version bump. Don't install "deprecated" modprobe.d/modules.conf files. Bump debian additions. Some refactoring.
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Revision Changes Path
1.25 net-misc/ifenslave/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ifenslave/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ifenslave/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ifenslave/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 20 Mar 2010 17:04:28 -0000 1.24
+++ ChangeLog 17 Jul 2012 18:58:46 -0000 1.25
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/ifenslave
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ChangeLog,v 1.24 2010/03/20 17:04:28 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ChangeLog,v 1.25 2012/07/17 18:58:46 idl0r Exp $
+
+*ifenslave-1.1.0-r6 (17 Jul 2012)
+
+ 17 Jul 2012; Christian Ruppert <idl0r@gentoo.org> +ifenslave-1.1.0-r6.ebuild:
+ Version bump. Don't install "deprecated" modprobe.d/modules.conf files. Bump
+ debian additions. Some refactoring.
20 Mar 2010; Raúl Porcel <armin76@gentoo.org> ifenslave-1.1.0-r5.ebuild:
sparc stable wrt #247885
1.1 net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild?rev=1.1&content-type=text/plain
Index: ifenslave-1.1.0-r6.ebuild
===================================================================
# Copyright 1999-2012 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-r6.ebuild,v 1.1 2012/07/17 18:58:46 idl0r Exp $
EAPI=4
MY_PN="ifenslave-2.6" # this is NOT an error
DEBIAN_PV="17"
DEBIANPKG_TARBALL="${MY_PN}_${PV}.orig.tar.gz"
DEBIANPKG_PATCH="${MY_PN}_${PV}-${DEBIAN_PV}.debian.tar.gz"
DEBIANPKG_BASE="mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}"
inherit toolchain-funcs
DESCRIPTION="Attach and detach slave interfaces to a bonding device"
HOMEPAGE="http://sf.net/projects/bonding/"
SRC_URI="${DEBIANPKG_BASE}/${DEBIANPKG_TARBALL}
${DEBIANPKG_BASE}/${DEBIANPKG_PATCH}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=""
DEPEND="sys-devel/gcc
>=sys-kernel/linux-headers-2.4.22
${RDEPEND}"
src_compile() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -o ${PN} || die "Failed to compile!"
}
src_install() {
into /
dosbin ${PN}
into
# there really is no better documentation than the sourcecode :-)
dodoc ${PN}.c
doman "${WORKDIR}/debian/${PN}.8"
}
pkg_preinst() {
if [[ -f /etc/modules.d/bond ]] || [[ -f /etc/modprobe.d/bond ]]; then
elog "You may want to remove /etc/modules.d/bond and/or /etc/modprobe.d/bond"
elog "because it likely causes some deprecation warnings like:"
elog "Loading kernel module for a network device with CAP_SYS_MODULE (deprecated). Use CAP_NET_ADMIN and alias netdev-bond0 instead"
elog "It may also cause unexpected behaviour."
fi
}
next reply other threads:[~2012-07-17 18:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-17 18:58 Christian Ruppert (idl0r) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-09-03 21:32 [gentoo-commits] gentoo-x86 commit in net-misc/ifenslave: ChangeLog ifenslave-1.1.0-r6.ebuild Anthony G. Basile (blueness)
2012-10-10 15:43 Brent Baude (ranger)
2012-10-12 7:46 Agostino Sarubbo (ago)
2012-10-14 18:53 Raul Porcel (armin76)
2014-08-28 9:19 Joshua Kinard (kumba)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120717185847.171F220063@flycatcher.gentoo.org \
--to=idl0r@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox