diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-01-09 05:44:24 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-01-09 05:44:24 +0000 |
commit | 584f7071efbae910e076a54e1cb5645df3d5500a (patch) | |
tree | 61ee38276db432efb3cd9ef3481321c5f59e919f /app-text | |
parent | tidy (diff) | |
download | gentoo-2-584f7071efbae910e076a54e1cb5645df3d5500a.tar.gz gentoo-2-584f7071efbae910e076a54e1cb5645df3d5500a.tar.bz2 gentoo-2-584f7071efbae910e076a54e1cb5645df3d5500a.zip |
Fixing license, resolves bug #118239
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/iso-codes/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/iso-codes/Manifest | 4 | ||||
-rw-r--r-- | app-text/iso-codes/iso-codes-0.49.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog index 1bf47074e9f8..0e62084b5853 100644 --- a/app-text/iso-codes/ChangeLog +++ b/app-text/iso-codes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/iso-codes # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.10 2006/01/06 23:54:24 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.11 2006/01/09 05:44:24 compnerd Exp $ + + 09 Jan 2006; Saleem Abdulrasool <compnerd@gentoo.org> + iso-codes-0.49.ebuild: + Fixing license change on iso-codes. Resolves bug #118239. *iso-codes-0.49 (06 Jan 2006) diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest index e8e7fe91a2a7..057bd72a883a 100644 --- a/app-text/iso-codes/Manifest +++ b/app-text/iso-codes/Manifest @@ -1,8 +1,8 @@ -MD5 7b3a7f713e4baceb5c25b8b8ec5f2f08 ChangeLog 1587 +MD5 4489f21a2eb79a85f55e61149fb92a29 ChangeLog 1730 MD5 f0bffb8e6476f755092bfe57861f352f files/digest-iso-codes-0.47 72 MD5 f0bffb8e6476f755092bfe57861f352f files/digest-iso-codes-0.47-r1 72 MD5 91c41799ad34136b5c3481feef989039 files/digest-iso-codes-0.49 72 MD5 5f712fd7cbbd045a4ee0b06b6e466c43 iso-codes-0.47-r1.ebuild 867 MD5 3db66b5bb868269ce04d441af6790a36 iso-codes-0.47.ebuild 830 -MD5 cb8c89b39ac15c6bb49e013d222f3767 iso-codes-0.49.ebuild 908 +MD5 f6dcd95526a4c3313f5789654281e74b iso-codes-0.49.ebuild 911 MD5 e9817ec1ed09efcf042e9d64a3f947ce metadata.xml 387 diff --git a/app-text/iso-codes/iso-codes-0.49.ebuild b/app-text/iso-codes/iso-codes-0.49.ebuild index 0621d79b1d21..77b81a5f9e65 100644 --- a/app-text/iso-codes/iso-codes-0.49.ebuild +++ b/app-text/iso-codes/iso-codes-0.49.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.49.ebuild,v 1.1 2006/01/06 23:54:24 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.49.ebuild,v 1.2 2006/01/09 05:44:24 compnerd Exp $ inherit autotools @@ -8,7 +8,7 @@ DESCRIPTION="Provides the list of country and language names" HOMEPAGE="http://alioth.debian.org/projects/pkg-isocodes/" SRC_URI="mirror://debian/pool/main/i/iso-codes/${PN}_${PV}.orig.tar.gz" -LICENSE="GPL-2" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |