summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-chemistry/icm-browser/ChangeLog6
-rw-r--r--sci-chemistry/icm-browser/icm-browser-3.6.1h.ebuild4
-rw-r--r--sci-chemistry/icm/ChangeLog6
-rw-r--r--sci-chemistry/icm/icm-3.6.1h.ebuild4
-rw-r--r--sci-chemistry/wxmacmolplt/ChangeLog7
-rw-r--r--sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild4
-rw-r--r--sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild4
-rw-r--r--sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild4
8 files changed, 26 insertions, 13 deletions
diff --git a/sci-chemistry/icm-browser/ChangeLog b/sci-chemistry/icm-browser/ChangeLog
index 87ed8ba28090..22e527a396d9 100644
--- a/sci-chemistry/icm-browser/ChangeLog
+++ b/sci-chemistry/icm-browser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/icm-browser
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm-browser/ChangeLog,v 1.2 2010/02/14 17:47:48 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm-browser/ChangeLog,v 1.3 2010/03/09 11:41:34 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> icm-browser-3.6.1h.ebuild:
+ QA: When not using an absolute path, you MUST NOT use a file extension
+ (.png, .svg, or .xpm) on the icon name for make_desktop_entry
*icm-browser-3.6.1h (14 Feb 2010)
diff --git a/sci-chemistry/icm-browser/icm-browser-3.6.1h.ebuild b/sci-chemistry/icm-browser/icm-browser-3.6.1h.ebuild
index c497fa78d318..a129e6d65292 100644
--- a/sci-chemistry/icm-browser/icm-browser-3.6.1h.ebuild
+++ b/sci-chemistry/icm-browser/icm-browser-3.6.1h.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm-browser/icm-browser-3.6.1h.ebuild,v 1.1 2010/02/14 17:47:48 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm-browser/icm-browser-3.6.1h.ebuild,v 1.2 2010/03/09 11:41:34 abcd Exp $
inherit rpm eutils versionator
@@ -51,7 +51,7 @@ src_install () {
dosym "${instdir}/lmhostid" /opt/bin/lmhostid || die
# make desktop entry
doicon "${FILESDIR}"/${PN}.png
- make_desktop_entry "icmbrowserpro -g" "ICM Browser" ${PN}.png Chemistry
+ make_desktop_entry "icmbrowserpro -g" "ICM Browser" ${PN} Chemistry
}
pkg_postinst () {
diff --git a/sci-chemistry/icm/ChangeLog b/sci-chemistry/icm/ChangeLog
index 73afd11890f7..a3c938798804 100644
--- a/sci-chemistry/icm/ChangeLog
+++ b/sci-chemistry/icm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/icm
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.2 2010/02/14 17:51:02 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.3 2010/03/09 11:36:56 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> icm-3.6.1h.ebuild:
+ QA: When not using an absolute path, you MUST NOT use a file extension
+ (.png, .svg, or .xpm) on the icon name for make_desktop_entry
*icm-3.6.1h (14 Feb 2010)
diff --git a/sci-chemistry/icm/icm-3.6.1h.ebuild b/sci-chemistry/icm/icm-3.6.1h.ebuild
index 645e19cc36cc..bfff6e78dbaa 100644
--- a/sci-chemistry/icm/icm-3.6.1h.ebuild
+++ b/sci-chemistry/icm/icm-3.6.1h.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.6.1h.ebuild,v 1.1 2010/02/14 17:51:02 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.6.1h.ebuild,v 1.2 2010/03/09 11:36:56 abcd Exp $
inherit rpm eutils versionator
@@ -55,7 +55,7 @@ src_install () {
dosym "${instdir}/lmhostid" /opt/bin/lmhostid || die
# make desktop entry
doicon "${FILESDIR}/${PN}.png"
- make_desktop_entry "icm -g" "ICM Pro" ${PN}.png Chemistry
+ make_desktop_entry "icm -g" "ICM Pro" ${PN} Chemistry
}
pkg_postinst () {
diff --git a/sci-chemistry/wxmacmolplt/ChangeLog b/sci-chemistry/wxmacmolplt/ChangeLog
index e52850b77bdb..fc9231a97ef0 100644
--- a/sci-chemistry/wxmacmolplt/ChangeLog
+++ b/sci-chemistry/wxmacmolplt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-chemistry/wxmacmolplt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.4 2010/02/18 03:30:23 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.5 2010/03/09 11:39:54 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> wxmacmolplt-7.3.ebuild,
+ wxmacmolplt-7.3-r1.ebuild, wxmacmolplt-7.4.ebuild:
+ QA: When not using an absolute path, you MUST NOT use a file extension
+ (.png, .svg, or .xpm) on the icon name for make_desktop_entry
18 Feb 2010; Ryan Hill <dirtyepic@gentoo.org> wxmacmolplt-7.3.ebuild,
wxmacmolplt-7.3-r1.ebuild, wxmacmolplt-7.4.ebuild:
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild
index ee334a7bd54e..ee589e27e9db 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild,v 1.2 2010/02/18 03:30:23 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild,v 1.3 2010/03/09 11:39:54 abcd Exp $
EAPI="2"
WX_GTK_VER=2.8
@@ -36,5 +36,5 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die "install failed"
doicon resources/${PN}.png
- make_desktop_entry ${PN} wxMacMolPlt ${PN}.png "Science;Education"
+ make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;Education"
}
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild
index b240a2054bd1..d58b4e53de1f 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild,v 1.3 2010/02/18 03:30:23 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild,v 1.4 2010/03/09 11:39:54 abcd Exp $
EAPI="2"
WX_GTK_VER=2.8
@@ -30,5 +30,5 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die "install failed"
doicon resources/${PN}.png
- make_desktop_entry ${PN} wxMacMolPlt ${PN}.png "Science;Education"
+ make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;Education"
}
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild
index 02fcc6c123fc..dd26a71986de 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v 1.2 2010/02/18 03:30:23 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v 1.3 2010/03/09 11:39:54 abcd Exp $
EAPI="2"
WX_GTK_VER=2.8
@@ -36,5 +36,5 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die "install failed"
doicon resources/${PN}.png
- make_desktop_entry ${PN} wxMacMolPlt ${PN}.png "Science;Education"
+ make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;Education"
}