summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-09-27 15:14:14 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-09-27 15:14:14 +0000
commit857b4ab71db93a3d1936d4dcab53047db83ea614 (patch)
tree002a985a2fbfcb966b2854de2565d9daecffe027 /app-misc/mc
parentFixed a bug with USE="-nls", closing Bug #29732 (diff)
downloadgentoo-2-857b4ab71db93a3d1936d4dcab53047db83ea614.tar.gz
gentoo-2-857b4ab71db93a3d1936d4dcab53047db83ea614.tar.bz2
gentoo-2-857b4ab71db93a3d1936d4dcab53047db83ea614.zip
changelog :p
Diffstat (limited to 'app-misc/mc')
-rw-r--r--app-misc/mc/ChangeLog5
-rw-r--r--app-misc/mc/Manifest10
-rw-r--r--app-misc/mc/mc-4.6.0-r3.ebuild10
3 files changed, 17 insertions, 8 deletions
diff --git a/app-misc/mc/ChangeLog b/app-misc/mc/ChangeLog
index 8e80c1154728..883712347efc 100644
--- a/app-misc/mc/ChangeLog
+++ b/app-misc/mc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/mc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+*mc-4.6.0-r3 (27 Sep 2003)
+
+ 27 Sep 2003; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r3.ebuild:
+ added static samba lib to compile with samba 3.x
+
02 Sep 2003; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r1.ebuild,
mc-4.6.0-r2.ebuild, mc-4.6.0.ebuild:
fixed bug #27212, marked -r2 stable
diff --git a/app-misc/mc/Manifest b/app-misc/mc/Manifest
index 8b1d24d6b6ac..7c5715f6faa0 100644
--- a/app-misc/mc/Manifest
+++ b/app-misc/mc/Manifest
@@ -1,10 +1,10 @@
+MD5 c9acf36867697b37af3a6becf711545d ChangeLog 4917
MD5 b392f5ff63cbd87230fa3798418fa22c mc-4.5.55-r7.ebuild 1973
MD5 4a0f9fcbb84e629fb68e563eb0d79814 mc-4.6.0-r2.ebuild 2308
-MD5 a462a2fc9c8400c25663d25159f5bc70 mc-4.6.0-r3.ebuild 2506
-MD5 d2d5359c2165abc5518cc77b2c3982c7 ChangeLog 4766
-MD5 d8853d9a555c715676945a15c98030c1 files/digest-mc-4.5.55-r7 125
-MD5 169bb0ff53b2a9c5271503bbcbccf3df files/mc-4.6.0-find.patch 5798
-MD5 835695dda387b59a2497658f3f5af1d5 files/mc.gentoo 322
+MD5 f9dbf97522083c858a70480b2e4b5380 mc-4.6.0-r3.ebuild 2694
MD5 9f528fa7b6b4d2c202ce5f4e3a5173ba files/chdir-4.6.0.gentoo 159
+MD5 d8853d9a555c715676945a15c98030c1 files/digest-mc-4.5.55-r7 125
MD5 8a984e82187b67b6f31c45005ea0ba3d files/digest-mc-4.6.0-r2 61
MD5 b2f0fb5840f36c3a8c3cd282cb5fecb6 files/digest-mc-4.6.0-r3 133
+MD5 169bb0ff53b2a9c5271503bbcbccf3df files/mc-4.6.0-find.patch 5798
+MD5 835695dda387b59a2497658f3f5af1d5 files/mc.gentoo 322
diff --git a/app-misc/mc/mc-4.6.0-r3.ebuild b/app-misc/mc/mc-4.6.0-r3.ebuild
index f458093e4e4f..049681e158eb 100644
--- a/app-misc/mc/mc-4.6.0-r3.ebuild
+++ b/app-misc/mc/mc-4.6.0-r3.ebuild
@@ -1,6 +1,6 @@
# 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-r3.ebuild,v 1.1 2003/09/21 15:50:37 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r3.ebuild,v 1.2 2003/09/27 15:14:10 lanius Exp $
IUSE="gpm nls samba ncurses X slang"
@@ -8,7 +8,8 @@ S=${WORKDIR}/${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}/${P}.tar.gz
- http://www.spock.mga.com.pl/public/gentoo/${P}-sambalib.patch.bz2"
+ http://www.spock.mga.com.pl/public/gentoo/${P}-sambalib.patch.bz2
+ http://www.spock.mga.com.pl/public/gentoo/${P}-samba.patch.bz2"
DEPEND=">=sys-fs/e2fsprogs-1.19
ncurses? ( >=sys-libs/ncurses-5.2-r5 )
@@ -25,7 +26,10 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
src_unpack() {
unpack ${P}.tar.gz
- epatch ${DISTDIR}/mc-4.6.0-sambalib.patch.bz2
+ has_version '>=net-fs/samba-3.0.0' &&
+ epatch ${DISTDIR}/mc-4.6.0-samba.patch.bz2
+ has_version '>=net-fs/samba-2.0.0' &&
+ epatch ${DISTDIR}/mc-4.6.0-sambalib.patch.bz2
epatch ${FILESDIR}/mc-4.6.0-find.patch
}