summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2010-03-09 13:06:45 +0000
committerJonathan Callen <jcallen@gentoo.org>2010-03-09 13:06:45 +0000
commit981b3871da87c1201bc9cd051be788c808d88baf (patch)
tree6c1c463870695e256843d0fb827b96cecc219eb9 /sci-biology/seaview
parentQA: Do not use absolute path to icon when in standard dirs (in make_desktop_e... (diff)
downloadhistorical-981b3871da87c1201bc9cd051be788c808d88baf.tar.gz
historical-981b3871da87c1201bc9cd051be788c808d88baf.tar.bz2
historical-981b3871da87c1201bc9cd051be788c808d88baf.zip
QA: Do not use absolute path to icon when in standard dirs (in make_desktop_entry())
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'sci-biology/seaview')
-rw-r--r--sci-biology/seaview/ChangeLog9
-rw-r--r--sci-biology/seaview/seaview-4.1.ebuild6
-rw-r--r--sci-biology/seaview/seaview-4.2.ebuild6
3 files changed, 13 insertions, 8 deletions
diff --git a/sci-biology/seaview/ChangeLog b/sci-biology/seaview/ChangeLog
index 2c5613175b04..1327255ff0fa 100644
--- a/sci-biology/seaview/ChangeLog
+++ b/sci-biology/seaview/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-biology/seaview
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v 1.30 2009/10/18 22:49:14 weaver Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v 1.31 2010/03/09 13:06:45 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> seaview-4.1.ebuild,
+ seaview-4.2.ebuild:
+ QA: Do not use absolute path to icon when in standard dirs (in
+ make_desktop_entry())
*seaview-4.2 (18 Oct 2009)
diff --git a/sci-biology/seaview/seaview-4.1.ebuild b/sci-biology/seaview/seaview-4.1.ebuild
index e42734662268..b47b1a93cfae 100644
--- a/sci-biology/seaview/seaview-4.1.ebuild
+++ b/sci-biology/seaview/seaview-4.1.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/sci-biology/seaview/seaview-4.1.ebuild,v 1.1 2009/10/07 18:36:07 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/seaview-4.1.ebuild,v 1.2 2010/03/09 13:06:45 abcd Exp $
EAPI="2"
@@ -69,7 +69,7 @@ src_install() {
insinto /usr/share/seaview/images
doins seaview.xpm || die
- make_desktop_entry seaview Seaview /usr/share/pixmaps/seaview.xpm || die
+ make_desktop_entry seaview Seaview
doman seaview.1 || die
}
diff --git a/sci-biology/seaview/seaview-4.2.ebuild b/sci-biology/seaview/seaview-4.2.ebuild
index 9b4964d418be..c4ff86f50fc7 100644
--- a/sci-biology/seaview/seaview-4.2.ebuild
+++ b/sci-biology/seaview/seaview-4.2.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/sci-biology/seaview/seaview-4.2.ebuild,v 1.1 2009/10/18 22:49:14 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/seaview-4.2.ebuild,v 1.2 2010/03/09 13:06:45 abcd Exp $
EAPI="2"
@@ -74,7 +74,7 @@ src_install() {
insinto /usr/share/seaview/images
doins seaview.xpm || die
- make_desktop_entry seaview Seaview /usr/share/pixmaps/seaview.xpm || die
+ make_desktop_entry seaview Seaview
doman seaview.1 || die
}