summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-08-23 14:34:19 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-08-23 14:34:19 +0000
commit5dd626596447dee6f04ea70b5a0c62e702994123 (patch)
treec70eb43917d4af592b323941cc651734338613cf /gnome-base
parentthese too (diff)
downloadhistorical-5dd626596447dee6f04ea70b5a0c62e702994123.tar.gz
historical-5dd626596447dee6f04ea70b5a0c62e702994123.tar.bz2
historical-5dd626596447dee6f04ea70b5a0c62e702994123.zip
moved mc to gnome-apps, not a base part of gnome anymore, replaced by nautilus
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/mc/files/digest-mc-4.5.541
-rw-r--r--gnome-base/mc/files/digest-mc-4.5.54-r11
-rw-r--r--gnome-base/mc/mc-4.5.54-r1.ebuild67
-rw-r--r--gnome-base/mc/mc-4.5.54.ebuild66
4 files changed, 0 insertions, 135 deletions
diff --git a/gnome-base/mc/files/digest-mc-4.5.54 b/gnome-base/mc/files/digest-mc-4.5.54
deleted file mode 100644
index c29ea6e31838..000000000000
--- a/gnome-base/mc/files/digest-mc-4.5.54
+++ /dev/null
@@ -1 +0,0 @@
-MD5 46bd6d7e25fc3f509c5d8d063fa701eb mc-4.5.54.tar.gz
diff --git a/gnome-base/mc/files/digest-mc-4.5.54-r1 b/gnome-base/mc/files/digest-mc-4.5.54-r1
deleted file mode 100644
index c29ea6e31838..000000000000
--- a/gnome-base/mc/files/digest-mc-4.5.54-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 46bd6d7e25fc3f509c5d8d063fa701eb mc-4.5.54.tar.gz
diff --git a/gnome-base/mc/mc-4.5.54-r1.ebuild b/gnome-base/mc/mc-4.5.54-r1.ebuild
deleted file mode 100644
index d2055be5bd47..000000000000
--- a/gnome-base/mc/mc-4.5.54-r1.ebuild
+++ /dev/null
@@ -1,67 +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/mc/mc-4.5.54-r1.ebuild,v 1.1 2001/06/20 10:09:21 hallski Exp $
-
-#P=
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="GNOME Midnight Commander"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/mc/"
-
-DEPEND="virtual/glibc
- >=sys-libs/gpm-1.19.3
- pam? ( >=sys-libs/pam-0.72 )
- slang? ( >=sys-libs/slang-1.4.2 )
- >=sys-apps/e2fsprogs-1.19
- >=dev-libs/glib-1.2.0
- gnome? ( >=gnome-base/gnome-libs-1.2.4 )"
-
-
-src_unpack() {
- unpack ${A}
- cd ${S}/vfs
- cp smbfs.c smbfs.c.orig
- sed -e "s:/etc/smb\.conf:/etc/smb/smb\.conf:" smbfs.c.orig > smbfs.c
-}
-
-src_compile() {
- local myconf
- if [ "`use pam`" ] ; then
- myconf="--with-pam"
- else
- myconf="--without-pam"
- fi
- if [ "`use slang`" ] ; then
- myconf="$myconf --with-slang"
- else
- myconf="$myconf --with-included-slang"
- fi
- if [ "`use gnome`" ] ; then
- myconf="$myconf --with-gnome --prefix=/opt/gnome"
- else
- myconf="$myconf --without-gnome --prefix=/usr"
- fi
- LDFLAGS="-lcrypt -lncurses" try ./configure --host=${CHOST} \
- --with-samba --with-vfs --with-netrc $myconf
- try make # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
-
- if [ "`use gnome`" ] ; then
- try make prefix=${D}/opt/gnome install
- else
- try make prefix=${D}/usr install
- fi
-
- dodoc ABOUT-NLS COPYING* FAQ INSTALL* NEWS
- dodoc README*
-}
-
-
-
-
-
-
diff --git a/gnome-base/mc/mc-4.5.54.ebuild b/gnome-base/mc/mc-4.5.54.ebuild
deleted file mode 100644
index ffa7da66f44b..000000000000
--- a/gnome-base/mc/mc-4.5.54.ebuild
+++ /dev/null
@@ -1,66 +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/mc/mc-4.5.54.ebuild,v 1.3 2001/06/11 08:11:28 hallski Exp $
-
-#P=
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="GNOME Midnight Commander"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/mc/"
-
-DEPEND="virtual/glibc
- >=sys-libs/gpm-1.19.3
- pam? ( >=sys-libs/pam-0.72 )
- slang? ( >=sys-libs/slang-1.4.2 )
- >=sys-apps/e2fsprogs-1.19
- gnome? ( >=gnome-base/gnome-libs-1.2.4 )"
-
-
-src_unpack() {
- unpack ${A}
- cd ${S}/vfs
- cp smbfs.c smbfs.c.orig
- sed -e "s:/etc/smb\.conf:/etc/smb/smb\.conf:" smbfs.c.orig > smbfs.c
-}
-
-src_compile() {
- local myconf
- if [ "`use pam`" ] ; then
- myconf="--with-pam"
- else
- myconf="--without-pam"
- fi
- if [ "`use slang`" ] ; then
- myconf="$myconf --with-slang"
- else
- myconf="$myconf --with-included-slang"
- fi
- if [ "`use gnome`" ] ; then
- myconf="$myconf --with-gnome --prefix=/opt/gnome"
- else
- myconf="$myconf --without-gnome --prefix=/usr"
- fi
- LDFLAGS="-lcrypt -lncurses" try ./configure --host=${CHOST} \
- --with-samba --with-vfs --with-netrc $myconf
- try make # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
-
- if [ "`use gnome`" ] ; then
- try make prefix=${D}/opt/gnome install
- else
- try make prefix=${D}/usr install
- fi
-
- dodoc ABOUT-NLS COPYING* FAQ INSTALL* NEWS
- dodoc README*
-}
-
-
-
-
-
-