summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Quinn <kevquinn@gentoo.org>2006-06-21 11:00:18 +0000
committerKevin F. Quinn <kevquinn@gentoo.org>2006-06-21 11:00:18 +0000
commit8a152f748a01bd2809c95f7b1f5b3db6b49df1c5 (patch)
tree58c7631d89ad9492f40b9d9e1a44458b27b873bb /app-admin/eselect-oodict/eselect-oodict-20060621.ebuild
parentStable on x86. Bug #136759. (diff)
downloadgentoo-2-8a152f748a01bd2809c95f7b1f5b3db6b49df1c5.tar.gz
gentoo-2-8a152f748a01bd2809c95f7b1f5b3db6b49df1c5.tar.bz2
gentoo-2-8a152f748a01bd2809c95f7b1f5b3db6b49df1c5.zip
Fix update action (variable name typo), and handle missing OOo dictionary.lst properly - thanks to suka for pointing out the errors.
(Portage version: 2.1)
Diffstat (limited to 'app-admin/eselect-oodict/eselect-oodict-20060621.ebuild')
-rw-r--r--app-admin/eselect-oodict/eselect-oodict-20060621.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/eselect-oodict/eselect-oodict-20060621.ebuild b/app-admin/eselect-oodict/eselect-oodict-20060621.ebuild
new file mode 100644
index 000000000000..07017922a77e
--- /dev/null
+++ b/app-admin/eselect-oodict/eselect-oodict-20060621.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-oodict/eselect-oodict-20060621.ebuild,v 1.1 2006/06/21 11:00:18 kevquinn Exp $
+
+DESCRIPTION="Manages configuration of dictionaries for OpenOffice.Org."
+HOMEPAGE="http://www.gentoo.org/"
+
+SRC_URI="mirror://gentoo/oodict.eselect-${PVR}.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=app-admin/eselect-1.0.2"
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ cp ${WORKDIR}/oodict.eselect-${PVR} ${T}/oodict.eselect
+ doins ${T}/oodict.eselect
+}