diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-08-08 11:49:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-08-08 11:49:27 +0000 |
commit | fb755dee54bab31f97875b4289c43ffa8b637da5 (patch) | |
tree | 96601ba9debc941d8eec9d84b8fd6b691f28472e /app-text/aspell | |
parent | Added ~mips. (diff) | |
download | historical-fb755dee54bab31f97875b4289c43ffa8b637da5.tar.gz historical-fb755dee54bab31f97875b4289c43ffa8b637da5.tar.bz2 historical-fb755dee54bab31f97875b4289c43ffa8b637da5.zip |
gcc4 patch, as submitted in bug #70582, and requested by flameeyes
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/aspell/Manifest | 5 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.3.ebuild | 6 | ||||
-rw-r--r-- | app-text/aspell/files/aspell-0.60.3-templateinstantiations.patch | 8 |
4 files changed, 19 insertions, 6 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index 57bb8a1ed3fa..5fae1a5ecbba 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/aspell # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.72 2005/07/12 16:14:51 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.73 2005/08/08 11:49:27 seemant Exp $ + + 08 Aug 2005; Seemant Kulleen <seemant@gentoo.org> + +files/aspell-0.60.3-templateinstantiations.patch, aspell-0.60.3.ebuild: + gcc4 patch, as submitted in bug #70582, and requested by flameeyes *aspell-0.60.3 (12 Jul 2005) diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index 0f269d4879ed..f54d798657b3 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,8 +1,8 @@ -MD5 8675ad0125a53728fd13d0722c16f89c ChangeLog 11487 +MD5 6b401e3fb9fbe71cf7e76c7b0db53e71 ChangeLog 11688 MD5 d40ff6a488da2fdffb038f21cea2aedf aspell-0.50.5-r4.ebuild 1888 MD5 c80cb44776fc951ad669a37112e50f65 aspell-0.60.2.ebuild 1753 MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 -MD5 8098a96164ff4e506bf6ef45ca5d6f65 aspell-0.60.3.ebuild 1751 +MD5 7ad2996cc3d4ce2e8d3f49666be41a9e aspell-0.60.3.ebuild 1809 MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 MD5 d2091b79a60b395e1ce3c496b7e3d45a files/aspell-0.50.5-charcount.patch 2264 @@ -11,3 +11,4 @@ MD5 ec7c300a1661ae94b55736f74a045bab files/aspell-quotechar-fix.patch 473 MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r4 66 MD5 ea58a3b4827dbc2d3a5606ab927de6a6 files/digest-aspell-0.60.2 66 MD5 1b48dc4c225359e25d93946c0f313adb files/digest-aspell-0.60.3 66 +MD5 fb277ca79b2dcd2aa6a842c8b8ad59e4 files/aspell-0.60.3-templateinstantiations.patch 274 diff --git a/app-text/aspell/aspell-0.60.3.ebuild b/app-text/aspell/aspell-0.60.3.ebuild index bd55d1691788..91bde8136778 100644 --- a/app-text/aspell/aspell-0.60.3.ebuild +++ b/app-text/aspell/aspell-0.60.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.3.ebuild,v 1.1 2005/07/12 16:14:51 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.3.ebuild,v 1.2 2005/08/08 11:49:27 seemant Exp $ inherit libtool eutils flag-o-matic @@ -17,8 +17,8 @@ DEPEND=">=sys-libs/ncurses-5.2 gpm? ( sys-libs/gpm )" src_unpack() { - unpack ${A} - cd ${S} + unpack ${A}; cd ${S} + epatch ${FILESDIR}/${P}-templateinstantiations.patch } src_compile() { diff --git a/app-text/aspell/files/aspell-0.60.3-templateinstantiations.patch b/app-text/aspell/files/aspell-0.60.3-templateinstantiations.patch new file mode 100644 index 000000000000..a533f9e81158 --- /dev/null +++ b/app-text/aspell/files/aspell-0.60.3-templateinstantiations.patch @@ -0,0 +1,8 @@ +--- common/string_map.cpp~ 2004-07-15 12:58:58.000000000 +0200 ++++ common/string_map.cpp 2005-07-19 14:31:42.000000000 +0200 +@@ -82,3 +82,5 @@ + } + } + ++template class acommon::HashTable<acommon::StringMap::Parms>; ++template class acommon::BlockSList<acommon::StringPair>; |