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 | 08a64f3816624df4d881578e4bc353ba7df77d7a (patch) | |
tree | 6068a9fcdefcf7e2b2754d579ddd6c019b120606 /app-text/iso-codes | |
parent | Change cp -a to cp -pPR for non-GNU userland's; fixes bug #103487 (diff) | |
download | gentoo-2-08a64f3816624df4d881578e4bc353ba7df77d7a.tar.gz gentoo-2-08a64f3816624df4d881578e4bc353ba7df77d7a.tar.bz2 gentoo-2-08a64f3816624df4d881578e4bc353ba7df77d7a.zip |
Use a mirror:// URI, and other misc. corrections.
(Portage version: 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/iso-codes-0.47.ebuild | 17 |
2 files changed, 14 insertions, 10 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/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 } |