diff options
author | Joe McCann <joem@gentoo.org> | 2005-08-19 19:58:53 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-08-19 19:58:53 +0000 |
commit | b67db1a1c2645f22d402674195312f19a0e56d55 (patch) | |
tree | 94361e357a63cf56d4e8c0d79038179375bef4b2 /app-text/iso-codes | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-b67db1a1c2645f22d402674195312f19a0e56d55.tar.gz gentoo-2-b67db1a1c2645f22d402674195312f19a0e56d55.tar.bz2 gentoo-2-b67db1a1c2645f22d402674195312f19a0e56d55.zip |
New package that contains...iso codes
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text/iso-codes')
-rw-r--r-- | app-text/iso-codes/ChangeLog | 12 | ||||
-rw-r--r-- | app-text/iso-codes/Manifest | 4 | ||||
-rw-r--r-- | app-text/iso-codes/files/digest-iso-codes-0.47 | 1 | ||||
-rw-r--r-- | app-text/iso-codes/iso-codes-0.47.ebuild | 24 | ||||
-rw-r--r-- | app-text/iso-codes/metadata.xml | 11 |
5 files changed, 52 insertions, 0 deletions
diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog new file mode 100644 index 000000000000..29eca65437a4 --- /dev/null +++ b/app-text/iso-codes/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-text/iso-codes +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.1 2005/08/19 19:58:53 joem Exp $ + +*iso-codes-0.47 (18 Aug 2005) + + 18 Aug 2005; Joe McCann <joem@gentoo.org> +metadata.xml, + +iso-codes-0.47.ebuild: + First commit to tree. This package contains SO-639 Language code list, the + ISO-3166 Territory code list, and ISO-3166-2 sub-territory lists, and all + their translations in gettext .po form + diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest new file mode 100644 index 000000000000..f93e5b5db278 --- /dev/null +++ b/app-text/iso-codes/Manifest @@ -0,0 +1,4 @@ +MD5 e9817ec1ed09efcf042e9d64a3f947ce metadata.xml 387 +MD5 13cbee5caf651ced9107710d93bd7791 ChangeLog 430 +MD5 4468e1a13cd4d9f812f0705eeb05d2e3 iso-codes-0.47.ebuild 676 +MD5 f0bffb8e6476f755092bfe57861f352f files/digest-iso-codes-0.47 72 diff --git a/app-text/iso-codes/files/digest-iso-codes-0.47 b/app-text/iso-codes/files/digest-iso-codes-0.47 new file mode 100644 index 000000000000..2c449055e33e --- /dev/null +++ b/app-text/iso-codes/files/digest-iso-codes-0.47 @@ -0,0 +1 @@ +MD5 c22e6ceb24808844cdced1dd4344e62e iso-codes_0.47.orig.tar.gz 3683524 diff --git a/app-text/iso-codes/iso-codes-0.47.ebuild b/app-text/iso-codes/iso-codes-0.47.ebuild new file mode 100644 index 000000000000..8b727cc687c3 --- /dev/null +++ b/app-text/iso-codes/iso-codes-0.47.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.47.ebuild,v 1.1 2005/08/19 19:58:53 joem Exp $ + +DESCRIPTION="his package provides the ISO-639 Language code list, the ISO-3166 +Territory code list, and ISO-3166-2 sub-territory lists, and all their +translations in gettext .po form" +HOMEPAGE="http://alioth.debian.org/projects/pkg-isocodes/" +SRC_URI="http://ftp.debian.org/debian/pool/main/i/iso-codes/${PN}_${PV}.orig.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="sys-devel/gettext + >=dev-lang/python-2.3 + >=dev-python/pyxml-0.8.4 + >=sys-devel/automake-1.9" + +src_install() +{ + make DESTDIR=${D} install || die "install failed" +} diff --git a/app-text/iso-codes/metadata.xml b/app-text/iso-codes/metadata.xml new file mode 100644 index 000000000000..464d8fa1123a --- /dev/null +++ b/app-text/iso-codes/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> + <longdescription lang="en"> + This package provides the ISO-639 Language code list, the ISO-3166 + Territory code list, and ISO-3166-2 sub-territory lists, and all their + translations in gettext .po form. + </longdescription> +</pkgmetadata> + |