diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-23 22:57:33 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-23 22:57:33 +0000 |
commit | f1b5c29cbf6662e3ceb2ee851f3924d556206965 (patch) | |
tree | 80137968c4aef8dea15956cdb4eaadaef74fed0e /app-text/iso-codes | |
parent | Change cp -a to cp -pPR for non-GNU userland's; fixes bug #103487 (diff) | |
download | historical-f1b5c29cbf6662e3ceb2ee851f3924d556206965.tar.gz historical-f1b5c29cbf6662e3ceb2ee851f3924d556206965.tar.bz2 historical-f1b5c29cbf6662e3ceb2ee851f3924d556206965.zip |
Use a mirror:// URI, and other misc. corrections.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-text/iso-codes')
-rw-r--r-- | app-text/iso-codes/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/iso-codes/Manifest | 4 | ||||
-rw-r--r-- | app-text/iso-codes/iso-codes-0.47.ebuild | 17 |
3 files changed, 16 insertions, 12 deletions
diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog index 29eca65437a4..63439f555dc0 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.2 2005/08/23 22:57:33 leonardop Exp $ + + 23 Aug 2005; Leonardo Boshell <leonardop@gentoo.org> + iso-codes-0.47.ebuild: + Use a shorter description. Fix LICENSE. Use a mirror URI style. Install a + few docs with dodoc. *iso-codes-0.47 (18 Aug 2005) diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest index f7693ed75d14..2950a2721be0 100644 --- a/app-text/iso-codes/Manifest +++ b/app-text/iso-codes/Manifest @@ -1,4 +1,4 @@ +MD5 641684e2dfb35a8ef3dce1c7b75064d6 ChangeLog 703 +MD5 589dac3a80dfbd603242dfffe0c67d44 iso-codes-0.47.ebuild 682 MD5 e9817ec1ed09efcf042e9d64a3f947ce metadata.xml 387 -MD5 4d2ce6640b7ab3b15f433558ad8cf326 ChangeLog 518 -MD5 0bd9e440710db2d6c089685d2ff27aab iso-codes-0.47.ebuild 776 MD5 f0bffb8e6476f755092bfe57861f352f files/digest-iso-codes-0.47 72 diff --git a/app-text/iso-codes/iso-codes-0.47.ebuild b/app-text/iso-codes/iso-codes-0.47.ebuild index 8b727cc687c3..911f3417ecc9 100644 --- a/app-text/iso-codes/iso-codes-0.47.ebuild +++ b/app-text/iso-codes/iso-codes-0.47.ebuild @@ -1,14 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.47.ebuild,v 1.2 2005/08/23 22:57:33 leonardop 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" +DESCRIPTION="Provides the list of country and language names" 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" +SRC_URI="mirror://debian/pool/main/i/iso-codes/${PN}_${PV}.orig.tar.gz" -LICENSE="LGPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" @@ -18,7 +16,8 @@ DEPEND="sys-devel/gettext >=dev-python/pyxml-0.8.4 >=sys-devel/automake-1.9" -src_install() -{ - make DESTDIR=${D} install || die "install failed" +src_install() { + make DESTDIR="${D}" install || die "Installation failed" + + dodoc ChangeLog README TODO } |