summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/chasen')
-rw-r--r--app-text/chasen/ChangeLog6
-rw-r--r--app-text/chasen/chasen-2.3.3-r3.ebuild6
-rw-r--r--app-text/chasen/chasen-2.4.0_pre1-r1.ebuild6
-rw-r--r--app-text/chasen/chasen-2.4.0_pre1.ebuild6
4 files changed, 11 insertions, 13 deletions
diff --git a/app-text/chasen/ChangeLog b/app-text/chasen/ChangeLog
index 661058616ba4..001eabb5d0da 100644
--- a/app-text/chasen/ChangeLog
+++ b/app-text/chasen/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/chasen
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.19 2005/05/06 14:47:13 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.20 2005/08/28 19:36:56 blubb Exp $
+
+ 28 Aug 2005; Simon Stelling <blubb@gentoo.org> chasen-2.3.3-r3.ebuild,
+ chasen-2.4.0_pre1.ebuild, chasen-2.4.0_pre1-r1.ebuild:
+ removing append-flags -fPIC, not needed anymore
06 May 2005; Gustavo Zacarias <gustavoz@gentoo.org>
chasen-2.3.3-r3.ebuild:
diff --git a/app-text/chasen/chasen-2.3.3-r3.ebuild b/app-text/chasen/chasen-2.3.3-r3.ebuild
index d0082afaa810..ad0ead78bd06 100644
--- a/app-text/chasen/chasen-2.3.3-r3.ebuild
+++ b/app-text/chasen/chasen-2.3.3-r3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.3.3-r3.ebuild,v 1.5 2005/05/06 14:47:13 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.3.3-r3.ebuild,v 1.6 2005/08/28 19:36:56 blubb Exp $
-inherit perl-module flag-o-matic
+inherit perl-module
DESCRIPTION="Japanese Morphological Analysis System, ChaSen"
HOMEPAGE="http://chasen.aist-nara.ac.jp/"
@@ -28,8 +28,6 @@ src_unpack() {
}
src_compile() {
- # Unconditional use of -fPIC (#55238)
- append-flags -fPIC
econf || die
emake || die
if use perl ; then
diff --git a/app-text/chasen/chasen-2.4.0_pre1-r1.ebuild b/app-text/chasen/chasen-2.4.0_pre1-r1.ebuild
index ea5311ca5717..5a6c78e35f26 100644
--- a/app-text/chasen/chasen-2.4.0_pre1-r1.ebuild
+++ b/app-text/chasen/chasen-2.4.0_pre1-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.0_pre1-r1.ebuild,v 1.2 2005/03/05 08:55:04 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.0_pre1-r1.ebuild,v 1.3 2005/08/28 19:36:56 blubb Exp $
-inherit perl-module flag-o-matic
+inherit perl-module
MY_P="${P/_pre/-preview}"
S="${WORKDIR}/${MY_P}"
@@ -31,8 +31,6 @@ src_unpack() {
}
src_compile() {
- # Unconditional use of -fPIC (#55238)
- append-flags -fPIC
econf || die
emake || die
if use perl ; then
diff --git a/app-text/chasen/chasen-2.4.0_pre1.ebuild b/app-text/chasen/chasen-2.4.0_pre1.ebuild
index dbb20cccb960..dd4826d860d7 100644
--- a/app-text/chasen/chasen-2.4.0_pre1.ebuild
+++ b/app-text/chasen/chasen-2.4.0_pre1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.0_pre1.ebuild,v 1.2 2005/01/01 16:05:27 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.4.0_pre1.ebuild,v 1.3 2005/08/28 19:36:56 blubb Exp $
-inherit perl-module flag-o-matic
+inherit perl-module
MY_P="${P/_pre/-preview}"
S="${WORKDIR}/${MY_P}"
@@ -29,8 +29,6 @@ src_unpack() {
}
src_compile() {
- # Unconditional use of -fPIC (#55238)
- append-flags -fPIC
econf || die
emake || die
if use perl ; then