]> Pileus Git - ~andy/sunrise/commitdiff
net-firewall/vuurmuur: Remove unused autotools inherit, add missing logrotate USE...
authorThomas Sachau <tommy@gentoo.org>
Sat, 19 Dec 2009 17:29:56 +0000 (17:29 +0000)
committerThomas Sachau <tommy@gentoo.org>
Sat, 19 Dec 2009 17:29:56 +0000 (17:29 +0000)
svn path=/sunrise/; revision=9744

net-firewall/vuurmuur/ChangeLog
net-firewall/vuurmuur/Manifest
net-firewall/vuurmuur/metadata.xml
net-firewall/vuurmuur/vuurmuur-0.8_beta2.ebuild

index 56a787ee2db2b98a847f8b579a590ce9a2bcf40a..5670a6c2262b23b1944bcb87d8303f798e01ad88 100644 (file)
@@ -2,6 +2,11 @@
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Dec 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+  vuurmuur-0.8_beta2.ebuild, metadata.xml:
+  Remove unused autotools inherit, add missing logrotate USE description to
+  metadata.xml, fix whitespace
+
   11 Dec 2009; Sven Schwyn (svoop) <gentoo@bitcetera.com>
   vuurmuur-0.8_beta2.ebuild:
   Improved ebuild for bug 115697
index 886569c4107aa81be89f6e6d861562379f2487cf..19be44ffaeb7f03fbb58ddb956c31bf68401d402 100644 (file)
@@ -1,6 +1,6 @@
 AUX vuurmuur.conf 311 RMD160 dc84e54dedc8db14d75cafaa8ab7098d75da104f SHA1 0f078fa4e563723998e348cd41ee47a274626ad3 SHA256 1724514ca6fed00ad42dabdebe43d095c12bb007b4382f6358135b99373a7466
 AUX vuurmuur.init 1257 RMD160 66087fa191a5a344d6671ff4aec2fb2f0315fc2d SHA1 7883be040d44ab925425c5eb2994dc85dbf5c7d4 SHA256 3179f7092f180a5287a6d0ed4519313df762f25a4de50acc376c5905729e0cae
 DIST Vuurmuur-0.8beta2.tar.gz 1877270 RMD160 d1f202adb5ab076ea7763c215faec2558100d5b6 SHA1 549cc3b7d8c86cac0cbccbb963a3b3d041e8ea70 SHA256 4c74de94698a0a4bca758322b5e4198afc27fb25401309a7ecff445742f28d0e
-EBUILD vuurmuur-0.8_beta2.ebuild 2241 RMD160 f34023ad0583bc2263bc2eaaec9bb2629944d84d SHA1 c1e5b4a2629bd4a8da8963a5b9c139e873ed2117 SHA256 90d4386aac88dead612c2414f99be228e0831bc0f73f4f95d2927e24e2d49dbb
-MISC ChangeLog 453 RMD160 da74b6f7a89d64820d6201f79e35676a728225c4 SHA1 d26288fafe77a26da69945c37226efcda8b94ab1 SHA256 7272e60b0e9570eefe03684a6f2e579171afad239a1b045ee1d023cce4f0548f
-MISC metadata.xml 787 RMD160 7ba4b9181ee7ed0262274384606004f8fdc539f4 SHA1 1e0fd15989864731c442dd578c6fa9b9bc12c824 SHA256 56cd2a24a3a44c4031dd1530e75f6fe1adfda60d399870312f1989a57181ae56
+EBUILD vuurmuur-0.8_beta2.ebuild 2230 RMD160 2d65387503efb6ddb21183575dad2ec489df3690 SHA1 e37db6a8f34a63cbd0142348d33ef77b44ea77ab SHA256 4ad3c5572d0acfaa0169ab5dbc812f6da1796f571fafeec370be7c0f942c29da
+MISC ChangeLog 663 RMD160 9b1308a5f3545959ceba910422d9123b069256bf SHA1 86b1787ba2536f220129b2e3e73662aedd7e024d SHA256 759af89eec38107da24f297a40fdb41ce8b4998d157dce6105e9d1e6a0b5e681
+MISC metadata.xml 859 RMD160 fe01edfe7e3c5cdd8ae69df486c081ef84a5b583 SHA1 a03e18ade91302396050d8530286caafda843c6e SHA256 cba89a5b546724413f1a8c92def68c531596d78ce6db3f64662a692d5df48b70
index 62eba147a0448b1ee0a3e9fbbe214f19a93b9a02..2eb9ef8789fe11bb0970e1bb889f4cca94acd3ad 100644 (file)
@@ -1,17 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>maintainer-wanted</herd>
-  <longdescription lang="en">
-         Vuurmuur is a firewall manager built on top of iptables on Linux.
-       
-         It has a simple and easy to learn user interface that allows both simple 
-         and complex configurations. The configuration can be fully made through 
-         an Ncurses GUI, which allows secure remote administration over SSH or on 
-         the console. Vuurmuur supports traffic shaping and has powerful monitoring 
-         features, which allow the administrator to look at the logs, connections 
-         and bandwidth usage in realtime.
+       <herd>maintainer-wanted</herd>
+       <longdescription lang="en">
+               Vuurmuur is a firewall manager built on top of iptables on Linux.
+
+               It has a simple and easy to learn user interface that allows both simple 
+               and complex configurations. The configuration can be fully made through 
+               an Ncurses GUI, which allows secure remote administration over SSH or on 
+               the console. Vuurmuur supports traffic shaping and has powerful monitoring 
+               features, which allow the administrator to look at the logs, connections 
+               and bandwidth usage in realtime.
 
                This ebuild contains the daemon, binaries and configs for Vuurmuur.
-  </longdescription>
+       </longdescription>
+       <use>
+               <flag name="logrotate">Install support files for logrotate</flag>
+       </use>
 </pkgmetadata>
index b36b95cbc7fc8f82943234f2e537ce69407d46b0..c485c10412add40ebf000e7599c622d4be12adbd 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI="2"
 
-inherit autotools multilib
+inherit multilib
 
 MY_PV=${PV/_beta/beta}
 MY_P="Vuurmuur-${MY_PV}"
@@ -78,6 +78,6 @@ pkg_postinst() {
        elog "BEFORE you start the daemon in order not to lock yourself"
        elog "out. The necessary steps are:"
        elog "1) vuurmuur_conf"
-       elog "2) /etc/init.d/vuurmuur start"    
+       elog "2) /etc/init.d/vuurmuur start"
        elog "3) rc-update add vuurmuur default"
 }