diff options
author | Peter Volkov <pva@gentoo.org> | 2007-05-31 07:51:26 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2007-05-31 07:51:26 +0000 |
commit | 87f06a303da2630d54ac2ebf8a5ffae911954f02 (patch) | |
tree | 99fa2f53c0b2e8469ffc5108a342196a20042e6f /net-analyzer/sussen | |
parent | * bump (diff) | |
download | gentoo-2-87f06a303da2630d54ac2ebf8a5ffae911954f02.tar.gz gentoo-2-87f06a303da2630d54ac2ebf8a5ffae911954f02.tar.bz2 gentoo-2-87f06a303da2630d54ac2ebf8a5ffae911954f02.zip |
Cleaning old ebuilds.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-analyzer/sussen')
-rw-r--r-- | net-analyzer/sussen/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/sussen/files/digest-sussen-0.34 | 3 | ||||
-rw-r--r-- | net-analyzer/sussen/files/digest-sussen-0.34-r1 | 3 | ||||
-rw-r--r-- | net-analyzer/sussen/files/sussen-0.34-editor-no-definitions.patch | 32 | ||||
-rw-r--r-- | net-analyzer/sussen/files/sussen-0.34-po-linguas.patch | 49 | ||||
-rw-r--r-- | net-analyzer/sussen/files/sussen-0.34-sussen-out-of-range.patch | 54 | ||||
-rw-r--r-- | net-analyzer/sussen/sussen-0.34-r1.ebuild | 104 | ||||
-rw-r--r-- | net-analyzer/sussen/sussen-0.34.ebuild | 103 |
8 files changed, 8 insertions, 349 deletions
diff --git a/net-analyzer/sussen/ChangeLog b/net-analyzer/sussen/ChangeLog index 36fda4bcfc15..3d71cfd7b30c 100644 --- a/net-analyzer/sussen/ChangeLog +++ b/net-analyzer/sussen/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-analyzer/sussen # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/ChangeLog,v 1.50 2007/05/31 00:15:00 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/ChangeLog,v 1.51 2007/05/31 07:51:26 pva Exp $ + + 31 May 2007; <pva@gentoo.org> + -files/sussen-0.34-editor-no-definitions.patch, + -files/sussen-0.34-po-linguas.patch, + -files/sussen-0.34-sussen-out-of-range.patch, -sussen-0.34.ebuild, + -sussen-0.34-r1.ebuild: + Cleaning old ebuilds. 31 May 2007; Daniel Gryniewicz <dang@gentoo.org> sussen-0.35.ebuild: Marked stable on amd64 for bug #179982 diff --git a/net-analyzer/sussen/files/digest-sussen-0.34 b/net-analyzer/sussen/files/digest-sussen-0.34 deleted file mode 100644 index caad7ac88f6d..000000000000 --- a/net-analyzer/sussen/files/digest-sussen-0.34 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 829f30b60dbdb86f80aa21c509e83bd3 sussen-0.34.tar.gz 949671 -RMD160 572527a2e57e68201cb5636cea75728753da42ad sussen-0.34.tar.gz 949671 -SHA256 1294416c51337db2275ec5691d36b9e10da349a95474bed52b5141dbaa133c0c sussen-0.34.tar.gz 949671 diff --git a/net-analyzer/sussen/files/digest-sussen-0.34-r1 b/net-analyzer/sussen/files/digest-sussen-0.34-r1 deleted file mode 100644 index caad7ac88f6d..000000000000 --- a/net-analyzer/sussen/files/digest-sussen-0.34-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 829f30b60dbdb86f80aa21c509e83bd3 sussen-0.34.tar.gz 949671 -RMD160 572527a2e57e68201cb5636cea75728753da42ad sussen-0.34.tar.gz 949671 -SHA256 1294416c51337db2275ec5691d36b9e10da349a95474bed52b5141dbaa133c0c sussen-0.34.tar.gz 949671 diff --git a/net-analyzer/sussen/files/sussen-0.34-editor-no-definitions.patch b/net-analyzer/sussen/files/sussen-0.34-editor-no-definitions.patch deleted file mode 100644 index 347ec8391974..000000000000 --- a/net-analyzer/sussen/files/sussen-0.34-editor-no-definitions.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -Naur sussen-0.34.orig/editor/GtkEditorWindow.cs sussen-0.34/editor/GtkEditorWindow.cs ---- sussen-0.34.orig/editor/GtkEditorWindow.cs 2006-10-23 17:29:46.000000000 +0400 -+++ sussen-0.34/editor/GtkEditorWindow.cs 2007-02-12 22:28:53.000000000 +0300 -@@ -300,9 +300,11 @@ - testView.TestEdited += (OnTestEdited); - vbox4.PackStart (testView, true, true, 5); - } -- -- TestElement te = doc.Tests [name]; -- testView.ShowTest (te, doc.Objects [te.ObjectRef], doc.States [te.StateRef]); -+ -+ if (doc.Tests.ContainsKey (name)) { -+ TestElement te = doc.Tests [name]; -+ testView.ShowTest (te, doc.Objects [te.ObjectRef], doc.States [te.StateRef]); -+ } - } - - void SaveDocument () -diff -Naur sussen-0.34.orig/editor/gtk-gui/generated.cs sussen-0.34/editor/gtk-gui/generated.cs ---- sussen-0.34.orig/editor/gtk-gui/generated.cs 2006-10-23 17:31:33.000000000 +0400 -+++ sussen-0.34/editor/gtk-gui/generated.cs 2007-02-12 22:27:19.000000000 +0300 -@@ -427,8 +427,8 @@ - Gtk.Label w45 = new Gtk.Label(); - w45.LabelProp = "Definition Output"; - w45.Events = ((Gdk.EventMask)(0)); -- w45.Name = "label4"; -- bindings["label4"] = w45; -+ w45.Name = "label5"; -+ bindings["label5"] = w45; - w39.SetTabLabel(w43, w45); - bindings["outputNotebook"] = w39; - w26.Add(w39); diff --git a/net-analyzer/sussen/files/sussen-0.34-po-linguas.patch b/net-analyzer/sussen/files/sussen-0.34-po-linguas.patch deleted file mode 100644 index 8303a35cd587..000000000000 --- a/net-analyzer/sussen/files/sussen-0.34-po-linguas.patch +++ /dev/null @@ -1,49 +0,0 @@ -diff -Naur sussen-0.34.orig/ChangeLog sussen-0.34/ChangeLog ---- sussen-0.34.orig/ChangeLog 2007-01-29 15:04:43.000000000 +0300 -+++ sussen-0.34/ChangeLog 2007-02-10 10:52:06.000000000 +0300 -@@ -3,6 +3,7 @@ - * agent: Fixed crash when loading app.config in Mono 1.1.13.x - * applet: Save results to desktop if explict path not specified - * applet: Run as tray icon by default -+ * misc: Updated build to use po/LINGUAS - * oval: Fixed incorrect behavior in variable handling - * oval: Increased debug information available - * oval: Make sure all tested objects are recorded in system characteristics -diff -Naur sussen-0.34.orig/configure.ac sussen-0.34/configure.ac ---- sussen-0.34.orig/configure.ac 2007-01-29 15:04:55.000000000 +0300 -+++ sussen-0.34/configure.ac 2007-02-10 10:50:53.000000000 +0300 -@@ -7,7 +7,7 @@ - AM_CONFIG_HEADER(config.h) - - AC_PROG_INSTALL --AC_PROG_INTLTOOL([0.25]) -+AC_PROG_INTLTOOL([0.35.0]) - AC_PROG_CC - AC_ISC_POSIX - AC_HEADER_STDC -@@ -141,7 +141,6 @@ - - GETTEXT_PACKAGE=sussen - AC_SUBST(GETTEXT_PACKAGE) --ALL_LINGUAS="" - AM_GLIB_GNU_GETTEXT - AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of the package for translations]) - -diff -Naur sussen-0.34.orig/po/ChangeLog sussen-0.34/po/ChangeLog ---- sussen-0.34.orig/po/ChangeLog 2006-02-13 11:30:53.000000000 +0300 -+++ sussen-0.34/po/ChangeLog 2007-02-10 10:53:23.000000000 +0300 -@@ -1,3 +1,7 @@ -+2007-02-09 - Loren Bandiera <lorenb@mmgsecurity.com> -+ -+ * LINGUAS: Updated to use the new format. -+ - 2006-02-01 - Loren Bandiera <lorenb@mmgsecurity.com> - - * Initial po layout -diff -Naur sussen-0.34.orig/po/POTFILES.in sussen-0.34/po/POTFILES.in ---- sussen-0.34.orig/po/POTFILES.in 2006-10-03 23:41:54.000000000 +0400 -+++ sussen-0.34/po/POTFILES.in 2007-02-10 10:53:37.000000000 +0300 -@@ -1,2 +1,3 @@ - # List of source files containing translatable strings. - # Please keep this file sorted alphabetically. -+applet/glue/eggtrayicon.c diff --git a/net-analyzer/sussen/files/sussen-0.34-sussen-out-of-range.patch b/net-analyzer/sussen/files/sussen-0.34-sussen-out-of-range.patch deleted file mode 100644 index 8a75e2cc7535..000000000000 --- a/net-analyzer/sussen/files/sussen-0.34-sussen-out-of-range.patch +++ /dev/null @@ -1,54 +0,0 @@ -diff -Naur sussen-0.34.orig/oval/Sussen.Oval/DataCollector.cs sussen-0.34/oval/Sussen.Oval/DataCollector.cs ---- sussen-0.34.orig/oval/Sussen.Oval/DataCollector.cs 2007-01-24 01:55:23.000000000 +0300 -+++ sussen-0.34/oval/Sussen.Oval/DataCollector.cs 2007-01-31 09:36:28.000000000 +0300 -@@ -111,8 +111,15 @@ - - } catch (TestException e) { - Log.Debug(e); -- docs.SystemCharacteristics.WrongPlatform.Add(testElement.ID, testElement.ID); -- docs.SystemCharacteristics.WriteCollectedObject(oe.ID, oe.Version, Flags.NotApplicable); -+ if (!docs.SystemCharacteristics.WrongPlatform.ContainsKey (testElement.ID)) { docs.SystemCharacteristics.WrongPlatform.Add(testElement.ID, testElement.ID); -+ docs.SystemCharacteristics.WriteCollectedObject(oe.ID, oe.Version, Flags.NotApplicable); -+ } -+ } catch (ArgumentOutOfRangeException ex) { -+ Log.Debug (ex); -+ if (!docs.SystemCharacteristics.WrongPlatform.ContainsKey (testElement.ID)) { -+ docs.SystemCharacteristics.WrongPlatform.Add(testElement.ID, testElement.ID); -+ docs.SystemCharacteristics.WriteCollectedObject(oe.ID, oe.Version, Flags.NotApplicable); -+ } - } - - Log.Debug("si.Count in complement: {0}", si.Count); -diff -Naur sussen-0.34.orig/oval/Sussen.Oval/Variable.cs sussen-0.34/oval/Sussen.Oval/Variable.cs ---- sussen-0.34.orig/oval/Sussen.Oval/Variable.cs 2007-01-24 01:55:23.000000000 +0300 -+++ sussen-0.34/oval/Sussen.Oval/Variable.cs 2007-01-31 09:38:33.000000000 +0300 -@@ -385,15 +385,20 @@ -
- if (oe.Entities.Count == 0) {
- ObjectElement oe2 = Global.Objects[oe.Set.ObjectReferences[0]];
-- StateElement se2 = Global.States[oe.Set.Filters[0]];
--
-- Test test = CreateTest(testName);
-- CollectedItem[] results = test.Run(null, oe2);
--
-- CollectedItem ci = FilterSet(results, se2);
-- foreach (EntityObject ceo in ci.Items)
-- if (ceo.Name == itemField)
-- return ceo.Value;
-+ StateElement se2 = Global.States[oe.Set.Filters[0]]; -+ -+ try { -+ Test test = CreateTest(testName); -+ CollectedItem[] results = test.Run(null, oe2); -+ CollectedItem ci = FilterSet(results, se2); -+ foreach (EntityObject ceo in ci.Items) -+ if (ceo.Name == itemField) -+ return ceo.Value; -+ -+ } catch (Exception e) { -+ Log.Debug (e); -+ } -+ -
- return null;
- }
diff --git a/net-analyzer/sussen/sussen-0.34-r1.ebuild b/net-analyzer/sussen/sussen-0.34-r1.ebuild deleted file mode 100644 index 26db0b4e46a5..000000000000 --- a/net-analyzer/sussen/sussen-0.34-r1.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/sussen-0.34-r1.ebuild,v 1.1 2007/02/12 19:44:02 pva Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="1.8" -inherit eutils gnome2 mono autotools - -DESCRIPTION="Sussen is a tool that checks for vulnerabilities and configuration issues on computer systems" -HOMEPAGE="http://dev.mmgsecurity.com/projects/sussen/" -SRC_URI="http://dev.mmgsecurity.com/downloads/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -# web interface now optional, but does not work. -#IUSE="doc gnome web" -IUSE="doc gnome" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND="dev-lang/mono - gnome? ( >=dev-dotnet/gtk-sharp-2.4 - >=dev-dotnet/gnome-sharp-2.4 - >=dev-dotnet/gconf-sharp-2.4 - >=dev-dotnet/glade-sharp-2.4 - gnome-base/gnome-panel )" - -DEPEND="${RDEPEND} - doc? ( >=dev-util/monodoc-1.1.8 ) - app-arch/rpm - >=dev-util/intltool-0.34.2" - -DOCS="AUTHORS ChangeLog README TODO" - -pkg_setup() { - ewarn "dbus support has been removed from sussen until mono binding" - ewarn "issue will be resolved: http://www.j5live.com/?p=221" - ebeep 5 - - use gnome || { elog "You do not have gnome in your USE flags."; - elog "applet and editor will not be built." ; } -} - -# src_unpack, pkg_postinst, pkg_postrm are exported in gnome2.eclass. But since -# we have gnome2 support depends on USE let's call gnome2.eclass internal -# functions only when USE="gnome". -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-sussen-out-of-range.patch - epatch "${FILESDIR}"/${P}-po-linguas.patch - epatch "${FILESDIR}"/${P}-editor-no-definitions.patch - eautoconf - use gnome && gnome2_omf_fix -} - -src_compile () { - # Put all asp pages in /usr/share/$PF dir instead of /usr/share/sussen - sed -i -e \ - "s:wwwdir = \$(datadir)/doc/sussen/www/asp:wwwdir = \$(datadir)/doc/${PF}/www/asp:" \ - www/asp/Makefile.in || die "sed failed." - - # $(use_enable web yes) - econf ${myconf} \ - --enable-web=no \ - $(use_enable gnome) || die "./configure failed." - - emake -j1 || die "Compilation failed" -} - -src_install () { - make DESTDIR="${D}" install || die "Installation failed" - - # Workaround bug in mono. - mkdir "${D}"/usr/share/sussen/xml/schema - mv "${D}"/usr/share/sussen/xml/*.xsd "${D}"/usr/share/sussen/xml/schema - - dodoc ${DOCS} - - if use gnome ; then - elog "sussen-applet is a GNOME applet. You can not run it directly from" - elog "the command line. Use GNOME panel to invoke it." - elog "You can also run it with the --tray-icon command line option." - echo - ewarn "sussen-editor is still work in progress... But 'new', 'save' and" - ewarn "'save as' operations are now implemented. Also it is possible to" - ewarn "execute definitions." - echo - ewarn "Beginning with sussen-0.24 default location for oval definitions changed." - ewarn "If you had previous versions installed, please, run the following" - ewarn "commands to clean outdated locations for each user that run sussen:" - ewarn - ewarn "gconftool-2 --unset /apps/sussen-applet/oval_xml_directory" - ewarn "gconftool-2 --unset /apps/sussen-applet/oval_download_directory" - echo - fi -} - -pkg_postinst() { - use gnome && gnome2_pkg_postinst -} - -pkg_postrm() { - use gnome && gnome2_pkg_postrm -} diff --git a/net-analyzer/sussen/sussen-0.34.ebuild b/net-analyzer/sussen/sussen-0.34.ebuild deleted file mode 100644 index 3dfe1c496bd3..000000000000 --- a/net-analyzer/sussen/sussen-0.34.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/sussen-0.34.ebuild,v 1.5 2007/02/12 19:21:40 blubb Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="1.8" -inherit eutils gnome2 mono autotools - -DESCRIPTION="Sussen is a tool that checks for vulnerabilities and configuration issues on computer systems" -HOMEPAGE="http://dev.mmgsecurity.com/projects/sussen/" -SRC_URI="http://dev.mmgsecurity.com/downloads/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -# web interface now optional, but does not work. -#IUSE="doc gnome web" -IUSE="doc gnome" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -RDEPEND="dev-lang/mono - gnome? ( >=dev-dotnet/gtk-sharp-2.4 - >=dev-dotnet/gnome-sharp-2.4 - >=dev-dotnet/gconf-sharp-2.4 - >=dev-dotnet/glade-sharp-2.4 - gnome-base/gnome-panel )" - -DEPEND="${RDEPEND} - doc? ( >=dev-util/monodoc-1.1.8 ) - app-arch/rpm - >=dev-util/intltool-0.34.2" - -DOCS="AUTHORS ChangeLog README TODO" - -pkg_setup() { - ewarn "dbus support has been removed from sussen until mono binding" - ewarn "issue will be resolved: http://www.j5live.com/?p=221" - ebeep 5 - - use gnome || { elog "You do not have gnome in your USE flags."; - elog "applet and editor will not be built." ; } -} - -# src_unpack, pkg_postinst, pkg_postrm are exported in gnome2.eclass. But since -# we have gnome2 support depends on USE let's call gnome2.eclass internal -# functions only when USE="gnome". -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-sussen-out-of-range.patch - epatch "${FILESDIR}"/${P}-po-linguas.patch - eautoconf - use gnome && gnome2_omf_fix -} - -src_compile () { - # Put all asp pages in /usr/share/$PF dir instead of /usr/share/sussen - sed -i -e \ - "s:wwwdir = \$(datadir)/doc/sussen/www/asp:wwwdir = \$(datadir)/doc/${PF}/www/asp:" \ - www/asp/Makefile.in || die "sed failed." - - # $(use_enable web yes) - econf ${myconf} \ - --enable-web=no \ - $(use_enable gnome) || die "./configure failed." - - emake -j1 || die "Compilation failed" -} - -src_install () { - make DESTDIR="${D}" install || die "Installation failed" - - # Workaround bug in mono. - mkdir "${D}"/usr/share/sussen/xml/schema - mv "${D}"/usr/share/sussen/xml/*.xsd "${D}"/usr/share/sussen/xml/schema - - dodoc ${DOCS} - - if use gnome ; then - elog "sussen-applet is a GNOME applet. You can not run it directly from" - elog "the command line. Use GNOME panel to invoke it." - elog "You can also run it with the --tray-icon command line option." - echo - ewarn "sussen-editor is still work in progress... But 'new', 'save' and" - ewarn "'save as' operations are now implemented. Also it is possible to" - ewarn "execute definitions." - echo - ewarn "Beginning with sussen-0.24 default location for oval definitions changed." - ewarn "If you had previous versions installed, please, run the following" - ewarn "commands to clean outdated locations for each user that run sussen:" - ewarn - ewarn "gconftool-2 --unset /apps/sussen-applet/oval_xml_directory" - ewarn "gconftool-2 --unset /apps/sussen-applet/oval_download_directory" - echo - fi -} - -pkg_postinst() { - use gnome && gnome2_pkg_postinst -} - -pkg_postrm() { - use gnome && gnome2_pkg_postrm -} |