summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-19 10:46:43 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-19 10:46:43 +0000
commit021896612c58138345d01044ba23774bd43615a7 (patch)
treea2fae7e4e3539d5e821f21f89c22342865edca6c /www-client/seamonkey-bin
parentfixes bug #153227, bug #156712 and bug #161584. (diff)
downloadgentoo-2-021896612c58138345d01044ba23774bd43615a7.tar.gz
gentoo-2-021896612c58138345d01044ba23774bd43615a7.tar.bz2
gentoo-2-021896612c58138345d01044ba23774bd43615a7.zip
Version bump, bug 162767, and add icon/desktop file
(Portage version: 2.1.2)
Diffstat (limited to 'www-client/seamonkey-bin')
-rw-r--r--www-client/seamonkey-bin/ChangeLog9
-rw-r--r--www-client/seamonkey-bin/files/10seamonkey-bin1
-rw-r--r--www-client/seamonkey-bin/files/digest-seamonkey-bin-1.13
-rw-r--r--www-client/seamonkey-bin/files/icon/seamonkey-bin.desktop8
-rw-r--r--www-client/seamonkey-bin/files/icon/seamonkey-bin.pngbin0 -> 3428 bytes
-rw-r--r--www-client/seamonkey-bin/seamonkey-bin-1.1.ebuild75
6 files changed, 95 insertions, 1 deletions
diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog
index 65fe01b74f25..7518b3a26f25 100644
--- a/www-client/seamonkey-bin/ChangeLog
+++ b/www-client/seamonkey-bin/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-client/seamonkey-bin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.2 2007/01/11 15:38:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.3 2007/01/19 10:46:43 armin76 Exp $
+
+*seamonkey-bin-1.1 (19 Jan 2007)
+
+ 19 Jan 2007; Raúl Porcel <armin76@gentoo.org> +files/10seamonkey-bin,
+ +files/icon/seamonkey-bin.desktop, +files/icon/seamonkey-bin.png,
+ +seamonkey-bin-1.1.ebuild:
+ Version bump, bug 162767, and add icon/desktop file
11 Jan 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.0.7.ebuild:
license change, bug 150118
diff --git a/www-client/seamonkey-bin/files/10seamonkey-bin b/www-client/seamonkey-bin/files/10seamonkey-bin
new file mode 100644
index 000000000000..6748c6cffe8b
--- /dev/null
+++ b/www-client/seamonkey-bin/files/10seamonkey-bin
@@ -0,0 +1 @@
+SEARCH_DIRS_MASK="/opt/seamonkey"
diff --git a/www-client/seamonkey-bin/files/digest-seamonkey-bin-1.1 b/www-client/seamonkey-bin/files/digest-seamonkey-bin-1.1
new file mode 100644
index 000000000000..d0c0691e6b17
--- /dev/null
+++ b/www-client/seamonkey-bin/files/digest-seamonkey-bin-1.1
@@ -0,0 +1,3 @@
+MD5 0ed7633eb87719d49fb77b21cdd7d20c seamonkey-1.1.en-US.linux-i686.tar.gz 14752294
+RMD160 76765a1ede1e80e40b194aa19ab9d3fdbfc69fe4 seamonkey-1.1.en-US.linux-i686.tar.gz 14752294
+SHA256 30d86ddd01676007b46768b7b439220d8665708fb483c730a7eb42603c76065c seamonkey-1.1.en-US.linux-i686.tar.gz 14752294
diff --git a/www-client/seamonkey-bin/files/icon/seamonkey-bin.desktop b/www-client/seamonkey-bin/files/icon/seamonkey-bin.desktop
new file mode 100644
index 000000000000..50b1b210254e
--- /dev/null
+++ b/www-client/seamonkey-bin/files/icon/seamonkey-bin.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Seamonkey (bin)
+Comment=Seamonkey Web Browser
+Exec=/usr/bin/seamonkey-bin %U
+Icon=seamonkey-bin-icon.png
+Terminal=false
+Type=Application
+Categories=Application;Network;
diff --git a/www-client/seamonkey-bin/files/icon/seamonkey-bin.png b/www-client/seamonkey-bin/files/icon/seamonkey-bin.png
new file mode 100644
index 000000000000..4bc58a2747a8
--- /dev/null
+++ b/www-client/seamonkey-bin/files/icon/seamonkey-bin.png
Binary files differ
diff --git a/www-client/seamonkey-bin/seamonkey-bin-1.1.ebuild b/www-client/seamonkey-bin/seamonkey-bin-1.1.ebuild
new file mode 100644
index 000000000000..57a645946e98
--- /dev/null
+++ b/www-client/seamonkey-bin/seamonkey-bin-1.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.ebuild,v 1.1 2007/01/19 10:46:43 armin76 Exp $
+
+inherit eutils mozilla-launcher multilib
+
+DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC"
+SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/${PV}/seamonkey-${PV}.en-US.linux-i686.tar.gz"
+HOMEPAGE="http://www.mozilla.org/projects/seamonkey/"
+RESTRICT="nostrip"
+
+KEYWORDS="-* ~amd64 ~x86"
+SLOT="0"
+LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
+IUSE=""
+
+DEPEND="app-arch/unzip
+ !www-client/mozilla"
+RDEPEND="x11-libs/libXrender
+ x11-libs/libXt
+ x11-libs/libXmu
+ x86? (
+ >=sys-libs/lib-compat-1.0-r2
+ >=x11-libs/gtk+-2.2
+ =virtual/libstdc++-3.3
+ )
+ amd64? (
+ >=app-emulation/emul-linux-x86-baselibs-1.0
+ >=app-emulation/emul-linux-x86-gtklibs-1.0
+ app-emulation/emul-linux-x86-compat
+ )
+ >=www-client/mozilla-launcher-1.41
+ virtual/libc"
+
+S=${WORKDIR}/seamonkey
+
+pkg_setup() {
+ # This is a binary x86 package => ABI=x86
+ # Please keep this in future versions
+ # Danny van Dyk <kugelfang@gentoo.org> 2005/03/26
+ has_multilib_profile && ABI="x86"
+}
+
+src_install() {
+ declare MOZILLA_FIVE_HOME=/opt/seamonkey
+
+ # Install mozilla in /opt
+ dodir ${MOZILLA_FIVE_HOME%/*}
+ mv ${S} ${D}${MOZILLA_FIVE_HOME}
+
+ # Install /usr/bin/seamonkey-bin
+ install_mozilla_launcher_stub seamonkey-bin ${MOZILLA_FIVE_HOME}
+
+ # Install icon and .desktop for menu entry
+ insinto /usr/share/pixmaps
+ doins ${FILESDIR}/icon/seamonkey-bin.png
+ insinto /usr/share/applications
+ doins ${FILESDIR}/icon/seamonkey-bin.desktop
+}
+
+pkg_preinst() {
+ declare MOZILLA_FIVE_HOME=/opt/seamonkey
+
+ # Remove entire installed instance to prevent all kinds of
+ # problems... see bug 44772 for example
+ rm -rf "${ROOT}${MOZILLA_FIVE_HOME}"
+}
+
+pkg_postinst() {
+ update_mozilla_launcher_symlinks
+}
+
+pkg_postrm() {
+ update_mozilla_launcher_symlinks
+}