summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2015-11-09 00:41:00 +0100
committerSebastian Pipping <sebastian@pipping.org>2015-11-09 00:43:02 +0100
commitb4c90dedd8e090e4cc0662b73e08a609cde94abc (patch)
treed0a6220bb15a9ddccae3ed56a7ac85c37e977737 /app-dicts
parentdev-util/yumbootstrap: Depend on app-arch/rpm[caps,lua,python] (diff)
downloadbetagarden-b4c90dedd8e090e4cc0662b73e08a609cde94abc.tar.gz
betagarden-b4c90dedd8e090e4cc0662b73e08a609cde94abc.tar.bz2
betagarden-b4c90dedd8e090e4cc0662b73e08a609cde94abc.zip
app-dicts/12dicts: 5.0
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/12dicts/12dicts-5.0.ebuild25
-rw-r--r--app-dicts/12dicts/Manifest1
-rw-r--r--app-dicts/12dicts/metadata.xml8
3 files changed, 34 insertions, 0 deletions
diff --git a/app-dicts/12dicts/12dicts-5.0.ebuild b/app-dicts/12dicts/12dicts-5.0.ebuild
new file mode 100644
index 0000000..2c9ec95
--- /dev/null
+++ b/app-dicts/12dicts/12dicts-5.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Collection of English word lists"
+HOMEPAGE="http://wordlist.aspell.net/12dicts/"
+SRC_URI="mirror://sourceforge/project/wordlist/12Dicts/${PV}/${P}.zip"
+
+LICENSE="wordlist"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins *.txt
+
+ dodoc *.html
+}
diff --git a/app-dicts/12dicts/Manifest b/app-dicts/12dicts/Manifest
new file mode 100644
index 0000000..2145769
--- /dev/null
+++ b/app-dicts/12dicts/Manifest
@@ -0,0 +1 @@
+DIST 12dicts-5.0.zip 1452592 SHA256 4020094fe76ab70fdae9fc02d2b895416c786db0dd223b9a6ddb6a0b992e7468 SHA512 463dbf8030dd0957953515d32c7b55bd4089e0a578ba7d320f6f15e6dcf2ef5c6e06ecbb2276459259c6362e62a33474b0f467feb6fcfc1e7c08fe8924fbf220 WHIRLPOOL ae693aa2999850f758fa1f9fd14cea4b0fab2003904033d0b3c3b842e8fa626c756f115c2fb4e82007f6b87be5e905776f0e2ccc54a7468fb8919a5481a097b1
diff --git a/app-dicts/12dicts/metadata.xml b/app-dicts/12dicts/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/app-dicts/12dicts/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+</pkgmetadata>