diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-11-05 17:24:27 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-11-05 17:24:27 +0000 |
commit | eec5f6eec545bee30c0ebe7a122cc23af6b27ba2 (patch) | |
tree | e1aff2f049cabb1c17c54156dd71b5bc990cf124 /net-firewall/kmyfirewall | |
parent | Version bump. (diff) | |
download | gentoo-2-eec5f6eec545bee30c0ebe7a122cc23af6b27ba2.tar.gz gentoo-2-eec5f6eec545bee30c0ebe7a122cc23af6b27ba2.tar.bz2 gentoo-2-eec5f6eec545bee30c0ebe7a122cc23af6b27ba2.zip |
clean up
(Portage version: 2.1.4.5)
Diffstat (limited to 'net-firewall/kmyfirewall')
4 files changed, 6 insertions, 209 deletions
diff --git a/net-firewall/kmyfirewall/ChangeLog b/net-firewall/kmyfirewall/ChangeLog index be4f7f8259ae..b50b61cecb58 100644 --- a/net-firewall/kmyfirewall/ChangeLog +++ b/net-firewall/kmyfirewall/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-firewall/kmyfirewall # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/ChangeLog,v 1.38 2008/06/27 21:11:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/ChangeLog,v 1.39 2008/11/05 17:24:27 opfer Exp $ + + 05 Nov 2008; Christian Faulhammer <opfer@gentoo.org> + -files/kmyfirewall-0.9.6.2-configure-arts.patch, + -kmyfirewall-0.9.6.2-r1.ebuild, -kmyfirewall-1.0.1-r1.ebuild: + clean up 27 Jun 2008; Raúl Porcel <armin76@gentoo.org> kmyfirewall-1.1.1.ebuild: alpha/sparc stable wrt #229411 diff --git a/net-firewall/kmyfirewall/files/kmyfirewall-0.9.6.2-configure-arts.patch b/net-firewall/kmyfirewall/files/kmyfirewall-0.9.6.2-configure-arts.patch deleted file mode 100644 index 2e6233cb5f91..000000000000 --- a/net-firewall/kmyfirewall/files/kmyfirewall-0.9.6.2-configure-arts.patch +++ /dev/null @@ -1,139 +0,0 @@ ---- configure.orig 2005-05-01 20:43:29.000000000 +0200 -+++ configure 2005-05-01 20:46:59.000000000 +0200 -@@ -24803,136 +24803,7 @@ - fi - - -- 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" -- dirs="$kde_default_bindirs" -- kde_save_IFS=$IFS -- IFS=':' -- for dir in $PATH; do -- dirs="$dirs $dir" -- done -- 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. --" >&5 --echo "$as_me: error: The important program mcopidl was not found! --Please check whether you installed aRts correctly. --" >&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 -- kde_cv_path="$ARTSCCONFIG"; -- else -- kde_cache=`echo artsc-config | 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" -- dirs="$kde_default_bindirs" -- kde_save_IFS=$IFS -- IFS=':' -- for dir in $PATH; do -- dirs="$dirs $dir" -- done -- IFS=$kde_save_IFS -- -- for dir in $dirs; do -- if test -x "$dir/artsc-config"; then -- if test -n "" -- then -- evalstr="$dir/artsc-config 2>&1 " -- if eval $evalstr; then -- kde_cv_path="$dir/artsc-config" -- break -- fi -- else -- kde_cv_path="$dir/artsc-config" -- 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 artsc-config was not found! --Please check whether you installed aRts correctly. --" >&5 --echo "$as_me: error: The important program artsc-config was not found! --Please check whether you installed aRts correctly. --" >&2;} -- { (exit 1); exit 1; }; } -- -- else -- echo "$as_me:$LINENO: result: $kde_cv_path" >&5 --echo "${ECHO_T}$kde_cv_path" >&6 -- ARTSCCONFIG=$kde_cv_path -- -- fi - - - echo "$as_me:$LINENO: checking for kde-config" >&5 diff --git a/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2-r1.ebuild b/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2-r1.ebuild deleted file mode 100644 index 21de0e9f161b..000000000000 --- a/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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-r1.ebuild,v 1.4 2005/09/15 23:13:21 agriffis Exp $ - -inherit kde eutils - -DESCRIPTION="Graphical KDE iptables configuration tool" -HOMEPAGE="http://kmyfirewall.sourceforge.net/" -SRC_URI="mirror://sourceforge/kmyfirewall/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~ppc sparc x86" -IUSE="" - -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 -} diff --git a/net-firewall/kmyfirewall/kmyfirewall-1.0.1-r1.ebuild b/net-firewall/kmyfirewall/kmyfirewall-1.0.1-r1.ebuild deleted file mode 100644 index cc2da8dfc548..000000000000 --- a/net-firewall/kmyfirewall/kmyfirewall-1.0.1-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/kmyfirewall-1.0.1-r1.ebuild,v 1.4 2007/07/26 19:06:53 armin76 Exp $ - -inherit kde eutils - -MY_P="${P/_/}" -DESCRIPTION="Graphical KDE iptables configuration tool" -HOMEPAGE="http://kmyfirewall.sourceforge.net/" -SRC_URI="mirror://sourceforge/kmyfirewall/${MY_P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ~ppc sparc x86" -IUSE="" - -RDEPEND="net-firewall/iptables" - -S="${WORKDIR}/${MY_P}" - -need-kde 3 - -src_unpack() { - kde_src_unpack - echo -e "[PATHS]\nDistribution=gentoo\nIPTPath=${ROOT}sbin/iptables\nModprobePath=${ROOT}sbin/modprobe\nrcDefaultPath=${ROOT}etc/runlevels/default/" >> ${S}/kmyfirewall/kmyfirewallrc} -} - -src_install() { - kde_src_install - - # search path is broken in the app, help it temporarily - dosym kpartplugins/kmfinstallerpluginui.rc /usr/share/apps/kmyfirewall/kmfinstallerpluginui.rc -} - -pkg_postinst() { - make_desktop_entry m "Kmyfirewall" kmyfirewall - elog - elog "Only run-as-user menuentry provided. If you want to directly" - elog "run kmyfirewall as root (inside kdesu), just check:" - elog "run-as-other-user inside the menu edit,leving blank the field" - elog - ewarn "Use this version if you want to use the new generic interface" - ewarn "For iptables interface using 0.9 series is heavily recommended" - ewarn "See Bug #165429 for details" -} |