diff --git a/app-eselect/eselect-oodict/Manifest b/app-eselect/eselect-oodict/Manifest new file mode 100644 index 000000000..55641c612 --- /dev/null +++ b/app-eselect/eselect-oodict/Manifest @@ -0,0 +1 @@ +DIST oodict.eselect-20100228.bz2 3802 BLAKE2B d545d42ae99a25a5d66d573a1434df84cdb56cdf61c155db5017a180ab8beef806c38cb4061cbde872455e029cdd9f65f131eaf7920c138dbbda168dd3344e0f SHA512 7aa1e3081b9629ea5932dc679bed7956887cc7f3dcb7e6399d42f8d3ed30b565a1487eef15293f4046b38b6bf8a7844e6d7050e01337550044977366a795f753 diff --git a/app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild b/app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild new file mode 100644 index 000000000..5906b1494 --- /dev/null +++ b/app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Manages configuration of dictionaries for OpenOffice.Org" +HOMEPAGE="https://www.gentoo.org/" + +SRC_URI="mirror://gentoo/oodict.eselect-${PVR}.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="" + +RDEPEND=">=app-admin/eselect-1.2" + +S="${WORKDIR}" + +src_install() { + insinto /usr/share/eselect/modules + newins "${WORKDIR}"/oodict.eselect-${PVR} oodict.eselect +}