* [gentoo-commits] gentoo-x86 commit in app-i18n/uim-svn: uim-svn-1.5.ebuild ChangeLog
@ 2007-10-12 10:57 Akinori Hattori (hattya)
0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori (hattya) @ 2007-10-12 10:57 UTC (permalink / raw
To: gentoo-commits
hattya 07/10/12 10:57:46
Modified: uim-svn-1.5.ebuild ChangeLog
Log:
fixes bug #194804.
(Portage version: 2.1.3.9)
Revision Changes Path
1.5 app-i18n/uim-svn/uim-svn-1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild?r1=1.4&r2=1.5
Index: uim-svn-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- uim-svn-1.5.ebuild 3 Sep 2007 14:31:52 -0000 1.4
+++ uim-svn-1.5.ebuild 12 Oct 2007 10:57:45 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild,v 1.4 2007/09/03 14:31:52 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild,v 1.5 2007/10/12 10:57:45 hattya Exp $
inherit elisp-common flag-o-matic kde-functions multilib subversion
@@ -93,6 +93,7 @@
econf \
$(use_enable emacs) \
+ $(use_with emacs lispdir "${SITELISP}") \
$(use_enable fep) \
$(use_enable nls) \
$(use_with X x) \
@@ -132,25 +133,18 @@
done
if use emacs; then
- local im
-
- if has_version app-i18n/anthy || has_version app-i18n/anthy-ss; then
- im="anthy"
-
- elif has_version app-i18n/prime; then
- im="prime"
-
- else
- im="skk"
-
- fi
-
- elisp-site-file-install "${FILESDIR}"/50uim-gentoo.el
- dosed "s:@IM@:${im}:" ${SITELISP}/50uim-gentoo.el
+ cd "${D}/${SITELISP}"/uim-el
+ elisp-comp *.el || die
+ cd -
+ elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el uim-el
fi
- # remove sigscheme headers
- rm -rf ${D}/usr/include/sigscheme
+ # remove empty directories
+ rm -rf "${D}"/usr/include/sigscheme
+ rm -rf "${D}"/usr/include/libgcroots
+
+ # remove unnecessary header
+ rm -f "${D}"/usr/include/gcroots.h
}
@@ -160,7 +154,17 @@
has_multilib_profile && chost=${CHOST}
use gtk && gtk-query-immodules-2.0 > "${ROOT}"/etc/gtk-2.0/${chost}/gtk.immodules
- use emacs && elisp-site-regen
+
+ if use emacs; then
+ elisp-site-regen
+
+ echo
+ elog "uim is autoloaded with Emacs with a minimal set of"
+ elog "features: There is no keybinding defined to call it directly,"
+ elog "so please create one yourself and choose an input method."
+ elog "Integration with LEIM is not done with this ebuild, please have a look"
+ elog "at the documentation how to achieve this."
+ fi
}
1.31 app-i18n/uim-svn/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 3 Sep 2007 14:31:52 -0000 1.30
+++ ChangeLog 12 Oct 2007 10:57:45 -0000 1.31
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/uim-svn
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/ChangeLog,v 1.30 2007/09/03 14:31:52 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/ChangeLog,v 1.31 2007/10/12 10:57:45 hattya Exp $
+
+ 12 Oct 2007; Akinori Hattori <hattya@gentoo.org> -files/50uim-gentoo.el,
+ +files/50uim-svn-gentoo.el, uim-svn-1.5.ebuild:
+ fixes bug #194804.
03 Sep 2007; Akinori Hattori <hattya@gentoo.org> uim-svn-1.5.ebuild:
change the repository location and update HOMEPAGE.
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-i18n/uim-svn: uim-svn-1.5.ebuild ChangeLog
@ 2008-07-27 19:49 Carsten Lohrke (carlo)
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Lohrke (carlo) @ 2008-07-27 19:49 UTC (permalink / raw
To: gentoo-commits
carlo 08/07/27 19:49:00
Modified: uim-svn-1.5.ebuild ChangeLog
Log:
QA: Get rid of deprecated qt_min_version().
(Portage version: 2.1.4.4)
Revision Changes Path
1.6 app-i18n/uim-svn/uim-svn-1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild?r1=1.5&r2=1.6
Index: uim-svn-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- uim-svn-1.5.ebuild 12 Oct 2007 10:57:45 -0000 1.5
+++ uim-svn-1.5.ebuild 27 Jul 2008 19:49:00 -0000 1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild,v 1.5 2007/10/12 10:57:45 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/uim-svn-1.5.ebuild,v 1.6 2008/07/27 19:49:00 carlo Exp $
+
+EAPI=1
inherit elisp-common flag-o-matic kde-functions multilib subversion
@@ -38,9 +40,9 @@
eb? ( dev-libs/eb )
emacs? ( virtual/emacs )
gtk? ( >=x11-libs/gtk+-2 )
- immqt? ( $(qt_min_version 3.3.4) )
+ immqt? ( x11-libs/qt:3 )
libedit? ( dev-libs/libedit )
- qt3? ( $(qt_min_version 3.3.4) )
+ qt3? ( x11-libs/qt:3 )
m17n-lib? ( dev-libs/m17n-lib )"
src_unpack() {
1.32 app-i18n/uim-svn/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim-svn/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 12 Oct 2007 10:57:45 -0000 1.31
+++ ChangeLog 27 Jul 2008 19:49:00 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/uim-svn
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/ChangeLog,v 1.31 2007/10/12 10:57:45 hattya Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-svn/ChangeLog,v 1.32 2008/07/27 19:49:00 carlo Exp $
+
+ 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> uim-svn-1.5.ebuild:
+ QA: Get rid of deprecated qt_min_version().
12 Oct 2007; Akinori Hattori <hattya@gentoo.org> -files/50uim-gentoo.el,
+files/50uim-svn-gentoo.el, uim-svn-1.5.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-27 19:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 19:49 [gentoo-commits] gentoo-x86 commit in app-i18n/uim-svn: uim-svn-1.5.ebuild ChangeLog Carsten Lohrke (carlo)
-- strict thread matches above, loose matches on Subject: below --
2007-10-12 10:57 Akinori Hattori (hattya)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox