diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-03-19 22:37:51 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-03-19 22:37:51 +0000 |
commit | 93e80a9640a56eb589a6af5d8f7571ae0587319e (patch) | |
tree | 4e2643e2ee79a721c3084735da7e3f8e60e65b7e /dev-util/intltool/intltool-0.40.6.ebuild | |
parent | Bump, bug 261123. Fix icons, bug 253993. Bump also presumably fixes bug 18898... (diff) | |
download | gentoo-2-93e80a9640a56eb589a6af5d8f7571ae0587319e.tar.gz gentoo-2-93e80a9640a56eb589a6af5d8f7571ae0587319e.tar.bz2 gentoo-2-93e80a9640a56eb589a6af5d8f7571ae0587319e.zip |
Bump to 0.40.6.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/intltool/intltool-0.40.6.ebuild')
-rw-r--r-- | dev-util/intltool/intltool-0.40.6.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/intltool/intltool-0.40.6.ebuild b/dev-util/intltool/intltool-0.40.6.ebuild new file mode 100644 index 000000000000..c3f8a8539d61 --- /dev/null +++ b/dev-util/intltool/intltool-0.40.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/intltool-0.40.6.ebuild,v 1.1 2009/03/19 22:37:51 eva Exp $ + +inherit gnome.org eutils + +DESCRIPTION="Tools for extracting translatable strings from various sourcefiles" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/perl-5.8.1 + dev-perl/XML-Parser" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "Installation failed" + + dodoc AUTHORS ChangeLog NEWS README TODO doc/I18N-HOWTO || die "dodoc failed" +} |