public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/xtables-addons: ChangeLog xtables-addons-1.28-r1.ebuild xtables-addons-1.31.ebuild xtables-addons-1.30.ebuild
Date: Sun, 24 Apr 2011 18:18:44 +0000 (UTC)	[thread overview]
Message-ID: <20110424181844.5032420054@flycatcher.gentoo.org> (raw)

ulm         11/04/24 18:18:44

  Modified:             ChangeLog xtables-addons-1.28-r1.ebuild
                        xtables-addons-1.31.ebuild
                        xtables-addons-1.30.ebuild
  Log:
  Remove dependency on virtual/modutils, it is redundant with linux-mod.eclass, bug 358891.
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 net-firewall/xtables-addons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	11 Nov 2010 16:41:29 -0000	1.12
+++ ChangeLog	24 Apr 2011 18:18:44 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for net-firewall/xtables-addons
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/ChangeLog,v 1.12 2010/11/11 16:41:29 pva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/ChangeLog,v 1.13 2011/04/24 18:18:44 ulm Exp $
+
+  24 Apr 2011; Ulrich Mueller <ulm@gentoo.org> xtables-addons-1.28-r1.ebuild,
+  xtables-addons-1.30.ebuild, xtables-addons-1.31.ebuild:
+  Remove dependency on virtual/modutils, it is redundant with linux-mod.eclass,
+  bug 358891.
 
 *xtables-addons-1.31 (11 Nov 2010)
 



1.5                  net-firewall/xtables-addons/xtables-addons-1.28-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.28-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.28-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.28-r1.ebuild?r1=1.4&r2=1.5

Index: xtables-addons-1.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.28-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xtables-addons-1.28-r1.ebuild	25 Oct 2010 08:18:36 -0000	1.4
+++ xtables-addons-1.28-r1.ebuild	24 Apr 2011 18:18:44 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.28-r1.ebuild,v 1.4 2010/10/25 08:18:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.28-r1.ebuild,v 1.5 2011/04/24 18:18:44 ulm Exp $
 
 EAPI="3"
 
@@ -21,8 +21,7 @@
 	IUSE="${IUSE} xtables_addons_${mod}"
 done
 
-DEPEND="virtual/modutils
-	>=net-firewall/iptables-1.4.3"
+DEPEND=">=net-firewall/iptables-1.4.3"
 
 RDEPEND="${DEPEND}
 	xtables_addons_ipset? ( !net-firewall/ipset )



1.2                  net-firewall/xtables-addons/xtables-addons-1.31.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.31.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.31.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.31.ebuild?r1=1.1&r2=1.2

Index: xtables-addons-1.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.31.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xtables-addons-1.31.ebuild	11 Nov 2010 16:41:29 -0000	1.1
+++ xtables-addons-1.31.ebuild	24 Apr 2011 18:18:44 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.31.ebuild,v 1.1 2010/11/11 16:41:29 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.31.ebuild,v 1.2 2011/04/24 18:18:44 ulm Exp $
 
 EAPI="3"
 
@@ -21,8 +21,7 @@
 	IUSE="${IUSE} xtables_addons_${mod}"
 done
 
-DEPEND="virtual/modutils
-	>=net-firewall/iptables-1.4.3"
+DEPEND=">=net-firewall/iptables-1.4.3"
 
 RDEPEND="${DEPEND}
 	xtables_addons_ipset? ( !net-firewall/ipset )



1.3                  net-firewall/xtables-addons/xtables-addons-1.30.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.30.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.30.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.30.ebuild?r1=1.2&r2=1.3

Index: xtables-addons-1.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.30.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xtables-addons-1.30.ebuild	25 Oct 2010 08:18:36 -0000	1.2
+++ xtables-addons-1.30.ebuild	24 Apr 2011 18:18:44 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.30.ebuild,v 1.2 2010/10/25 08:18:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/xtables-addons/xtables-addons-1.30.ebuild,v 1.3 2011/04/24 18:18:44 ulm Exp $
 
 EAPI="3"
 
@@ -21,8 +21,7 @@
 	IUSE="${IUSE} xtables_addons_${mod}"
 done
 
-DEPEND="virtual/modutils
-	>=net-firewall/iptables-1.4.3"
+DEPEND=">=net-firewall/iptables-1.4.3"
 
 RDEPEND="${DEPEND}
 	xtables_addons_ipset? ( !net-firewall/ipset )






             reply	other threads:[~2011-04-24 18:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-24 18:18 Ulrich Mueller (ulm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-28 18:54 [gentoo-commits] gentoo-x86 commit in net-firewall/xtables-addons: ChangeLog xtables-addons-1.28-r1.ebuild xtables-addons-1.31.ebuild xtables-addons-1.30.ebuild Ulrich Mueller (ulm)

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=20110424181844.5032420054@flycatcher.gentoo.org \
    --to=ulm@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