diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-08 04:18:16 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-08 04:18:16 +0000 |
commit | 012a4cf5feb1460a9780b84b73307945bd773633 (patch) | |
tree | bf002f2e882c985c700e417716c210264526c3a9 /net-www | |
parent | repoman fixes (diff) | |
download | gentoo-2-012a4cf5feb1460a9780b84b73307945bd773633.tar.gz gentoo-2-012a4cf5feb1460a9780b84b73307945bd773633.tar.bz2 gentoo-2-012a4cf5feb1460a9780b84b73307945bd773633.zip |
repoman fixes
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/galeon/files/digest-galeon-1.2.2 | 1 | ||||
-rw-r--r-- | net-www/galeon/files/digest-galeon-1.2.3 | 1 | ||||
-rw-r--r-- | net-www/galeon/galeon-1.2.2.ebuild | 88 | ||||
-rw-r--r-- | net-www/galeon/galeon-1.2.3.ebuild | 88 |
4 files changed, 0 insertions, 178 deletions
diff --git a/net-www/galeon/files/digest-galeon-1.2.2 b/net-www/galeon/files/digest-galeon-1.2.2 deleted file mode 100644 index 06c3c4d226d7..000000000000 --- a/net-www/galeon/files/digest-galeon-1.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 487fffb2713ff767c012065961e62e15 galeon-1.2.2.tar.gz 3938157 diff --git a/net-www/galeon/files/digest-galeon-1.2.3 b/net-www/galeon/files/digest-galeon-1.2.3 deleted file mode 100644 index 221ad2154450..000000000000 --- a/net-www/galeon/files/digest-galeon-1.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 19f9888e0493e6ca5da4752d3dfb5137 galeon-1.2.3.tar.gz 3936664 diff --git a/net-www/galeon/galeon-1.2.2.ebuild b/net-www/galeon/galeon-1.2.2.ebuild deleted file mode 100644 index f6fb1232a60d..000000000000 --- a/net-www/galeon/galeon-1.2.2.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.2.ebuild,v 1.2 2002/05/27 17:27:39 drobbins Exp $ -S=${WORKDIR}/${P} -DESCRIPTION="A small web-browser for gnome that uses mozillas render engine" -SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz - mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://galeon.sourceforge.net" - -DEPEND="~net-www/mozilla-1.0_rc2 - >=gnome-base/gnome-libs-1.4.1.4 - >=gnome-base/libglade-0.17-r1 - >=gnome-base/gnome-vfs-1.0.2-r1 - >=gnome-base/gconf-1.0.7-r2 - >=gnome-base/oaf-0.6.7 - >=dev-libs/libxml-1.8.16 - >=media-libs/gdk-pixbuf-0.16.0-r1 - nls? ( sys-devel/gettext - >=dev-util/intltool-0.11 )" - - # bonobo? ( >=gnome-base/bonobo-1.0.19-r1 ) - -src_unpack() { - - unpack ${A} - cd ${S} - # These patches break on this version of galeon. - # Are they needed for gcc3/3.1 support? - #patch -p1 < ${FILESDIR}/galeon-1.2.0-gcc3.patch || die - #patch -p1 < ${FILESDIR}/galeon-1.2.1-gcc3.1.patch || die -} - -src_compile() { - - local myconf - - use nls || myconf="${myconf} --disable-nls" - # use bonobo && myconf="${myconf} --enable-gnome-file-selector" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --with-mozilla-libs=${MOZILLA_FIVE_HOME} \ - --with-mozilla-includes=${MOZILLA_FIVE_HOME}/include \ - --without-debug --disable-werror \ - --disable-applet \ - --disable-install-schemas \ - --enable-nautilus-view=auto \ - ${myconf} || die - - emake || die -} - -src_install() { - - # galeon-config-tool was rewritten for 1.2.0 and causes sandbox - # violations if gconfd is shut down... The schemas seem to install - # fine without it (at least it seems like it... *sigh*) - #gconftool --shutdown - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS ChangeLog COPYING* FAQ NEWS README TODO THANKS -} - -pkg_postinst() { - - galeon-config-tool --fix-gconf-permissions - galeon-config-tool --pkg-install-schemas - scrollkeeper-update - - if [ -z "`use gnome`" ] - then - einfo "Please remerge libglade with gnome support, or else galeon" - einfo "will not be able to start up." - einfo - einfo 'To do this, type: ' - einfo 'USE="gnome" emerge libglade' - fi -} - diff --git a/net-www/galeon/galeon-1.2.3.ebuild b/net-www/galeon/galeon-1.2.3.ebuild deleted file mode 100644 index d632f523d321..000000000000 --- a/net-www/galeon/galeon-1.2.3.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.3.ebuild,v 1.2 2002/05/27 17:27:39 drobbins Exp $ -S=${WORKDIR}/${P} -DESCRIPTION="A small web-browser for gnome that uses mozillas render engine" -SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz - mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://galeon.sourceforge.net" - -DEPEND="~net-www/mozilla-1.0_rc3 - >=gnome-base/gnome-libs-1.4.1.4 - >=gnome-base/libglade-0.17-r1 - >=gnome-base/gnome-vfs-1.0.2-r1 - >=gnome-base/gconf-1.0.7-r2 - >=gnome-base/oaf-0.6.7 - >=dev-libs/libxml-1.8.16 - >=media-libs/gdk-pixbuf-0.16.0-r1 - nls? ( sys-devel/gettext - >=dev-util/intltool-0.11 )" - - # bonobo? ( >=gnome-base/bonobo-1.0.19-r1 ) - -src_unpack() { - - unpack ${A} - cd ${S} - # These patches break on this version of galeon. - # Are they needed for gcc3/3.1 support? - #patch -p1 < ${FILESDIR}/galeon-1.2.0-gcc3.patch || die - #patch -p1 < ${FILESDIR}/galeon-1.2.1-gcc3.1.patch || die -} - -src_compile() { - - local myconf - - use nls || myconf="${myconf} --disable-nls" - # use bonobo && myconf="${myconf} --enable-gnome-file-selector" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --with-mozilla-libs=${MOZILLA_FIVE_HOME} \ - --with-mozilla-includes=${MOZILLA_FIVE_HOME}/include \ - --without-debug --disable-werror \ - --disable-applet \ - --disable-install-schemas \ - --enable-nautilus-view=auto \ - ${myconf} || die - - emake || die -} - -src_install() { - - # galeon-config-tool was rewritten for 1.2.0 and causes sandbox - # violations if gconfd is shut down... The schemas seem to install - # fine without it (at least it seems like it... *sigh*) - #gconftool --shutdown - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS ChangeLog COPYING* FAQ NEWS README TODO THANKS -} - -pkg_postinst() { - - galeon-config-tool --fix-gconf-permissions - galeon-config-tool --pkg-install-schemas - scrollkeeper-update - - if [ -z "`use gnome`" ] - then - einfo "Please remerge libglade with gnome support, or else galeon" - einfo "will not be able to start up." - einfo - einfo 'To do this, type: ' - einfo 'USE="gnome" emerge libglade' - fi -} - |