diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-02 01:17:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-02 01:17:57 +0000 |
commit | 593dd5fe462ddf6cb2a0c31429ae5cc3eaa9fe27 (patch) | |
tree | 6fdaaa53096ea75ae8310f0b2f4b51a044b6c613 /app-i18n/scim-anthy | |
parent | Cleanup old versions. (diff) | |
download | gentoo-2-593dd5fe462ddf6cb2a0c31429ae5cc3eaa9fe27.tar.gz gentoo-2-593dd5fe462ddf6cb2a0c31429ae5cc3eaa9fe27.tar.bz2 gentoo-2-593dd5fe462ddf6cb2a0c31429ae5cc3eaa9fe27.zip |
Run elibtoolize.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'app-i18n/scim-anthy')
-rw-r--r-- | app-i18n/scim-anthy/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild | 11 |
2 files changed, 15 insertions, 2 deletions
diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog index c80f91012934..795aaae075e5 100644 --- a/app-i18n/scim-anthy/ChangeLog +++ b/app-i18n/scim-anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-anthy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.30 2006/04/01 13:43:22 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.31 2006/04/02 01:17:57 flameeyes Exp $ + + 02 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + scim-anthy-1.0.0.ebuild: + Run elibtoolize. *scim-anthy-1.0.0 (01 Apr 2006) diff --git a/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild b/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild index 93e7dac156d4..8045a37fdb5e 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild,v 1.1 2006/04/01 13:43:22 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild,v 1.2 2006/04/02 01:17:57 flameeyes Exp $ + +inherit libtool DESCRIPTION="Japanese input method Anthy IMEngine for SCIM" HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy" @@ -16,6 +18,13 @@ DEPEND="|| ( >=app-i18n/scim-1.2 >=app-i18n/scim-cvs-1.2 ) RDEPEND="${DEPEND} app-dicts/kasumi" +src_unpack() { + unpack ${A} + cd "${S}" + + elibtoolize +} + src_install() { make DESTDIR="${D}" install || die "make install failed" |