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 E4CE01382C5 for ; Sun, 22 Apr 2018 13:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 349C5E08DF; Sun, 22 Apr 2018 13:01:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1171EE08DF for ; Sun, 22 Apr 2018 13:01:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 016A7335C43 for ; Sun, 22 Apr 2018 13:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C1F727C for ; Sun, 22 Apr 2018 13:00:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524401998.b2a9b29b2021fce2870ba7de3f398b5d8b02f511.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/fox-wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/fox-wrapper/fox-wrapper-2.ebuild x11-libs/fox-wrapper/fox-wrapper-3.ebuild X-VCS-Directories: x11-libs/fox-wrapper/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b2a9b29b2021fce2870ba7de3f398b5d8b02f511 X-VCS-Branch: master Date: Sun, 22 Apr 2018 13:00:59 +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: f358a8db-fc2a-4b76-a8fa-c789fa6e8ce6 X-Archives-Hash: 9fae23f6d2ad1493198f382c2fa8a09e commit: b2a9b29b2021fce2870ba7de3f398b5d8b02f511 Author: Marty E. Plummer startmail com> AuthorDate: Sat Apr 21 19:34:09 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 22 12:59:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a9b29b x11-libs/fox-wrapper: EAPI bump Very little to this one; just a script shipped from ${FILESDIR}. Package-Manager: Portage-2.3.31, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8103 x11-libs/fox-wrapper/fox-wrapper-2.ebuild | 4 +++- x11-libs/fox-wrapper/fox-wrapper-3.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/x11-libs/fox-wrapper/fox-wrapper-2.ebuild b/x11-libs/fox-wrapper/fox-wrapper-2.ebuild index f5662434b39..4bd834ee734 100644 --- a/x11-libs/fox-wrapper/fox-wrapper-2.ebuild +++ b/x11-libs/fox-wrapper/fox-wrapper-2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + DESCRIPTION="wrapper for fox-config to manage multiple versions" HOMEPAGE="https://www.gentoo.org/" SRC_URI="" diff --git a/x11-libs/fox-wrapper/fox-wrapper-3.ebuild b/x11-libs/fox-wrapper/fox-wrapper-3.ebuild index 82cc948f070..96ba4b3a3e9 100644 --- a/x11-libs/fox-wrapper/fox-wrapper-3.ebuild +++ b/x11-libs/fox-wrapper/fox-wrapper-3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + DESCRIPTION="wrapper for fox-config to manage multiple versions" HOMEPAGE="https://www.gentoo.org/" SRC_URI=""