diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-28 10:48:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-28 10:48:54 +0000 |
commit | 4f9ed451d602262a2f60c00111540ccbd46c0fcc (patch) | |
tree | b6b3eaea54556ee0f66874b893a6ae1cc1c4331d /dev-util | |
parent | Remove old versions. (diff) | |
download | gentoo-2-4f9ed451d602262a2f60c00111540ccbd46c0fcc.tar.gz gentoo-2-4f9ed451d602262a2f60c00111540ccbd46c0fcc.tar.bz2 gentoo-2-4f9ed451d602262a2f60c00111540ccbd46c0fcc.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/intltool/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/intltool/intltool-0.41.1.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-util/intltool/ChangeLog b/dev-util/intltool/ChangeLog index 7b2f6173dfa5..59e7b2b5f3d9 100644 --- a/dev-util/intltool/ChangeLog +++ b/dev-util/intltool/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/intltool # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/ChangeLog,v 1.129 2010/02/17 22:41:17 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/ChangeLog,v 1.130 2010/03/28 10:48:54 ssuominen Exp $ + +*intltool-0.41.1 (28 Mar 2010) + + 28 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> + +intltool-0.41.1.ebuild: + Version bump. 17 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org> metadata.xml: Moving to freedesktop. diff --git a/dev-util/intltool/intltool-0.41.1.ebuild b/dev-util/intltool/intltool-0.41.1.ebuild new file mode 100644 index 000000000000..2d5f91f11a0a --- /dev/null +++ b/dev-util/intltool/intltool-0.41.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/intltool-0.41.1.ebuild,v 1.1 2010/03/28 10:48:54 ssuominen Exp $ + +EAPI=2 + +DESCRIPTION="Internationalization Tool Collection" +HOMEPAGE="http://edge.launchpad.net/intltool/" +SRC_URI="http://edge.launchpad.net/intltool/trunk/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND=">=dev-lang/perl-5.8.1 + dev-perl/XML-Parser" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS README TODO doc/I18N-HOWTO || die +} |