diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2010-03-09 13:06:45 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2010-03-09 13:06:45 +0000 |
commit | 981b3871da87c1201bc9cd051be788c808d88baf (patch) | |
tree | 6c1c463870695e256843d0fb827b96cecc219eb9 /sci-biology | |
parent | QA: Do not use absolute path to icon when in standard dirs (in make_desktop_e... (diff) | |
download | historical-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')
-rw-r--r-- | sci-biology/mauve/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/mauve/mauve-9999.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/seaview/ChangeLog | 9 | ||||
-rw-r--r-- | sci-biology/seaview/seaview-4.1.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/seaview/seaview-4.2.ebuild | 6 |
5 files changed, 22 insertions, 13 deletions
diff --git a/sci-biology/mauve/ChangeLog b/sci-biology/mauve/ChangeLog index 5fd8afd5e8e5..b6ce5ba67f64 100644 --- a/sci-biology/mauve/ChangeLog +++ b/sci-biology/mauve/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/mauve -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mauve/ChangeLog,v 1.1 2009/12/09 20:01:51 weaver Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mauve/ChangeLog,v 1.2 2010/03/09 13:04:57 abcd Exp $ + + 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> mauve-9999.ebuild: + QA: Do not use absolute path to icon when in standard dirs (in + make_desktop_entry()) *mauve-9999 (09 Dec 2009) diff --git a/sci-biology/mauve/mauve-9999.ebuild b/sci-biology/mauve/mauve-9999.ebuild index acb4ec899834..1d362a194e13 100644 --- a/sci-biology/mauve/mauve-9999.ebuild +++ b/sci-biology/mauve/mauve-9999.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/mauve/mauve-9999.ebuild,v 1.1 2009/12/09 20:01:51 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mauve/mauve-9999.ebuild,v 1.2 2010/03/09 13:04:57 abcd Exp $ EAPI="2" @@ -50,5 +50,5 @@ src_install() { icotool -x win32/mauve.ico insinto /usr/share/pixmaps newins mauve_4_48x48x32.png Mauve.png - make_desktop_entry Mauve Mauve /usr/share/pixmaps/Mauve.png || die + make_desktop_entry Mauve Mauve Mauve } 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 } |