public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-firewall/ufw: ChangeLog ufw-0.30.1-r2.ebuild ufw-0.30.1-r3.ebuild
@ 2011-09-13  6:35 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2011-09-13  6:35 UTC (permalink / raw
  To: gentoo-commits

pva         11/09/13 06:35:50

  Modified:             ChangeLog ufw-0.30.1-r2.ebuild ufw-0.30.1-r3.ebuild
  Log:
  Update to bash-completion-r1 eclass, thank Sławomir Nizio for this job.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-firewall/ufw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	3 Sep 2011 12:17:52 -0000	1.3
+++ ChangeLog	13 Sep 2011 06:35:49 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for net-firewall/ufw
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v 1.3 2011/09/03 12:17:52 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v 1.4 2011/09/13 06:35:49 pva Exp $
+
+  13 Sep 2011; Peter Volkov <pva@gentoo.org> ufw-0.30.1-r2.ebuild,
+  ufw-0.30.1-r3.ebuild:
+  Update to bash-completion-r1 eclass, thank Sławomir Nizio for this job.
 
 *ufw-0.30.1-r3 (03 Sep 2011)
 



1.3                  net-firewall/ufw/ufw-0.30.1-r2.ebuild

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

Index: ufw-0.30.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.30.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ufw-0.30.1-r2.ebuild	28 Jul 2011 07:22:42 -0000	1.2
+++ ufw-0.30.1-r2.ebuild	13 Sep 2011 06:35:49 -0000	1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.30.1-r2.ebuild,v 1.2 2011/07/28 07:22:42 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.30.1-r2.ebuild,v 1.3 2011/09/13 06:35:49 pva Exp $
 
 EAPI=3
 PYTHON_DEPEND="2:2.5"
 
-inherit versionator bash-completion eutils linux-info distutils
+inherit versionator bash-completion-r1 eutils linux-info distutils
 
 MY_PV_12=$(get_version_component_range 1-2)
 DESCRIPTION="A program used to manage a netfilter firewall"
@@ -60,7 +60,7 @@
 		doins examples/* || die "inserting example files failed"
 	fi
 	distutils_src_install
-	dobashcompletion shell-completion/bash
+	newbashcomp shell-completion/bash ${PN} || die "newbashcomp failed"
 }
 
 pkg_postinst() {
@@ -75,6 +75,4 @@
 	elog "Remember to enable ufw add it to your boot sequence:"
 	elog "-- # ufw enable"
 	elog "-- # rc-update add ufw boot"
-	echo
-	bash-completion_pkg_postinst
 }



1.2                  net-firewall/ufw/ufw-0.30.1-r3.ebuild

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

Index: ufw-0.30.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.30.1-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ufw-0.30.1-r3.ebuild	3 Sep 2011 12:17:52 -0000	1.1
+++ ufw-0.30.1-r3.ebuild	13 Sep 2011 06:35:49 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.30.1-r3.ebuild,v 1.1 2011/09/03 12:17:52 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.30.1-r3.ebuild,v 1.2 2011/09/13 06:35:49 pva Exp $
 
 EAPI=3
 PYTHON_DEPEND="2:2.5"
 
-inherit versionator bash-completion eutils linux-info distutils
+inherit versionator bash-completion-r1 eutils linux-info distutils
 
 MY_PV_12=$(get_version_component_range 1-2)
 DESCRIPTION="A program used to manage a netfilter firewall"
@@ -68,7 +68,7 @@
 		doins examples/* || die "inserting example files failed"
 	fi
 	distutils_src_install
-	dobashcompletion shell-completion/bash
+	newbashcomp shell-completion/bash ${PN} || die "newbashcomp failed"
 }
 
 pkg_postinst() {
@@ -84,8 +84,6 @@
 	elog "-- # ufw enable"
 	elog "-- # rc-update add ufw boot"
 	echo
-	bash-completion_pkg_postinst
-	echo
 	elog "If you want to keep ufw logs in a separate file, take a look at"
 	elog "/usr/share/doc/${PF}/logging."
 }






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

only message in thread, other threads:[~2011-09-13  6:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-13  6:35 [gentoo-commits] gentoo-x86 commit in net-firewall/ufw: ChangeLog ufw-0.30.1-r2.ebuild ufw-0.30.1-r3.ebuild Peter Volkov (pva)

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