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 DBE9C139085 for ; Wed, 11 Jan 2017 08:37:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF862E0C3D; Wed, 11 Jan 2017 08:37:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BF00CE0C3D for ; Wed, 11 Jan 2017 08:37:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9E4EC341149 for ; Wed, 11 Jan 2017 08:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06E6C2519 for ; Wed, 11 Jan 2017 08:37:11 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1484123825.06b66bac06aa5e834bf9bfca5f71e94c1c4564cb.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gdrive/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-gdrive/kio-gdrive-1.0.4.ebuild kde-misc/kio-gdrive/kio-gdrive-1.0.5.ebuild X-VCS-Directories: kde-misc/kio-gdrive/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 06b66bac06aa5e834bf9bfca5f71e94c1c4564cb X-VCS-Branch: master Date: Wed, 11 Jan 2017 08:37: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: 285f19ac-36fa-4d99-b0a3-72437f0f2988 X-Archives-Hash: 468bd2248e2c25519e276f47b66a6e3d commit: 06b66bac06aa5e834bf9bfca5f71e94c1c4564cb Author: Johannes Huber gentoo org> AuthorDate: Wed Jan 11 08:36:45 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jan 11 08:37:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b66bac kde-misc/kio-gdrive: Drop test use flag There are no tests to execute. Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-misc/kio-gdrive/kio-gdrive-1.0.4.ebuild | 3 +-- kde-misc/kio-gdrive/kio-gdrive-1.0.5.ebuild | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.0.4.ebuild b/kde-misc/kio-gdrive/kio-gdrive-1.0.4.ebuild index b036d59..a380bf0 100644 --- a/kde-misc/kio-gdrive/kio-gdrive-1.0.4.ebuild +++ b/kde-misc/kio-gdrive/kio-gdrive-1.0.4.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -KDE_TEST="optional" inherit kde5 DESCRIPTION="KIO Slave for Google Drive service" diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.0.5.ebuild b/kde-misc/kio-gdrive/kio-gdrive-1.0.5.ebuild index 80b1682..66eb96a 100644 --- a/kde-misc/kio-gdrive/kio-gdrive-1.0.5.ebuild +++ b/kde-misc/kio-gdrive/kio-gdrive-1.0.5.ebuild @@ -5,7 +5,6 @@ EAPI=6 KDE_HANDBOOK="true" -KDE_TEST="optional" inherit kde5 DESCRIPTION="KIO Slave for Google Drive service"