diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-11 15:28:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-11 15:28:31 +0000 |
commit | 27be60abbc7dea98fb98c4247f42e4e348c48f51 (patch) | |
tree | 4cb43cfb7704324ad4e2363ac3cb1f0c27588c42 /media-fonts | |
parent | Fix LICENSE, bug 298556. (diff) | |
download | gentoo-2-27be60abbc7dea98fb98c4247f42e4e348c48f51.tar.gz gentoo-2-27be60abbc7dea98fb98c4247f42e4e348c48f51.tar.bz2 gentoo-2-27be60abbc7dea98fb98c4247f42e4e348c48f51.zip |
Fix LICENSE, bug 298556.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/sgi-fonts/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/sgi-fonts/sgi-fonts-1.0.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-fonts/sgi-fonts/ChangeLog b/media-fonts/sgi-fonts/ChangeLog index 3821a38252e1..d549d5dfa4e9 100644 --- a/media-fonts/sgi-fonts/ChangeLog +++ b/media-fonts/sgi-fonts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/sgi-fonts -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/sgi-fonts/ChangeLog,v 1.10 2008/02/24 12:23:21 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/sgi-fonts/ChangeLog,v 1.11 2010/02/11 15:28:31 ulm Exp $ + + 11 Feb 2010; Ulrich Mueller <ulm@gentoo.org> sgi-fonts-1.0.ebuild: + Fix LICENSE, bug 298556. 24 Feb 2008; Raúl Porcel <armin76@gentoo.org> sgi-fonts-1.0.ebuild: sparc stable diff --git a/media-fonts/sgi-fonts/sgi-fonts-1.0.ebuild b/media-fonts/sgi-fonts/sgi-fonts-1.0.ebuild index 53a5a44d9586..0545bc3bc94a 100644 --- a/media-fonts/sgi-fonts/sgi-fonts-1.0.ebuild +++ b/media-fonts/sgi-fonts/sgi-fonts-1.0.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/sgi-fonts/sgi-fonts-1.0.ebuild,v 1.10 2008/02/24 12:22:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/sgi-fonts/sgi-fonts-1.0.ebuild,v 1.11 2010/02/11 15:28:31 ulm Exp $ inherit rpm font -IUSE="" - RPM_P="${P}-705.noarch" DESCRIPTION="SGI fonts collection" HOMEPAGE="http://www.suse.com/us/private/products/suse_linux/prof/packages_professional/sgi-fonts.html" SRC_URI="ftp://ftp.suse.com/pub/suse/i386/9.1/suse/noarch/${RPM_P}.rpm" -LICENSE="X11 MIT" + +LICENSE="MIT" SLOT="0" KEYWORDS="alpha ~amd64 arm ia64 ~ppc ppc64 s390 sh sparc ~x86 ~x86-fbsd" +IUSE="" S="${WORKDIR}/usr/X11R6/lib/X11/fonts/misc/sgi" FONT_S=${S} |