Use https by default
[gentoo.git] / app-eselect / eselect-oodict / eselect-oodict-20100228.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 DESCRIPTION="Manages configuration of dictionaries for OpenOffice.Org"
6 HOMEPAGE="https://www.gentoo.org/"
7
8 SRC_URI="mirror://gentoo/oodict.eselect-${PVR}.bz2"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
13 IUSE=""
14
15 RDEPEND=">=app-admin/eselect-1.2"
16
17 src_install() {
18         insinto /usr/share/eselect/modules
19         newins "${WORKDIR}"/oodict.eselect-${PVR} oodict.eselect || die "newins failed"
20 }