* [gentoo-commits] gentoo-x86 commit in app-i18n/x-unikey: x-unikey-1.0.4-r2.ebuild ChangeLog
@ 2015-04-20 20:34 Manuel Rueger (mrueg)
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-04-20 20:34 UTC (permalink / raw
To: gentoo-commits
mrueg 15/04/20 20:34:44
Modified: ChangeLog
Added: x-unikey-1.0.4-r2.ebuild
Log:
Update EAPI.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.27 app-i18n/x-unikey/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 20 Apr 2015 20:30:56 -0000 1.26
+++ ChangeLog 20 Apr 2015 20:34:44 -0000 1.27
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/x-unikey
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.26 2015/04/20 20:30:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.27 2015/04/20 20:34:44 mrueg Exp $
+
+*x-unikey-1.0.4-r2 (20 Apr 2015)
+
+ 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> +x-unikey-1.0.4-r2.ebuild:
+ Update EAPI.
20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -x-unikey-0.9.2.ebuild:
Remove old.
1.1 app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild?rev=1.1&content-type=text/plain
Index: x-unikey-1.0.4-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild,v 1.1 2015/04/20 20:34:44 mrueg Exp $
EAPI=5
inherit autotools eutils multilib gnome2-utils
DESCRIPTION="Vietnamese X Input Method"
HOMEPAGE="http://www.unikey.org/"
SRC_URI="mirror://sourceforge/unikey/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls gtk"
RDEPEND="x11-libs/libX11
x11-libs/libSM
x11-libs/libICE
gtk? ( >=x11-libs/gtk+-2.2:2 )
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
dev-libs/glib
virtual/pkgconfig
nls? ( sys-devel/gettext )"
pkg_setup() {
# An arch specific config directory is used on multilib systems
has_multilib_profile && GTK2_CONFDIR="/etc/gtk-2.0/${CHOST}"
GTK2_CONFDIR=${GTK2_CONFDIR:=/etc/gtk-2.0/}
}
src_prepare() {
epatch "${FILESDIR}"/${P}-gcc43.patch \
"${FILESDIR}"/${P}-gcc44.patch \
"${FILESDIR}"/${P}-gentoo.patch
eautoreconf
}
src_configure() {
local myconf
# --with-gtk-sysconfdir to prevent sandbox violation only
use gtk && myconf="--with-unikey-gtk --with-gtk-sysconfdir=${GTK2_CONFDIR}"
econf ${myconf}
}
src_install() {
if use gtk;then
dodir "${GTK2_CONFDIR}"
# emake DESTDIR="${D}" install -C src/unikey-gtk || die
fi
# dobin src/xim/ukxim src/gui/unikey
emake DESTDIR="${D}" install
doenvd "${FILESDIR}/01x-unikey"
dodoc AUTHORS CREDITS ChangeLog NEWS README TODO
cd doc
dodoc README1ST keymap-syntax manual options ukmacro \
unikey-manual-0.9.pdf unikey.png unikeyrc
}
pkg_postinst() {
elog
elog "Go to /etc/env.d/01x-unikey and uncomment appropriate lines"
elog "to enable x-unikey"
elog
if use gtk; then
gnome2_query_immodules_gtk2
elog "If you want to use x-unikey as the default gtk+ input method,"
elog "change GTK_IM_MODULE in /etc/env.d/01x-unikey to \"unikey\""
elog
fi
}
pkg_postrm() {
use gtk && gnome2_query_immodules_gtk2
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-i18n/x-unikey: x-unikey-1.0.4-r2.ebuild ChangeLog
@ 2015-04-21 2:22 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2015-04-21 2:22 UTC (permalink / raw
To: gentoo-commits
patrick 15/04/21 02:22:53
Modified: x-unikey-1.0.4-r2.ebuild ChangeLog
Log:
Whitespace
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild?r1=1.1&r2=1.2
Index: x-unikey-1.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- x-unikey-1.0.4-r2.ebuild 20 Apr 2015 20:34:44 -0000 1.1
+++ x-unikey-1.0.4-r2.ebuild 21 Apr 2015 02:22:53 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild,v 1.1 2015/04/20 20:34:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild,v 1.2 2015/04/21 02:22:53 patrick Exp $
EAPI=5
@@ -51,7 +51,7 @@
# emake DESTDIR="${D}" install -C src/unikey-gtk || die
fi
# dobin src/xim/ukxim src/gui/unikey
- emake DESTDIR="${D}" install
+ emake DESTDIR="${D}" install
doenvd "${FILESDIR}/01x-unikey"
dodoc AUTHORS CREDITS ChangeLog NEWS README TODO
1.28 app-i18n/x-unikey/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 20 Apr 2015 20:34:44 -0000 1.27
+++ ChangeLog 21 Apr 2015 02:22:53 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/x-unikey
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.27 2015/04/20 20:34:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.28 2015/04/21 02:22:53 patrick Exp $
+
+ 21 Apr 2015; Patrick Lauer <patrick@gentoo.org> x-unikey-1.0.4-r2.ebuild:
+ Whitespace
*x-unikey-1.0.4-r2 (20 Apr 2015)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-21 2:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-20 20:34 [gentoo-commits] gentoo-x86 commit in app-i18n/x-unikey: x-unikey-1.0.4-r2.ebuild ChangeLog Manuel Rueger (mrueg)
-- strict thread matches above, loose matches on Subject: below --
2015-04-21 2:22 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox