diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-06-03 22:28:09 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-06-03 22:28:09 +0000 |
commit | bd71bd8d0c0715211d7008638efe6d6c18f0d366 (patch) | |
tree | 5824c87241011e9c520301236d3675cc1357ea69 /app-text/iso-codes | |
parent | Version bump (diff) | |
download | gentoo-2-bd71bd8d0c0715211d7008638efe6d6c18f0d366.tar.gz gentoo-2-bd71bd8d0c0715211d7008638efe6d6c18f0d366.tar.bz2 gentoo-2-bd71bd8d0c0715211d7008638efe6d6c18f0d366.zip |
Version bump.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/iso-codes')
-rw-r--r-- | app-text/iso-codes/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/iso-codes/iso-codes-3.9.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
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 <eva@gentoo.org> +iso-codes-3.9.ebuild: + Version bump. 13 Apr 2009; Raúl Porcel <armin76@gentoo.org> 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 +} |