diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:56:28 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:56:28 +0000 |
commit | a14777a1960eb6ddb674086068289c93689ddf39 (patch) | |
tree | 4fca0309c380f9c45b27d2052397d49d620faf69 /gnome-base | |
parent | Cleanup (diff) | |
download | historical-a14777a1960eb6ddb674086068289c93689ddf39.tar.gz historical-a14777a1960eb6ddb674086068289c93689ddf39.tar.bz2 historical-a14777a1960eb6ddb674086068289c93689ddf39.zip |
Cleanup
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/nautilus/files/digest-nautilus-0.1.0 | 1 | ||||
-rw-r--r-- | gnome-base/nautilus/files/digest-nautilus-0.5 | 1 | ||||
-rw-r--r-- | gnome-base/nautilus/files/digest-nautilus-0.8.2 | 1 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-0.1.0.ebuild | 32 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-0.5.ebuild | 36 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-0.8.2.ebuild | 58 |
6 files changed, 0 insertions, 129 deletions
diff --git a/gnome-base/nautilus/files/digest-nautilus-0.1.0 b/gnome-base/nautilus/files/digest-nautilus-0.1.0 deleted file mode 100644 index d2059b1b7b71..000000000000 --- a/gnome-base/nautilus/files/digest-nautilus-0.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 4c4ebd3d136cf234ed80235f65feca6a nautilus-0.1.0.tar.gz diff --git a/gnome-base/nautilus/files/digest-nautilus-0.5 b/gnome-base/nautilus/files/digest-nautilus-0.5 deleted file mode 100644 index 15fbdf3eb4cd..000000000000 --- a/gnome-base/nautilus/files/digest-nautilus-0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 bc8d5b3277a8ecf561dd38bb977baa94 nautilus-0.5.tar.gz diff --git a/gnome-base/nautilus/files/digest-nautilus-0.8.2 b/gnome-base/nautilus/files/digest-nautilus-0.8.2 deleted file mode 100644 index 3836ee43d3c1..000000000000 --- a/gnome-base/nautilus/files/digest-nautilus-0.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 4d1df57f95541331ae472348bf97aa1b nautilus-0.8.2.tar.gz diff --git a/gnome-base/nautilus/nautilus-0.1.0.ebuild b/gnome-base/nautilus/nautilus-0.1.0.ebuild deleted file mode 100644 index 26009e29b35a..000000000000 --- a/gnome-base/nautilus/nautilus-0.1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-0.1.0.ebuild,v 1.3 2000/11/04 16:14:54 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="nautlilus" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/" - -DEPEND=">=gnome-base/gtkhtml-0.6.1 - >=gnome-base/libghttp-1.0.7 - >=gnome-apps/medusa-0.2" - -src_compile() { - cd ${S} - MOZILLA=${S}/../../../mozilla-milestone-18/work/mozilla/dist - try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets -# --with-mozilla-lib-place=$MOZILLA/lib \ -# --with-mozilla-include-place=$MOZILLA/include - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING* ChangeLog* NEWS TODO -} - - - diff --git a/gnome-base/nautilus/nautilus-0.5.ebuild b/gnome-base/nautilus/nautilus-0.5.ebuild deleted file mode 100644 index 7b80e4764dc8..000000000000 --- a/gnome-base/nautilus/nautilus-0.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-0.5.ebuild,v 1.1 2000/11/25 13:03:14 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="nautlilus" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/" - -DEPEND=">=media-libs/freetype-2.0 - =gnome-libs/bonobo-0.26 - >=gnome-base/libghttp-1.0.7 - >=gnome-apps/medusa-0.2.2" - -src_compile() { - cd ${S} - MOZILLA=${S}/../../../mozilla-milestone-18/work/mozilla/dist - try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --enable-eazel-services=1 -# --with-mozilla-lib-place=$MOZILLA/lib \ -# --with-mozilla-include-place=$MOZILLA/include - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING* ChangeLog* NEWS TODO -} - - - - - diff --git a/gnome-base/nautilus/nautilus-0.8.2.ebuild b/gnome-base/nautilus/nautilus-0.8.2.ebuild deleted file mode 100644 index 9651292109b6..000000000000 --- a/gnome-base/nautilus/nautilus-0.8.2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -## Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-0.8.2.ebuild,v 1.3 2001/03/09 10:26:59 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="nautlilus" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} - ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}" - -HOMEPAGE="http://www.gnome.org/" - -DEPEND="nls? ( sys-devel/gettext ) - mozilla? ( >=net-www/mozilla-0.8-r1 ) - >=media-libs/freetype-2.0 - >=sys-libs/pam-0.73 - >=gnome-base/bonobo-0.37 - >=gnome-base/libghttp-1.0.9 - >=gnome-base/scrollkeeper-0.1.2 - >=gnome-libs/medusa-0.3.2 - >=gnome-libs/ammonite-0.8.6" - -src_compile() { - local myconf - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - if [ "`use mozilla`" ] - then -# MOZILLA=${S}/../../../mozilla-0.8-r2/work/mozilla/dist - MOZILLA=/opt/mozilla - myconf="${myconf} --with-mozilla-lib-place=$MOZILLA \ - --with-mozilla-include-place=$MOZILLA/include" - export MOZILLA_FIVE_HOME=$MOZILLA - export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME - export CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-rtti" - else - myconf="${myconf} --disable-mozilla-component" - fi - try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --sysconfdir=/etc/opt/gnome --infodir=/opt/gnome/share/info \ - --mandir=/opt/gnome/share/man --enable-eazel-services=1 ${myconf} - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \ - mandir=${D}/opt/gnome/share/man infodir=${D}/opt/gnome/share/info install - dodoc AUTHORS COPYING* ChangeLog* NEWS TODO -} - - - - - |