diff options
author | 2001-10-06 22:40:20 +0000 | |
---|---|---|
committer | 2001-10-06 22:40:20 +0000 | |
commit | 45e7f7711cc276b299eb46f833231652af019a8b (patch) | |
tree | 9f23fa3982e78d43b3da1241e1c927e8492db876 /gnome-apps | |
parent | updated to new location (diff) | |
download | gentoo-2-45e7f7711cc276b299eb46f833231652af019a8b.tar.gz gentoo-2-45e7f7711cc276b299eb46f833231652af019a8b.tar.bz2 gentoo-2-45e7f7711cc276b299eb46f833231652af019a8b.zip |
removed from old location
Diffstat (limited to 'gnome-apps')
-rw-r--r-- | gnome-apps/mc/files/digest-mc-4.5.54 | 1 | ||||
-rw-r--r-- | gnome-apps/mc/files/digest-mc-4.5.54-r1 | 1 | ||||
-rw-r--r-- | gnome-apps/mc/files/digest-mc-4.5.55 | 1 | ||||
-rw-r--r-- | gnome-apps/mc/mc-4.5.54-r1.ebuild | 67 | ||||
-rw-r--r-- | gnome-apps/mc/mc-4.5.54.ebuild | 66 | ||||
-rw-r--r-- | gnome-apps/mc/mc-4.5.55.ebuild | 67 |
6 files changed, 0 insertions, 203 deletions
diff --git a/gnome-apps/mc/files/digest-mc-4.5.54 b/gnome-apps/mc/files/digest-mc-4.5.54 deleted file mode 100644 index c29ea6e31838..000000000000 --- a/gnome-apps/mc/files/digest-mc-4.5.54 +++ /dev/null @@ -1 +0,0 @@ -MD5 46bd6d7e25fc3f509c5d8d063fa701eb mc-4.5.54.tar.gz diff --git a/gnome-apps/mc/files/digest-mc-4.5.54-r1 b/gnome-apps/mc/files/digest-mc-4.5.54-r1 deleted file mode 100644 index c29ea6e31838..000000000000 --- a/gnome-apps/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-apps/mc/files/digest-mc-4.5.55 b/gnome-apps/mc/files/digest-mc-4.5.55 deleted file mode 100644 index a1937360c601..000000000000 --- a/gnome-apps/mc/files/digest-mc-4.5.55 +++ /dev/null @@ -1 +0,0 @@ -MD5 bb670d48589f26f00b7fce8d25f66bd6 mc-4.5.55.tar.gz diff --git a/gnome-apps/mc/mc-4.5.54-r1.ebuild b/gnome-apps/mc/mc-4.5.54-r1.ebuild deleted file mode 100644 index 3a97ac56b861..000000000000 --- a/gnome-apps/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-apps/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-apps/mc/mc-4.5.54.ebuild b/gnome-apps/mc/mc-4.5.54.ebuild deleted file mode 100644 index 1e0ebde03310..000000000000 --- a/gnome-apps/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-apps/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* -} - - - - - - diff --git a/gnome-apps/mc/mc-4.5.55.ebuild b/gnome-apps/mc/mc-4.5.55.ebuild deleted file mode 100644 index ae2965f0d8c4..000000000000 --- a/gnome-apps/mc/mc-4.5.55.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-apps/mc/mc-4.5.55.ebuild,v 1.1 2001/08/25 12:21:37 hallski Exp $ - -#P= -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GNOME Midnight Commander" -SRC_URI="http://www.gnome.org/projects/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/projects/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* -} - - - - - - |