summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-10-01 09:44:37 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-10-01 09:44:37 +0000
commitf1f6be9fe4b36568fd7ece8ec19c6a208f1294ca (patch)
tree94c8c263938c75f497da2889561abd81a39ca072 /app-dicts
parentepatch, sed and changelog fixes (diff)
downloadgentoo-2-f1f6be9fe4b36568fd7ece8ec19c6a208f1294ca.tar.gz
gentoo-2-f1f6be9fe4b36568fd7ece8ec19c6a208f1294ca.tar.bz2
gentoo-2-f1f6be9fe4b36568fd7ece8ec19c6a208f1294ca.zip
epatch, sed and changelog fixes
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ipadic/Manifest4
-rw-r--r--app-dicts/ipadic/ipadic-2.6.0.ebuild5
-rw-r--r--app-dicts/ipadic/ipadic-2.6.1.ebuild5
-rw-r--r--app-dicts/ispell-ga/ChangeLog4
-rw-r--r--app-dicts/ispell-ga/Manifest2
-rw-r--r--app-dicts/pydict/Manifest4
-rw-r--r--app-dicts/pydict/pydict-0.2.5.1.ebuild4
7 files changed, 14 insertions, 14 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
}
diff --git a/app-dicts/ispell-ga/ChangeLog b/app-dicts/ispell-ga/ChangeLog
index e0c33d6ffa33..97d5a605c233 100644
--- a/app-dicts/ispell-ga/ChangeLog
+++ b/app-dicts/ispell-ga/ChangeLog
@@ -1,6 +1,8 @@
# ChangeLog for app-dicts/ispell-ga
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ChangeLog,v 1.1 2003/09/09 10:43:16 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ChangeLog,v 1.2 2003/10/01 09:44:33 aliz Exp $
+
+*ispell-ga-3.3 (09 Sep 2003)
09 Sep 2003; Seemant Kulleen <seemant@gentoo.org> :
Irish (Gaelic) dictionary for ispell. Submitted by its author: Kevin Scannell
diff --git a/app-dicts/ispell-ga/Manifest b/app-dicts/ispell-ga/Manifest
index 7fd8a55713f8..8a86ee4b4076 100644
--- a/app-dicts/ispell-ga/Manifest
+++ b/app-dicts/ispell-ga/Manifest
@@ -1,3 +1,3 @@
+MD5 6660f0e103d44755efd3f1eb64037a7d ChangeLog 418
MD5 633eff8154b8637a2dafc050d7a273bf ispell-ga-3.3.ebuild 651
-MD5 26b6df28bfe0c422b95e3019af8c1c5c ChangeLog 391
MD5 490c4dda73c8ddcc7c4d5b482a506829 files/digest-ispell-ga-3.3 70
diff --git a/app-dicts/pydict/Manifest b/app-dicts/pydict/Manifest
index 415cafa7b1ec..da1cc40ba3ca 100644
--- a/app-dicts/pydict/Manifest
+++ b/app-dicts/pydict/Manifest
@@ -1,4 +1,4 @@
-MD5 8801a0e35cf3308e5ceb96f46279dde7 files/digest-pydict-0.2.5.1 67
-MD5 6d8000b87978ae3290ef9290077a0c3b pydict-0.2.5.1.ebuild 864
MD5 784782172d48b8d1a5df378a533de60b ChangeLog 507
+MD5 af5b5553112b6c273e3421ad7e79f2e5 pydict-0.2.5.1.ebuild 863
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
+MD5 8801a0e35cf3308e5ceb96f46279dde7 files/digest-pydict-0.2.5.1 67
diff --git a/app-dicts/pydict/pydict-0.2.5.1.ebuild b/app-dicts/pydict/pydict-0.2.5.1.ebuild
index 943fecf67257..9ae9ccae6cad 100644
--- a/app-dicts/pydict/pydict-0.2.5.1.ebuild
+++ b/app-dicts/pydict/pydict-0.2.5.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.6 2003/09/07 23:47:08 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.7 2003/10/01 09:44:33 aliz Exp $
DESCRIPTION="Chinese-English / English-Chinese dictionary"
HOMEPAGE="http://sourceforge.net/projects/pydict"
-SRC_URI="mirror://sourceforge/${PN}/pyDict-${PV}.tar.gz"
+SRC_URI="mirror://sourceforge/pydict/pyDict-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"