2013-01-02 14:22:38 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
2012-10-16 09:23:29 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2013-02-18 10:06:37 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/app-misc/mime-types/mime-types-9.ebuild,v 1.8 2013/02/17 20:04:56 zmedico Exp $
|
2012-10-16 09:23:29 +04:00
|
|
|
|
|
|
|
DESCRIPTION="Provides /etc/mime.types file"
|
|
|
|
HOMEPAGE="http://www.gentoo.org/"
|
|
|
|
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2013-02-18 10:06:37 +04:00
|
|
|
KEYWORDS="alpha amd64 arm 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"
|
2012-10-16 09:23:29 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND=""
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
insinto /etc
|
|
|
|
doins mime.types || die
|
|
|
|
}
|