summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Bordelon <sunflare@gentoo.org>2002-07-24 21:04:26 +0000
committerPhil Bordelon <sunflare@gentoo.org>2002-07-24 21:04:26 +0000
commit55decfb6f1a4068598f6094cc16db1e8846ccc75 (patch)
tree415a8c24e78aae14844aa7df6747b4c0deef6888 /dev-lang
parentUpdated ebuild to combat the removal of the default ipv6 tag... (diff)
downloadhistorical-55decfb6f1a4068598f6094cc16db1e8846ccc75.tar.gz
historical-55decfb6f1a4068598f6094cc16db1e8846ccc75.tar.bz2
historical-55decfb6f1a4068598f6094cc16db1e8846ccc75.zip
Updated ChangeLog to talk about the unmasking.
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/mono/ChangeLog11
-rw-r--r--dev-lang/mono/mono-0.12.ebuild4
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog
index 214e95576f90..4b4fe19aa1e2 100644
--- a/dev-lang/mono/ChangeLog
+++ b/dev-lang/mono/ChangeLog
@@ -1,9 +1,18 @@
# ChangeLog for dev-lang/mono
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.1 2002/07/24 18:53:40 sunflare Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.2 2002/07/24 21:04:26 sunflare Exp $
*mono-0.12 (24 Jul 2002)
+ 23 Jul 2002; Phil Bordelon <sunflare@gentoo.org> ChangeLog: Unmasking the ebuild.
+ PLEASE NOTE that the build has been known to bomb on at least one machine, although
+ it worked on all of the rest of them that we tested it on. This is very much
+ work-in-progress software, so please take that into account before you start to
+ post bugs.
+
+ 23 Jul 2002; Phil Bordelon <sunflare@gentoo.org> mono-0.12.ebuild: dodoc should
+ grab 'ChangeLog,' not 'Changelog.' Fixed.
+
23 Jul 2002; Phil Bordelon <sunflare@gentoo.org> mono-0.12.ebuild, ChangeLog:
Original release. The ebuild was submitted by Luis Mayoral <satriani@okulto.net>.
Lintool'd and repoman'd by me.
diff --git a/dev-lang/mono/mono-0.12.ebuild b/dev-lang/mono/mono-0.12.ebuild
index 73bd1adafbf0..93041bc50468 100644
--- a/dev-lang/mono/mono-0.12.ebuild
+++ b/dev-lang/mono/mono-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.1 2002/07/24 18:53:40 sunflare Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.2 2002/07/24 21:04:26 sunflare Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Mono runtime"
@@ -29,7 +29,7 @@ src_install () {
infodir=${D}/usr/share/info \
install || die
- dodoc AUTHORS Changelog COPYING.LIB NEWS README
+ dodoc AUTHORS ChangeLog COPYING.LIB NEWS README
docinto docs ; dodoc docs/gc-issues docs/jit-thoughts docs/object-layout docs/unmanaged-calls \
docs/exceptions docs/jit-trampolines docs/stack-alignment
}