diff options
Diffstat (limited to 'net-www/mozilla-firebird-bin/mozilla-firebird-bin-0.6.1.ebuild')
-rw-r--r-- | net-www/mozilla-firebird-bin/mozilla-firebird-bin-0.6.1.ebuild | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/net-www/mozilla-firebird-bin/mozilla-firebird-bin-0.6.1.ebuild b/net-www/mozilla-firebird-bin/mozilla-firebird-bin-0.6.1.ebuild deleted file mode 100644 index e5fade2abe29..000000000000 --- a/net-www/mozilla-firebird-bin/mozilla-firebird-bin-0.6.1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird-bin/mozilla-firebird-bin-0.6.1.ebuild,v 1.7 2003/12/08 06:31:42 brad Exp $ - -inherit nsplugins eutils - -IUSE="gnome" - -MY_PN=${PN/-bin/} -S=${WORKDIR}/MozillaFirebird -DESCRIPTION="The Mozilla Firebird Web Browser" -SRC_URI="http://ftp.mozilla.org/pub/firebird/releases/${PV}/MozillaFirebird-${PV}-i686-pc-linux-gnu.tar.gz" -HOMEPAGE="http://www.mozilla.org/projects/firebird" -RESTRICT="nostrip" - -KEYWORDS="~x86 -ppc -sparc -alpha" -SLOT="0" -LICENSE="MPL-1.1 NPL-1.1" - -DEPEND="virtual/glibc" -RDEPEND=">=sys-libs/lib-compat-1.0-r2 - =x11-libs/gtk+-1.2* - virtual/x11 - !net-www/mozilla-firebird - !net-www/mozilla-firebird-cvs" - -src_install() { - # Plugin path creation - PLUGIN_DIR="/usr/lib/nsbrowser/plugins" - dodir /${PLUGIN_DIR} - - dodir /opt - - mv ${S} ${D}/opt/MozillaFirebird - - # Plugin path setup (rescuing the existent plugins) - src_mv_plugins /opt/MozillaFirebird/plugins - - # Fixing permissions - chown -R root:root ${D}/opt/MozillaFirebird - - # Truetype fonts - cd ${D}/opt/MozillaFirebird/defaults/pref - einfo "Enabling truetype fonts. Filesdir is ${FILESDIR}" - epatch ${FILESDIR}/firebird-0.6-antialiasing-patch - - # Misc stuff - dobin ${FILESDIR}/MozillaFirebird - - # Install icon and .desktop for menu entry - if [ "`use gnome`" ] - then - insinto /usr/share/pixmaps - doins ${FILESDIR}/icon/mozilla-icon.png - - insinto /usr/share/gnome/apps/Internet - doins ${FILESDIR}/icon/mozillafirebird.desktop - fi - -} - -pkg_preinst() { - # Remove the old plugins dir - pkg_mv_plugins /opt/MozillaFirebird/plugins -} - -pkg_postinst() { - einfo "Previous versions were built with GCC 2.96, but are now built" - einfo "with GCC 3. Java and other plugins will now work." -} |