summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-01-05 11:27:14 +0000
committerPacho Ramos <pacho@gentoo.org>2014-01-05 11:27:14 +0000
commite99376faa287e4cdba95f9c2033020861179dc94 (patch)
treeb635af50eff44003ac0b4224d1511937bcc03c23 /app-dicts/myspell-pl
parentCleanup due http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty-td271... (diff)
downloadgentoo-2-e99376faa287e4cdba95f9c2033020861179dc94.tar.gz
gentoo-2-e99376faa287e4cdba95f9c2033020861179dc94.tar.bz2
gentoo-2-e99376faa287e4cdba95f9c2033020861179dc94.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-pl')
-rw-r--r--app-dicts/myspell-pl/ChangeLog9
-rw-r--r--app-dicts/myspell-pl/metadata.xml2
-rw-r--r--app-dicts/myspell-pl/myspell-pl-20120726.ebuild47
3 files changed, 8 insertions, 50 deletions
diff --git a/app-dicts/myspell-pl/ChangeLog b/app-dicts/myspell-pl/ChangeLog
index 1a0458de993f..3d07a00a219f 100644
--- a/app-dicts/myspell-pl/ChangeLog
+++ b/app-dicts/myspell-pl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-dicts/myspell-pl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pl/ChangeLog,v 1.32 2013/08/07 13:24:07 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pl/ChangeLog,v 1.33 2014/01/05 11:27:14 pacho Exp $
+
+ 05 Jan 2014; Pacho Ramos <pacho@gentoo.org> -myspell-pl-20120726.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-pl-20130306.ebuild:
Stable for x86, wrt bug #470308
diff --git a/app-dicts/myspell-pl/metadata.xml b/app-dicts/myspell-pl/metadata.xml
index bf8ace7df47e..4538a68724a6 100644
--- a/app-dicts/myspell-pl/metadata.xml
+++ b/app-dicts/myspell-pl/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-pl/myspell-pl-20120726.ebuild b/app-dicts/myspell-pl/myspell-pl-20120726.ebuild
deleted file mode 100644
index d799bf566a72..000000000000
--- a/app-dicts/myspell-pl/myspell-pl-20120726.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pl/myspell-pl-20120726.ebuild,v 1.3 2013/02/07 21:25:19 ulm Exp $
-
-EAPI=4
-
-MYSPELL_DICT=(
- "pl_PL.aff"
- "pl_PL.dic"
-)
-
-MYSPELL_HYPH=(
- "hyph_pl_PL.dic"
-)
-
-MYSPELL_THES=(
- "th_pl_PL_v2.dat"
- "th_pl_PL_v2.idx"
-)
-
-inherit myspell-r2
-
-DESCRIPTION="Polish dictionaries for myspell/hunspell"
-# dict is bumped every day but nothing changes, RECHECK BEFORE DOING VERSION BUMP!
-# hyphen has no website
-# thesarus released last in 2k8
-HOMEPAGE="
- http://www.sjp.pl/slownik/en/
- http://sourceforge.net/projects/synonimy/
-"
-SRC_URI="
- http://sjp.pl/slownik/ort/sjp-myspell-pl-${PV}.zip
- http://www.openoffice.org/pl/pliki/hyph_pl_PL.zip -> ${P}-hyph.zip
- mirror://sourceforge/synonimy/OOo2-Thesaurus-1.5.zip -> ${P}-thes.zip
-"
-LICENSE="CC-SA-1.0 LGPL-3 GPL-3 MPL-1.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-src_unpack() {
- myspell-r2_src_unpack
-
- # ZIPCEPTION!
- unzip hyph_pl_PL.zip
- unzip pl_PL.zip
-}