diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-16 18:23:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-16 18:23:26 +0000 |
commit | 559c653953eba2a2b8f82dfd7177ec428d8ea0f8 (patch) | |
tree | f16353a667cfea6ea171ec27b254fc940da64857 /app-i18n/scim-uim | |
parent | version bump from upstream (diff) | |
download | gentoo-2-559c653953eba2a2b8f82dfd7177ec428d8ea0f8.tar.gz gentoo-2-559c653953eba2a2b8f82dfd7177ec428d8ea0f8.tar.bz2 gentoo-2-559c653953eba2a2b8f82dfd7177ec428d8ea0f8.zip |
Add missing pkg-config depedency, thanks to Patrick Lauer for reporting in bug #151618.
Use autotools eclass to regenerate autotools, as the only libtoolize will be out of control.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'app-i18n/scim-uim')
-rw-r--r-- | app-i18n/scim-uim/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/scim-uim/files/digest-scim-uim-0.1.3 | 2 | ||||
-rw-r--r-- | app-i18n/scim-uim/scim-uim-0.1.3.ebuild | 25 | ||||
-rw-r--r-- | app-i18n/scim-uim/scim-uim-0.1.4.ebuild | 23 |
4 files changed, 36 insertions, 22 deletions
diff --git a/app-i18n/scim-uim/ChangeLog b/app-i18n/scim-uim/ChangeLog index f64e37cf7e5b..59eb642d13e4 100644 --- a/app-i18n/scim-uim/ChangeLog +++ b/app-i18n/scim-uim/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/scim-uim # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-uim/ChangeLog,v 1.21 2006/02/10 22:58:24 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-uim/ChangeLog,v 1.22 2006/10/16 18:23:26 flameeyes Exp $ + + 16 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> scim-uim-0.1.3.ebuild, + scim-uim-0.1.4.ebuild: + Add missing pkg-config depedency, thanks to Patrick Lauer for reporting in + bug #151618. Use autotools eclass to regenerate autotools, as the only + libtoolize will be out of control. *scim-uim-0.1.4 (10 Feb 2006) diff --git a/app-i18n/scim-uim/files/digest-scim-uim-0.1.3 b/app-i18n/scim-uim/files/digest-scim-uim-0.1.3 index e7ff50027cfc..4643e974778f 100644 --- a/app-i18n/scim-uim/files/digest-scim-uim-0.1.3 +++ b/app-i18n/scim-uim/files/digest-scim-uim-0.1.3 @@ -1 +1,3 @@ MD5 81bf69029dbde289258cd6f881b552be scim-uim-0.1.3.tar.gz 321608 +RMD160 229f2898d7fe8cfedb0d15b73d82afce58b28b8d scim-uim-0.1.3.tar.gz 321608 +SHA256 1de0a86ae7ee4389f59f23889d3269bac989ef2d2f7c2ee535ce4d3de1e52fe0 scim-uim-0.1.3.tar.gz 321608 diff --git a/app-i18n/scim-uim/scim-uim-0.1.3.ebuild b/app-i18n/scim-uim/scim-uim-0.1.3.ebuild index 70b15c3154df..2d04f334c031 100644 --- a/app-i18n/scim-uim/scim-uim-0.1.3.ebuild +++ b/app-i18n/scim-uim/scim-uim-0.1.3.ebuild @@ -1,8 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-uim/scim-uim-0.1.3.ebuild,v 1.8 2005/09/23 03:36:39 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-uim/scim-uim-0.1.3.ebuild,v 1.9 2006/10/16 18:23:26 flameeyes Exp $ -inherit eutils +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" + +inherit eutils autotools DESCRIPTION="scim-uim is an input module for Smart Common Input Method (SCIM) which uses uim as backend" HOMEPAGE="http://www.scim-im.org/" @@ -16,14 +19,14 @@ IUSE="" RDEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 ) >=app-i18n/uim-0.3.9" DEPEND="${RDEPEND} - sys-devel/autoconf" + dev-util/pkgconfig" src_unpack() { unpack ${A} cd ${S} if has_version '=app-i18n/uim-0.4.5-r1' || has_version 'app-i18n/uim-svn' ; then - sed -i -e "/^UIM_VERSION/s/=.*/=rev1650/" configure* || die - libtoolize --copy --force || die + sed -i -e "/^UIM_VERSION/s/=.*/=rev1650/" configure.* || die + eautoreconf fi } @@ -33,17 +36,17 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog README THANKS } pkg_postinst() { einfo - einfo "To use SCIM with both GTK2 and XIM, you should use the following" - einfo "in your user startup scripts such as .gnomerc or .xinitrc:" + 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:" einfo - einfo "LANG='your_language' scim -d" - einfo "export XMODIFIERS=@im=SCIM" + elog "LANG='your_language' scim -d" + elog "export XMODIFIERS=@im=SCIM" einfo } diff --git a/app-i18n/scim-uim/scim-uim-0.1.4.ebuild b/app-i18n/scim-uim/scim-uim-0.1.4.ebuild index 99d804c7c372..9b4498a9b68c 100644 --- a/app-i18n/scim-uim/scim-uim-0.1.4.ebuild +++ b/app-i18n/scim-uim/scim-uim-0.1.4.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-uim/scim-uim-0.1.4.ebuild,v 1.1 2006/02/10 22:58:24 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-uim/scim-uim-0.1.4.ebuild,v 1.2 2006/10/16 18:23:26 flameeyes Exp $ -inherit eutils +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" + +inherit eutils autotools DESCRIPTION="scim-uim is an input module for Smart Common Input Method (SCIM) which uses uim as backend" HOMEPAGE="http://www.scim-im.org/" @@ -16,14 +19,14 @@ IUSE="" RDEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 ) >=app-i18n/uim-0.3.9" DEPEND="${RDEPEND} - sys-devel/autoconf" + dev-util/pkgconfig" src_unpack() { unpack ${A} cd ${S} if has_version '=app-i18n/uim-0.4.5-r1' || has_version 'app-i18n/uim-svn' ; then - sed -i -e "/^UIM_VERSION/s/=.*/=rev1650/" configure* || die - libtoolize --copy --force || die + sed -i -e "/^UIM_VERSION/s/=.*/=rev1650/" configure.* || die + eautoreconf fi } @@ -33,17 +36,17 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog README THANKS } pkg_postinst() { einfo - einfo "To use SCIM with both GTK2 and XIM, you should use the following" - einfo "in your user startup scripts such as .gnomerc or .xinitrc:" + 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:" einfo - einfo "LANG='your_language' scim -d" - einfo "export XMODIFIERS=@im=SCIM" + elog "LANG='your_language' scim -d" + elog "export XMODIFIERS=@im=SCIM" einfo } |