summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-29 11:09:47 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-29 11:09:47 +0000
commit63432d7fe9ab849295d85b205dbbd909c5632fcb (patch)
treea20a503c7ed145d96a19fa0f9886ca9270892c0b /app-misc/mc
parentHOMEPAGE fix (diff)
downloadgentoo-2-63432d7fe9ab849295d85b205dbbd909c5632fcb.tar.gz
gentoo-2-63432d7fe9ab849295d85b205dbbd909c5632fcb.tar.bz2
gentoo-2-63432d7fe9ab849295d85b205dbbd909c5632fcb.zip
removed crusties
Diffstat (limited to 'app-misc/mc')
-rw-r--r--app-misc/mc/files/digest-mc-4.5.55-r61
-rw-r--r--app-misc/mc/files/digest-mc-4.6.0_pre11
-rw-r--r--app-misc/mc/files/digest-mc-4.6.0_pre21
-rw-r--r--app-misc/mc/files/digest-mc-4.6.0_pre31
-rw-r--r--app-misc/mc/mc-4.5.55-r6.ebuild94
-rw-r--r--app-misc/mc/mc-4.6.0_pre1.ebuild73
-rw-r--r--app-misc/mc/mc-4.6.0_pre2.ebuild73
-rw-r--r--app-misc/mc/mc-4.6.0_pre3.ebuild73
8 files changed, 0 insertions, 317 deletions
diff --git a/app-misc/mc/files/digest-mc-4.5.55-r6 b/app-misc/mc/files/digest-mc-4.5.55-r6
deleted file mode 100644
index 60b693823ea7..000000000000
--- a/app-misc/mc/files/digest-mc-4.5.55-r6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bb670d48589f26f00b7fce8d25f66bd6 mc-4.5.55.tar.gz 4849958
diff --git a/app-misc/mc/files/digest-mc-4.6.0_pre1 b/app-misc/mc/files/digest-mc-4.6.0_pre1
deleted file mode 100644
index a7ce37e048df..000000000000
--- a/app-misc/mc/files/digest-mc-4.6.0_pre1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 76e9a94f99af475fed6eed4b4a1ea6e4 mc-4.6.0-pre1.tar.gz 3976955
diff --git a/app-misc/mc/files/digest-mc-4.6.0_pre2 b/app-misc/mc/files/digest-mc-4.6.0_pre2
deleted file mode 100644
index a608fb2f1be7..000000000000
--- a/app-misc/mc/files/digest-mc-4.6.0_pre2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 72832bdd6969c3ff5a73afeebc8388b7 mc-4.6.0-pre2.tar.gz 3708746
diff --git a/app-misc/mc/files/digest-mc-4.6.0_pre3 b/app-misc/mc/files/digest-mc-4.6.0_pre3
deleted file mode 100644
index c17704215617..000000000000
--- a/app-misc/mc/files/digest-mc-4.6.0_pre3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dc3eb823f286b3aca7fbcf5614babfe7 mc-4.6.0-pre3.tar.gz 3710736
diff --git a/app-misc/mc/mc-4.5.55-r6.ebuild b/app-misc/mc/mc-4.5.55-r6.ebuild
deleted file mode 100644
index db26076bb76f..000000000000
--- a/app-misc/mc/mc-4.5.55-r6.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.5.55-r6.ebuild,v 1.2 2003/02/13 09:06:01 vapier Exp $
-
-IUSE="gpm nls samba ncurses X pam slang"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="GNOME Midnight Commander"
-SRC_URI="http://www.gnome.org/projects/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/projects/mc/"
-
-DEPEND="virtual/glibc
- >=sys-apps/e2fsprogs-1.19
- =dev-libs/glib-1.2*
- >=sys-devel/automake-1.5d-r1
- gpm? ( >=sys-libs/gpm-1.19.3 )
- pam? ( >=sys-libs/pam-0.72 )
- ncurses? ( >=sys-libs/ncurses-5.2 )
- slang? ( >=sys-libs/slang-1.4.2 )
- nls? ( sys-devel/gettext )
- samba? ( >=net-fs/samba-2.2.3a-r1 )
- X? ( virtual/x11 )"
-#currently broken
-# gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc "
-
-src_compile() {
- local myconf=""
-
- use pam && myconf="${myconf} --with-pam"
- use pam || myconf="${myconf} --without-pam"
-
- use ncurses && myconf="${myconf} --with-ncurses" || ( \
- use slang && myconf="${myconf} --with-slang"
- use slang || myconf="${myconf} --with-included-slang"
- )
-
-#currently broken
-# use gnome && myconf="${myconf} --with-gnome"
-# use gnome || myconf="${myconf} --without-gnome"
- myconf="${myconf} --without-gnome"
-
- use gpm && myconf="${myconf} --with-gpm-mouse=/usr"
- use gpm || myconf="${myconf} --without-gpm-mouse"
-
- use nls || myconf="${myconf} --disable-nls"
-
- use X && myconf="${myconf} --with-tm-x-support"
- use X || myconf="${myconf} --without-tm-x-support"
-
- use samba && myconf="${myconf} --with-samba"
- use samba && ( \
- cd ${S}/vfs
- cp smbfs.c smbfs.c.orig
- sed -e "s:/etc/smb\.conf:/etc/samba/smb\.conf:" smbfs.c.orig > smbfs.c
- cd samba
- cp Makefile.in Makefile.in.orig
- sed -e 's:$(LIBDIR)\(/codepages\):/var/lib/samba\1:' \
- Makefile.in.orig > Makefile.in
- )
-
- cd ${S}
-# export WANT_AUTOMAKE_1_5=1
- libtoolize --force --copy
- aclocal -I ${S}/macros
-# autoconf
- automake --add-missing
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --with-vfs \
- --with-netrc \
- --with-ext2undel \
- $myconf || die
-
- make || die # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- dodoc ABOUT-NLS COPYING* FAQ INSTALL* NEWS README*
-}
-
diff --git a/app-misc/mc/mc-4.6.0_pre1.ebuild b/app-misc/mc/mc-4.6.0_pre1.ebuild
deleted file mode 100644
index dea5a51fc9b3..000000000000
--- a/app-misc/mc/mc-4.6.0_pre1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0_pre1.ebuild,v 1.2 2003/02/13 09:06:17 vapier Exp $
-
-IUSE="gpm nls samba ncurses X slang"
-
-MY_P="${P/_/-}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="GNU Midnight Commander cli-based file manager"
-
-HOMEPAGE="http://www.ibiblio.org/mc/"
-SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/managers/${PN}/${MY_P}.tar.gz"
-
-
-DEPEND=">=sys-apps/e2fsprogs-1.19
- ncurses? ( >=sys-libs/ncurses-5.2-r5 )
- =dev-libs/glib-1.2*
- >=sys-libs/pam-0.72
- gpm? ( >=sys-libs/gpm-1.19.3 )
- slang? ( >=sys-libs/slang-1.4.2 )
- samba? ( >=net-fs/samba-2.2.3a-r1 )
- X? ( virtual/x11 )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-src_compile() {
- local myconf=""
-
- if ! use slang && ! use ncurses
- then
- myconf="${myconf} --with-included-slang"
- elif
- use ncurses && ! use slang
- then
- myconf="${myconf} --with-ncurses --without-slang"
- else
- use slang && myconf="${myconf} --with-slang"
- fi
-
- use gpm \
- && myconf="${myconf} --with-gpm-mouse=/usr" \
- || myconf="${myconf} --without-gpm-mouse"
-
- use nls || myconf="${myconf} --disable-nls"
-
- use X \
- && myconf="${myconf} --with-tm-x-support --with-x" \
- || myconf="${myconf} --without-tm-x-support --without-x"
-
- use samba \
- && myconf="${myconf} --with-samba --with-configdir=/etc/samba
- --with-codepagedir=/var/lib/samba/codepages" \
- || myconf="${myconf} --without-samba"
-
- export LDFLAGS="-lcrypt -lncurses"
-
- econf \
- --with-vfs \
- --with-netrc \
- --with-ext2undel \
- --with-edit \
- ${myconf} || die
- emake || die
-}
-
-src_install() {
- einstall
-
- dodoc ABOUT-NLS COPYING* FAQ INSTALL* NEWS README*
-}
-
diff --git a/app-misc/mc/mc-4.6.0_pre2.ebuild b/app-misc/mc/mc-4.6.0_pre2.ebuild
deleted file mode 100644
index f522fbdf33d2..000000000000
--- a/app-misc/mc/mc-4.6.0_pre2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0_pre2.ebuild,v 1.2 2003/02/13 09:06:21 vapier Exp $
-
-IUSE="gpm nls samba ncurses X slang"
-
-MY_P=${P/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="GNU Midnight Commander cli-based file manager"
-
-HOMEPAGE="http://www.ibiblio.org/mc/"
-SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/managers/${PN}/${MY_P}.tar.gz"
-
-DEPEND=">=sys-apps/e2fsprogs-1.19
- ncurses? ( >=sys-libs/ncurses-5.2-r5 )
- =dev-libs/glib-2*
- >=sys-libs/pam-0.72
- gpm? ( >=sys-libs/gpm-1.19.3 )
- slang? ( >=sys-libs/slang-1.4.2 )
- samba? ( >=net-fs/samba-2.2.3a-r1 )
- X? ( virtual/x11 )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-src_compile() {
- local myconf=""
-
- if ! use slang && ! use ncurses
- then
- myconf="${myconf} --with-screen=mcslang"
- elif
- use ncurses && ! use slang
- then
- myconf="${myconf} --with-screen=ncurses"
- else
- use slang && myconf="${myconf} --with-screen=slang"
- fi
-
- use gpm \
- && myconf="${myconf} --with-gpm-mouse" \
- || myconf="${myconf} --without-gpm-mouse"
-
- use nls \
- && myconf="${myconf} --with-included-gettext" \
- || myconf="${myconf} --disable-nls"
-
- use X \
- && myconf="${myconf} --with-x" \
- || myconf="${myconf} --without-x"
-
- use samba \
- && myconf="${myconf} --with-samba --with-configdir=/etc/samba
- --with-codepagedir=/var/lib/samba/codepages" \
- || myconf="${myconf} --without-samba"
-
- econf \
- --with-vfs \
- --with-gnu-ld \
- --with-ext2undel \
- --with-edit \
- ${myconf} || die
- emake || die
-}
-
-src_install() {
- einstall
-
- dodoc ABOUT-NLS COPYING* ChangeLog AUTHORS MAINTAINERS FAQ INSTALL* NEWS README*
-}
-
diff --git a/app-misc/mc/mc-4.6.0_pre3.ebuild b/app-misc/mc/mc-4.6.0_pre3.ebuild
deleted file mode 100644
index d501b34fb77a..000000000000
--- a/app-misc/mc/mc-4.6.0_pre3.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0_pre3.ebuild,v 1.2 2003/02/13 09:06:27 vapier Exp $
-
-IUSE="gpm nls samba ncurses X slang"
-
-MY_P=${P/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="GNU Midnight Commander cli-based file manager"
-
-HOMEPAGE="http://www.ibiblio.org/mc/"
-SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/managers/${PN}/${MY_P}.tar.gz"
-
-DEPEND=">=sys-apps/e2fsprogs-1.19
- ncurses? ( >=sys-libs/ncurses-5.2-r5 )
- =dev-libs/glib-2*
- >=sys-libs/pam-0.72
- gpm? ( >=sys-libs/gpm-1.19.3 )
- slang? ( >=sys-libs/slang-1.4.2 )
- samba? ( >=net-fs/samba-2.2.3a-r1 )
- X? ( virtual/x11 )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-src_compile() {
- local myconf=""
-
- if ! use slang && ! use ncurses
- then
- myconf="${myconf} --with-screen=mcslang"
- elif
- use ncurses && ! use slang
- then
- myconf="${myconf} --with-screen=ncurses"
- else
- use slang && myconf="${myconf} --with-screen=slang"
- fi
-
- use gpm \
- && myconf="${myconf} --with-gpm-mouse" \
- || myconf="${myconf} --without-gpm-mouse"
-
- use nls \
- && myconf="${myconf} --with-included-gettext" \
- || myconf="${myconf} --disable-nls"
-
- use X \
- && myconf="${myconf} --with-x" \
- || myconf="${myconf} --without-x"
-
- use samba \
- && myconf="${myconf} --with-samba --with-configdir=/etc/samba
- --with-codepagedir=/var/lib/samba/codepages" \
- || myconf="${myconf} --without-samba"
-
- econf \
- --with-vfs \
- --with-gnu-ld \
- --with-ext2undel \
- --with-edit \
- ${myconf} || die
- emake || die
-}
-
-src_install() {
- einstall
-
- dodoc ABOUT-NLS COPYING* ChangeLog AUTHORS MAINTAINERS FAQ INSTALL* NEWS README*
-}
-