diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 00:27:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 00:27:41 +0000 |
commit | ad0044476b60c8f3f0518212b0f7df94ef886240 (patch) | |
tree | 44b674bac582e7044091314c0511a4282ed68edf /app-dicts | |
parent | Added init script. Closes bug #43374. (diff) | |
download | historical-ad0044476b60c8f3f0518212b0f7df94ef886240.tar.gz historical-ad0044476b60c8f3f0518212b0f7df94ef886240.tar.bz2 historical-ad0044476b60c8f3f0518212b0f7df94ef886240.zip |
header fix; don't assign default to S; tidy
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-sv/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/ispell-sv/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-dicts/ispell-sv/ChangeLog b/app-dicts/ispell-sv/ChangeLog index 87b0a918c468..195d1f9c8481 100644 --- a/app-dicts/ispell-sv/ChangeLog +++ b/app-dicts/ispell-sv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-sv -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ChangeLog,v 1.4 2003/03/08 01:07:44 vladimir Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ChangeLog,v 1.5 2004/03/14 00:27:41 mr_bones_ Exp $ + + 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> ispell-sv-1.3.8.ebuild: + header fix; don't assign default to S; tidy *ispell-sv-1.3.8 (11 Jul 2002) diff --git a/app-dicts/ispell-sv/Manifest b/app-dicts/ispell-sv/Manifest index c1e5ed3cd6df..2127c28156bb 100644 --- a/app-dicts/ispell-sv/Manifest +++ b/app-dicts/ispell-sv/Manifest @@ -1,3 +1,3 @@ -MD5 58f108011a8a64ae7fdf8490f34a2e6c ChangeLog 661 -MD5 c3790eeb78f1940d893e48f52959c170 ispell-sv-1.3.8.ebuild 777 +MD5 3e4935761cffc93dad4807615740a8cb ChangeLog 788 +MD5 e1bd8b7b5912c2b0a0bdf052d44ccc6f ispell-sv-1.3.8.ebuild 768 MD5 0b9bc3cd4b754c93a3eae1fa8cf0e4e1 files/digest-ispell-sv-1.3.8 67 diff --git a/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild index 23366f03d3d9..841a5c874371 100644 --- a/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild +++ b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.4 2004/02/22 18:27:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.5 2004/03/14 00:27:41 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="The Swedish dictionary for ispell" -SRC_URI="http://sv.speling.org/filer/${P}.tar.gz" HOMEPAGE="http://sv.speling.org" +SRC_URI="http://sv.speling.org/filer/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="ppc x86 sparc alpha mips hppa" +IUSE="" DEPEND="app-text/ispell" |