diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-23 20:28:31 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-23 20:28:31 +0000 |
commit | bc8a3760655191b79902e01a54eab3eb30b7dfdc (patch) | |
tree | ed2733aa99b819c8cb541bc2ccc1395f1ad88dda /app-misc | |
parent | Changed the dependencies, as newer, unsupported valgrind versions were being ... (diff) | |
download | gentoo-2-bc8a3760655191b79902e01a54eab3eb30b7dfdc.tar.gz gentoo-2-bc8a3760655191b79902e01a54eab3eb30b7dfdc.tar.bz2 gentoo-2-bc8a3760655191b79902e01a54eab3eb30b7dfdc.zip |
fixed typo (bug #36375), marked -r3 stable
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/mc/ChangeLog | 4 | ||||
-rw-r--r-- | app-misc/mc/Manifest | 14 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.0-r2.ebuild | 4 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.0-r3.ebuild | 6 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.0-r4.ebuild | 4 |
5 files changed, 18 insertions, 14 deletions
diff --git a/app-misc/mc/ChangeLog b/app-misc/mc/ChangeLog index 42311fb134b2..93b1da14d78d 100644 --- a/app-misc/mc/ChangeLog +++ b/app-misc/mc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/mc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 + 23 Dec 2003; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r2.ebuild, + mc-4.6.0-r3.ebuild, mc-4.6.0-r4.ebuild: + fixed typo (bug #36375), marked -r3 stable + 18 Dec 2003; Guy Martin <gmsoft@gentoo.org> mc-4.6.0-r3.ebuild: Marked stable on hppa. diff --git a/app-misc/mc/Manifest b/app-misc/mc/Manifest index c7e1fdf7eff4..ce452b4f3161 100644 --- a/app-misc/mc/Manifest +++ b/app-misc/mc/Manifest @@ -1,12 +1,12 @@ -MD5 a08b2e5e77c0e8c595f66e8ffe34fe50 ChangeLog 5513 MD5 b392f5ff63cbd87230fa3798418fa22c mc-4.5.55-r7.ebuild 1973 -MD5 4a0f9fcbb84e629fb68e563eb0d79814 mc-4.6.0-r2.ebuild 2308 -MD5 11eb195b82dc6b12e05bf19c48492496 mc-4.6.0-r3.ebuild 2739 -MD5 a35759978342afea3dd199b9ec38626a mc-4.6.0-r4.ebuild 2592 -MD5 9f528fa7b6b4d2c202ce5f4e3a5173ba files/chdir-4.6.0.gentoo 159 +MD5 6cdf2016fc56e31c6c588c002bb2333e mc-4.6.0-r2.ebuild 2306 +MD5 cf88241c56be98e5e9a6758e40c075ef mc-4.6.0-r4.ebuild 2591 +MD5 37bcdf4cbf41cc3ccb11ade01958c6dd mc-4.6.0-r3.ebuild 2734 +MD5 dcdbe7da4fc57ba8928b228635f14b5f ChangeLog 5672 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 9f528fa7b6b4d2c202ce5f4e3a5173ba files/chdir-4.6.0.gentoo 159 MD5 8a984e82187b67b6f31c45005ea0ba3d files/digest-mc-4.6.0-r2 61 MD5 2d424423db44876676d99d74bbf9d6d9 files/digest-mc-4.6.0-r3 202 MD5 ad3b40a33b55bd202bef8e0d685bdfe1 files/digest-mc-4.6.0-r4 139 -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-r2.ebuild b/app-misc/mc/mc-4.6.0-r2.ebuild index 99647547878f..fa8dea9ca946 100644 --- a/app-misc/mc/mc-4.6.0-r2.ebuild +++ b/app-misc/mc/mc-4.6.0-r2.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-r2.ebuild,v 1.4 2003/09/15 17:51:29 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r2.ebuild,v 1.5 2003/12/23 20:28:22 lanius Exp $ IUSE="gpm nls samba ncurses X slang" @@ -81,7 +81,7 @@ src_install() { pkg_postinst() { einfo "Add the following line to your ~/.bashrc to" - einfo "allow mc to chdir to it's latest working dir at exit" + einfo "allow mc to chdir to its latest working dir at exit" einfo "" einfo "# Midnight Commander chdir enhancement" einfo "if [ -f /usr/share/mc/mc.gentoo ]; then" diff --git a/app-misc/mc/mc-4.6.0-r3.ebuild b/app-misc/mc/mc-4.6.0-r3.ebuild index aa66ef3c8e6c..57e712436ed3 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.9 2003/12/18 17:55:53 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r3.ebuild,v 1.10 2003/12/23 20:28:22 lanius Exp $ IUSE="gpm nls samba ncurses X slang" @@ -22,7 +22,7 @@ DEPEND=">=sys-fs/e2fsprogs-1.19 SLOT="0" LICENSE="GPL-2" -KEYWORDS="ia64 x86 ~ppc ~sparc ~alpha mips hppa ~arm ~amd64" +KEYWORDS="ia64 x86 ppc sparc alpha mips hppa arm amd64" src_unpack() { unpack ${P}.tar.gz @@ -92,7 +92,7 @@ src_install() { pkg_postinst() { einfo "Add the following line to your ~/.bashrc to" - einfo "allow mc to chdir to it's latest working dir at exit" + einfo "allow mc to chdir to its latest working dir at exit" einfo "" einfo "# Midnight Commander chdir enhancement" einfo "if [ -f /usr/share/mc/mc.gentoo ]; then" diff --git a/app-misc/mc/mc-4.6.0-r4.ebuild b/app-misc/mc/mc-4.6.0-r4.ebuild index 5769a1d74698..09d3f4a67cbd 100644 --- a/app-misc/mc/mc-4.6.0-r4.ebuild +++ b/app-misc/mc/mc-4.6.0-r4.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-r4.ebuild,v 1.3 2003/12/07 11:47:19 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r4.ebuild,v 1.4 2003/12/23 20:28:22 lanius Exp $ IUSE="gpm nls samba ncurses X slang" @@ -89,7 +89,7 @@ src_install() { pkg_postinst() { einfo "Add the following line to your ~/.bashrc to" - einfo "allow mc to chdir to it's latest working dir at exit" + einfo "allow mc to chdir to its latest working dir at exit" einfo "" einfo "# Midnight Commander chdir enhancement" einfo "if [ -f /usr/share/mc/mc.gentoo ]; then" |