summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2005-11-15 22:35:26 +0000
committerAnders Rune Jensen <arj@gentoo.org>2005-11-15 22:35:26 +0000
commitab4f915764d936932b2bc8e3d4b96589576248cf (patch)
tree7cb29aaef8a30251087d860d414ac9ebb50728a5 /app-dicts/ispell-sl
parentRemove libtool and automake from DEPEND (#112610) - libtoolize isn't used any... (diff)
downloadhistorical-ab4f915764d936932b2bc8e3d4b96589576248cf.tar.gz
historical-ab4f915764d936932b2bc8e3d4b96589576248cf.tar.bz2
historical-ab4f915764d936932b2bc8e3d4b96589576248cf.zip
new version
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-dicts/ispell-sl')
-rw-r--r--app-dicts/ispell-sl/ChangeLog8
-rw-r--r--app-dicts/ispell-sl/Manifest4
-rw-r--r--app-dicts/ispell-sl/files/digest-ispell-sl-0.5.31
-rw-r--r--app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild31
-rw-r--r--app-dicts/ispell-sl/metadata.xml5
5 files changed, 49 insertions, 0 deletions
diff --git a/app-dicts/ispell-sl/ChangeLog b/app-dicts/ispell-sl/ChangeLog
new file mode 100644
index 000000000000..b57b0a8176fb
--- /dev/null
+++ b/app-dicts/ispell-sl/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-dicts/ispell-sl
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sl/ChangeLog,v 1.1 2005/11/15 22:35:26 arj Exp $
+
+*ispell-sl-0.5.3 (15 Nov 2005)
+
+ 15 Nov 2005; Anders Rune Jensen <arj@gentoo.org> ispell-sl-0.5.3.ebuild,
+ Initial import. Fixes #107188.
diff --git a/app-dicts/ispell-sl/Manifest b/app-dicts/ispell-sl/Manifest
new file mode 100644
index 000000000000..a0f3fab2f8b4
--- /dev/null
+++ b/app-dicts/ispell-sl/Manifest
@@ -0,0 +1,4 @@
+MD5 19f392b074a5abec5f0d905a2f77eda3 ChangeLog 348
+MD5 0a453c8051e87e7ed47efddf638ab68f files/digest-ispell-sl-0.5.3 68
+MD5 3f937d9b45596849b3b76b6c9fd736f7 ispell-sl-0.5.3.ebuild 885
+MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
diff --git a/app-dicts/ispell-sl/files/digest-ispell-sl-0.5.3 b/app-dicts/ispell-sl/files/digest-ispell-sl-0.5.3
new file mode 100644
index 000000000000..448bae5c65c8
--- /dev/null
+++ b/app-dicts/ispell-sl/files/digest-ispell-sl-0.5.3
@@ -0,0 +1 @@
+MD5 31fc8b547e68cfde429ff7751e961944 ispell-sl-0.5-3.src.rpm 106705
diff --git a/app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild b/app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild
new file mode 100644
index 000000000000..7b08fbf5508f
--- /dev/null
+++ b/app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild,v 1.1 2005/11/15 22:35:26 arj Exp $
+
+inherit rpm
+
+DESCRIPTION="The Slovenian dictionary for ispell"
+HOMEPAGE="http://nl.ijs.si/GNUsl/download/ispell/"
+SRC_URI="http://nl.ijs.si/GNUsl/download/ispell/ispell-sl-0.5-3.src.rpm"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="app-text/ispell"
+
+src_compile() {
+ # It's important that we export the TMPDIR environment variable,
+ # so we don't commit sandbox violations
+ export TMPDIR=/tmp
+ cd ${WORKDIR}
+ buildhash mte-sl.munched slovensko.aff slovensko.hash || die "Failed to create hash file"
+ unset TMPDIR
+}
+
+src_install() {
+ insinto /usr/lib/ispell
+ doins ${WORKDIR}/slovensko.aff ${WORKDIR}/slovensko.hash
+ dodoc ${WORKDIR}/README
+}
diff --git a/app-dicts/ispell-sl/metadata.xml b/app-dicts/ispell-sl/metadata.xml
new file mode 100644
index 000000000000..8f9450df306e
--- /dev/null
+++ b/app-dicts/ispell-sl/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>app-dicts</herd>
+</pkgmetadata>