diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-21 21:45:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-21 21:45:08 +0000 |
commit | c36754d595e0147cf05f977b807fdf6275739073 (patch) | |
tree | 81f9bd48bd4e841a77358a783edd67c16362dcd9 /app-text | |
parent | eclassified to use fortran and 64-bit (Manifest recommit) (diff) | |
download | gentoo-2-c36754d595e0147cf05f977b807fdf6275739073.tar.gz gentoo-2-c36754d595e0147cf05f977b807fdf6275739073.tar.bz2 gentoo-2-c36754d595e0147cf05f977b807fdf6275739073.zip |
clean older buggy ebuild
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/chasen/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/chasen/chasen-2.3.3.ebuild | 52 | ||||
-rw-r--r-- | app-text/chasen/files/digest-chasen-2.3.3 | 1 |
3 files changed, 4 insertions, 54 deletions
diff --git a/app-text/chasen/ChangeLog b/app-text/chasen/ChangeLog index 6c6aa1e80426..b4fbca2af2f2 100644 --- a/app-text/chasen/ChangeLog +++ b/app-text/chasen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/chasen # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.14 2004/10/19 09:56:09 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.15 2004/10/21 21:45:08 mr_bones_ Exp $ + + 21 Oct 2004; Michael Sterrett <mr_bones_@gentoo.org> -chasen-2.3.3.ebuild: + clean older buggy ebuild 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> chasen-2.3.3-r3.ebuild: Stable on amd64. diff --git a/app-text/chasen/chasen-2.3.3.ebuild b/app-text/chasen/chasen-2.3.3.ebuild deleted file mode 100644 index ad5fe06d2096..000000000000 --- a/app-text/chasen/chasen-2.3.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2004 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.ebuild,v 1.8 2004/06/24 22:29:30 agriffis Exp $ - -if use perl ; then - inherit perl-module -fi - -DESCRIPTION="Japanese Morphological Analysis System, ChaSen" -HOMEPAGE="http://chasen.aist-nara.ac.jp/" -SRC_URI="http://chasen.aist-nara.ac.jp/stable/chasen/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 amd64 ~sparc ~ppc" -IUSE="perl" - -DEPEND="${DEPEND} - >=dev-libs/darts-0.2" -PDEPEND=">=app-dicts/ipadic-2.6.1" - -src_unpack() { - unpack ${A} - - if use perl ; then - cd ${S}/perl - cp Makefile.PL ${T} - sed -e "s:'-lchasen':'-L/usr/lib -lchasen -lstdc++':" \ - ${T}/Makefile.PL > Makefile.PL || die - fi -} - -src_compile() { - econf || die - emake || die - if use perl ; then - cd ${S}/perl - perl-module_src_compile - fi -} - -src_install () { - einstall || die - - if use perl ; then - cd ${S}/perl - perl-module_src_install - fi - - cd ${S} - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README -} diff --git a/app-text/chasen/files/digest-chasen-2.3.3 b/app-text/chasen/files/digest-chasen-2.3.3 deleted file mode 100644 index 2980c21c5882..000000000000 --- a/app-text/chasen/files/digest-chasen-2.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 629e90d9490bac95606c38c2d344cc5f chasen-2.3.3.tar.gz 425981 |