Use https by default
[gentoo.git] / app-misc / mime-types / mime-types-9.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 DESCRIPTION="Provides /etc/mime.types file"
6 HOMEPAGE="https://www.gentoo.org/"
7 SRC_URI="mirror://gentoo/${P}.tar.bz2"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
12 IUSE=""
13
14 DEPEND=""
15 RDEPEND=""
16
17 src_install() {
18         insinto /etc
19         doins mime.types || die
20 }