public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim-tomoe-gtk/
@ 2018-06-03  2:34 Akinori Hattori
  0 siblings, 0 replies; 4+ messages in thread
From: Akinori Hattori @ 2018-06-03  2:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8e4f0885493ee25fc49729dd4c041b672dc891ac
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 02:26:46 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 02:26:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4f0885

app-i18n/uim-tomoe-gtk: update to EAPI 6

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
index 371521d94a7..86ea770fffe 100644
--- a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
+++ b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI="6"
 
 DESCRIPTION="Japanese input method Tomoe IMEngine for uim"
 HOMEPAGE="http://tomoe.sourceforge.net/"
@@ -12,13 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="|| ( app-i18n/uim app-i18n/uim-svn )
-	>=app-i18n/tomoe-gtk-0.6.0"
+RDEPEND="app-i18n/uim
+	~app-i18n/tomoe-gtk-0.6.0"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-
-	dodoc AUTHORS ChangeLog NEWS README
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim-tomoe-gtk/
@ 2018-06-03  2:34 Akinori Hattori
  0 siblings, 0 replies; 4+ messages in thread
From: Akinori Hattori @ 2018-06-03  2:34 UTC (permalink / raw
  To: gentoo-commits

commit:     de1cf739d243e44b9299c81c7410843c226e0563
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 02:34:29 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 02:34:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1cf739

app-i18n/uim-tomoe-gtk: fix tests with >=dev-lang/perl-5.26

Closes: https://bugs.gentoo.org/656862
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
index 86ea770fffe..6d00f5ece70 100644
--- a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
+++ b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI="6"
 
+inherit autotools
+
 DESCRIPTION="Japanese input method Tomoe IMEngine for uim"
 HOMEPAGE="http://tomoe.sourceforge.net/"
 SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
@@ -16,3 +18,8 @@ RDEPEND="app-i18n/uim
 	~app-i18n/tomoe-gtk-0.6.0"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
+
+src_prepare() {
+	default
+	eautoreconf
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim-tomoe-gtk/
@ 2018-07-22 12:29 Akinori Hattori
  0 siblings, 0 replies; 4+ messages in thread
From: Akinori Hattori @ 2018-07-22 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     39197cd3f8e21cc501b7ab39f5720214b4a37eab
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 12:28:49 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 12:29:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39197cd3

app-i18n/uim-tomoe-gtk: amd64/x86 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
index 6d00f5ece70..ff99b8ad6a2 100644
--- a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
+++ b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-i18n/uim


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim-tomoe-gtk/
@ 2021-10-12 13:24 Akinori Hattori
  0 siblings, 0 replies; 4+ messages in thread
From: Akinori Hattori @ 2021-10-12 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3c95c6f3f3f63c803f82d492d0de47dc1f8df692
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 13:24:07 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 13:24:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c95c6f3

app-i18n/uim-tomoe-gtk: update to EAPI 7

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
index ff99b8ad6a2..0775f747988 100644
--- a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
+++ b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 inherit autotools
 
@@ -16,8 +16,8 @@ IUSE=""
 
 RDEPEND="app-i18n/uim
 	~app-i18n/tomoe-gtk-0.6.0"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-12 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-03  2:34 [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim-tomoe-gtk/ Akinori Hattori
  -- strict thread matches above, loose matches on Subject: below --
2018-06-03  2:34 Akinori Hattori
2018-07-22 12:29 Akinori Hattori
2021-10-12 13:24 Akinori Hattori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox