summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2008-09-23 14:25:16 +0000
committerGeorge Shapovalov <george@gentoo.org>2008-09-23 14:25:16 +0000
commit2a55a851c969c10ab2a720a3615d141456daf62a (patch)
tree66daeceddc01d8d3247e18a086a19f5b5c75328c /dev-lang/gnat-gpl
parentFixed a cblas link in the threaded-atlas profile (diff)
downloadgentoo-2-2a55a851c969c10ab2a720a3615d141456daf62a.tar.gz
gentoo-2-2a55a851c969c10ab2a720a3615d141456daf62a.tar.bz2
gentoo-2-2a55a851c969c10ab2a720a3615d141456daf62a.zip
fixed some stupid misspelling issue (#238453)
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'dev-lang/gnat-gpl')
-rw-r--r--dev-lang/gnat-gpl/ChangeLog6
-rw-r--r--dev-lang/gnat-gpl/gnat-gpl-4.1.3.2008-r1.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-lang/gnat-gpl/ChangeLog b/dev-lang/gnat-gpl/ChangeLog
index e809feb24d75..52753f4fa11d 100644
--- a/dev-lang/gnat-gpl/ChangeLog
+++ b/dev-lang/gnat-gpl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/gnat-gpl
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/ChangeLog,v 1.24 2008/08/19 11:53:09 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/ChangeLog,v 1.25 2008/09/23 14:25:16 george Exp $
+
+ 23 Sep 2008; George Shapovalov <george@gentoo.org>
+ gnat-gpl-4.1.3.2008-r1.ebuild:
+ fixed some stupid misspelling issue (#238453)
*gnat-gpl-4.1.3.2008-r1 (19 Aug 2008)
diff --git a/dev-lang/gnat-gpl/gnat-gpl-4.1.3.2008-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-4.1.3.2008-r1.ebuild
index 31ce7d849f44..dd638ec1746e 100644
--- a/dev-lang/gnat-gpl/gnat-gpl-4.1.3.2008-r1.ebuild
+++ b/dev-lang/gnat-gpl/gnat-gpl-4.1.3.2008-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-4.1.3.2008-r1.ebuild,v 1.1 2008/08/19 11:53:09 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-4.1.3.2008-r1.ebuild,v 1.2 2008/09/23 14:25:16 george Exp $
# NOTE: gnat-gpl-2007 and 2008 have "incompatible bugs"
# so, we separate them in different slots
@@ -41,6 +41,10 @@ src_unpack() {
sed -i -e 's:(Last3 = "gnatgcc"):(Last3 = "gcc"):' "${S}"/gcc/ada/makegpr.adb
# reverting similar conversion in comment - line too long
sed -i -e 's:"gnatgcc":"gcc":' "${S}"/gcc/ada/osint.ads
+
+ # fixing some stupid misspelling issue
+ sed -i -e "s:the get some usefull:to get some useful:" \
+ "${GNATSOURCE}"/examples/options/README.testing
}
src_install() {