diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-01 09:44:37 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-01 09:44:37 +0000 |
commit | f1f6be9fe4b36568fd7ece8ec19c6a208f1294ca (patch) | |
tree | 94c8c263938c75f497da2889561abd81a39ca072 /app-dicts/ipadic | |
parent | epatch, sed and changelog fixes (diff) | |
download | gentoo-2-f1f6be9fe4b36568fd7ece8ec19c6a208f1294ca.tar.gz gentoo-2-f1f6be9fe4b36568fd7ece8ec19c6a208f1294ca.tar.bz2 gentoo-2-f1f6be9fe4b36568fd7ece8ec19c6a208f1294ca.zip |
epatch, sed and changelog fixes
Diffstat (limited to 'app-dicts/ipadic')
-rw-r--r-- | app-dicts/ipadic/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/ipadic/ipadic-2.6.0.ebuild | 5 | ||||
-rw-r--r-- | app-dicts/ipadic/ipadic-2.6.1.ebuild | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/app-dicts/ipadic/Manifest b/app-dicts/ipadic/Manifest index 93d70c044b1c..7900e5adb5a0 100644 --- a/app-dicts/ipadic/Manifest +++ b/app-dicts/ipadic/Manifest @@ -1,6 +1,6 @@ MD5 30e09ec6f562f6406ebc1bd89882bc72 ChangeLog 551 -MD5 60ef31b72def0f5820e38c4e6fcca6d5 ipadic-2.6.0.ebuild 762 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 -MD5 59566c25597a38e84f393d284424439d ipadic-2.6.1.ebuild 773 +MD5 a09f5ee932ce2c821a5fb8f496100a12 ipadic-2.6.0.ebuild 707 +MD5 8670aa5cb601754c869f957917b59db0 ipadic-2.6.1.ebuild 720 MD5 4189a9d22ed54da49df9a42eb1f2fd7c files/digest-ipadic-2.6.0 65 MD5 4afb27bed8feaa85ed28a3a53f0c26de files/digest-ipadic-2.6.1 65 diff --git a/app-dicts/ipadic/ipadic-2.6.0.ebuild b/app-dicts/ipadic/ipadic-2.6.0.ebuild index 0c8e44ded9a6..0c89deae9f0b 100644 --- a/app-dicts/ipadic/ipadic-2.6.0.ebuild +++ b/app-dicts/ipadic/ipadic-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.0.ebuild,v 1.2 2003/07/16 15:25:47 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.0.ebuild,v 1.3 2003/10/01 09:44:33 aliz Exp $ DESCRIPTION="Japanese dictionary for ChaSen" HOMEPAGE="http://chasen.aist-nara.ac.jp/" @@ -15,8 +15,7 @@ DEPEND="app-text/chasen" S="${WORKDIR}/${P}" src_compile() { - cp Makefile.in Makefile.in.orig - sed -e "/^install-data-am:/s/install-data-local//" < Makefile.in.orig > Makefile.in + sed -i -e "/^install-data-am:/s/install-data-local//" Makefile.in econf || die make || die } diff --git a/app-dicts/ipadic/ipadic-2.6.1.ebuild b/app-dicts/ipadic/ipadic-2.6.1.ebuild index 8a8727fa16ed..01a21be350bc 100644 --- a/app-dicts/ipadic/ipadic-2.6.1.ebuild +++ b/app-dicts/ipadic/ipadic-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.1.ebuild,v 1.1 2003/08/03 04:01:28 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.1.ebuild,v 1.2 2003/10/01 09:44:33 aliz Exp $ DESCRIPTION="Japanese dictionary for ChaSen" HOMEPAGE="http://chasen.aist-nara.ac.jp/" @@ -15,8 +15,7 @@ DEPEND=">=app-text/chasen-2.3.2" S="${WORKDIR}/${P}" src_compile() { - cp Makefile.in ${T}/Makefile.in - sed -e "/^install-data-am:/s/install-data-local//" < ${T}/Makefile.in > Makefile.in + sed -i -e "/^install-data-am:/s/install-data-local//" Makefile.in econf || die make || die } |