public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/
@ 2015-09-27 11:32 Manuel Rüger
  0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rüger @ 2015-09-27 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     4139400ece1025b5b6d4ec019a8d5fae7b386fe3
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 11:32:39 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 11:32:39 2015 +0000
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..0000000
--- 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
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/
@ 2016-09-18 12:42 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-09-18 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     328d42c8865552a197d2fbd2ee8de66abc898d21
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 12:37:08 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 12:41:09 2016 +0000
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..00000000
--- 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 00000000..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 )


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

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/
@ 2016-09-18 12:42 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-09-18 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     49db42371dec398ff3681d1b1449be03b16fb55e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 12:37:29 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 12:41:12 2016 +0000
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 @@
 		<email>cjk@gentoo.org</email>
 		<name>Cjk</name>
 	</maintainer>
-	<use>
-		<flag name="gucharmap">Enable gucharmap dictionary plugin</flag>
-	</use>
 	<upstream>
 		<remote-id type="sourceforge">tomoe</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/
@ 2016-09-18 12:42 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-09-18 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     5c6503380aa52cb372979844bce9fc33a8b1e2e5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 12:40:12 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 12:41:14 2016 +0000
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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/
@ 2016-11-13 11:15 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2016-11-13 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d4cf27f9a1b0f90778e8dffa991c497e1f674036
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 11:14:06 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 11:14:06 2016 +0000
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 )


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

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/
@ 2018-06-02 22:38 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-06-02 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     92f18906d9c67db8a50eb9da1aac2c8b42325565
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  2 19:52:29 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun  2 22:36:59 2018 +0000
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..00000000000
--- 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
-}


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

end of thread, other threads:[~2018-06-02 22:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 12:42 [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2018-06-02 22:38 Aaron Bauman
2016-11-13 11:15 Hans de Graaff
2016-09-18 12:42 Pacho Ramos
2016-09-18 12:42 Pacho Ramos
2015-09-27 11:32 Manuel Rüger

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