diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2005-02-16 17:36:05 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2005-02-16 17:36:05 +0000 |
commit | e44c19831cb0685787c5da4b7c30433f88e0e543 (patch) | |
tree | 8c7d5f0524f1d62e23eef5c510f963f57d4ad747 /app-dicts | |
parent | fixed patches (diff) | |
download | historical-e44c19831cb0685787c5da4b7c30433f88e0e543.tar.gz historical-e44c19831cb0685787c5da4b7c30433f88e0e543.tar.bz2 historical-e44c19831cb0685787c5da4b7c30433f88e0e543.zip |
fix bug
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-pt/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/aspell-pt/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/aspell-pt/aspell-pt-20041027.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/app-dicts/aspell-pt/ChangeLog b/app-dicts/aspell-pt/ChangeLog index e2fe214c28f2..94484d9d4fde 100644 --- a/app-dicts/aspell-pt/ChangeLog +++ b/app-dicts/aspell-pt/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-dicts/aspell-pt # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/ChangeLog,v 1.7 2005/02/15 21:53:44 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/ChangeLog,v 1.8 2005/02/16 17:36:05 arj Exp $ + 16 Feb 2005; Anders Rune Jensen <arj@gentoo.org> aspell-pt-20041027.ebuild: + Fix #82232 + *aspell-pt-20041027 (15 Feb 2005) 15 Feb 2005; Anders Rune Jensen <arj@gentoo.org> +aspell-pt-20041027.ebuild: diff --git a/app-dicts/aspell-pt/Manifest b/app-dicts/aspell-pt/Manifest index dc2af058ee49..cfd0c9b5ea46 100644 --- a/app-dicts/aspell-pt/Manifest +++ b/app-dicts/aspell-pt/Manifest @@ -1,7 +1,7 @@ MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 -MD5 fa9bb9b80b42a113adc1871167d08186 aspell-pt-20041027.ebuild 846 +MD5 36155fd7a9e219a84afedcf0452f82ca aspell-pt-20041027.ebuild 876 MD5 32f0e99d3aed9597f5a345ecebce9272 aspell-pt-0.50.2.ebuild 293 -MD5 4ef75daab44ba0023e1e0dbb1470628e ChangeLog 825 +MD5 1bfa03d03daa062a5ce36e51195c7e6d ChangeLog 918 MD5 91931b223724843289282cc30b04911f files/digest-aspell-pt-0.50.2 69 MD5 48358fc76a0345aced744e6a2b5fb983 files/Makefile-fix 884 MD5 2028d463ab240c260febcb6251f41610 files/digest-aspell-pt-20041027 71 diff --git a/app-dicts/aspell-pt/aspell-pt-20041027.ebuild b/app-dicts/aspell-pt/aspell-pt-20041027.ebuild index e786acfa7a9d..e19438915a23 100644 --- a/app-dicts/aspell-pt/aspell-pt-20041027.ebuild +++ b/app-dicts/aspell-pt/aspell-pt-20041027.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/aspell-pt/aspell-pt-20041027.ebuild,v 1.1 2005/02/15 21:53:44 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/aspell-pt-20041027.ebuild,v 1.2 2005/02/16 17:36:05 arj Exp $ ASPELL_LANG="Portuguese" @@ -32,5 +32,6 @@ src_compile() { src_install() { addwrite "/usr/lib/" + addwrite "/usr/share/aspell" emake install || die "make failed" } |