* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-anthy/
@ 2016-08-21 12:43 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-08-21 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 0d506975f0c4b99d0fd6ee6f1d844432148d5a79
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 11:15:07 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 12:43:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d506975
app-i18n/scim-anthy: Remove broken version per hardmask message that never got fixed
Package-Manager: portage-2.3.0
app-i18n/scim-anthy/Manifest | 1 -
app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild | 58 -----------------------------
2 files changed, 59 deletions(-)
diff --git a/app-i18n/scim-anthy/Manifest b/app-i18n/scim-anthy/Manifest
index a6a31b4..3c877c2 100644
--- a/app-i18n/scim-anthy/Manifest
+++ b/app-i18n/scim-anthy/Manifest
@@ -1,3 +1,2 @@
DIST scim-anthy-1.2.7-patches.tar.xz 11236 SHA256 639f4f182fac4c99c5347ec0497a141975ebe62d7a4a114dcf2c9ca628f65def SHA512 ff265547ea78912b3cb2519793fc7159d466da6bbd3cd47f63a67731207c46ba8932a5384899ffbe517bb3d91f14ee282906ee287025ae64ccee7636dd633f08 WHIRLPOOL 9efc90013d8912bec02055e5f870bde96cb589b74fae7ad75d823df7de49c8d7180422f142d29e5430195eb7c6dbd5aa0682b6ebc26362d1a08f51d20e223a4e
DIST scim-anthy-1.2.7.tar.gz 680942 SHA256 cb60070d8f6ff281a99d329c9d731f02ae16893083c9efa9970ccd7287365198 SHA512 4ece2e458b204a68392ed676134ff45f1e193fda00d5ffb219c4e947f7f069a0221b279f110bf4093a22e57c41cb1555c6be4d42bea1c9e848af06ad8e0bc2da WHIRLPOOL 1268e71f435ab222da38a4028334a8c83795fe584634d0416956e0295b389f4232e822feaf90416ac88b79e73541f3c7607da3a33222f8644c2151b984a45c7a
-DIST scim-anthy-1.3.1.tar.gz 775479 SHA256 a1fe2f5bef0107ea2c04c69c28b1660156edd667ba8c15bf72ab703220977e80 SHA512 c72cbb6a008bc28fb31fa1ab0c1707bd738a0ab724bf5a284a5b7f71432361729486457fa46addf7cb213faa3c4a6c371b0ea3be6bc6930a2541c1df148e995a WHIRLPOOL 5d1fcabab5483d8d16aac2660e01bd81d4e76943915c647425dc962b92b360e42e61e327fc0ff54c29bfcdeb2dd5d58a002e6c11b817d6df1f572e8f9bdf2645
diff --git a/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild b/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild
deleted file mode 100644
index d33053d..0000000
--- a/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit libtool
-
-DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
-HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
-SRC_URI="mirror://sourceforge.jp/scim-imengine/29660/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE="gtk nls"
-
-DEPEND=">=app-i18n/scim-1.2[-gtk3]
- || ( >=app-i18n/anthy-7500 >=app-i18n/anthy-ss-7500 )
- nls? ( virtual/libintl )
- gtk? ( >=x11-libs/gtk+-2.8:2 )"
-RDEPEND="${DEPEND}
- gtk? ( app-dicts/kasumi )"
-DEPEND="${DEPEND}
- nls? ( sys-devel/gettext )
- virtual/pkgconfig"
-
-src_prepare() {
- elibtoolize
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- --disable-static \
- --disable-dependency-tracking || die
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
- elog
- elog "To use SCIM, you should use the following in your user startup scripts"
- elog "such as .gnomerc or .xinitrc:"
- elog
- elog "LANG='your_language' scim -d"
- elog "export XMODIFIERS=@im=SCIM"
- elog "export GTK_IM_MODULE=scim"
- elog "export QT_IM_MODULE=scim"
- elog
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-anthy/
@ 2021-04-21 18:51 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-21 18:51 UTC (permalink / raw
To: gentoo-commits
commit: 3da0e2971956c17eb4fccbb37bc92c51a0b9b145
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 09:29:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 18:50:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da0e297
app-i18n/scim-anthy: drop epatch
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
index 4532e744ba5..46e72aaa015 100644
--- a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
+++ b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit autotools epatch
+inherit autotools
DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
@@ -30,9 +30,9 @@ src_prepare() {
default
if use gtk3; then
- EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" epatch
+ eapply "${WORKDIR}"/patches/*.patch
else
- epatch "${DISTDIR}/${P}-gtk2_build.patch"
+ eapply "${DISTDIR}"/${P}-gtk2_build.patch
fi
eautoreconf
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-anthy/
@ 2024-06-21 9:41 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-06-21 9:41 UTC (permalink / raw
To: gentoo-commits
commit: ddb909ffc0feb11297b24dfa6c5cb31dae655366
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 08:26:59 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 09:40:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb909ff
app-i18n/scim-anthy: unkeyword 1.2.7-r2 for ppc, ~alpha
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-i18n/scim-anthy/scim-anthy-1.2.7-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7-r2.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7-r2.ebuild
index d890045a6920..02bb60dff059 100644
--- a/app-i18n/scim-anthy/scim-anthy-1.2.7-r2.ebuild
+++ b/app-i18n/scim-anthy/scim-anthy-1.2.7-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc sparc x86"
+KEYWORDS="amd64 ~arm sparc x86"
IUSE="+gtk3 nls kasumi"
DEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-anthy/
@ 2024-06-21 9:41 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-06-21 9:41 UTC (permalink / raw
To: gentoo-commits
commit: 5f288354b74c0b6a5162290e57db28543f9f96f2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 08:26:20 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 09:40:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f288354
app-i18n/scim-anthy: EAPI 6 -> 8
Closes: https://bugs.gentoo.org/841791
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
...-1.2.7-r1.ebuild => scim-anthy-1.2.7-r2.ebuild} | 35 +++++++++++++---------
1 file changed, 21 insertions(+), 14 deletions(-)
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7-r2.ebuild
similarity index 53%
rename from app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
rename to app-i18n/scim-anthy/scim-anthy-1.2.7-r2.ebuild
index 46e72aaa0156..d890045a6920 100644
--- a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
+++ b/app-i18n/scim-anthy/scim-anthy-1.2.7-r2.ebuild
@@ -1,30 +1,36 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
-SRC_URI="mirror://sourceforge.jp/scim-imengine/37309/${P}.tar.gz
- https://dev.gentoo.org/~juippis/distfiles/tmp/scim-anthy-1.2.7-gtk2_build.patch
- gtk3? ( https://dev.gentoo.org/~heroxbd/${P}-patches.tar.xz )"
+SRC_URI="
+ mirror://sourceforge.jp/scim-imengine/37309/${P}.tar.gz
+ https://dev.gentoo.org/~juippis/distfiles/tmp/${PN}-1.2.7-gtk2_build.patch
+ gtk3? ( https://dev.gentoo.org/~heroxbd/${P}-patches.tar.xz )
+"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ppc sparc x86"
IUSE="+gtk3 nls kasumi"
-DEPEND=">=app-i18n/scim-1.2[gtk3=]
+DEPEND="
>=app-i18n/anthy-5900
+ >=app-i18n/scim-1.2[gtk3=]
nls? ( virtual/libintl )
- gtk3? ( x11-libs/gtk+:3 )"
+ gtk3? ( x11-libs/gtk+:3 )
+"
RDEPEND="${DEPEND}
- kasumi? ( app-dicts/kasumi )"
-DEPEND="${DEPEND}
+ kasumi? ( app-dicts/kasumi )
+"
+BDEPEND="
nls? ( sys-devel/gettext )
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
src_prepare() {
default
@@ -39,12 +45,13 @@ src_prepare() {
}
src_configure() {
- econf \
- $(use_enable nls) \
- --disable-static
+ econf $(use_enable nls)
}
src_install() {
+ local DOCS=( AUTHORS ChangeLog NEWS README )
default
- dodoc AUTHORS ChangeLog NEWS README
+
+ # plugin module, no point in .la files
+ find "${D}" -type f -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-21 9:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21 9:41 [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-anthy/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-06-21 9:41 Arthur Zamarin
2021-04-21 18:51 Sam James
2016-08-21 12:43 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox