summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-12-12 18:24:25 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-12-12 18:24:25 +0000
commit50500c0a4bf952696f8d771af876faa5ba7d473d (patch)
tree370233f63b232aa750697196331c73f8d7dd68a1 /net-firewall
parentVersion bump. Now supports gallery2 (diff)
downloadgentoo-2-50500c0a4bf952696f8d771af876faa5ba7d473d.tar.gz
gentoo-2-50500c0a4bf952696f8d771af876faa5ba7d473d.tar.bz2
gentoo-2-50500c0a4bf952696f8d771af876faa5ba7d473d.zip
1.0 version bump for bug 115149.
(Portage version: 2.0.53)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/kmyfirewall/ChangeLog11
-rw-r--r--net-firewall/kmyfirewall/Manifest11
-rw-r--r--net-firewall/kmyfirewall/files/digest-kmyfirewall-0.9.6.21
-rw-r--r--net-firewall/kmyfirewall/files/digest-kmyfirewall-1.01
-rw-r--r--net-firewall/kmyfirewall/files/kmyfirewall-1.0-configure-arts.patch81
-rw-r--r--net-firewall/kmyfirewall/kmyfirewall-1.0.ebuild (renamed from net-firewall/kmyfirewall/kmyfirewall-0.9.6.2.ebuild)15
-rw-r--r--net-firewall/kmyfirewall/metadata.xml17
7 files changed, 115 insertions, 22 deletions
diff --git a/net-firewall/kmyfirewall/ChangeLog b/net-firewall/kmyfirewall/ChangeLog
index 35c7565cbe6a..92fe13e2f433 100644
--- a/net-firewall/kmyfirewall/ChangeLog
+++ b/net-firewall/kmyfirewall/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for net-firewall/kmyfirewall
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/ChangeLog,v 1.23 2005/09/15 23:13:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/ChangeLog,v 1.24 2005/12/12 18:24:25 vanquirius Exp $
+
+*kmyfirewall-1.0 (12 Dec 2005)
+
+ 12 Dec 2005; Marcelo Goes <vanquirius@gentoo.org>
+ +files/kmyfirewall-1.0-configure-arts.patch, metadata.xml,
+ -kmyfirewall-0.9.6.2.ebuild, +kmyfirewall-1.0.ebuild:
+ 1.0 version bump for bug 115149. Thanks to Erinn Looney-Triggs <erinn dot
+ looneytriggs at gmail dot com>. Also, adding netmon as a herd in
+ metadata.xml.
15 Sep 2005; Aron Griffis <agriffis@gentoo.org>
kmyfirewall-0.9.6.2-r1.ebuild:
diff --git a/net-firewall/kmyfirewall/Manifest b/net-firewall/kmyfirewall/Manifest
index 8091ab0d2474..2fc0c8aacccb 100644
--- a/net-firewall/kmyfirewall/Manifest
+++ b/net-firewall/kmyfirewall/Manifest
@@ -1,7 +1,8 @@
-MD5 85c361bad9cce731ed599dfc99ce38f4 metadata.xml 696
MD5 b80b85f0684cf75183051dc4b877aae1 ChangeLog 5071
-MD5 5a0451e37dbdd06bdde83c33ce1c2877 kmyfirewall-0.9.6.2-r1.ebuild 696
-MD5 73de5f376591b456fa76bfbad31e77c2 kmyfirewall-0.9.6.2.ebuild 659
-MD5 80cc54abedc0473d0a3d399fdd43467a files/kmyfirewall-0.9.6.2-configure-arts.patch 3478
-MD5 a0940eb3f5939500bee4e738121dcb58 files/digest-kmyfirewall-0.9.6.2 72
MD5 a0940eb3f5939500bee4e738121dcb58 files/digest-kmyfirewall-0.9.6.2-r1 72
+MD5 64e05fa9eea935f51b863f14f1df89e9 files/digest-kmyfirewall-1.0 69
+MD5 80cc54abedc0473d0a3d399fdd43467a files/kmyfirewall-0.9.6.2-configure-arts.patch 3478
+MD5 ac0d68cae6984b245345483aebc8d6ac files/kmyfirewall-1.0-configure-arts.patch 2324
+MD5 5a0451e37dbdd06bdde83c33ce1c2877 kmyfirewall-0.9.6.2-r1.ebuild 696
+MD5 d0eb9e7ffda52a88cc8b43c0d469b1dc kmyfirewall-1.0.ebuild 830
+MD5 85c361bad9cce731ed599dfc99ce38f4 metadata.xml 696
diff --git a/net-firewall/kmyfirewall/files/digest-kmyfirewall-0.9.6.2 b/net-firewall/kmyfirewall/files/digest-kmyfirewall-0.9.6.2
deleted file mode 100644
index 6d0bb0cd99b0..000000000000
--- a/net-firewall/kmyfirewall/files/digest-kmyfirewall-0.9.6.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6237add44c0fe8af1f725a2e259ddba3 kmyfirewall-0.9.6.2.tar.bz2 772508
diff --git a/net-firewall/kmyfirewall/files/digest-kmyfirewall-1.0 b/net-firewall/kmyfirewall/files/digest-kmyfirewall-1.0
new file mode 100644
index 000000000000..23584f8e7974
--- /dev/null
+++ b/net-firewall/kmyfirewall/files/digest-kmyfirewall-1.0
@@ -0,0 +1 @@
+MD5 e28ca900d8d956e32f61e787ad1ede49 kmyfirewall-1.0.tar.bz2 1367565
diff --git a/net-firewall/kmyfirewall/files/kmyfirewall-1.0-configure-arts.patch b/net-firewall/kmyfirewall/files/kmyfirewall-1.0-configure-arts.patch
new file mode 100644
index 000000000000..295394931b8b
--- /dev/null
+++ b/net-firewall/kmyfirewall/files/kmyfirewall-1.0-configure-arts.patch
@@ -0,0 +1,81 @@
+diff --exclude='*~' -Naur kmyfirewall-1.0.orig/configure kmyfirewall-1.0/configure
+--- kmyfirewall-1.0.orig/configure 2005-12-12 16:01:44.000000000 -0200
++++ kmyfirewall-1.0/configure 2005-12-12 16:04:37.000000000 -0200
+@@ -31546,77 +31546,6 @@
+
+ if test "$build_arts" '!=' "no"; then
+
+- echo "$as_me:$LINENO: checking for mcopidl" >&5
+-echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
+- if test -n "$MCOPIDL"; then
+- kde_cv_path="$MCOPIDL";
+- else
+- kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
+-
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-
+- kde_cv_path="NONE"
+- kde_save_IFS=$IFS
+- IFS=':'
+- dirs=""
+- for dir in $PATH; do
+- dirs="$dirs $dir"
+- done
+- if test -z ""; then dirs="$kde_default_bindirs $dirs"
+- else dirs="$dirs $kde_default_bindirs"
+- fi
+- IFS=$kde_save_IFS
+-
+- for dir in $dirs; do
+- if test -x "$dir/mcopidl"; then
+- if test -n ""
+- then
+- evalstr="$dir/mcopidl 2>&1 "
+- if eval $evalstr; then
+- kde_cv_path="$dir/mcopidl"
+- break
+- fi
+- else
+- kde_cv_path="$dir/mcopidl"
+- break
+- fi
+- fi
+- done
+-
+- eval "kde_cv_path_$kde_cache=$kde_cv_path"
+-
+-
+-fi
+-
+-
+- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
+-
+- fi
+-
+- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
+-
+- { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
+-Please check whether you installed aRts correctly or use
+---without-arts to compile without aRts support (this will remove functionality).
+-" >&5
+-echo "$as_me: error: The important program mcopidl was not found!
+-Please check whether you installed aRts correctly or use
+---without-arts to compile without aRts support (this will remove functionality).
+-" >&2;}
+- { (exit 1); exit 1; }; }
+-
+- else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
+- MCOPIDL=$kde_cv_path
+-
+- fi
+-
+-
+ echo "$as_me:$LINENO: checking for artsc-config" >&5
+ echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
+ if test -n "$ARTSCCONFIG"; then
diff --git a/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2.ebuild b/net-firewall/kmyfirewall/kmyfirewall-1.0.ebuild
index 50ffe6e90059..7ae9cb02aeee 100644
--- a/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2.ebuild
+++ b/net-firewall/kmyfirewall/kmyfirewall-1.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2.ebuild,v 1.8 2005/05/29 23:03:58 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/kmyfirewall-1.0.ebuild,v 1.1 2005/12/12 18:24:25 vanquirius Exp $
-inherit kde
+inherit kde eutils
DESCRIPTION="Graphical KDE iptables configuration tool"
HOMEPAGE="http://kmyfirewall.sourceforge.net/"
@@ -10,15 +10,20 @@ SRC_URI="mirror://sourceforge/kmyfirewall/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~ppc sparc x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
-DEPEND="sys-apps/sed"
RDEPEND="net-firewall/iptables"
need-kde 3
src_unpack() {
kde_src_unpack
+ epatch "${FILESDIR}"/${P}-configure-arts.patch
sed -i 's:gentoo_mode=false:gentoo_mode=true:' \
- ${S}/kmyfirewall/kmyfirewallrc
+ "${S}"/kmyfirewall/kmyfirewallrc
+}
+
+pkg_postinst() {
+ ewarn "Please note that rulesets created with kmyfirewall earlier"
+ ewarn "than 1.0beta1 WILL NOT work."
}
diff --git a/net-firewall/kmyfirewall/metadata.xml b/net-firewall/kmyfirewall/metadata.xml
index 084de0801fc2..c0df24bfd68a 100644
--- a/net-firewall/kmyfirewall/metadata.xml
+++ b/net-firewall/kmyfirewall/metadata.xml
@@ -1,15 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
- <maintainer>
- <email>bug-wranglers@gentoo.org</email>
- <description>This package lacks a primary herd or maintainer.</description>
- </maintainer>
- <longdescription>
-KMyFirewall attempts to make it easier to setup IPTables based firewalls on Linux systems.
-It will be the right tool if you like to have a so called "Personal Firewall" running on
-your Linux box, but don't have the time and/or the interest to spend hours in front of
-the IPTables manual just to setup a Firewall that keeps the "bad" people out.
+<herd>netmon</herd>
+<longdescription>
+KMyFirewall attempts to make it easier to setup IPTables based firewalls on Linux
+systems. It will be the right tool if you like to have a so called "Personal
+Firewall" running on your Linux box, but don't have the time and/or the interest
+to spend hours in front of the IPTables manual just to setup a Firewall that keeps
+the "bad" people out.
</longdescription>
</pkgmetadata>