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 52BEC1396D0 for ; Sat, 16 Sep 2017 08:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 963C7E0C39; Sat, 16 Sep 2017 08:28:38 +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 73581E0C39 for ; Sat, 16 Sep 2017 08:28: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 64DCC33BE18 for ; Sat, 16 Sep 2017 08:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3C57907A for ; Sat, 16 Sep 2017 08:28:35 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1505550512.dc3aa73f3894cb7bd06478b6d119ff45219478fe.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/scw/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/scw/scw-0.4.7-r1.ebuild X-VCS-Directories: x11-libs/scw/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: dc3aa73f3894cb7bd06478b6d119ff45219478fe X-VCS-Branch: master Date: Sat, 16 Sep 2017 08:28: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: 4aeb4aa0-eeec-4766-99d4-c8d1c5e002a6 X-Archives-Hash: 6d6ab6f48f07a100fa9fbab6b10dc3b6 commit: dc3aa73f3894cb7bd06478b6d119ff45219478fe Author: Patrice Clement gentoo org> AuthorDate: Fri Sep 15 21:29:13 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Sep 16 08:28:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3aa73f x11-libs/scw: EAPI 6 bump. Package-Manager: Portage-2.3.6, Repoman-2.3.1 x11-libs/scw/scw-0.4.7-r1.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/x11-libs/scw/scw-0.4.7-r1.ebuild b/x11-libs/scw/scw-0.4.7-r1.ebuild new file mode 100644 index 00000000000..c1868e7ecc5 --- /dev/null +++ b/x11-libs/scw/scw-0.4.7-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A GTK+ widget set specifically designed for chat programs" +HOMEPAGE="http://scwwidgets.googlepages.com" +SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=" + dev-libs/glib:2 + x11-libs/gtk+:2" + +DEPEND=" + ${RDEPEND} + doc? ( dev-util/gtk-doc ) + virtual/pkgconfig" + +src_configure() { + econf $(use_enable doc gtk-doc) +}