diff options
author | 2012-12-16 17:09:07 +0000 | |
---|---|---|
committer | 2012-12-16 17:09:07 +0000 | |
commit | 6a3bbaef3d3d20dc51c32974b6196ce9f539fca5 (patch) | |
tree | e23df5cc99ae4161d60f8cfc2ef31ce0ede39385 /media-fonts/pcf2bdf | |
parent | Stable for ppc, wrt bug #311797 (diff) | |
download | gentoo-2-6a3bbaef3d3d20dc51c32974b6196ce9f539fca5.tar.gz gentoo-2-6a3bbaef3d3d20dc51c32974b6196ce9f539fca5.tar.bz2 gentoo-2-6a3bbaef3d3d20dc51c32974b6196ce9f539fca5.zip |
Fix LICENSE, see README.txt, bug 445674.
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'media-fonts/pcf2bdf')
-rw-r--r-- | media-fonts/pcf2bdf/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-fonts/pcf2bdf/ChangeLog b/media-fonts/pcf2bdf/ChangeLog index 4087db71de35..cc24da739168 100644 --- a/media-fonts/pcf2bdf/ChangeLog +++ b/media-fonts/pcf2bdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/pcf2bdf -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/pcf2bdf/ChangeLog,v 1.13 2009/11/25 09:48:33 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/pcf2bdf/ChangeLog,v 1.14 2012/12/16 17:09:07 ulm Exp $ + + 16 Dec 2012; Ulrich Müller <ulm@gentoo.org> pcf2bdf-1.04-r1.ebuild: + Fix LICENSE, see README.txt, bug 445674. 25 Nov 2009; Markus Meier <maekke@gentoo.org> pcf2bdf-1.04-r1.ebuild: amd64 stable, bug #284020 diff --git a/media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild b/media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild index bdc068db82a9..e41cac75fc59 100644 --- a/media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild +++ b/media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild,v 1.8 2009/11/25 09:48:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild,v 1.9 2012/12/16 17:09:07 ulm Exp $ inherit toolchain-funcs eutils @@ -8,7 +8,7 @@ DESCRIPTION="Converts PCF fonts to BDF fonts" HOMEPAGE="http://www.tsg.ne.jp/GANA/S/pcf2bdf/" SRC_URI="http://www.tsg.ne.jp/GANA/S/pcf2bdf/${P}.tgz" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~ppc s390 sh sparc x86 ~x86-fbsd" IUSE="" |