summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-03-21 07:15:36 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-03-21 07:15:36 +0000
commit11a392ebbc45563ca935876e6a8f30f6e58d4ae8 (patch)
tree48049af7da09ba427af73876a49080264c6480fc
parentlibtoolize (diff)
downloadgentoo-2-11a392ebbc45563ca935876e6a8f30f6e58d4ae8.tar.gz
gentoo-2-11a392ebbc45563ca935876e6a8f30f6e58d4ae8.tar.bz2
gentoo-2-11a392ebbc45563ca935876e6a8f30f6e58d4ae8.zip
cleanup
-rw-r--r--gnome-base/nautilus/files/digest-nautilus-1.0.61
-rw-r--r--gnome-base/nautilus/files/digest-nautilus-1.0.6-r11
-rw-r--r--gnome-base/nautilus/files/digest-nautilus-1.0.6-r21
-rw-r--r--gnome-base/nautilus/files/digest-nautilus-1.0.6-r31
-rw-r--r--gnome-base/nautilus/nautilus-1.0.6-r1.ebuild77
-rw-r--r--gnome-base/nautilus/nautilus-1.0.6-r2.ebuild72
-rw-r--r--gnome-base/nautilus/nautilus-1.0.6-r3.ebuild84
-rw-r--r--gnome-base/nautilus/nautilus-1.0.6.ebuild76
8 files changed, 0 insertions, 313 deletions
diff --git a/gnome-base/nautilus/files/digest-nautilus-1.0.6 b/gnome-base/nautilus/files/digest-nautilus-1.0.6
deleted file mode 100644
index 618f369df464..000000000000
--- a/gnome-base/nautilus/files/digest-nautilus-1.0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 436283056c100bcbd14098a5342e2868 nautilus-1.0.6.tar.gz 11481232
diff --git a/gnome-base/nautilus/files/digest-nautilus-1.0.6-r1 b/gnome-base/nautilus/files/digest-nautilus-1.0.6-r1
deleted file mode 100644
index 618f369df464..000000000000
--- a/gnome-base/nautilus/files/digest-nautilus-1.0.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 436283056c100bcbd14098a5342e2868 nautilus-1.0.6.tar.gz 11481232
diff --git a/gnome-base/nautilus/files/digest-nautilus-1.0.6-r2 b/gnome-base/nautilus/files/digest-nautilus-1.0.6-r2
deleted file mode 100644
index 618f369df464..000000000000
--- a/gnome-base/nautilus/files/digest-nautilus-1.0.6-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 436283056c100bcbd14098a5342e2868 nautilus-1.0.6.tar.gz 11481232
diff --git a/gnome-base/nautilus/files/digest-nautilus-1.0.6-r3 b/gnome-base/nautilus/files/digest-nautilus-1.0.6-r3
deleted file mode 100644
index 618f369df464..000000000000
--- a/gnome-base/nautilus/files/digest-nautilus-1.0.6-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 436283056c100bcbd14098a5342e2868 nautilus-1.0.6.tar.gz 11481232
diff --git a/gnome-base/nautilus/nautilus-1.0.6-r1.ebuild b/gnome-base/nautilus/nautilus-1.0.6-r1.ebuild
deleted file mode 100644
index a5ed4fe72775..000000000000
--- a/gnome-base/nautilus/nautilus-1.0.6-r1.ebuild
+++ /dev/null
@@ -1,77 +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>
-# Updated by Sebastian Werner <sebastian@werner-productions.de>
-# /home/cvsroot/gentoo-x86/gnome-apps/nautilus/nautilus-1.0.ebuild,v 1.3 2001/04/29 18:42:54 achim Exp
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-1.0.6-r1.ebuild,v 1.1 2001/12/08 13:03:00 hallski Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="nautilus"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
-
-HOMEPAGE="http://www.gnome.org/"
-
-RDEPEND="mozilla? ( >=net-www/mozilla-0.9.5 )
- >=app-admin/fam-oss-2.6.4
- >=media-sound/cdparanoia-3.9.8
- >=gnome-base/bonobo-1.0.9-r1
- >=gnome-base/gnome-core-1.4.0.4-r1
- >=gnome-base/libghttp-1.0.9-r1
- >=gnome-base/gnome-vfs-1.0.3
- >=gnome-base/librsvg-1.0.1
- >=gnome-base/eel-1.0.2
- >=gnome-extra/medusa-0.5.1-r1"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- >=app-text/scrollkeeper-0.2
- >=dev-util/intltool-0.11"
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
-
- if [ "`use mozilla`" ]
- then
- MOZILLA=${MOZILLA_FIVE_HOME}
- 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
- else
- myconf="${myconf} --disable-mozilla-component"
- fi
-
- CFLAGS="${CFLAGS} `gnome-config --cflags gdk_pixbuf`"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --enable-eazel-services=0 \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- # Fix missing icon in Gnome Spash
- insinto /usr/share/pixmaps
- newins nautilus-launch-icon.png gnome-launch-icon.png
-
- dodoc AUTHORS COPYING* ChangeLog* NEWS TODO
-
- # Fix permissions in order to resolve the mozilla-view issue
- chmod -R g+r,o+r ${D}/*
-}
diff --git a/gnome-base/nautilus/nautilus-1.0.6-r2.ebuild b/gnome-base/nautilus/nautilus-1.0.6-r2.ebuild
deleted file mode 100644
index 59f91e85a6ac..000000000000
--- a/gnome-base/nautilus/nautilus-1.0.6-r2.ebuild
+++ /dev/null
@@ -1,72 +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>
-# Updated by Sebastian Werner <sebastian@werner-productions.de>
-# /home/cvsroot/gentoo-x86/gnome-apps/nautilus/nautilus-1.0.ebuild,v 1.3 2001/04/29 18:42:54 achim Exp
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-1.0.6-r2.ebuild,v 1.1 2002/01/20 13:41:50 hallski Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="nautilus"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
-
-HOMEPAGE="http://www.gnome.org/"
-
-RDEPEND="mozilla? ( >=net-www/mozilla-0.9.5 )
- >=app-admin/fam-oss-2.6.4
- >=media-sound/cdparanoia-3.9.8
- >=gnome-base/bonobo-1.0.9-r1
- >=gnome-base/gnome-core-1.4.0.4-r1
- >=gnome-base/libghttp-1.0.9-r1
- >=gnome-base/gnome-vfs-1.0.3
- >=gnome-base/librsvg-1.0.1
- >=gnome-base/eel-1.0.2
- >=gnome-extra/medusa-0.5.1-r1"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=app-text/scrollkeeper-0.2
- >=dev-util/intltool-0.11"
-
-src_compile() {
- local myconf
-
- if [ "`use mozilla`" ]
- then
- MOZILLA=${MOZILLA_FIVE_HOME}
- 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
- else
- myconf="${myconf} --disable-mozilla-component"
- fi
-
- CFLAGS="${CFLAGS} `gnome-config --cflags gdk_pixbuf`"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --enable-eazel-services=0 \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- # Fix missing icon in Gnome Spash
- insinto /usr/share/pixmaps
- newins nautilus-launch-icon.png gnome-launch-icon.png
-
- dodoc AUTHORS COPYING* ChangeLog* NEWS TODO
-
- # Fix permissions in order to resolve the mozilla-view issue
- chmod -R g+r,o+r ${D}/*
-}
diff --git a/gnome-base/nautilus/nautilus-1.0.6-r3.ebuild b/gnome-base/nautilus/nautilus-1.0.6-r3.ebuild
deleted file mode 100644
index a5ddfe1cf21a..000000000000
--- a/gnome-base/nautilus/nautilus-1.0.6-r3.ebuild
+++ /dev/null
@@ -1,84 +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>
-# Updated by Sebastian Werner <sebastian@werner-productions.de>
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-1.0.6-r3.ebuild,v 1.1 2002/03/07 06:27:56 blocke Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="nautilus"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
-
-HOMEPAGE="http://www.gnome.org/"
-
-RDEPEND="mozilla? ( >=net-www/mozilla-0.9.5 )
- >=app-admin/fam-oss-2.6.4
- >=media-sound/cdparanoia-3.9.8
- >=gnome-base/bonobo-1.0.9-r1
- >=gnome-base/gnome-core-1.4.0.4-r1
- >=gnome-base/libghttp-1.0.9-r1
- >=gnome-base/gnome-vfs-1.0.3
- >=gnome-base/librsvg-1.0.1
- >=gnome-base/eel-1.0.2
- >=gnome-extra/medusa-0.5.1-r1"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=app-text/scrollkeeper-0.2
- >=dev-util/intltool-0.11"
-
-src_unpack() {
-
- unpack ${P}.tar.gz
-
- # The following is a temporary patch contributed by Naresh Donti
- # to fix the 50 defunct copies of sh caused by hyperbola. This patch
- # will no longer be needed with a future version of scrollkeeper.
- # see bug #566 for more information
-
- patch -p0 < ${FILESDIR}/nautilus-1.0.6-hyperbola.diff
-
-}
-
-src_compile() {
- local myconf
-
- if [ "`use mozilla`" ]
- then
- MOZILLA=${MOZILLA_FIVE_HOME}
- 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
- else
- myconf="${myconf} --disable-mozilla-component"
- fi
-
- CFLAGS="${CFLAGS} `gnome-config --cflags gdk_pixbuf`"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --enable-eazel-services=0 \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- # Fix missing icon in Gnome Spash
- insinto /usr/share/pixmaps
- newins nautilus-launch-icon.png gnome-launch-icon.png
-
- dodoc AUTHORS COPYING* ChangeLog* NEWS TODO
-
- # Fix permissions in order to resolve the mozilla-view issue
- chmod -R g+r,o+r ${D}/*
-}
diff --git a/gnome-base/nautilus/nautilus-1.0.6.ebuild b/gnome-base/nautilus/nautilus-1.0.6.ebuild
deleted file mode 100644
index 875b35953be8..000000000000
--- a/gnome-base/nautilus/nautilus-1.0.6.ebuild
+++ /dev/null
@@ -1,76 +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>
-# Updated by Sebastian Werner <sebastian@werner-productions.de>
-# /home/cvsroot/gentoo-x86/gnome-apps/nautilus/nautilus-1.0.ebuild,v 1.3 2001/04/29 18:42:54 achim Exp
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-1.0.6.ebuild,v 1.2 2001/11/10 13:47:46 hallski Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="nautilus"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
-
-HOMEPAGE="http://www.gnome.org/"
-
-RDEPEND="mozilla? ( >=net-www/mozilla-0.9.5 )
- >=media-sound/cdparanoia-3.9.8
- >=gnome-base/bonobo-1.0.9-r1
- >=gnome-base/gnome-core-1.4.0.4-r1
- >=gnome-base/libghttp-1.0.9-r1
- >=gnome-base/gnome-vfs-1.0.3
- >=gnome-base/librsvg-1.0.1
- >=gnome-base/eel-1.0.2
- >=gnome-extra/medusa-0.5.1-r1"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- >=app-text/scrollkeeper-0.2
- >=dev-util/intltool-0.11"
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
-
- if [ "`use mozilla`" ]
- then
- MOZILLA=${MOZILLA_FIVE_HOME}
- 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
- else
- myconf="${myconf} --disable-mozilla-component"
- fi
-
- CFLAGS="${CFLAGS} `gnome-config --cflags gdk_pixbuf`"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --enable-eazel-services=0 \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- # Fix missing icon in Gnome Spash
- insinto /usr/share/pixmaps
- newins nautilus-launch-icon.png gnome-launch-icon.png
-
- dodoc AUTHORS COPYING* ChangeLog* NEWS TODO
-
- # Fix permissions in order to resolve the mozilla-view issue
- chmod -R g+r,o+r ${D}/*
-}