diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-20 12:02:32 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-20 12:02:32 +0000 |
commit | 966aea2949380294335027fa94739e5908e506b8 (patch) | |
tree | ab433695fa43a890c1f3e28485da7cd8da9107c0 /app-misc/mc | |
parent | marked ppc gsla bug: 64348 (diff) | |
download | historical-966aea2949380294335027fa94739e5908e506b8.tar.gz historical-966aea2949380294335027fa94739e5908e506b8.tar.bz2 historical-966aea2949380294335027fa94739e5908e506b8.zip |
add missing syntax files again, bug #64721
Diffstat (limited to 'app-misc/mc')
-rw-r--r-- | app-misc/mc/ChangeLog | 3 | ||||
-rw-r--r-- | app-misc/mc/Manifest | 4 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.0-r11.ebuild | 7 |
3 files changed, 11 insertions, 3 deletions
diff --git a/app-misc/mc/ChangeLog b/app-misc/mc/ChangeLog index 5e97211a91d4..9d04d00cba5a 100644 --- a/app-misc/mc/ChangeLog +++ b/app-misc/mc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/mc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 + 20 Sep 2004; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r11.ebuild: + add missing syntax files again, bug #64721 + 20 Sep 2004; Bryan Østergaard,,, <kloeri@gentoo.org> mc-4.6.0-r10.ebuild: Stable on alpha. diff --git a/app-misc/mc/Manifest b/app-misc/mc/Manifest index f2d09a7f31be..4953f6825489 100644 --- a/app-misc/mc/Manifest +++ b/app-misc/mc/Manifest @@ -1,9 +1,9 @@ MD5 f79a9b6d20e503ceb2011fabdf31cf30 mc-4.5.55-r7.ebuild 1869 -MD5 927cb8aac2dc5e787d40397054821926 mc-4.6.0-r11.ebuild 2745 +MD5 4e650cd4cd56f9a8e838aad62c7d8412 mc-4.6.0-r11.ebuild 2883 MD5 e7db7f553193b22c5476e2edd47e8bce mc-4.6.0-r7.ebuild 2668 MD5 77f2522ccada42a8da7a279c1417ce40 mc-4.6.0-r9.ebuild 2608 MD5 6b394de8072a16478565cc2832fc9320 mc-4.6.0-r10.ebuild 2632 -MD5 7a26f6e99b44efb69c0f72356d0ee437 ChangeLog 8821 +MD5 8d0d6d6f50cef58e97297a9b9aa1afd9 ChangeLog 8939 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 MD5 f354988cbbb82187fa4eb1978def6903 mc-4.6.0-r5.ebuild 2573 MD5 d8853d9a555c715676945a15c98030c1 files/digest-mc-4.5.55-r7 125 diff --git a/app-misc/mc/mc-4.6.0-r11.ebuild b/app-misc/mc/mc-4.6.0-r11.ebuild index bfccb7fd58b9..c20f71c32f9e 100644 --- a/app-misc/mc/mc-4.6.0-r11.ebuild +++ b/app-misc/mc/mc-4.6.0-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.1 2004/09/16 13:39:28 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.2 2004/09/20 12:02:32 lanius Exp $ inherit flag-o-matic eutils @@ -91,6 +91,11 @@ src_install() { insinto /usr/share/mc doins ${FILESDIR}/mc.gentoo + + insinto /usr/share/mc/syntax + doins ${FILESDIR}/ebuild.syntax + cd ${D}/usr/share/mc/syntax + epatch ${FILESDIR}/${P}-ebuild-syntax.patch } pkg_postinst() { |