diff options
author | 2007-03-03 13:11:43 +0000 | |
---|---|---|
committer | 2007-03-03 13:11:43 +0000 | |
commit | ca5224434b0d3f6e9cc43616f272a9db680c8dbb (patch) | |
tree | a4254d435fe0ae6a01b01f147e443fc0d863815b /www-client | |
parent | Fixed guile dependency, thanks to Paul Taylor and Benoît-Pierre Demaine (bug... (diff) | |
download | gentoo-2-ca5224434b0d3f6e9cc43616f272a9db680c8dbb.tar.gz gentoo-2-ca5224434b0d3f6e9cc43616f272a9db680c8dbb.tar.bz2 gentoo-2-ca5224434b0d3f6e9cc43616f272a9db680c8dbb.zip |
Remove old
(Portage version: 2.1.2-r13)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/seamonkey-bin/files/digest-seamonkey-bin-1.1 | 3 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-1.1.ebuild | 75 |
3 files changed, 4 insertions, 79 deletions
diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index f1c6776f6b48..7ddddfdca8d1 100644 --- a/www-client/seamonkey-bin/ChangeLog +++ b/www-client/seamonkey-bin/ChangeLog @@ -1,6 +1,9 @@ # 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.9 2007/03/01 12:46:30 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.10 2007/03/03 13:11:43 armin76 Exp $ + + 03 Mar 2007; Raúl Porcel <armin76@gentoo.org> -seamonkey-bin-1.1.ebuild: + Remove old 01 Mar 2007; Simon Stelling <blubb@gentoo.org> seamonkey-bin-1.1.1.ebuild: stable on amd64; security bug 165555 diff --git a/www-client/seamonkey-bin/files/digest-seamonkey-bin-1.1 b/www-client/seamonkey-bin/files/digest-seamonkey-bin-1.1 deleted file mode 100644 index d0c0691e6b17..000000000000 --- a/www-client/seamonkey-bin/files/digest-seamonkey-bin-1.1 +++ /dev/null @@ -1,3 +0,0 @@ -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/seamonkey-bin-1.1.ebuild b/www-client/seamonkey-bin/seamonkey-bin-1.1.ebuild deleted file mode 100644 index a83f5490c8f1..000000000000 --- a/www-client/seamonkey-bin/seamonkey-bin-1.1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# 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.3 2007/01/30 22:14:58 welp 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 -} |