[gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/

2018-06-02 Thread Aaron Bauman
commit: 92f18906d9c67db8a50eb9da1aac2c8b42325565
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Jun  2 19:52:29 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun  2 22:36:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f18906

app-i18n/scim-tomoe: drop EAPI=0 ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild 
b/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild
deleted file mode 100644
index 15c689f259f..000
--- a/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM"
-HOMEPAGE="http://tomoe.sourceforge.net/;
-SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="|| ( >=app-i18n/scim-1.2.0 >=app-i18n/scim-cvs-1.2.0 )
-   >=app-i18n/tomoe-gtk-0.6.0"
-
-src_install() {
-   emake DESTDIR="${D}" install || die "make install failed"
-
-   dodoc AUTHORS ChangeLog NEWS README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/files/

2017-12-09 Thread Akinori Hattori
commit: 9b8d5a1e7384dbf60792da0736444ed813bb955c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Nov 30 19:11:45 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Dec  9 13:36:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8d5a1e

app-i18n/scim-tomoe: remove unused patch

 .../files/scim-tomoe-0.6.0-gucharmap2.patch | 21 -
 1 file changed, 21 deletions(-)

diff --git a/app-i18n/scim-tomoe/files/scim-tomoe-0.6.0-gucharmap2.patch 
b/app-i18n/scim-tomoe/files/scim-tomoe-0.6.0-gucharmap2.patch
deleted file mode 100644
index 90a52615e65..000
--- a/app-i18n/scim-tomoe/files/scim-tomoe-0.6.0-gucharmap2.patch
+++ /dev/null
@@ -1,21 +0,0 @@

- Update tomoe-gtk to gucharmap-2 API
- https://bugs.gentoo.org/show_bug.cgi?id=243160
-
- scim_tomoe_prefs_widget.cpp |4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
 a/src/scim_tomoe_prefs_widget.cpp  2008-12-06 16:40:15.0 +0100
-+++ b/src/scim_tomoe_prefs_widget.cpp  2008-12-06 17:01:19.0 +0100
-@@ -473,9 +473,9 @@
- String (SCIM_TOMOE_CONFIG_UNICODE_TABLE_FONT_DEFAULT));
- 
- if (font.length() > 0) {
--gucharmap_charmap_set_font (charmap, font.c_str ());
-+gucharmap_charmap_set_font_desc (charmap, 
pango_font_description_from_string(font.c_str ()));
- } else {
--gucharmap_charmap_set_font (charmap, NULL);
-+gucharmap_charmap_set_font_desc (charmap, 
pango_font_description_from_string(NULL));
- set_default_font (prefs, SCIM_TOMOE_CONFIG_CAND_FONT,
-   GTK_WIDGET (charmap));
- }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/

2016-11-13 Thread Hans de Graaff
commit: d4cf27f9a1b0f90778e8dffa991c497e1f674036
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 13 11:14:06 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 13 11:14:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4cf27f9

app-i18n/scim-tomoe: drop to ~x86 due to bug 587024

Package-Manager: portage-2.3.0

 app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild 
b/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild
index 5f032b8..9a0503b 100644
--- a/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild
+++ b/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="|| ( >=app-i18n/scim-1.2.0 >=app-i18n/scim-cvs-1.2.0 )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/

2016-09-18 Thread Pacho Ramos
commit: 49db42371dec398ff3681d1b1449be03b16fb55e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Sep 18 12:37:29 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Sep 18 12:41:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49db4237

app-i18n/scim-tomoe: Cleanup metadata

Package-Manager: portage-2.3.0

 app-i18n/scim-tomoe/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-i18n/scim-tomoe/metadata.xml b/app-i18n/scim-tomoe/metadata.xml
index 0aaed66..f01b1e0 100644
--- a/app-i18n/scim-tomoe/metadata.xml
+++ b/app-i18n/scim-tomoe/metadata.xml
@@ -5,9 +5,6 @@
c...@gentoo.org
Cjk

-   
-   Enable gucharmap dictionary plugin
-   

tomoe




[gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/

2016-09-18 Thread Pacho Ramos
commit: 5c6503380aa52cb372979844bce9fc33a8b1e2e5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Sep 18 12:40:12 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Sep 18 12:41:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c650338

app-i18n/scim-tomoe: Drop static and .la files

Package-Manager: portage-2.3.0

 app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild 
b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild
index 54ba846..a7ae98f 100644
--- a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=6
+inherit eutils
 
 DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM"
 HOMEPAGE="http://tomoe.sourceforge.net/;
@@ -24,3 +25,12 @@ DEPEND="${RDEPEND}
 "
 
 PATCHES=( "${FILESDIR}"/${P}-gcc43.patch )
+
+src_configure() {
+   econf --disable-static
+}
+
+src_install() {
+   default
+   prune_libtool_files --modules
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/

2016-09-18 Thread Pacho Ramos
commit: 328d42c8865552a197d2fbd2ee8de66abc898d21
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Sep 18 12:37:08 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Sep 18 12:41:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328d42c8

app-i18n/scim-tomoe: Stop relying on gucharmap:0

Package-Manager: portage-2.3.0

 app-i18n/scim-tomoe/scim-tomoe-0.6.0-r2.ebuild | 38 --
 app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild | 26 ++
 2 files changed, 26 insertions(+), 38 deletions(-)

diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r2.ebuild 
b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r2.ebuild
deleted file mode 100644
index 2831d2c..
--- a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM"
-HOMEPAGE="http://tomoe.sourceforge.net/;
-SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gucharmap"
-
-RDEPEND=">=app-i18n/scim-1.2.0
-   >=app-i18n/libtomoe-gtk-0.6.0[gucharmap=]
-   gucharmap? ( >=gnome-extra/gucharmap-1.4 )
-   >=x11-libs/gtk+-2.4:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   >=dev-util/intltool-0.35.0"
-
-src_prepare() {
-   # Fix build with gcc-4.3, bug #
-   epatch "${FILESDIR}"/${P}-gcc43.patch
-
-   # Fix build with gucharmap-2.24, bug #243160
-   epatch "${FILESDIR}/${P}-gucharmap2.patch"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "make install failed"
-
-   dodoc AUTHORS ChangeLog NEWS README TODO
-}

diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild 
b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild
new file mode 100644
index ..54ba846
--- /dev/null
+++ b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM"
+HOMEPAGE="http://tomoe.sourceforge.net/;
+SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-i18n/scim-1.2.0
+   >=app-i18n/libtomoe-gtk-0.6.0
+   >=x11-libs/gtk+-2.4:2
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   >=dev-util/intltool-0.35.0
+"
+
+PATCHES=( "${FILESDIR}"/${P}-gcc43.patch )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/

2015-09-27 Thread Manuel Rüger
commit: 4139400ece1025b5b6d4ec019a8d5fae7b386fe3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep 27 11:32:39 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep 27 11:32:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4139400e

app-i18n/scim-tomoe: Remove old

Package-Manager: portage-2.2.22

 app-i18n/scim-tomoe/scim-tomoe-0.6.0-r1.ebuild | 29 --
 1 file changed, 29 deletions(-)

diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r1.ebuild 
b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r1.ebuild
deleted file mode 100644
index 013a4fb..000
--- a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM"
-HOMEPAGE="http://tomoe.sourceforge.net/;
-SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=app-i18n/scim-1.2.0
-   >=app-i18n/libtomoe-gtk-0.6.0"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-gcc43.patch
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "make install failed"
-
-   dodoc AUTHORS ChangeLog NEWS README TODO
-}