From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F5F6139085 for ; Sat, 7 Jan 2017 15:02:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 410F7E0C7C; Sat, 7 Jan 2017 15:02:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DF01E0C7C for ; Sat, 7 Jan 2017 15:02:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09F56340F53 for ; Sat, 7 Jan 2017 15:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E94324EC for ; Sat, 7 Jan 2017 15:02:21 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1483801331.63d65596275c637aecf88e8e984faf2a3559b851.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mime-types/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/mime-types/mime-types-9.ebuild X-VCS-Directories: app-misc/mime-types/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 63d65596275c637aecf88e8e984faf2a3559b851 X-VCS-Branch: master Date: Sat, 7 Jan 2017 15:02:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 78ac0e43-a928-4db2-9612-c359b4a041f8 X-Archives-Hash: 0babbe7cbd09bec26aa77ddfa219ec78 commit: 63d65596275c637aecf88e8e984faf2a3559b851 Author: Benda Xu gentoo org> AuthorDate: Sat Jan 7 14:56:50 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Sat Jan 7 15:02:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d65596 app-misc/mime-types: bump to EAPI=6 No revision bump was carried out because this is a trivial ebuild and nothing need to be rebuilt. Bug: 604918 Package-Manager: portage-2.3.3 app-misc/mime-types/mime-types-9.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-misc/mime-types/mime-types-9.ebuild b/app-misc/mime-types/mime-types-9.ebuild index 2b71b26..f6a486c 100644 --- a/app-misc/mime-types/mime-types-9.ebuild +++ b/app-misc/mime-types/mime-types-9.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=6 + DESCRIPTION="Provides /etc/mime.types file" HOMEPAGE="https://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2" @@ -16,5 +18,5 @@ RDEPEND="" src_install() { insinto /etc - doins mime.types || die + doins mime.types }