diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-05 11:20:19 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-05 11:20:19 +0000 |
commit | 0219bc9062db657327b00ad6471e1d7ffa8c7744 (patch) | |
tree | c0c835b02d538ae88107ec754e080204f343882a /app-dicts/myspell-fo | |
parent | Cleanup due http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty-td271... (diff) | |
download | gentoo-2-0219bc9062db657327b00ad6471e1d7ffa8c7744.tar.gz gentoo-2-0219bc9062db657327b00ad6471e1d7ffa8c7744.tar.bz2 gentoo-2-0219bc9062db657327b00ad6471e1d7ffa8c7744.zip |
Cleanup due http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty-td271273.html
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-dicts/myspell-fo')
-rw-r--r-- | app-dicts/myspell-fo/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/myspell-fo/metadata.xml | 2 | ||||
-rw-r--r-- | app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild | 31 |
3 files changed, 8 insertions, 34 deletions
diff --git a/app-dicts/myspell-fo/ChangeLog b/app-dicts/myspell-fo/ChangeLog index 49177e84a269..eaf109cf806f 100644 --- a/app-dicts/myspell-fo/ChangeLog +++ b/app-dicts/myspell-fo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-fo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fo/ChangeLog,v 1.30 2013/08/07 13:23:54 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fo/ChangeLog,v 1.31 2014/01/05 11:20:19 pacho Exp $ + + 05 Jan 2014; Pacho Ramos <pacho@gentoo.org> -myspell-fo-0.4.1.ebuild, + metadata.xml: + Cleanup due http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty- + td271273.html 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> myspell-fo-0.4.2.ebuild: Stable for x86, wrt bug #470306 diff --git a/app-dicts/myspell-fo/metadata.xml b/app-dicts/myspell-fo/metadata.xml index bf8ace7df47e..4538a68724a6 100644 --- a/app-dicts/myspell-fo/metadata.xml +++ b/app-dicts/myspell-fo/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>app-dicts</herd> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> </pkgmetadata> diff --git a/app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild b/app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild deleted file mode 100644 index 11911fbe62f3..000000000000 --- a/app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild,v 1.1 2012/06/13 17:35:18 scarabeus Exp $ - -EAPI=4 - -MYSPELL_DICT=( - "${P}/fo_FO.aff" - "${P}/fo_FO.dic" -) - -MYSPELL_HYPH=( - "hyph_fo_FO.dic" -) - -MYSPELL_THES=( -) - -inherit myspell-r2 - -DESCRIPTION="Faroese dictionaries for myspell/hunspell" -HOMEPAGE="http://fo.speling.org/" -SRC_URI=" - http://fo.speling.org/filer/${P}.tar.bz2 - http://fo.speling.org/filer/hyph_fo_FO-20040420a.zip -" - -LICENSE="GPL-2 LGPL-2.1 MPL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" |