diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-16 16:44:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-16 16:44:56 +0000 |
commit | 9595de24124be9013116b09accc5833b59c783cf (patch) | |
tree | 8ab9610ccc7161317f1cdcd06c47431123a2321c /media-fonts/konfont | |
parent | Fix LICENSE, bug 445670. (diff) | |
download | gentoo-2-9595de24124be9013116b09accc5833b59c783cf.tar.gz gentoo-2-9595de24124be9013116b09accc5833b59c783cf.tar.bz2 gentoo-2-9595de24124be9013116b09accc5833b59c783cf.zip |
Fix LICENSE, bug 445672.
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'media-fonts/konfont')
-rw-r--r-- | media-fonts/konfont/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/konfont/konfont-0.1.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-fonts/konfont/ChangeLog b/media-fonts/konfont/ChangeLog index 21ed8bc5c410..bcf60eb74e44 100644 --- a/media-fonts/konfont/ChangeLog +++ b/media-fonts/konfont/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/konfont -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/konfont/ChangeLog,v 1.12 2009/07/06 21:48:51 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/konfont/ChangeLog,v 1.13 2012/12/16 16:44:56 ulm Exp $ + + 16 Dec 2012; Ulrich Müller <ulm@gentoo.org> konfont-0.1.ebuild: + Fix LICENSE, bug 445672. 06 Jul 2009; Jeroen Roovers <jer@gentoo.org> konfont-0.1.ebuild: Stable for HPPA too. diff --git a/media-fonts/konfont/konfont-0.1.ebuild b/media-fonts/konfont/konfont-0.1.ebuild index 086da3ac0af6..dc1cf1d39837 100644 --- a/media-fonts/konfont/konfont-0.1.ebuild +++ b/media-fonts/konfont/konfont-0.1.ebuild @@ -1,8 +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/konfont/konfont-0.1.ebuild,v 1.13 2009/07/06 21:48:51 jer Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/media-fonts/konfont/konfont-0.1.ebuild,v 1.14 2012/12/16 16:44:56 ulm Exp $ MY_P="${P/-/_}.orig" @@ -10,9 +8,11 @@ DESCRIPTION="Fontset for KON2" SRC_URI="mirror://debian/dists/potato/main/source/utils/${MY_P}.tar.gz" # There seems to be no real homepage for this package HOMEPAGE="http://packages.debian.org/stable/utils/konfont" -LICENSE="as-is" + +LICENSE="public-domain" SLOT=0 KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86 ~x86-fbsd" +IUSE="" DEPEND="" |