diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-12-01 01:29:06 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-12-01 01:29:06 +0000 |
commit | 7683aeb403a3eb976ff3b3417ef6acd7869f0b37 (patch) | |
tree | 95780b04de17f95b1a7f7f64c485271deb4d2438 /app-dicts/aspell-da | |
parent | KEYWORDS assignment moved from aspell-dict.eclass to ebuilds - bug #132718 (diff) | |
download | gentoo-2-7683aeb403a3eb976ff3b3417ef6acd7869f0b37.tar.gz gentoo-2-7683aeb403a3eb976ff3b3417ef6acd7869f0b37.tar.bz2 gentoo-2-7683aeb403a3eb976ff3b3417ef6acd7869f0b37.zip |
KEYWORDS assignment moved from aspell-dict.eclass to ebuilds - bug #132718
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'app-dicts/aspell-da')
-rw-r--r-- | app-dicts/aspell-da/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/aspell-da/aspell-da-1.4.54.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/aspell-da/aspell-da-1.6.0.ebuild | 8 |
3 files changed, 17 insertions, 5 deletions
diff --git a/app-dicts/aspell-da/ChangeLog b/app-dicts/aspell-da/ChangeLog index 1324a5c8b053..4e1def905e56 100644 --- a/app-dicts/aspell-da/ChangeLog +++ b/app-dicts/aspell-da/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/aspell-da # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/ChangeLog,v 1.29 2006/08/13 15:44:06 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/ChangeLog,v 1.30 2006/12/01 01:29:06 kevquinn Exp $ + + 01 Dec 2006; Kevin F. Quinn <kevquinn@gentoo.org> aspell-da-1.4.54.ebuild, + aspell-da-1.6.0.ebuild: + Ebuild cleanups for bug #132718 *aspell-da-1.6.0 (13 Aug 2006) diff --git a/app-dicts/aspell-da/aspell-da-1.4.54.ebuild b/app-dicts/aspell-da/aspell-da-1.4.54.ebuild index c2ddb2bbd7d9..ee0a9e11d606 100644 --- a/app-dicts/aspell-da/aspell-da-1.4.54.ebuild +++ b/app-dicts/aspell-da/aspell-da-1.4.54.ebuild @@ -1,12 +1,16 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/aspell-da-1.4.54.ebuild,v 1.2 2006/07/01 16:13:07 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/aspell-da-1.4.54.ebuild,v 1.3 2006/12/01 01:29:06 kevquinn Exp $ ASPELL_LANG="Danish" + inherit aspell-dict +LICENSE="GPL-2" HOMEPAGE="http://da.speling.org" + +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" + SRC_URI="http://da.speling.org/filer/new_${P}.tar.gz" S=${WORKDIR}/new_${P} -LICENSE="GPL-2" diff --git a/app-dicts/aspell-da/aspell-da-1.6.0.ebuild b/app-dicts/aspell-da/aspell-da-1.6.0.ebuild index 6103d22c5578..6f4ced83b0b4 100644 --- a/app-dicts/aspell-da/aspell-da-1.6.0.ebuild +++ b/app-dicts/aspell-da/aspell-da-1.6.0.ebuild @@ -1,12 +1,16 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/aspell-da-1.6.0.ebuild,v 1.1 2006/08/13 15:44:06 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/aspell-da-1.6.0.ebuild,v 1.2 2006/12/01 01:29:06 kevquinn Exp $ ASPELL_LANG="Danish" + inherit aspell-dict +LICENSE="GPL-2" HOMEPAGE="http://da.speling.org" + +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" + SRC_URI="http://da.speling.org/filer/new_${P}.tar.gz" S=${WORKDIR}/new_${P} -LICENSE="GPL-2" |