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 125F0138334 for ; Sun, 3 Jun 2018 14:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A8D5E070D; Sun, 3 Jun 2018 14:44:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DD44FE070D for ; Sun, 3 Jun 2018 14:44:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 26E8E335C75 for ; Sun, 3 Jun 2018 14:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68E902A4 for ; Sun, 3 Jun 2018 14:44:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528037005.6240276903c2ea65d91999017c10e4606d951611.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/pology/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/pology/pology-0.12.ebuild app-i18n/pology/pology-9999.ebuild X-VCS-Directories: app-i18n/pology/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6240276903c2ea65d91999017c10e4606d951611 X-VCS-Branch: master Date: Sun, 3 Jun 2018 14:44:35 +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: a93ad3b7-4fa0-49a0-a415-db82e63d7a75 X-Archives-Hash: dec58d823159052bdbbcbcf8bde4df44 commit: 6240276903c2ea65d91999017c10e4606d951611 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 3 14:43:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 3 14:43:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62402769 app-i18n/pology: EAPI 6 bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/pology/pology-0.12.ebuild | 4 ++-- app-i18n/pology/pology-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-i18n/pology/pology-0.12.ebuild b/app-i18n/pology/pology-0.12.ebuild index 3fe9a9b0038..a1c06c9a171 100644 --- a/app-i18n/pology/pology-0.12.ebuild +++ b/app-i18n/pology/pology-0.12.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/l10n-support/pology" PYTHON_COMPAT=( python2_7 ) diff --git a/app-i18n/pology/pology-9999.ebuild b/app-i18n/pology/pology-9999.ebuild index 3fe9a9b0038..a1c06c9a171 100644 --- a/app-i18n/pology/pology-9999.ebuild +++ b/app-i18n/pology/pology-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/l10n-support/pology" PYTHON_COMPAT=( python2_7 )