summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2005-07-05 00:57:57 +0000
committerAnders Rune Jensen <arj@gentoo.org>2005-07-05 00:57:57 +0000
commit127e6e5b883d4bff9d2a33bc616eb818b2cdc430 (patch)
tree61fdae79eb7bdeaa7b3adab83aa44edf5cb2e112 /app-dicts
parent- fix postfix masking (diff)
downloadhistorical-127e6e5b883d4bff9d2a33bc616eb818b2cdc430.tar.gz
historical-127e6e5b883d4bff9d2a33bc616eb818b2cdc430.tar.bz2
historical-127e6e5b883d4bff9d2a33bc616eb818b2cdc430.zip
fix bug
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ispell-bg/ChangeLog5
-rw-r--r--app-dicts/ispell-bg/Manifest14
-rw-r--r--app-dicts/ispell-bg/ispell-bg-4.0.ebuild18
3 files changed, 8 insertions, 29 deletions
diff --git a/app-dicts/ispell-bg/ChangeLog b/app-dicts/ispell-bg/ChangeLog
index e127ba8e628f..4025bfc66a9e 100644
--- a/app-dicts/ispell-bg/ChangeLog
+++ b/app-dicts/ispell-bg/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-dicts/ispell-bg
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.2 2005/06/04 20:24:31 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.3 2005/07/05 00:57:57 arj Exp $
+ 05 Jul 2005; Anders Rune Jensen <arj@gentoo.org> ispell-bg-4.0.ebuild :
+ Fix #97732
+
*ispell-bg-4.0 (03 Jun 2005)
03 Jun 2005; Anders Rune Jensen <arj@gentoo.org> ispell-bg-4.0.ebuild :
diff --git a/app-dicts/ispell-bg/Manifest b/app-dicts/ispell-bg/Manifest
index 798b611233f0..9924d95db9ce 100644
--- a/app-dicts/ispell-bg/Manifest
+++ b/app-dicts/ispell-bg/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 45d03d7455a2b86cfdfa8bb2162dbdef ispell-bg-4.0.ebuild 734
-MD5 261e99e76cebef7f0ba8c9033c46a152 ChangeLog 369
+MD5 98480ae8aa2eded5a271a31474b5c5c4 ChangeLog 453
+MD5 c3fa50f9679685540f670cc3dee66bce ispell-bg-4.0.ebuild 554
MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
MD5 cf02a3be974630af9f4575cbc3da2d27 files/digest-ispell-bg-4.0 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCog4eI1lqEGTUzyQRAq+DAKDPRyJYqOQMDD2CPOSuRjmIwwlLuQCfTyvn
-zMJr9DrKkOk2UHotbNoPHhQ=
-=A59z
------END PGP SIGNATURE-----
diff --git a/app-dicts/ispell-bg/ispell-bg-4.0.ebuild b/app-dicts/ispell-bg/ispell-bg-4.0.ebuild
index a1a5f4daab37..af6a433de659 100644
--- a/app-dicts/ispell-bg/ispell-bg-4.0.ebuild
+++ b/app-dicts/ispell-bg/ispell-bg-4.0.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-dicts/ispell-bg/ispell-bg-4.0.ebuild,v 1.1 2005/06/03 10:57:04 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.0.ebuild,v 1.2 2005/07/05 00:57:57 arj Exp $
DESCRIPTION="Bulgarian dictionary for ispell"
SRC_URI="mirror://sourceforge/bgoffice/${P}.tar.gz"
@@ -13,21 +13,7 @@ KEYWORDS="~x86 ~amd64"
DEPEND="app-text/ispell"
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -e s/DATA_DIR=.*$// Makefile > Makefile1
- rm Makefile
- mv Makefile1 Makefile
-}
-
-src_compile() {
- make || die
-}
-
src_install () {
- DATA_DIR=${D} make install || die
-
insinto /usr/lib/ispell
- doins ${D}/bulgarian.aff ${D}/bulgarian.hash
+ doins ${S}/data/bulgarian.aff ${S}/data/bulgarian.hash
}