summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/aspell')
-rw-r--r--app-text/aspell/ChangeLog6
-rw-r--r--app-text/aspell/Manifest8
-rw-r--r--app-text/aspell/aspell-0.60.1.1.ebuild3
-rw-r--r--app-text/aspell/aspell-0.60.2.ebuild3
-rw-r--r--app-text/aspell/aspell-0.60.ebuild3
5 files changed, 15 insertions, 8 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog
index fb8f708e8863..468f32952290 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.69 2005/01/13 04:07:27 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.70 2005/01/22 23:56:24 arj Exp $
+
+ 23 Jan 2005; Anders Rune Jensen <arj@gentoo.org> aspell-0.60.2.ebuild,
+ aspell-0.60.1.1.ebuild, aspell-0.60.ebuild:
+ Fix #77109.
*aspell-0.60.2 (13 Jan 2005)
diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest
index 48e34da8b808..43fb8cbf062a 100644
--- a/app-text/aspell/Manifest
+++ b/app-text/aspell/Manifest
@@ -1,10 +1,10 @@
MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
MD5 780597ce497c68cc471621d2e794cbe7 aspell-0.50.5-r2.ebuild 1864
-MD5 82c26e110bee2f362aff32433eb7acd0 aspell-0.60.ebuild 1704
-MD5 31c74e020ce6a51c83076110745d1ef5 aspell-0.60.2.ebuild 1694
-MD5 5c4d56b645bd858f170c1c4e57dbd082 aspell-0.60.1.1.ebuild 1696
+MD5 2873d490b83cdd6f76359be6735a3eae aspell-0.60.ebuild 1738
+MD5 dbb6bb8258b8b89a9eae229e8df3bc50 aspell-0.60.2.ebuild 1735
+MD5 83cdcd94e9c0e0eb8e7806dbcddffa2a aspell-0.60.1.1.ebuild 1737
MD5 bed3674383e37d55402f49b7aea9a73b aspell-0.50.5-r4.ebuild 1891
-MD5 a2866674bda78bab34e07a706e981af0 ChangeLog 11167
+MD5 9b832dcc4a6f03ae8877faa5553150b5 ChangeLog 11301
MD5 c883e4872c7714a380206fa110e8f3a6 files/digest-aspell-0.60.1.1 68
MD5 337afb25ae875e8dbe3336d493b5e3de files/digest-aspell-0.60 64
MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453
diff --git a/app-text/aspell/aspell-0.60.1.1.ebuild b/app-text/aspell/aspell-0.60.1.1.ebuild
index 57f5829341a3..65aae0117cc1 100644
--- a/app-text/aspell/aspell-0.60.1.1.ebuild
+++ b/app-text/aspell/aspell-0.60.1.1.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.1.1.ebuild,v 1.4 2005/01/13 03:53:37 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.1.1.ebuild,v 1.5 2005/01/22 23:56:24 arj Exp $
inherit libtool eutils flag-o-matic
@@ -25,6 +25,7 @@ src_compile() {
[ "${ARCH}" == "ppc" ] && append-flags -O2 -fsigned-char
use gpm && append-ldflags -lgpm
filter-flags -fno-rtti
+ filter-flags -fvisibility=hidden #77109
elibtoolize --reverse-deps
econf \
diff --git a/app-text/aspell/aspell-0.60.2.ebuild b/app-text/aspell/aspell-0.60.2.ebuild
index 28b0a5e19c8d..b4978019f626 100644
--- a/app-text/aspell/aspell-0.60.2.ebuild
+++ b/app-text/aspell/aspell-0.60.2.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.2.ebuild,v 1.1 2005/01/13 03:53:37 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.2.ebuild,v 1.2 2005/01/22 23:56:24 arj Exp $
inherit libtool eutils flag-o-matic
@@ -25,6 +25,7 @@ src_compile() {
[ "${ARCH}" == "ppc" ] && append-flags -O2 -fsigned-char
use gpm && append-ldflags -lgpm
filter-flags -fno-rtti
+ filter-flags -fvisibility=hidden #77109
elibtoolize --reverse-deps
econf \
diff --git a/app-text/aspell/aspell-0.60.ebuild b/app-text/aspell/aspell-0.60.ebuild
index a640382e681b..a5c1b0f02e2b 100644
--- a/app-text/aspell/aspell-0.60.ebuild
+++ b/app-text/aspell/aspell-0.60.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.ebuild,v 1.4 2005/01/01 16:03:13 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.ebuild,v 1.5 2005/01/22 23:56:24 arj Exp $
inherit libtool eutils flag-o-matic
@@ -25,6 +25,7 @@ src_compile() {
[ "${ARCH}" == "ppc" ] && append-flags -O2 -fsigned-char
use gpm && append-ldflags -lgpm
filter-flags -fno-rtti
+ filter-flags -fvisibility=hidden #77109
elibtoolize --reverse-deps
econf \