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 4B858139694 for ; Sun, 23 Jul 2017 13:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 463DC1FC009; Sun, 23 Jul 2017 13:52:55 +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 18EF2E0ED5 for ; Sun, 23 Jul 2017 13:52:55 +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 0F88D34180C for ; Sun, 23 Jul 2017 13:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFA3874B9 for ; Sun, 23 Jul 2017 13:52:52 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1500817955.d66317b707577929503e37db3d252346867a4935.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libgxim/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libgxim/libgxim-0.5.0.ebuild x11-libs/libgxim/metadata.xml X-VCS-Directories: x11-libs/libgxim/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: d66317b707577929503e37db3d252346867a4935 X-VCS-Branch: master Date: Sun, 23 Jul 2017 13:52:52 +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: c12d7687-a74e-486b-9c3d-b1891bec4c0f X-Archives-Hash: 2f6efd3f533da5cfa8c8afb54aa8375f commit: d66317b707577929503e37db3d252346867a4935 Author: Akinori Hattori gentoo org> AuthorDate: Sun Jul 23 13:46:01 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jul 23 13:52:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66317b7 x11-libs/libgxim: update to EAPI 6 Package-Manager: Portage-2.3.6, Repoman-2.3.1 x11-libs/libgxim/libgxim-0.5.0.ebuild | 26 +++++++++++++++----------- x11-libs/libgxim/metadata.xml | 15 +++++++-------- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/x11-libs/libgxim/libgxim-0.5.0.ebuild b/x11-libs/libgxim/libgxim-0.5.0.ebuild index 730caa80914..20ff19fba5f 100644 --- a/x11-libs/libgxim/libgxim-0.5.0.ebuild +++ b/x11-libs/libgxim/libgxim-0.5.0.ebuild @@ -1,33 +1,37 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=3 +EAPI="6" + +inherit ltprune DESCRIPTION="GObject-based XIM protocol library" HOMEPAGE="https://tagoh.bitbucket.io/libgxim" -SRC_URI="https://bitbucket.org/tagoh/libgxim/downloads/${P}.tar.bz2" +SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc static-libs" -RDEPEND=">=dev-libs/check-0.9.4 - >=dev-libs/dbus-glib-0.74 - >=dev-libs/glib-2.32 - >=sys-apps/dbus-0.23 - >=x11-libs/gtk+-2.2:2" +RDEPEND="dev-libs/dbus-glib + dev-libs/glib:2 + sys-apps/dbus + virtual/libintl + x11-libs/gtk+:2" DEPEND="${RDEPEND} + dev-libs/check dev-lang/ruby + dev-util/intltool + sys-devel/gettext virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.8 )" src_configure() { - econf $(use_enable static-libs static) || die + econf $(use_enable static-libs static) } src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README || die + default + prune_libtool_files } diff --git a/x11-libs/libgxim/metadata.xml b/x11-libs/libgxim/metadata.xml index 3c87f66e967..412816b73f0 100644 --- a/x11-libs/libgxim/metadata.xml +++ b/x11-libs/libgxim/metadata.xml @@ -1,12 +1,11 @@ - - cjk@gentoo.org - Cjk - - - libgxim - tagoh/libgxim - + + cjk@gentoo.org + Cjk + + + tagoh/libgxim +