summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-02-25 07:54:20 +0000
committerMart Raudsepp <leio@gentoo.org>2008-02-25 07:54:20 +0000
commit97457bb48318900eb1fe00ca27b4111e373026f5 (patch)
treec2a8870a37992791b2ce750fd8f8f3d92c8ae0e4 /dev-util
parentversion bump (diff)
downloadgentoo-2-97457bb48318900eb1fe00ca27b4111e373026f5.tar.gz
gentoo-2-97457bb48318900eb1fe00ca27b4111e373026f5.tar.bz2
gentoo-2-97457bb48318900eb1fe00ca27b4111e373026f5.zip
Version bump, includes PolicyKit XML files support, more LINGUAS based filtering, C_ macro handling, bug fixes and more
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/intltool/ChangeLog10
-rw-r--r--dev-util/intltool/intltool-0.37.1.ebuild31
2 files changed, 39 insertions, 2 deletions
diff --git a/dev-util/intltool/ChangeLog b/dev-util/intltool/ChangeLog
index 243b5b9520a6..4a80c5ce1092 100644
--- a/dev-util/intltool/ChangeLog
+++ b/dev-util/intltool/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/intltool
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/ChangeLog,v 1.103 2007/07/27 09:57:57 leio Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/ChangeLog,v 1.104 2008/02/25 07:54:20 leio Exp $
+
+*intltool-0.37.1 (25 Feb 2008)
+
+ 25 Feb 2008; Mart Raudsepp <leio@gentoo.org> +intltool-0.37.1.ebuild:
+ Version bump, includes PolicyKit XML files support, more LINGUAS based
+ filtering, C_ macro handling, bug fixes and more
27 Jul 2007; Mart Raudsepp <leio@gentoo.org> -intltool-0.35.0.ebuild,
-intltool-0.35.4.ebuild:
diff --git a/dev-util/intltool/intltool-0.37.1.ebuild b/dev-util/intltool/intltool-0.37.1.ebuild
new file mode 100644
index 000000000000..8c1c8f74fea9
--- /dev/null
+++ b/dev-util/intltool/intltool-0.37.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/intltool-0.37.1.ebuild,v 1.1 2008/02/25 07:54:20 leio 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.6
+ dev-perl/XML-Parser"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}"/${PN}-0.35.5-update.patch
+}
+
+
+src_install() {
+ make DESTDIR="${D}" install || die "Installation failed"
+
+ dodoc AUTHORS ChangeLog NEWS README TODO doc/I18N-HOWTO
+}