diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2004-09-21 20:53:38 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2004-09-21 20:53:38 +0000 |
commit | b71cf6985441ce6b5f447b8f5a5bb6d167c55c75 (patch) | |
tree | 1e322e89fc6dc569e684c284ecbdfbcd1a108250 /net-www/mozilla-bin | |
parent | Minor typos fixes. Version bump (Manifest recommit) (diff) | |
download | gentoo-2-b71cf6985441ce6b5f447b8f5a5bb6d167c55c75.tar.gz gentoo-2-b71cf6985441ce6b5f447b8f5a5bb6d167c55c75.tar.bz2 gentoo-2-b71cf6985441ce6b5f447b8f5a5bb6d167c55c75.zip |
icon not in ./files/icon/
Diffstat (limited to 'net-www/mozilla-bin')
-rw-r--r-- | net-www/mozilla-bin/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mozilla-bin/mozilla-bin-1.7.2.ebuild | 6 | ||||
-rw-r--r-- | net-www/mozilla-bin/mozilla-bin-1.7.3.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-www/mozilla-bin/ChangeLog b/net-www/mozilla-bin/ChangeLog index 46e449bec6db..42f191752e1b 100644 --- a/net-www/mozilla-bin/ChangeLog +++ b/net-www/mozilla-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mozilla-bin # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-bin/ChangeLog,v 1.4 2004/09/15 22:27:14 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-bin/ChangeLog,v 1.5 2004/09/21 20:53:38 swtaylor Exp $ + + 21 Sep 2004; Scott W Taylor <swtaylor@gentoo.org> mozilla-bin-1.7.2.ebuild, + mozilla-bin-1.7.3.ebuild: + icon/desktop not in "files/icon/" 15 Sep 2004; Olivier Crete <tester@gentoo.org> mozilla-bin-1.7.3.ebuild: Stable on x86 per security bug 63996 diff --git a/net-www/mozilla-bin/mozilla-bin-1.7.2.ebuild b/net-www/mozilla-bin/mozilla-bin-1.7.2.ebuild index 5b8ffb6b891e..0dc5a605f962 100644 --- a/net-www/mozilla-bin/mozilla-bin-1.7.2.ebuild +++ b/net-www/mozilla-bin/mozilla-bin-1.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-bin/mozilla-bin-1.7.2.ebuild,v 1.1 2004/08/05 03:06:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-bin/mozilla-bin-1.7.2.ebuild,v 1.2 2004/09/21 20:53:38 swtaylor Exp $ inherit nsplugins eutils mozilla-launcher @@ -54,9 +54,9 @@ src_install() { # Install icon and .desktop for menu entry insinto /usr/share/pixmaps - doins ${FILESDIR}/icon/mozilla-bin-icon.png + doins ${FILESDIR}/mozilla-bin-icon.png insinto /usr/share/applications - doins ${FILESDIR}/icon/mozilla-bin.desktop + doins ${FILESDIR}/mozilla-bin.desktop } pkg_preinst() { diff --git a/net-www/mozilla-bin/mozilla-bin-1.7.3.ebuild b/net-www/mozilla-bin/mozilla-bin-1.7.3.ebuild index 43f603562e88..2c813475c8a0 100644 --- a/net-www/mozilla-bin/mozilla-bin-1.7.3.ebuild +++ b/net-www/mozilla-bin/mozilla-bin-1.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-bin/mozilla-bin-1.7.3.ebuild,v 1.2 2004/09/15 22:27:14 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-bin/mozilla-bin-1.7.3.ebuild,v 1.3 2004/09/21 20:53:38 swtaylor Exp $ inherit nsplugins eutils mozilla-launcher @@ -54,9 +54,9 @@ src_install() { # Install icon and .desktop for menu entry insinto /usr/share/pixmaps - doins ${FILESDIR}/icon/mozilla-bin-icon.png + doins ${FILESDIR}/mozilla-bin-icon.png insinto /usr/share/applications - doins ${FILESDIR}/icon/mozilla-bin.desktop + doins ${FILESDIR}/mozilla-bin.desktop } pkg_preinst() { |