summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-03-09 13:02:03 +0000
committerJonathan Callen <abcd@gentoo.org>2010-03-09 13:02:03 +0000
commit47f95301763db610ada2b6a7087c6ad9bad8d0a3 (patch)
tree3f1823f771cd559db47f8cfb03a8778507ec4352 /net-analyzer/openvas-client
parentFix building with libpng14. (diff)
downloadgentoo-2-47f95301763db610ada2b6a7087c6ad9bad8d0a3.tar.gz
gentoo-2-47f95301763db610ada2b6a7087c6ad9bad8d0a3.tar.bz2
gentoo-2-47f95301763db610ada2b6a7087c6ad9bad8d0a3.zip
QA: Do not use absolute path to icon when in standard dirs (in make_desktop_entry()); remove now-unneeded arguments
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/openvas-client')
-rw-r--r--net-analyzer/openvas-client/ChangeLog9
-rw-r--r--net-analyzer/openvas-client/openvas-client-2.0.4.ebuild6
-rw-r--r--net-analyzer/openvas-client/openvas-client-2.0.5.ebuild6
3 files changed, 13 insertions, 8 deletions
diff --git a/net-analyzer/openvas-client/ChangeLog b/net-analyzer/openvas-client/ChangeLog
index 71ae601359f9..8b19a0a5876a 100644
--- a/net-analyzer/openvas-client/ChangeLog
+++ b/net-analyzer/openvas-client/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/openvas-client
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/ChangeLog,v 1.12 2009/11/07 20:19:43 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/ChangeLog,v 1.13 2010/03/09 13:02:03 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org>
+ openvas-client-2.0.4.ebuild, openvas-client-2.0.5.ebuild:
+ QA: Do not use absolute path to icon when in standard dirs (in
+ make_desktop_entry()); remove now-unneeded arguments
07 Nov 2009; Mounir Lamouri <volkmar@gentoo.org>
openvas-client-2.0.5.ebuild:
diff --git a/net-analyzer/openvas-client/openvas-client-2.0.4.ebuild b/net-analyzer/openvas-client/openvas-client-2.0.4.ebuild
index 024f9f007878..4f6d7a3f5812 100644
--- a/net-analyzer/openvas-client/openvas-client-2.0.4.ebuild
+++ b/net-analyzer/openvas-client/openvas-client-2.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/openvas-client-2.0.4.ebuild,v 1.1 2009/07/24 19:35:44 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/openvas-client-2.0.4.ebuild,v 1.2 2010/03/09 13:02:03 abcd Exp $
inherit eutils
@@ -29,5 +29,5 @@ src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS CHANGES README TODO || die "dodoc failed"
- make_desktop_entry OpenVAS-Client "OpenVAS Client" /usr/share/pixmaps/openvas-client.png "Network"
+ make_desktop_entry OpenVAS-Client "OpenVAS Client"
}
diff --git a/net-analyzer/openvas-client/openvas-client-2.0.5.ebuild b/net-analyzer/openvas-client/openvas-client-2.0.5.ebuild
index 93bc01db41e7..85738d95f0a3 100644
--- a/net-analyzer/openvas-client/openvas-client-2.0.5.ebuild
+++ b/net-analyzer/openvas-client/openvas-client-2.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/openvas-client-2.0.5.ebuild,v 1.2 2009/11/07 20:19:43 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/openvas-client-2.0.5.ebuild,v 1.3 2010/03/09 13:02:03 abcd Exp $
inherit eutils
@@ -29,5 +29,5 @@ src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS CHANGES README TODO || die "dodoc failed"
- make_desktop_entry OpenVAS-Client "OpenVAS Client" /usr/share/pixmaps/openvas-client.png "Network"
+ make_desktop_entry OpenVAS-Client "OpenVAS Client"
}