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 B33D7139694 for ; Thu, 29 Jun 2017 22:22:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 098CBE0C09; Thu, 29 Jun 2017 22:22:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CFD90E0C04 for ; Thu, 29 Jun 2017 22:22:25 +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 EA45E341877 for ; Thu, 29 Jun 2017 22:22:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4368474AA for ; Thu, 29 Jun 2017 22:22:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1498774931.016a6451f48216cbcdc0e2d0fdb342b9fae6a4fa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-systemwide/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild X-VCS-Directories: x11-libs/libtinynotify-systemwide/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 016a6451f48216cbcdc0e2d0fdb342b9fae6a4fa X-VCS-Branch: master Date: Thu, 29 Jun 2017 22:22:21 +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: 4e9fd461-45d2-4390-9ad7-cf2ee2986bd4 X-Archives-Hash: 1386bfdff58b45c5416792feb1cca38c commit: 016a6451f48216cbcdc0e2d0fdb342b9fae6a4fa Author: Michał Górny gentoo org> AuthorDate: Thu Jun 29 21:56:49 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 29 22:22:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016a6451 x11-libs/libtinynotify-systemwide: Modernize to EAPI=6 .../libtinynotify-systemwide-0.1.ebuild | 18 ++++++----- .../libtinynotify-systemwide-9999.ebuild | 35 +++++++++++----------- 2 files changed, 28 insertions(+), 25 deletions(-) diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild index 5120a429ccd..4543af991c3 100644 --- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild +++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 - -inherit autotools-utils +EAPI=6 DESCRIPTION="A system-wide notifications module for libtinynotify" HOMEPAGE="https://github.com/mgorny/libtinynotify-systemwide/" @@ -14,16 +12,22 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc static-libs" -RDEPEND="sys-process/procps - x11-libs/libtinynotify" +RDEPEND="sys-process/procps:0= + x11-libs/libtinynotify:0=" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( dev-util/gtk-doc )" src_configure() { - myeconfargs=( + local myconf=( $(use_enable doc gtk-doc) + $(use_enable static-libs static) ) - autotools-utils_src_configure + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die } diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild index 8823fe38587..d4effe7755c 100644 --- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild +++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild @@ -1,43 +1,42 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -#if LIVE -AUTOTOOLS_AUTORECONF=yes EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" - -inherit git-r3 -#endif - -inherit autotools-utils +inherit autotools git-r3 DESCRIPTION="A system-wide notifications module for libtinynotify" HOMEPAGE="https://github.com/mgorny/libtinynotify-systemwide/" -SRC_URI="https://github.com/mgorny/libtinynotify-systemwide/releases/download/${P}/${P}.tar.bz2" +SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="doc static-libs" RDEPEND="sys-process/procps:0= x11-libs/libtinynotify:0=" DEPEND="${RDEPEND} + >=dev-util/gtk-doc-1.18 virtual/pkgconfig doc? ( dev-util/gtk-doc )" -#if LIVE -KEYWORDS= -SRC_URI= -DEPEND="${DEPEND} - >=dev-util/gtk-doc-1.18" -#endif +src_prepare() { + default + eautoreconf +} src_configure() { - myeconfargs=( + local myconf=( $(use_enable doc gtk-doc) + $(use_enable static-libs static) ) - autotools-utils_src_configure + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die }