From bd71bd8d0c0715211d7008638efe6d6c18f0d366 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Wed, 3 Jun 2009 22:28:09 +0000 Subject: Version bump. (Portage version: 2.2_rc33/cvs/Linux x86_64) --- app-text/iso-codes/ChangeLog | 7 ++++++- app-text/iso-codes/iso-codes-3.9.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 app-text/iso-codes/iso-codes-3.9.ebuild (limited to 'app-text/iso-codes') diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog index 57a7c6f6830b..b60f01ccc1d1 100644 --- a/app-text/iso-codes/ChangeLog +++ b/app-text/iso-codes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/iso-codes # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.68 2009/04/13 11:31:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.69 2009/06/03 22:28:09 eva Exp $ + +*iso-codes-3.9 (03 Jun 2009) + + 03 Jun 2009; Gilles Dartiguelongue +iso-codes-3.9.ebuild: + Version bump. 13 Apr 2009; Raúl Porcel iso-codes-3.6.ebuild: arm/sh stable diff --git a/app-text/iso-codes/iso-codes-3.9.ebuild b/app-text/iso-codes/iso-codes-3.9.ebuild new file mode 100644 index 000000000000..d6fb707273fc --- /dev/null +++ b/app-text/iso-codes/iso-codes-3.9.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.9.ebuild,v 1.1 2009/06/03 22:28:09 eva Exp $ + +EAPI="2" + +DESCRIPTION="Provides the list of country and language names" +HOMEPAGE="http://alioth.debian.org/projects/pkg-isocodes/" +SRC_URI="ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="sys-devel/gettext + || ( + >=dev-lang/python-2.3[-build,xml] + dev-python/pyxml )" + +src_install() { + emake DESTDIR="${D}" install || die "Installation failed" + + dodoc ChangeLog README TODO +} -- cgit v1.2.3-65-gdbad