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 | acef76d2a9e65309a2a71a5c01c16508df027e8a (patch) | |
tree | 205ea110f42d0e536c5f4b2ac41064cd4d6e31fa /app-dicts/ispell-sv | |
parent | Added init script. Closes bug #43374. (Manifest recommit) (diff) | |
download | gentoo-2-acef76d2a9e65309a2a71a5c01c16508df027e8a.tar.gz gentoo-2-acef76d2a9e65309a2a71a5c01c16508df027e8a.tar.bz2 gentoo-2-acef76d2a9e65309a2a71a5c01c16508df027e8a.zip |
header fix; don't assign default to S; tidy
Diffstat (limited to 'app-dicts/ispell-sv')
-rw-r--r-- | app-dicts/ispell-sv/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild | 8 |
2 files changed, 9 insertions, 6 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/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" |