* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-wnn/
@ 2015-09-27 11:41 Manuel Rüger
0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rüger @ 2015-09-27 11:41 UTC (permalink / raw
To: gentoo-commits
commit: 73fbce2ea6a5809f5677dc965348e7e21be8ac57
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 11:41:32 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 11:41:32 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73fbce2e
app-i18n/scim-wnn: Remove old
Package-Manager: portage-2.2.22
app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild | 50 ---------------------------------
1 file changed, 50 deletions(-)
diff --git a/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild b/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild
deleted file mode 100644
index 5c59861..0000000
--- a/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-DESCRIPTION="Japanese input method Wnn IMEngine for SCIM"
-HOMEPAGE="http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bscim-wnn%5D%5D"
-SRC_URI="http://nop.net-p.org/files/scim-wnn/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="freewnn"
-
-RDEPEND="|| ( >=app-i18n/scim-1.0[-gtk3] >=app-i18n/scim-cvs-1.0 )
- dev-libs/wnn7sdk
- freewnn? ( app-i18n/freewnn )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_prepare() {
- sed -i -e 's:$LDFLAGS conftest.$ac_ext $LIBS:conftest.$ac_ext $LIBS $LDFLAGS:g' \
- configure || die "ldflags sed failed"
- cd "${S}"/src
- sed -i -e "s:/usr/lib/wnn7:/usr/lib/wnn:g" \
- scim_wnn_def.h wnnconversion.cpp || die "sed failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS THANKS README
-}
-
-pkg_postinst() {
- elog
- elog "To use SCIM with both GTK2 and XIM, you should use the following"
- elog "in your user startup scripts such as .gnomerc or .xinitrc:"
- elog
- elog "LANG='your_language' scim -d"
- elog "export XMODIFIERS=@im=SCIM"
- elog
- if ! use freewnn ; then
- ewarn
- ewarn "You disabled freewnn USE flag."
- ewarn "Please make sure you have wnnenvrc visible to scim-wnn."
- ewarn
- fi
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-wnn/
@ 2018-05-28 23:02 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
To: gentoo-commits
commit: ada1e26a2c2d4db1513c28c45c2863833d45d0e2
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 16:40:56 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:01:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada1e26a
app-i18n/scim-wnn: drop depend on sys-apps/sed-4
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild b/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild
index 10a86dd593e..afcdc2175d9 100644
--- a/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild
+++ b/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild
@@ -16,8 +16,7 @@ RDEPEND=">=app-i18n/scim-1.4[-gtk3]
dev-libs/wnn7sdk
freewnn? ( app-i18n/freewnn )"
DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=sys-apps/sed-4"
+ virtual/pkgconfig"
PATCHES=(
# bug #295733
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-wnn/
@ 2018-08-26 8:25 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-08-26 8:25 UTC (permalink / raw
To: gentoo-commits
commit: 9792144689a1f6d3c1ae0b4a68928876be51edee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 07:59:43 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 08:25:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97921446
app-i18n/scim-wnn: Remove support for non-existent deps
app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild b/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild
index 1ce3211f149..6320ed30224 100644
--- a/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild
+++ b/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="x86"
IUSE="freewnn"
-RDEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 )
+RDEPEND=">=app-i18n/scim-1.0
dev-libs/wnn7sdk
freewnn? ( app-i18n/freewnn )"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-wnn/
@ 2019-06-05 7:46 Agostino Sarubbo
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2019-06-05 7:46 UTC (permalink / raw
To: gentoo-commits
commit: 9f532d99eb956cfde2be0574d72916456dd02eea
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 07:46:02 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 07:46:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f532d99
app-i18n/scim-wnn: x86 stable wrt bug #679420
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild b/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild
index afcdc2175d9..7526750cc06 100644
--- a/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild
+++ b/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://nop.net-p.org/files/scim-wnn/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="+freewnn"
RDEPEND=">=app-i18n/scim-1.4[-gtk3]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-wnn/
@ 2019-10-04 21:35 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-10-04 21:35 UTC (permalink / raw
To: gentoo-commits
commit: 77a98dcac2852ab1a2c981d2d2a9ece36fe105c0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 20:58:41 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 21:34:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a98dca
app-i18n/scim-wnn: Drop old (EAPI 0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-i18n/scim-wnn/Manifest | 1 -
app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild | 48 ---------------------------------
2 files changed, 49 deletions(-)
diff --git a/app-i18n/scim-wnn/Manifest b/app-i18n/scim-wnn/Manifest
index 989f78e9300..4884dd7d330 100644
--- a/app-i18n/scim-wnn/Manifest
+++ b/app-i18n/scim-wnn/Manifest
@@ -1,2 +1 @@
-DIST scim-wnn-0.2.4.tar.gz 524325 BLAKE2B c1a36cf38e18d27eb501c2e15a59734cc4f6b568bb29b99690bbe7f7bde257f3f2080ddd03a1cae485f510245ecd8ab31be936d27761b54a9f62f02b6204c738 SHA512 72a4e3a0397a711a86733a4f8162627be676280e118e12ef798e4041892bc835869e173710627547978d39f5cd00c032e043e4d2b9db95046cca66cd7ae3a1a1
DIST scim-wnn-1.0.0.tar.gz 536488 BLAKE2B 5ae2e198bcc2d95bb6f89a57b1331f2a7fd1ad41faecad958cc9f1f011623fbcdabee40b173d17e331b5c96d2b6114d13bc1ae3ebd4605128d69e79db9a299af SHA512 2ba49d247e0dd84b4fd74dee18a2cc83468ffd2dfd98923e588e0ceee82e78c2b25b48c9d7c173f4626f93ac031bfe50764f78624fcf60770784df74bf5f7a33
diff --git a/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild b/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild
deleted file mode 100644
index 6320ed30224..00000000000
--- a/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Japanese input method Wnn IMEngine for SCIM"
-HOMEPAGE="http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bscim-wnn%5D%5D"
-SRC_URI="http://nop.net-p.org/files/scim-wnn/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="freewnn"
-
-RDEPEND=">=app-i18n/scim-1.0
- dev-libs/wnn7sdk
- freewnn? ( app-i18n/freewnn )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"/src
- sed -i -e "s:/usr/lib/wnn7:/usr/lib/wnn:g" \
- scim_wnn_def.h wnnconversion.cpp || die "sed failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS THANKS README
-}
-
-pkg_postinst() {
- elog
- elog "To use SCIM with both GTK2 and XIM, you should use the following"
- elog "in your user startup scripts such as .gnomerc or .xinitrc:"
- elog
- elog "LANG='your_language' scim -d"
- elog "export XMODIFIERS=@im=SCIM"
- elog
- if ! use freewnn ; then
- ewarn
- ewarn "You disabled freewnn USE flag."
- ewarn "Please make sure you have wnnenvrc visible to scim-wnn."
- ewarn
- fi
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-10-04 21:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-27 11:41 [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-wnn/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2018-05-28 23:02 Aaron Bauman
2018-08-26 8:25 Michał Górny
2019-06-05 7:46 Agostino Sarubbo
2019-10-04 21:35 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox