* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-hangul/
@ 2017-12-31 11:14 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-12-31 11:14 UTC (permalink / raw
To: gentoo-commits
commit: 82f6b0c2ac87185ff52858ca6fb1507813722167
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 10:05:55 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 11:14:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f6b0c2
app-i18n/scim-hangul: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-i18n/scim-hangul/Manifest | 1 -
app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild | 46 ---------------------------
2 files changed, 47 deletions(-)
diff --git a/app-i18n/scim-hangul/Manifest b/app-i18n/scim-hangul/Manifest
index 679334def3d..a022e0aef44 100644
--- a/app-i18n/scim-hangul/Manifest
+++ b/app-i18n/scim-hangul/Manifest
@@ -1,2 +1 @@
-DIST scim-hangul-0.3.2.tar.gz 1176577 BLAKE2B 80c0ad3f988615f29ee25a0143ec325a0bb892d4c18f19783519dfbbfef373515c1e09eebcccc53c12ffbafb6fff479c0ca98569025cc53862af77ab0169154d SHA512 e8905320ff8aeeddf0041987ac5a63a19fb75bea44ffc55b5d28b825e064d6881ee0187b55025d69dad35af85da86818afa3ac39f1f10991021a7fbed3e1462e
DIST scim-hangul-0.4.0.tar.gz 456953 BLAKE2B c7c2a320d03c4f15ad048b4e036a6dcd1f34044cb82e9a8fd18be8808e3f1be6f6f198e963982d1c6b742e614da5b3b2b3e2086ea8bbe19b4118f5493ae0188c SHA512 2f0285268deac35763c67487a40b718bf846d63634701a2a68d85109f686421f2c935b1f2998487b1f017c1a5e5bf453c56933ab4984f7464e1613d7e0b3131b
diff --git a/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild b/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild
deleted file mode 100644
index e2ca5068562..00000000000
--- a/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit base
-
-DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul"
-HOMEPAGE="http://www.scim-im.org/"
-SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-RDEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )
- >=app-i18n/libhangul-0.0.4
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-PATCHES=(
- "${FILESDIR}/${P}+gcc-4.3.patch"
- "${FILESDIR}/${P}+gcc-4.7.patch" )
-
-src_configure() {
- econf \
- --disable-skim-support \
- $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog* NEWS 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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-hangul/
@ 2024-05-31 18:10 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-05-31 18:10 UTC (permalink / raw
To: gentoo-commits
commit: 916b04ff4db08dcc6cd5fc6931cd69cf641fb7da
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 18:06:24 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 31 18:10:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916b04ff
app-i18n/scim-hangul: EAPI=8, fix deps
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild | 66 ++++++++++++++++++++++++
1 file changed, 66 insertions(+)
diff --git a/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild b/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild
new file mode 100644
index 000000000000..c48f5f8fac7c
--- /dev/null
+++ b/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul"
+HOMEPAGE="http://www.scim-im.org/"
+SRC_URI="https://downloads.sourceforge.net/scim/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+
+DEPEND="
+ app-accessibility/at-spi2-core:2
+ >=app-i18n/scim-0.99.8
+ >=app-i18n/libhangul-0.0.4:=
+ dev-libs/glib:2
+ media-libs/fontconfig
+ media-libs/freetype
+ media-libs/harfbuzz:=
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:2
+ x11-libs/pango
+ nls? ( virtual/libintl )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.3.2+gcc-4.3.patch
+ "${FILESDIR}"/${PN}-0.3.2+gcc-4.7.patch
+ "${FILESDIR}"/${PN}-0.4.0+gtk.patch
+)
+
+src_configure() {
+ local myeconfargs=(
+ --without-included-libltdl
+ --disable-skim-support
+ $(use_enable nls)
+ )
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+ dodoc ChangeLog*
+
+ # plugin module, no point in .la files
+ find "${D}" -name '*.la' -delete || die
+}
+
+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
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-hangul/
@ 2024-06-13 18:45 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-06-13 18:45 UTC (permalink / raw
To: gentoo-commits
commit: f4035a111de209382e48561d058688507bba459c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 18:45:21 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 18:45:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4035a11
app-i18n/scim-hangul: dekeyword ppc
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild | 2 +-
app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild b/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild
index c48f5f8fac7c..12c7369960fd 100644
--- a/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild
+++ b/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/scim/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="nls"
DEPEND="
diff --git a/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild b/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild
index 501c933b5a95..93a677bf04d5 100644
--- a/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild
+++ b/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/scim/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
IUSE="nls"
RDEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-hangul/
@ 2024-06-13 18:49 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-06-13 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 4c3c4cabf89d91c5d37076c5e6faf7cc5280c634
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 18:49:09 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 18:49:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3c4cab
app-i18n/scim-hangul: Stabilize 0.4.0-r1 amd64, #934213
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild b/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild
index 12c7369960fd..a868a15146f6 100644
--- a/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild
+++ b/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/scim/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="nls"
DEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-hangul/
@ 2024-06-13 18:49 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-06-13 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 9f8da42a7b8ccb66acc532ff7ecb348fb2fc130e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 18:49:10 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 18:49:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8da42a
app-i18n/scim-hangul: Stabilize 0.4.0-r1 x86, #934213
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild b/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild
index a868a15146f6..62eb6c55a404 100644
--- a/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild
+++ b/app-i18n/scim-hangul/scim-hangul-0.4.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/scim/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="nls"
DEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-hangul/
@ 2024-06-13 18:50 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-06-13 18:50 UTC (permalink / raw
To: gentoo-commits
commit: 6402d490b496c8c1922ce23fec0852a256807c03
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 18:50:13 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 18:50:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6402d490
app-i18n/scim-hangul: drop 0.4.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild | 51 ---------------------------
1 file changed, 51 deletions(-)
diff --git a/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild b/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild
deleted file mode 100644
index 93a677bf04d5..000000000000
--- a/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul"
-HOMEPAGE="http://www.scim-im.org/"
-SRC_URI="https://downloads.sourceforge.net/scim/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND="
- >=app-i18n/scim-0.99.8
- >=app-i18n/libhangul-0.0.4
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.3.2+gcc-4.3.patch
- "${FILESDIR}"/${PN}-0.3.2+gcc-4.7.patch
- "${FILESDIR}"/${PN}-0.4.0+gtk.patch
-)
-
-src_configure() {
- econf \
- --disable-skim-support \
- $(use_enable nls)
-}
-
-src_install() {
- default
- dodoc ChangeLog*
-
- # plugin module, no point in .la files
- find "${D}" -name '*.la' -delete || die
-}
-
-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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-06-13 18:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13 18:49 [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-hangul/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-06-13 18:50 Arthur Zamarin
2024-06-13 18:49 Arthur Zamarin
2024-06-13 18:45 Arthur Zamarin
2024-05-31 18:10 Arthur Zamarin
2017-12-31 11:14 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox