diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2005-07-05 00:57:57 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2005-07-05 00:57:57 +0000 |
commit | 4f0337c2ae4ae8cf822e141ff9a1773ad4240702 (patch) | |
tree | c7b061eac3ab9f75328bc03c6fce264c0a9374e0 /app-dicts/ispell-bg | |
parent | - fix postfix masking (diff) | |
download | gentoo-2-4f0337c2ae4ae8cf822e141ff9a1773ad4240702.tar.gz gentoo-2-4f0337c2ae4ae8cf822e141ff9a1773ad4240702.tar.bz2 gentoo-2-4f0337c2ae4ae8cf822e141ff9a1773ad4240702.zip |
fix bug
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-dicts/ispell-bg')
-rw-r--r-- | app-dicts/ispell-bg/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ispell-bg/Manifest | 12 | ||||
-rw-r--r-- | app-dicts/ispell-bg/ispell-bg-4.0.ebuild | 18 |
3 files changed, 7 insertions, 28 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..ad6bdbe76542 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 edda182325c221b3a09961c101335939 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 } |