public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libgxim/
Date: Sun, 23 Jul 2017 13:52:52 +0000 (UTC)	[thread overview]
Message-ID: <1500817955.d66317b707577929503e37db3d252346867a4935.hattya@gentoo> (raw)

commit:     d66317b707577929503e37db3d252346867a4935
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 13:46:01 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>cjk@gentoo.org</email>
-		<name>Cjk</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="google-code">libgxim</remote-id>
-		<remote-id type="bitbucket">tagoh/libgxim</remote-id>
-	</upstream>
+  <maintainer type="project">
+    <email>cjk@gentoo.org</email>
+    <name>Cjk</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="bitbucket">tagoh/libgxim</remote-id>
+  </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-07-23 13:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-23 13:52 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-23 13:52 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libgxim/ Akinori Hattori
2017-07-23 13:52 Akinori Hattori
2017-07-23 13:52 Akinori Hattori
2017-07-23 13:52 Akinori Hattori
2017-08-12 14:29 Akinori Hattori
2018-10-04  9:11 Naohiro Aota
2019-06-05  6:48 Agostino Sarubbo
2019-10-19  5:28 Hans de Graaff
2020-05-02  5:18 Hans de Graaff
2020-08-23 13:24 Akinori Hattori
2020-08-23 13:24 Akinori Hattori
2020-08-23 13:24 Akinori Hattori
2022-12-03 14:57 Hans de Graaff
2023-04-07 18:11 Sam James
2024-09-14  9:26 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1500817955.d66317b707577929503e37db3d252346867a4935.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox