From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0A41B59CA5 for ; Mon, 21 Mar 2016 09:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ECEC21C012; Mon, 21 Mar 2016 09:45:16 +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 E3BF821C012 for ; Mon, 21 Mar 2016 09:45:15 +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 16D3134045C for ; Mon, 21 Mar 2016 09:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DDD6859 for ; Mon, 21 Mar 2016 09:45:11 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1458553470.7d2508da633f786dd0b6fe95bfd6af85fd80481b.ulm@gentoo> Subject: [gentoo-commits] proj/emacs:master commit in: app-emacs/emacs-common-gentoo/ X-VCS-Repository: proj/emacs X-VCS-Files: app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild X-VCS-Directories: app-emacs/emacs-common-gentoo/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7d2508da633f786dd0b6fe95bfd6af85fd80481b X-VCS-Branch: master Date: Mon, 21 Mar 2016 09:45:11 +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: e4087b8b-a53b-4de3-ba11-c04ccabd9831 X-Archives-Hash: 17eec53215f696584406e0fcbac49337 commit: 7d2508da633f786dd0b6fe95bfd6af85fd80481b Author: Ulrich Müller gentoo org> AuthorDate: Mon Mar 21 09:43:25 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Mar 21 09:44:30 2016 +0000 URL: https://gitweb.gentoo.org/proj/emacs.git/commit/?id=7d2508da app-emacs/emacs-common-gentoo: Update to EAPI 6. Package-Manager: portage-2.2.28 app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild index 539333d..2da35b7 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git" EGIT_BRANCH="${PN}" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" -inherit elisp-common eutils fdo-mime gnome2-utils readme.gentoo user git-r3 +inherit elisp-common eutils fdo-mime gnome2-utils readme.gentoo-r1 user git-r3 DESCRIPTION="Common files needed by all GNU Emacs versions" -HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" LICENSE="GPL-3+" SLOT="0"