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 25A4F1382F6 for ; Thu, 7 Jul 2016 23:38:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6928FE09AA; Thu, 7 Jul 2016 23:38:27 +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 B8A4FE0914 for ; Thu, 7 Jul 2016 23:38:26 +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 444F5340B6E for ; Thu, 7 Jul 2016 23:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D85AF2445 for ; Thu, 7 Jul 2016 23:38:22 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1467934691.f2ce009c152019aa40800161afba9de673bb1345.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-ui/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/connman-ui/connman-ui-9999.ebuild net-misc/connman-ui/metadata.xml X-VCS-Directories: net-misc/connman-ui/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: f2ce009c152019aa40800161afba9de673bb1345 X-VCS-Branch: master Date: Thu, 7 Jul 2016 23:38:22 +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: 1a12660c-9aa3-4a3e-be89-b3c8c0568b25 X-Archives-Hash: 9238f9c9a30def1ed4a0cd25f15818d4 commit: f2ce009c152019aa40800161afba9de673bb1345 Author: Austin English gentoo org> AuthorDate: Thu Jul 7 23:11:14 2016 +0000 Commit: Austin English gentoo org> CommitDate: Thu Jul 7 23:38:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ce009c net-misc/connman-ui: bump to EAPI 6, add maintainer-needed Package-Manager: portage-2.2.28 net-misc/connman-ui/connman-ui-9999.ebuild | 5 +++-- net-misc/connman-ui/metadata.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/connman-ui/connman-ui-9999.ebuild b/net-misc/connman-ui/connman-ui-9999.ebuild index e225e64..87af7aa 100644 --- a/net-misc/connman-ui/connman-ui-9999.ebuild +++ b/net-misc/connman-ui/connman-ui-9999.ebuild @@ -1,8 +1,8 @@ -# 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 inherit autotools git-r3 @@ -30,5 +30,6 @@ DEPEND="${CDEPEND} " src_prepare() { + default eautoreconf } diff --git a/net-misc/connman-ui/metadata.xml b/net-misc/connman-ui/metadata.xml index e255bd0..4788bbc 100644 --- a/net-misc/connman-ui/metadata.xml +++ b/net-misc/connman-ui/metadata.xml @@ -1,6 +1,7 @@ + A full-featured GTK based trayicon UI for ConnMan.